/* *** HEADER *** */
#header {
    background: #fff;
}

.header-wrap {
    position: relative;
    padding: 10px 35px 10px 35px;
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.2);
}

.logo img {
    height: 50px;
}

#header .center-txt {
    font-size: 20px;
    width: 500px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -250px;
    padding-top: 5px;
    color: #273d87
}

#header .notice {
    position: absolute;
    font-size: 14px;
    top: 50%;
    right: 40px;
    color: #707070;
}

#header .navbar {
    border-radius: 0;
    margin: 0;
}

.navbar {
    height: 50px;
	z-index: 1;
    
}

.navbar ul {
    font-size: 0;
    margin: 0;
    text-align: center;
}

.navbar>ul>li {
    display: inline-block;
    padding: 0 45px;
}

.navbar>ul>li>a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #5f79a9;
    text-transform: uppercase;
}


.navbar .dropdown-menu {
    left: 45px;
    
}

.navbar .dropdown-menu a {
    font-size: 16px;
    text-align: left;
}

.navbar .dropdown-menu a:hover {
    color: white;
    opacity: 0.8;
    text-align: left;
}


.navbar .dropdown-menu p {
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    padding-left:20px;
    color: #6d6265;
    background-color: #d9d9d9;
    text-align: left;
    
    position: relative;
    /* -webkit-transition: none;
    -o-transition: none;
    transition: none */
    
}

/* .navbar .dropdown-menu a p:hover {
    color: black;
    opacity: 0.8;
    
} */

#header .dropdown .caret {
    margin-top: -5px;
}

.more-images:focus {
    outline: none;
    border: 2px solid;
    border-color: #70B9C8;
}

