@charset "utf-8";

@import url(./jquery-ui.css);
@import url(./template.css);


/*** Exo Font ***/
/* exo-300 - latin */
@font-face {
    font-family: 'Exo';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/exo-v8-latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Exo Light'), local('Exo-Light'),
        url('../fonts/exo-v8-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/exo-v8-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/exo-v8-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/exo-v8-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/exo-v8-latin-300.svg#Exo') format('svg');
    /* Legacy iOS */
}

/* exo-regular - latin */
@font-face {
    font-family: 'Exo';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/exo-v8-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Exo Regular'), local('Exo-Regular'),
        url('../fonts/exo-v8-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/exo-v8-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/exo-v8-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/exo-v8-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/exo-v8-latin-regular.svg#Exo') format('svg');
    /* Legacy iOS */
}

/* exo-600 - latin */
@font-face {
    font-family: 'Exo';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/exo-v8-latin-600.eot');
    /* IE9 Compat Modes */
    src: local('Exo SemiBold'), local('Exo-SemiBold'),
        url('../fonts/exo-v8-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/exo-v8-latin-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/exo-v8-latin-600.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/exo-v8-latin-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/exo-v8-latin-600.svg#Exo') format('svg');
    /* Legacy iOS */
}

/* exo-700 - latin */
@font-face {
    font-family: 'Exo';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/exo-v8-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Exo Bold'), local('Exo-Bold'),
        url('../fonts/exo-v8-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/exo-v8-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/exo-v8-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/exo-v8-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/exo-v8-latin-700.svg#Exo') format('svg');
    /* Legacy iOS */
}



/*** Common ***/
* {
    max-height: 1000000px;
    margin: 0;
    padding: 0;
}

img,
fieldset,
button {
    border: none;
}

hr,
button img {
    display: none;
}

input,
select,
button,
textarea {
    font-family: 'Noto Sans Korean', 'Malgun Gothic', '맑은 고딕', '돋움', Dotum, '굴림', Gulim, Tahoma, Verdana, Geneva, sans-serif, Apple Gothic, AppleGothic;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 30px;
    box-sizing: border-box;
    vertical-align: middle;
}

