
#popupbarWrap
{
    display: none;
    overflow: hidden;

    width: 100%;
    height: 145px;
    /*background: #545454 url(http://kweld.cdn3.cafe24.com/images/popup_backDot.gif) 0 0 repeat;*/

    background-color: #b52101;
}

#popupbar
{
    /*line-height: 83px;*/
    position: relative;
    z-index: 999;

    min-width: 1000px;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    /*text-align : center;*/
    /*background-color: #fff;*/
    /*background : #545454 url(http://kweld.cdn3.cafe24.com/images/popup_backDot.gif) 0 0 repeat;*/
}

#popupbar img
{
    vertical-align: middle;
}

#popup_img
{
    position: relative;

    text-align: center;
}

#popup_control
{
    /* font-size: 12px; */
    line-height: 37px;

    position: absolute;
    right: 0;
    /* top: 55px; */
    bottom: 0;

    display: inline-block;

    margin: 0;
    /* border: 1px solid red; */
    padding: 0;
    /* height: 37px; */

    text-align: right;

    color: #eee;
} /* 닫기 */

#popup_control a
{
    vertical-align: middle;
    text-decoration: none;
    margin-left: 10px;
    color: #eee;
}


.gnb_wrapTop
{
    position: relative;
    z-index: 999;
    z-index: 20;

    min-width: 1000px;
    max-width: 1200px;
    height: 95px;
    margin: 0 auto;
    /*margin-bottom: 50px;*/
}

.gnb_wrapTop > h1.logo
{
    position: relative;
    top: 18px;

    float: left;
}


div.tmenu
{
    position: absolute;
    top: 30px;
    right: 0;
}

div.tmenu a
{
    color: #373737;
}

div.tmenu ul
{
    /*margin-right: 140px;*/
}

div.tmenu ul li
{
    float: left;

    margin: 0;
    padding: 0 10px;

    border-right: 1px solid #cdcdcd;
}

div.tmenu ul li .navBlog {
    width: 15px;
    position: relative;
    top: 2px;
}


/* .navBlogHref:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
 */

div.tmenu ul li:last-child
{
    border: none;
}

div.tmenu table
{
    line-height: 17px;

    position: relative;
    top: 0;
    top: -1px;
    right: 0;

    height: 17px;

    border: 1px solid #c3c3c3;
}

div.tmenu table tbody tr > td
{
    display: inline-block;

    text-align: center;

    border-left: 1px solid #c3c3c3;
}

div.tmenu table tbody tr > td:first-child
{
    font-size: 1.2em;
    font-weight: 800;

    width: 17px;

    border: none;
}

div.tmenu table tbody tr > td:nth-child(2)
{
    padding: 0 7px;
}

div.tmenu table tbody tr > td:last-child
{
    font-size: 1.5em;
    font-weight: 800;

    width: 18px;
}

div.tmenu table tbody tr > td:last-child span
{
    -webkit-transform: scale(1.5,1);
            transform: scale(1.5,1);
}

/* **************************************************************
  => 상단gnb 메뉴
  ************************************************************** */
.logo
{
    position: relative;
    z-index: 9999;
}
#header_wrap
{
    position: absolute;
    z-index: 3;
    z-index: 999;
    /*top: 110px;*/
    left: 0;

    overflow: hidden;

    width: 100%;
    min-width: 1000px;
    height: 60px;

    -webkit-transition: box-shadow .5s ease;
         -o-transition: box-shadow .5s ease;
            transition: box-shadow .5s ease;

    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

#header_wrap:hover
{
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.2);
            box-shadow: 0 5px 5px rgba(0,0,0,.2);
}


#header_wrap.fixed
{
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;

    /*min-width: 1000px;*/
}

.menuWhiteBack
{
    position: absolute;
    z-index: 15;
    top: 0;
    left: 0;

    width: 100%;
    height: 60px;

    background-color: #fff;
    border-bottom: 1px solid #cf380d;
}


/* header */



#triangle
{
    position: absolute;
    /* bottom: 0; */
    /* left: 0; */
     display: none; 
    /* height: 5px; */
    margin: 0;
    padding: 0;
    top: 45px;
    /*left: 50%;*/
    /* width: 5px; */
    text-align: center;
    /*display: inline-block;*/
    border-left: 8px solid transparent;
    border-bottom: 8px solid #cf380d;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    margin-left: 50px;
}