.main_icon_div {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.main_icon_img {
    width: 130px;
}

.total_font {
    font-family: Calibri;
}

/* *** FOOTER *** */
.footer_style {
    /* background-color: #ffffff; */
    background-color: #ffffff;
    color: #747474;
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer_style .container {
    display: table;
    width: 100%;
    max-width: 1400px;
    padding: 30px 0 15px;
}

.footer_style .container>div {
    display: table-cell;
    vertical-align: top;
}

.footer_style .container .left {
    width: 16%;
}

.footer_style .container .right {
    width: 100%;
    font-size: 0;
}

.footer_style .right>div {
    padding: 0 5px;
    float: none;
    display: inline-block;
    vertical-align: top;
    /* margin-bottom: 30px; */
}

.footer_style .right .col-sm-3 {
    width: 16%;
}

.footer_style h5 {
    font-size: 14px;
    font-weight: 900;
    color: #747474;
    margin: 0;
}

.footer_style ul {
    margin: 8px 0 0;
}

.footer_style li {
    font-size: 13px;
    line-height: 1.2;
}

.footer_style a {
    color: #747474;
}

.table_center td {
    text-align: center;
}

.collapse_height_300 {
    height: 300px;
    overflow-y: auto;
}

.collapse_width_height_300 {
    height: 300px;
    overflow-y: auto;
    overflow-x: auto;
}

.collapse_width_height_500 {
    height: 270px;
    overflow-y: auto;
    overflow-x: auto;
}

.pager {
    margin: 0px 0px 0px 0px;
    text-align: center;
}

/* pager wrapper, div */
.tablesorter-pager {
    padding: 5px;
    
}

/* pager wrapper, in thead/tfoot */
td.tablesorter-pager {
    background-color: #e6eeee;
    margin: 0;
    
    /* needed for bootstrap .pager gets a 18px bottom margin */
}

/* pager navigation arrows */
.tablesorter-pager img {
    vertical-align: middle;
    margin-right: 2px;
    cursor: pointer;
    
}

/* pager output text */
.tablesorter-pager .pagedisplay {
    padding: 0 5px 0 5px;
    width: 50px;
}

/* pager element reset (needed for bootstrap) */
.tablesorter-pager select {
    margin: 0;
    padding: 0;
    
}

/*** css used when "updateArrows" option is true ***/
/* the pager itself gets a disabled class when the number of rows is less than the size */
.tablesorter-pager.disabled {
    display: none;
}

/* hide or fade out pager arrows when the first or last row is visible */
.tablesorter-pager .disabled {
    /* visibility: hidden */
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
    display: none;
}
/* tablesorter filter disabled row */
.tablesorter .filtered {
    display: none;
}
.tablesorter .tablesorter-filter {
    width: 0;
    height: 0;
    
    /* display: none; */
    visibility: hidden
    
}

#backtotop {
    cursor: pointer;
    display: none;
    margin: 0% 0% 3% 77%;
    /*ì´ë¯¸ì§€ ìœ„ì¹˜*/
    position: fixed;
    bottom: 10px;
    font-size: 90%;
    padding: 0px;
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    filter: alpha(opacity=30);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    color: #FFF;
    font-size: 14px;
    z-index: 1000;
}

#backtotop:hover {
    filter: alpha(opacity=90);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.table .th_center {
    text-align: center;
    display:table-cell;
    vertical-align:middle;
    width: 20px;
    /* display:table-cell;
    padding:10px .5%; */
    /* align-items : center; */
}

.table .td_char {
    text-align: center;
    font-size: 14px;
}

.table .td_num {
    text-align: right;
    font-size: 14px;
}
.table .td_left {
	text-align: left;
	font-size: 14px;
}
.xy_scroll {
    overflow-x: auto;
    overflow-y: auto;
}

.div_icon {
    display: inline-block;
    float: left;
    clear: both;
    width: 70px;
    position: relative;
    top: 10px;
}

.div_h1 {
    display: inline-block;
    position: relative;
    top: 5px;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.find-btn {
    text-align: center;
}

.find-btn1 {
    display :inline-block;
}

/*button*/


/* Common button styles */
.button {
    float: left;
    min-width: 46%;
    /* min-width: 550px; */
    max-width: 450px;
    display: block;
    margin: 1em;
    padding: 1em 2em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
  }
  .button:focus {
    outline: none;
  }
  .button > span {
    vertical-align: middle;
  }


/* Sizes */
.button--size-s {
    font-size: 14px;
  }
  .button--size-m {
    font-size: 16px;
  }
  .button--size-l {
    font-size: 18px;
  }

  
  /* Typography and Roundedness */
.button--text-upper {
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .button--text-thin {
    font-weight: 300;
  }
  .button--text-medium {
    font-weight: 500;
  }
  .button--text-thick {
    font-weight: 600;
  }
  .button--round-s {
    border-radius: 5px;
  }
  .button--round-m {
    border-radius: 15px;
  }
  .button--round-l {
    border-radius: 25px;
  }

/* Borders */
.button--border-thin {
    border: 1px solid;
  }
  .button--border-medium {
    border: 2px solid;
  }
  .button--border-thick {
    border: 3px solid;
  }
/* Box colors */
.bg-1 {
    background: #d9e5f9;
    color: #ff0000;
  }

.button--itzel.button--border-thick::before {
    border: 3px solid;
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
    transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
  }

/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
/* 버튼 색상 컬러 */
.bg-1 .button {
    color: #4f4f4f;
    /* border-color: #BDBDBD; */
    border-color: #BDBDBD;
  }
.bg-2 .button {
    color: #ff0000;
    /* border-color: #BDBDBD; */
    border-color: #BDBDBD;
  }

/* Winona */
.button--winona {
    overflow: hidden;
    padding: 0;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  }
  /* 건드릴 때 버튼 안 텍스트 색상 변화 */
  .button--winona::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    color: #000000;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  .button--winona > span {
    display: block;
  }
  

  .button--winona::after,
  .button--winona > span {
    padding: 1em 2em;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  }
  /* 메뉴바 테두리 */
  .button--winona:hover {
    /* border-color: #365b97; */
    border-color: #000000;
    background-color: #ffffff;
    /* background-color: rgba(63, 81, 181, 0.1); */
  }
  .button--winona.button--inverted:hover {
    border-color: #21333C;
    background-color: #21333C;
  }
  .button--winona:hover::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .button--winona:hover > span {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
  }

.panel-heading a {
    color: rgb(0, 0, 0);
    font-size: 22px;
}

.index_note {
    margin-top: 0px;
    padding: 10px;
    font-size: 16px;
    color: white;
    letter-spacing: -.02em;
    display: inline-block;
    opacity: 0.8;
}

@media (min-width: 566px) {
    .index_note {
        margin-top: 0px;
        padding: 10px;
        font-size: 16px;
        color: white;
        letter-spacing: -.02em;
        display: inline-block;
        opacity: 0.8;
    }
}

@media (min-width: 770px) {
    #backtotop {
        cursor: pointer;
        display: none;
        margin: 0% 0% 3% 86%;
        position: fixed;
        bottom: 10px;
        font-size: 90%;
        padding: 0px;
        width: 90px;
        height: 90px;
        text-align: center;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        filter: alpha(opacity=30);
        -khtml-opacity: 0.8;
        -moz-opacity: 0.8;
        opacity: 0.8;
        color: #FFF;
        font-size: 14px;
        z-index: 1000;
    }
}

@media (min-width: 808px) {
    #backtotop {
        cursor: pointer;
        display: none;
        margin: 0% 0% 3% 88%;
        position: fixed;
        bottom: 10px;
        font-size: 90%;
        padding: 0px;
        width: 90px;
        height: 90px;
        text-align: center;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        filter: alpha(opacity=30);
        -khtml-opacity: 0.8;
        -moz-opacity: 0.8;
        opacity: 0.8;
        color: #FFF;
        font-size: 14px;
        z-index: 1000;
    }
}