input[type=submit] {
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

select::-ms-expand {
    /*display: none;*/
}

ul,
li {
    list-style: none;
}

a {
    display: block;
    font-weight: 400;
    color: #555;
    text-decoration: none;
    vertical-align: top;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none;
}

textarea {
    overflow: auto;
}

table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

table img {
    vertical-align: top;
}

th,
td {
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
    box-sizing: border-box;
}

form {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    vertical-align: top;
}

table img {
    width: auto;
    vertical-align: middle;
}

legend {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

/* For Screen Reader */
caption {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    visibility: hidden;
}

em {
    font-style: normal;
}

p {
    display: block;
}

.blind {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

html,
body {
    height: 100%
}

body {
    position: relative;
    background: #fff;
    font-family: 'Noto Sans Korean', 'Malgun Gothic', '맑은 고딕', '돋움', Dotum, '굴림', Gulim, Tahoma, Verdana, Geneva, sans-serif, Apple Gothic, AppleGothic;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 30px;
    -webkit-text-size-adjust: none;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#wrap {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.hidden {
    display: none !important
}


/*** Header ***/
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 200;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.4s;
}

.header:after {
    content: "";
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    height: calc(100% - 90px);
    background: #f5f5f5;
    transition: all 0.4s;
}

.header .hd_sub {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.hd_sub:after {
    content: "";
    display: block;
    clear: both;
}

.header .hd_logo {
    float: left;
    width: 16%;
}

.hd_logo > a {
    height: 90px;
    background: url(../images/layout/hd_logo.png) no-repeat left center;
    font-size: 0;
}

.header .btn_mo_menu {
    display: none;
    float: right;
    width: 90px;
    height: 90px;
    margin-right: -20px;
    background: url(../images/layout/ico_mobtn.png) no-repeat center center;
    font-size: 0;
    transition: all 0.4s;
}

.header .gnb {
    position: relative;
    float: right;
    width: 80%;
}

.gnb :after {
    content: "";
    display: block;
    clear: both;
}

.gnb > li {
    position: relative;
    float: left;
    width: 16.5%;
    /*width:calc(100%/6);*/
}

.gnb > li > a {
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 90px;
    transition: color 0.4s;
}

.gnb > li > a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 70px;
    height: 3px;
    margin-left: -35px;
    background: #014099;
    opacity: 0;
    transition: all 0.4s;
}

/*.gnb .dep2 {display:none;position:absolute;left:0;top:90px;width:100%;padding:10px 0;z-index:80;box-sizing:border-box;}*/
.gnb .dep2 {
    display: none;
    position: relative;
    padding: 10px 0;
    z-index: 80;
    box-sizing: border-box;
}

.gnb .dep2 > a {
    padding: 10px;
    color: #333;
    text-align: center;
    box-sizing: border-box;
    transition: color 0.4s;
}

.gnb .dep2 > a:hover,
.gnb .dep2 > a:focus {
    color: #014099;
}

.header.ent {
    background: rgba(255, 255, 255, 1);
}

.header.ent .hd_logo > a {
    background: url(../images/layout/hd_logo_ov.png) no-repeat left center;
}

.header.ent .gnb > li > a {
    color: #333;
}

.header.open {
    background: rgba(0, 64, 152, 1);
}

.header .btn_mo_menu.open {
    background: url(../images/layout/ico_moclose.png) no-repeat center center;
}

.header.open .gnb {
    right: 0;
}

.gnb > li:hover > a {
    color: #014099 !important;
}

.gnb > li:hover > a:after {
    bottom: 0;
    opacity: 1;
}


/*** Footer ***/
.footer {
    background: #1b1b1b;
    width: 100%;
    position: relative;
    bottom: 0
}

.footer .ft_sub {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 0;
    box-sizing: border-box;
}

.ft_sub:after {
    content: "";
    display: block;
    clear: both;
}

.ft_cont {
    float: left;
    width: 75%;
    padding-left: 16%;
    background: url(../images/layout/ft_logo.png) no-repeat left 10px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.5px;
    box-sizing: border-box;
}

.ft_menu {
    margin-left: -20px;
    font-size: 0;
}

.ft_menu > a {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    transition: all 0.4s;
}

/* .ft_menu > a.ht {
    color: rgb(0,58,48);
} */

.ft_menu > a:hover,
.ft_menu > a:focus {
    background: rgb(0,58,48);
    color: #fff !important;
}

.ft_menu > a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    width: 1px;
    height: 10px;
    background: #373737;
    transition: background 0.4s;
}

.ft_menu > a:last-child:after {
    display: none;
}

.ft_menu > a:hover:after,
.ft_menu > a:focus:after {
    background: rgb(0,58,48);
}

.ft_etc {
    float: right;
    width: 25%;
}
.ft_etc .ft_fs {
    float: right;
}
.ft_sns {
    margin-bottom: 20px;
    font-size: 0;
}

.ft_sns > a {
    display: inline-block;
    position: relative;
    width: 32%;
    padding-left: 40px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 32px;
    vertical-align: top;
    box-sizing: border-box;
}

.ft_sns > a.sns_fb {
    margin-right: 2%;
    background: url(../images/layout/ico_ft_fb.png) no-repeat left top;
}

.ft_sns > a.sns_bl {
    background: url(../images/layout/ico_ft_bl.png) no-repeat left top;
}
.ft_sns > a.sns_kt {
    background: url(../images/layout/ico_ft_kt.png) no-repeat left top;
}

.ft_sns > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    opacity: 0;
    transition: opacity 0.4s;
}

.ft_sns > a:hover:before,
.ft_sns > a:focus:before {
    opacity: 1;
}

.ft_sns > a.sns_fb:before {
    background: url(../images/layout/ico_ft_fb_ov.png) no-repeat left top;
}

.ft_sns > a.sns_bl:before {
    background: url(../images/layout/ico_ft_bl_ov.png) no-repeat left top;
}
.ft_sns > a.sns_kt:before {
    background: url(../images/layout/ico_ft_kt_ov.png) no-repeat left top;
}

/*.ft_fs .select_ty {height:40px;padding:0 10px;background-color:#1b1b1b;background-image:url(../images/layout/arr_btm.png);background-repeat:no-repeat;background-position:90% center;appearance:none;-moz-appearance:none;-webkit-appearance:none;border:solid 1px #fff;color:#fff;line-height:36px;}
.ft_fs .select_ty:hover, .ft_fs .select_ty:focus {background-image:url(../images/layout/arr_btm.png);}*/