.gnb_wrap
{
    /*float: right;*/
    line-height: 60px;

    position: relative;
    /* height: 50px; */
    z-index: 20;

    min-width: 1000px;
    /* position: absolute; */
    /* top: 70px; */
    /* width: 1000px; */
    max-width: 1200px;
    /* width: 100%; */
    margin: 0 auto;
    /*text-align: right;*/
    /*border: 1px solid red;*/
}
.gnb_wrap:after
{
    display: block;
    clear: both;

    height: 0;

    content: '';
}


.gnb_wrap .gnb
{
    font-weight: 600;

    position: relative;
    top: 0;
    left: 0;

    margin: 0;
    padding: 0;
    /*float: right;*/
}

/*  .gnb_wrap .gnb .gnb01
{
   width: 135px;
}

.gnb_wrap .gnb .gnb02
{
   width: 145px;
}

.gnb_wrap .gnb .gnb03
{
   width: 145px;
}

.gnb_wrap .gnb .gnb04
{
   width: 135px;
}

.gnb_wrap .gnb .gnb05
{
   width: 150px;
}

.gnb_wrap .gnb .gnb06
{
   width: 135px;
} 
*/


.gnb_wrap ul > li img
{
    vertical-align: middle;
}

.gnb_wrap .gnb > ul > li
{
    font-size: 1.4em;

    display: table-cell;
    float: left;

    width: 14.28571428571429%;
     /*width: 16.6666666%; */
    height: auto;
    margin: 0;
    padding: 0;

    text-align: center;
    vertical-align: top;
}


.gnb_wrap .gnb > ul > li > a
{
    font-weight: normal;

    display: inline-block;
    /*height : 50px;*/

    color: #385167;
}

.gnuOv
{
    cursor: pointer;
}

.gnuOv a
{
    color: #e60413 !important;
}



.gnb_wrap .gnb > ul > li > a:hover,
.gnb_wrap .gnb > ul > li > a:focus
{
    display: inline-block;

    text-decoration: none;
}

.snb_wrap
{
    /*width: 100%;*/
    max-width: 1200px;
    min-width: 1000px;
    height: 100%;
    position: relative;
    margin:0 auto;
    /*border-top: 1px solid #eee;*/
}

.snb_wrap .subOv
{
    /*background-color: #eee;*/
}

.actived > a
{
    color: yellow;
}

.dep1
{
    font-size: 1.3em;
    font-weight: normal;

     /*float: left; */

    /*line-height: 2em;*/


    position: relative;


    height: 100%;

    text-align: center;

}

 .dep1:not(:first-of-type) {
    /*left: 50%;*/
    float: left;
 } 

 .dep1:not(:first-of-type) li
{
    position: relative;
    top: 2em;

    display: table-cell;

    padding: 0 1.9em;

    vertical-align: text-bottom;

    border-right: 1px solid #eee;
}



.dep1:not(:first-of-type) li figure > figcaption {
    display: block;

    margin-top: 1em;
}

.dep1:not(:first-of-type) li figure > figcaption a {
    line-height: 1.2em;
}

.dep1 .owl-carousel
{
    position: relative;

    width: 90%;
    margin: 0 auto ;
    padding-top: 2em;
}

.dep1:after
{
    display: block;
    clear: both;

    height: 0;

    content: '';
}

.snb_wrap > h3
{
    font-size: 1.9em;

    position: absolute;
    top: 52px;
    left: 0;

    display: none;
    overflow: hidden;

    width: 290px;
    height: 100%;
    padding-top: 30px;

    text-align: left;
    text-indent: -999px;
    letter-spacing: -.1em;

    color: #1066aa;
}

/* .snb_wrap > ul > li
{
    font-size: 1.2em;
    
    float    : left;
    
    padding  : 0 1.0em;
} */


.snb_wrap > ul > li > a
{
    /*color: #fff;*/
}

.snb_wrap > ul > li > a:hover,
.snb_wrap > ul > li > a:focus
{
    font-weight: 500;

    text-decoration: underline;

    /*color: gold;*/
    /*border: 1px solid #000;*/
}

.snb_wrap > ul > li > ul
{
    margin: 0;
    padding: 0;
}


.snb_wrap .snb_1
{
    /*left: 20px;*/
}

.snb_wrap .snb_2
{
    /*width: 150px;*/
    left: 5%;
}

.snb_wrap .snb_3
{
    /*width: 0;*/
    /*left: 150px;*/
}