@media (min-width: 991px) {
    .index_note {
        margin-top: 0px;
        padding: 10px;
        font-size: 16px;
        color: white;
        letter-spacing: -.02em;
        display: inline-block;
        opacity: 0.8;
    }
}

@media (min-width: 1132px) {
    #backtotop {
        cursor: pointer;
        display: none;
        margin: 0% 0% 3% 90%;
        /*ì´ë¯¸ì§€ ìœ„ì¹˜*/
        position: fixed;
        bottom: 10px;
        font-size: 90%;
        padding: 0px;
        width: 90px;
        height: 90px;
        text-align: center;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        filter: alpha(opacity=30);
        -khtml-opacity: 0.8;
        -moz-opacity: 0.8;
        opacity: 0.8;
        color: #FFF;
        font-size: 14px;
        z-index: 1000;
    }
}

.show {
    CURSOR: pointer;
    font-size: 15px;
}

.desc {
    display: none;
}

.bottom_blank {
    height: 150px;
}

.reset {
    position: relative;
}

.reset button {
    position: relative;
    top: 100px;
    left: 20px;
}

.reset p {
    margin-right: 50px;
    text-align: right;
}

.content {
    min-height:100%;
    height:100%;
    background:white;
    position:relative;
    z-index:0;
    h1 {
        padding:75px 0 30px 0;
        text-align:center;
        font-size:30px;
        line-height:30px;
    }
    .buttons {
        max-width:800px;
        margin:0 auto;
        padding:0;
        text-align:center;
        .button {
            display:inline-block;
            text-align:center;
            padding:10px 15px;
            margin:10px;
            background:red;
            font-size:18px;
            background-color:#efefef;
            border-radius:3px;
            box-shadow:0 1px 2px rgba(0,0,0,.3);
            cursor:pointer;
            &:hover {
                color:white;
                background:#009bd5;
            }
        }
    } 
}



.animate {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.floating-menu {
    border-radius: 100px;
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 10px;
    position: fixed;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main-menu {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.main-menu li a {
    display: block;
    padding: 20px;
    color: #fff;
    border-radius: 50px;
    position: relative;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.main-menu li a:hover {
    background: rgba(244, 244, 244, .3)
}

.menu-bg {
    background-image: -webkit-linear-gradient(top, #1C5E91 0, #167699 100%);
    background-image: -o-linear-gradient(top, #1C5E91 0, #167699 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1C5E91), to(#167699));
    /* background-image: linear-gradient(to bottom, #1C5E91 0, #167699 100%); */
    background-image: linear-gradient(to bottom, #262e41 0, #167699 100%);
    background-repeat: repeat-x;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}
.main-menu li a .tooltipimg img {
            width : 20px;
        }
.main-menu li a .tooltiptext {
            position: absolute;
            display: inline-block;
            top: 50%;
            left: -35px;
            margin-top: -20px;
            margin-left: 20px;
            text-align: left;
            white-space: nowrap;
            padding: 10px 13px;
            border-width: 0px !important;
            background-color: rgb(51, 51, 51);
            background-color: rgba(51, 51, 51, 0.8);
            opacity: 0;
        }
.main-menu li a .tooltiptext::after {
            z-index:-1;
            position: absolute;
            top: 50%;
            left: -10px;
            margin-top: -10px;
            content:'';
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 10px solid rgb(51, 51, 51);
            border-right-color: rgba(51, 51, 51, 0.8);
        }
.main-menu li a:hover .tooltiptext {
            left: 60px;
            opacity: 1;
        }

.ripple {
    position: relative;
    /*overflow: hidden;*/
    transform: translate3d(0, 0, 0)
}

.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(8, 8);
    opacity: 0;
    transition: transform .5s, opacity 1s
}

.ripple:active:after {
    transform: scale(0, 0);
    opacity: .2;
    transition: 0s
}

.dropdown-submenu {
    position: relative;
}
                    
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