.ft_fs .fs_sel {
    width: 100%;
    height: 40px;
}

.ft_fs .ui-selectmenu-button {
    border: solid 1px #fff;
    border-radius: 0 !important;
}

.ft_fs .ui-selectmenu-button span.ui-selectmenu-text {
    background: #1b1b1b;
    padding: 0 10px;
    color: #fff;
    line-height: 38px;
}

.ft_fs .ui-selectmenu-button span.ui-icon {
    background: url(../images/layout/arr_btm.png) no-repeat center center;
}











  
  .media-contents::after {
    content: '';
    display: block;
    clear: both;
  }
  
  .media-contents .info_wrap {
    width: 32%;
    position: relative;
    background: #f2f3f5;
    padding: 50px 35px;
    border-radius: 10px;
    margin-bottom: 50px;
    box-sizing: border-box;
    float: left;
    margin-left: 2%;
  }
  
  .media-contents .info_wrap:nth-child(3n+1) {
    margin-left: 0;
  }
  
  .media-info-all ul li {
      position: relative;
      width: calc((100% - 30px) / 4);
      height: 350px;
      margin-bottom: 20px;
      margin-right: 10px;
      padding: 30px 30px;
      border: 2px solid #d4d4d4;
      border-radius: 20px 20px 20px 40px;
      box-sizing:border-box;
      text-align: left;
      background: #fff;
      float: left;
  }
  .media-info-all ul li:nth-child(4n) {
      margin-right: 0;
  }
  .media-info-all ul li:hover {
    border-color: transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, rgb(0,58,48), rgb(0,58,48)) border-box;
  }
  
  
  /*
   .media-info-all ul li:after {
      content: '';
      position: absolute;
      top: 0; right: 0; bottom: 0; left: 0;
       z-index: -1;
      padding: 5px; /* !importantÃ©
      border-radius: inherit; /* !importantÃ©
      background: linear-gradient(to right, #9c20aa, #fb3570);
       opacity: 1;
    }
    */
  
  
  .media-contents .txt_press {
    color: #000;
    font-weight: 600;
    font-size: 14pt;letter-spacing: -0.05em;
    position: relative;
    display:inline;
  }
  .media-contents .txt_press:after {position: absolute;content:"";display: block;width: 100%;height: 2px;background: #d7d7d7;  margin-top: 8px;
  }
  
  .media-contents .tit {
    color: #000;
    font-size: 13pt;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 6px;
    line-height: 26px;
    height: 55px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    letter-spacing: -0.05em;
    white-space: normal;
    box-sizing: border-box;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
  }
  
  
  .media-contents .txt_info {
    color: #000;
    margin-bottom: 10px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
      height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.05em;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
    box-sizing: border-box;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    line-height: 23px;
  }
  
  
  .media-contents .date {
    color: #a1a1a1;
    padding-top: 40px;
    font-size: 12px;
  }
  
  .media-contents .more-button {
    position: absolute;
    left: 50%;bottom: 30px;
    transform: translateX(-50%);width: 23px;height: 34px;
    background: url(../images/sub/sub-media-btn.png);
    opacity: 1;
  }
  .media-contents .more-button:hover {background: url(../images/sub/sub-media-btn-hv.png);}
  
  
  .media-contents .loading-bar {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .media-info-all::after {
    content: '';
    display: block;
    clear: both;
  }
  
  .media-paging {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .media-paging .media-paging__arrow.disabled {
    opacity: .4;
  }
  .media-paging .media-paging__item {
    margin: 0 10px;
  }
  .media-paging .media-paging__item.media-paging__number {
    margin: 0 5px;
  }
  .media-paging .media-paging__number {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .media-paging .media-paging__number.current {
    background: #AE1857;
    color: #ffffff;
  }
  .pagination {display: flex;justify-content: center;text-align: center;margin-top: 50px;}
  .pagination li {margin-right: 10px;}
  .pagination li:last-child {margin-right: 0;}
  .num.is-active {color: #008086;position: relative;}
  .num.is-active:after {content:"";display: block;width: 100%;position: absolute;height: 1px;background: #008086;transition: color 0.5 ease;}
  