.snb_wrap .snb_4
{
    /*width: 0;*/
    /*left: 370px;*/
}

.snb_wrap .snb_5
{
    /*width: 140px;*/
    /*left: 560px;*/
    left: 45%;
    /*left: 65%;*/
}

.snb_wrap .snb_6
{
    left: 67%;
    /*width: 140px;*/
    /*left: 660px;*/
}

.snb_wrap .snb_7
{
    /*right: 2%;*/
    float: right;
    /*width: 175px;*/
    /*left: 660px;*/
}









/* ------------------------------
  공지사항
  ------------------------------ */
.mainNotice
{
    position: relative;

    width: 100%;
    height: 100%;
    /*margin-top: 10px;*/

    vertical-align: middle;
    display: table;
    /*display: inline-block;*/
    /*line-height: 50px;*/
    /*border: 1px solid #000;*/
}

.mainNoticeTableWrap
{
    /*position: absolute;*/
    position: relative;
    /*left: 100px;*/
    /*top: 0;*/
    /*height: 100px;*/
    /*left: 0;*/
    border-right: 1px solid #c44d34;

    /*width: 1%;*/
    /*height: 100%;*/
    width: 49%;
    /*display: table-cell;*/
    vertical-align: top;
    /*top: 13px;*/
    float: left;
    overflow: hidden; 
}

.mainNoticeTableWrap:last-of-type {
    border-right: none;
    float: right;
    /*padding-left: 3%;*/
}
.mainNoticeTableWrap:last-of-type .notice-container2 {
    right: 0;
    width: 78%;
}

.mainNoticeTableWrap .notice-container1,
.mainNoticeTableWrap .notice-container2
{
    /*position: relative;*/
    width: 70%;
    float: right;
    /*display: block;*/
    display: table-cell;
    height: 120px;
    /*border: 1px solid #000;*/
    /*margin: 0;*/
    margin-top: 10px;
    padding: 0;
    right: 5%;
    /* position: absolute;
    top: 0;
    right: 0; */
    /*left: 20px;*/
}

.mainNoticeTableWrap .notice-container2 {
    height: 80px;
}

.my-slide-notice
{
    /*height: 12px;*/
    /*margin-left: 30px;*/
    /*height: 40px;*/
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.my-slide-notice a
{
    /*line-height: 35px;*/

    display: block;
    font-size: 14px;
    /*display: inline-block;*/
    /*overflow: hidden;*/
    /*height: 22px;*/
    /*line-height: 22px;*/

    color: #fff;
    border-bottom: 1px dotted #cb644e;
    /*padding: 0;*/
    /*margin: 0;*/
}
.my-slide-notice a > span {
    width: 75%;
    display: inline-block;
    zoom: 1;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space:nowrap;   
    vertical-align: middle;
}

.my-slide-notice a em
{
    display: inline-block;
    float: right;

    color: #fff;
    margin-right: .5em;
}

.my-slide-notice a:hover
{
    color: #042264;
}

.mainNoticTit
{
    font-size: 1.3em;
    font-weight: 600;

    display: table-cell;
    float: left;
    color: #fcff00;
    margin-top: 15px;
}
.mainNoticSquareMore
{
    font-size: .7em;
    font-weight: 300;
    line-height: 22px;

    top: 14px;
    /*font-family: 'Ubuntu', sans-serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*position: relative;*/
    /*position: absolute;*/
    /*float: left;*/
    left: 15px;

    display: inline-block;
    /*color: #fff;*/

    width: 50px;
    height: 22px;
    margin-left: 10px;

    text-align: center;
    letter-spacing: .03em;

    color: #fcff00;
    /*background-color: #3d7ca8;*/
    border: 1px solid #fcff00;
    /* transform:translate(0, 12px); 
   -ms-transform:translate(0, 12px); IE 9
   -webkit-transform:translate(0, 12px);  사파리 or 크롬  */
}



.miniCalPopBtn2 {
    position: absolute;
    top: 40%;
    z-index: 200;
    left: 0;
}

.miniCalBtnLeft, 
.miniCalBtnRight, 
.miniCalBtnPause, 
.miniCalBtnPlay {
  border: 1px solid #da9080;
  width: 16px;
  height: 16px;
  /*display: inline-block;*/
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
  font-size: 0.7em;
  color: #f6e4e0 !important;
  padding: 0;
  margin: 0;
}

