@charset "utf-8";

/*
Theme Name: GSEF
Description: GSEF THEME
Author: css3studio
Version:1.0
Tags:wordpress, themes, business blogs, GSEF
*/

@import url('./editor.css');
@import url('./xeicon.css');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;500&display=swap');

body > * {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}


/* Common */

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
menu {
    margin: 0;
    padding: 0;
    line-height: 24px
}

header,
nav,
article,
section,
footer,
address,
aside {
    display: block;
}

img,
fieldset {
    border: 0
}

ul,
ol,
menu {
    list-style: none
}

em,
address {
    font-style: normal
}

a {
    text-decoration: none;
    color: #585656
}

a:hover,
a:active,
a:focus {
    text-decoration: underline
}

body,
input,
textarea,
select,
button,
table {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 300;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

body .postArea .align-right {
    text-align: right;
}

body .postArea .align-right .btn {
    margin-left: 0;
    margin-right: 0;
}


/* Layout & Common */

#main_wrap {
    position: relative
}

#skip_contents {
    width: 100%;
}

#skip-link a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: -40px;
    left: 0;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    z-index: 50
}

#skip-link a:focus {
    top: 0
}

.inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 0 1.5%;
    box-sizing: border-box;
    margin: 0 auto
}

header {
    height: 135px;
    transition: height 0.3s ease 0s;
    overflow: hidden;
    background: #fff;
}

header.hover {
    height: 425px;
}

header .lg01 {
    position: absolute;
    top: 45px;
    left: 2.5%
}

header .btn01,
header .btn02 {
    display: none
}

header nav {
    position: absolute;
    right: 2.5%;
    top: 30px
}

header nav .gnbArea {
    text-align: right;
    margin-bottom: 10px
}

header menu {
    display: block;
    position: relative;
    z-index: 100;
    text-align: center
}

header menu li.l0 {
    float: left;
    display: block;
    padding: 0 0 0 75px;
    position: relative
}

header menu li.l0 a.m0 {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #3a3a3a;
    height: 48px;
    line-height: 48px;
    text-transform: uppercase
}

header menu li.l0:hover .m0,
header menu li.l0 a.m0:hover {
    text-decoration: none;
    color: #008180
}

header menu ul.s0 {
    position: absolute;
    top: 65px;
    width: 100%;
    left: 50%;
    padding-left: -70px;
}

header menu ul.s0 li.l1 a.m1 {
    display: block;
    padding: 8px 0;
    width: 100%;
    /* height: 30px; */
    line-height: 1.2;
    color: #404040;
    font-size: 13px;
    /* white-space: nowrap; */
}

header menu ul.s0 li.l1 a.m1:hover {
    color: #008180;
    text-decoration: none
}

header menu ul.s1 {
    display: none
}

footer {
    background-color: #626262;
    overflow: hidden;
    padding: 50px 0
}

footer .lg02 {
    float: left;
    margin-right: 50px;
    height: 80px;
}

footer address {
    padding-top: 10px;
    color: #a1a1a1
}

footer address span {
    display: block;
    margin-bottom: 5px
}

footer address a {
    color: #a1a1a1
}

footer .ng02 {
    margin-top: 20px
}

label.error {
    color: #f00;
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 11px;
}

/* objects */

.cf01 {
    display: inline-block;
    width: 23px;
    height: 26px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    margin-left: 10px
}

.cf01 fieldset {
    display: none
}

.cf01 label {
    display: none
}

.cf01 input {
    display: none
}

.cf01 button {
    display: none
}

.cf01 a.btnOpen {
    display: block;
    width: 23px;
    height: 24px;
    background: url(../images/btn_search01.jpg) no-repeat 0 0;
    text-indent: -9999px
}

.cf01.on {
    width: 190px;
    text-align: right
}

.cf01.on fieldset {
    display: inline-block
}

.cf01.on input {
    display: inline;
    height: 24px;
    padding: 0 5px;
    border: 1px solid #ddd;
    width: 140px;
    margin-right: 5px;
    color: #777
}

.cf01.on button {
    display: inline-block;
    width: 23px;
    height: 24px;
    border: none;
    background: url(../images/btn_search01.jpg) no-repeat 0 0;
    text-indent: -9999px;
    cursor: pointer
}

.cf01.on a.btnOpen {
    display: none
}

.cf01 a.btnClose {
    display: none
}

.fc01 {
    border-top: 2px solid #008180
}

.fc02 {
    padding-bottom: 50px;
    overflow: hidden;
}

.fc02 .inner {
    border-top: 2px solid #008180;
    padding-top: 50px;
}

.fc02 aside {
    width: 20%;
    max-width: 246px;
    float: left
}

.fc02 .rightArea {
    width: 78%;
    max-width: 774px;
    float: right
}

.fc02 .rightArea .header {
    position: relative;
    height: 40px;
    border-bottom: 5px solid #f6efdb;
    margin-bottom: 25px
}

.fc02 .rightArea .header h1 {
    font-size: 24px;
    line-height: 25px;
    font-weight: normal;
    float: left
}

.fc02 .rightArea .header .ng04 {
    float: right;
    position: relative;
    top: -17px
}

.fc02 .rightArea .header .ng06 {
    position: absolute;
    top: -25px;
    left: 0
}

.fc02 .rightArea .postArea {
    padding-bottom: 40px
}

.ib01 {
    height: 450px;
    background-color: #008180;
    overflow: hidden;
}

.ib01 .inner {
    padding: 0;
}

.ib01 .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/@main-slider-cover.png) left top no-repeat;
    background-size: cover;
}

.ib01 li {
    height: 450px;
    background-position: top center;
    position: relative;
    background-size: cover
}

.ib01 li a {
    text-decoration: none;
}

.ib01 li span {
    display: block;
    margin: 58px 0 0 40px;
    position: relative;
    width: 45%;
}

.ib01 li span:before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    /*     background: #fff; */
    margin-bottom: 35px
}

.ib01 li span strong {
    display: block;
    color: #fff;
    font-size: 34px;
    line-height: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    word-break: keep-all;
}

.ib01 li span i {
    margin-bottom: 18px;
    display: block;
}

.ib01 li span i p {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    word-break: keep-all;
    max-height: 100px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.ib01 li span i p a {
    color: #00ecea;
}

.ib01 li span > a {
    padding: 0 10px 0 10px;
    display: inline-block;
    border: 1px solid #00ecea;
    background-color: rgba(0, 131, 133, 0.6);
    color: #00ecea;
    line-height: 1.2;
    padding: 8px 10px;
    margin-bottom: 10px;
}

.ib01 li span .download a {
    padding: 0 10px 0 40px;
    background: url(../images/icon_down.png) no-repeat 10px center;
}

.ib01 li span a:hover {
    text-decoration: none;
    color: #fff;
    background: #00ecea;
}

.ib01 .slick-dots {
    left: 34px;
    top: 45px;
    bottom: 100%;
    height: inherit;
    width: inherit;
    position: absolute
}

.ib01 .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots li {
    height: inherit;
}

.slick-dots li button:before {
    font-size: 16px;
}

.slick-dots li.slick-active button:before {
    color: #00ecea;
}

.slick-prev {
    background-image: url(../images/btn_prev02.png) !important;
    left: -67px
}

.slick-next {
    background-image: url(../images/btn_next02.png) !important;
    right: -67px
}

.slick-arrow {
    top: 50%;
    width: 47px;
    height: 76px;
    background: no-repeat 0 0;
    text-indent: -9999px;
    z-index: 9
}

.ib02 {
    padding: 50px 0 60px;
    background-color: #f6efdb
}

.ib02 ul.cons {
    width: 100%;
}

.ib02 ul.cons li:hover a {
    border: solid 1px #008180;
    box-sizing: border-box;
}

.ib02 ul.cons li.cont:first-child {
    margin-left: 0
}

.ib02 ul.cons li.cont a {
    display: block;
    margin: 2%;
}

.ib02 ul.cons li.cont a:hover {
    text-decoration: none;
    color: #7fc0bf
}

.ib02 ul.cons li.cont i {
    display: block;
    width: 100%;
    overflow: hidden
}

.ib02 ul.cons li.cont img {
    width: 100%;
    height: auto;
    vertical-align: top;
    line-height: 0;
}

.ib02 ul.cons li.cont span {
    display: block;
    padding: 20px;
    min-height: 100px;
    background-color: #fdfdfd
}

.lc01 ul li img,
.lc02 ul li img,
.ib02 ul.cons li img {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.lc01 ul li:hover img,
.lc02 ul li:hover img,
.ib02 ul.cons li:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.ib02 ul.cons li.cont span strong {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #474747;
    line-height: 22px;
    line-height: 1.4;
    max-height: 100px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.ib02 ul.cons li.cont a:hover strong {
    text-decoration: none;
    color: #008180
}

.ib02 ul.cons li.cont span em {
    color: #474747
}

.ib02 .bx-controls .bx-pager {
    left: 0;
    width: 100%;
    text-align: center !important;
    bottom: -45px;
    position: absolute
}

.ib02 .bx-controls .bx-pager.bx-default-pager a {
    width: 13px;
    height: 13px;
    margin: 0 10px 0 0;
    background: url(../images/page02_off.png) no-repeat 0 0
}

.ib02 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.ib02 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-image: url(../images/page02_on.png)
}

.slick-dots {
    bottom: -50px;
}
.ib02 .slick-prev {
    background-image: url(../images/btn_prev02.png) !important;
    left: -67px
}

.ib02 .slick-next {
    background-image: url(../images/btn_next02.png) !important;
    right: -67px
}

.ib02 .slick-arrow {
    top: 50%;
    width: 47px;
    height: 76px;
    background: no-repeat 0 0;
    text-indent: -9999px;
    z-index: 9
}

.ib03 {
    padding: 50px 0 80px
}

.ib03 li a {
    display: block;
    position: relative;
    width: 178px;
    height: 88px;
    box-sizing: border-box;
    margin: 0 1%;
}

.ib03 li a i {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 90px;
    background: #000;
    opacity: 0.5
}

.ib03 li a span {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 178px;
    height: 88px;
    line-height: 88px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold
}

.ib03 li a:hover {
    text-decoration: none
}

.ib03 li a:hover i,
.ib03 li a:hover span {
    display: block
}

.ib03 li img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #ddd
}

.ib03 .bx-controls .bx-pager {
    left: 0;
    width: 100%;
    text-align: center !important;
    bottom: -45px;
    position: absolute
}

.ib03 .bx-controls .bx-pager.bx-default-pager a {
    width: 13px;
    height: 13px;
    margin: 0 10px 0 0;
    background: url(../images/page02_off.png) no-repeat 0 0
}

.ib03 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.ib03 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-image: url(../images/page02_on.png)
}

.ib03 .bx-wrapper .bx-prev {
    background-image: url(../images/btn_prev02.png) !important;
    left: -67px
}

.ib03 .bx-wrapper .bx-next {
    background-image: url(../images/btn_next02.png) !important;
    right: -67px
}

.ib03 .bx-wrapper .bx-controls-direction a {
    top: 50%;
    margin-top: -39px;
    width: 47px;
    height: 76px;
    background: no-repeat 0 0;
    text-indent: -9999px;
    z-index: 9
}

.ib03 .item-image {
    margin-bottom: 5px;
}

.ib03 .item-title {
    color: #585656;
    font-size: 13px;
    font-weight: normal;
    margin: 0 1%;
    height: 36px;
    line-height: 18px;
    text-align: center;
}

.ib03 .btn.category {
    display: inline-block;
    background: #fff;
    color: #008180;
    font-size: 15px;
    padding: 10px 0;
    width: 31.8%;
    margin-right: .91%;
    text-align: center;
    margin-bottom: 18px;
    border: solid 3px #008180
}

.ib03 .btn.country {
    display: inline-block;
    background: #fff;
    color: #008180;
    font-size: 15px;
    padding: 10px 0;
    width: 19%;
    margin-right: .1%;
    text-align: center;
    margin-bottom: 36px;
    border: solid 3px #008180
}

.ib03 .btn.category:hover,
.ib03 .btn.country:hover {
    background: #008180;
    color: #fff;
}

.ib03 .btn.last {
    margin-right: 0;
}

.lg01 a {
    display: block;
    width: 122px;
    height: 52px;
    background: url(../images/logo01.jpg) no-repeat 0 0;
    text-indent: -9999px
}

.lg02 a {
    display: block;
    width: 134px;
    height: 57px;
    background: url(../images/logo02.jpg) no-repeat 0 0;
    text-indent: -9999px
}

.ng01 {
    display: inline-block
}

.ng01 li.l0 {
    display: inline-block;
    height: 26px;
    line-height: 26px
}

.ng01 li.l0:before {
    content: "|";
    padding: 0 10px;
    color: #c5c5c5
}

.ng01 li.l0:first-child:before {
    content: none;
    padding: 0
}

.ng01 li.l0 a,
.ng01 li.l0 {
    font-weight: 300
}

.ng01 li.subscribe a {
    border: solid 1px #008180;
    font-size: 12px;
    padding: 2px 10px 3px;
    color: #008180;

}

.ng01 li.subscribe a:hover {
    background: #008180;
    color: #fff;
}

.ng01 li.language .sbHolder {
    margin-left: 10px;
    display: inline-block;
    width: 120px;
    height: 24px;
    text-align: left;
    background: none;
    vertical-align: middle;
    border-color: #008180
}

.ng01 li.language .sbHolder .sbSelector {
    width: 100px;
    color: #008180;
    height: 24px;
    line-height: 24px
}

.ng01 li.language .sbHolder .sbOptions {
    width: 120px;
    background-color: #fff;
    top: 20px;
    border-color: #008180;
    background: #fff;
    z-index: 101
}

.ng01 li.language .sbHolder .sbOptions a {
    color: #585858;
    font-weight: normal;
    padding: 0;
    border-bottom: none;
}
.ng01 li.language .sbHolder .sbOptions a:hover {
    color: #008180;
}

.ng01 li.language .sbHolder .sbOptions li:hover {
    background: #bddbdb
}

.ng01 li.language .sbHolder .sbOptions li:last-child a {
    border-bottom: none
}

.ng01 li.language .sbHolder .sbToggle {
    height: 24px;
    background: url(../images/bl_ar_down01.jpg) no-repeat center center
}

.ng01 li.language .sbHolder .sbToggleOpen {
    background: url(../images/bl_ar_down01.jpg) no-repeat center center;
    transform: rotate(180deg);
}


/*한글 임시 제거
.ng01 li.language {display:none;}
*/

.ng02 {
    overflow: hidden;
}

.ng02 li {
    display: inline-block;
}

.ng02 li a {
    display: block;
    width: 32px;
    height: 32px;
    background: no-repeat 0 0;
    text-indent: -9999px;
    text-align: left;
    margin-right: 10px;
}

.ng02 li.fb a {
    background-image: url(../images/btn_sns_fb.jpg)
}

.ng02 li.tw a {
    background-image: url(../images/btn_sns_tw.jpg)
}

.ng02 li.yt a {
    background-image: url(../images/btn_sns_yt.jpg)
}

.ng02 li.lk a {
    background-image: url(../images/btn_sns_lk.png)
}

.ng03 {
    overflow: hidden;
    background-color: #7a7a7a;
    padding: 50px 0
}

.ng03 ul {
    overflow: hidden
}

.ng03 li.l0 {
    float: left;
    margin-left: 20px;
    width: 15%
}

.ng03 li.l0:first-child {
    margin-left: 0
}

.ng03 li a.m0 {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-bottom: 25px;
    text-transform: uppercase
}

.ng03 li a.m1 {
    font-size: 13px;
    color: #fff
}

.ng03 li ul li.l1 {
    margin-bottom: 10px
}

.ng03 li ul.s1 {
    display: none
}

.ng04 {
    overflow: hidden;
    text-align: right
}

.ng04 li {
    display: inline-block;
    margin-left: 6px
}

.ng04 li a {
    display: block;
    width: 40px;
    height: 40px;
    background: no-repeat 0 0;
    text-indent: -9999px;
    text-align: left;
    background-size: contain;
}

.ng04 li.fb a {
    background-image: url(../images/btn_link_fb.png)
}

.ng04 li.tw a {
    background-image: url(../images/btn_link_tw.png)
}

.ng04 li.gp a {
    background-image: url(../images/btn_link_lk.png)
}

.ng04 li.em a {
    background-image: url(../images/btn_link_em.png)
}

.ng05 dt {
    padding-bottom: 15px;
    border-bottom: 5px solid #008180;
    font-size: 24px;
    line-height: 25px;
    color: #008180;
    font-weight: bold
}

.ng05 menu {
    padding-top: 20px
}

.ng05 menu li.l1 a.m1 {
    display: block;
    line-height: 1.2;
    font-size: 16px;
    padding: 12px 0;
}

.ng05 menu li.l1 a.m1 {
    color: #000;
}

.ng05 menu .active-trail {
    font-weight: bold;
}

.ng05 menu li.l1 ul {
    border-left: solid 2px #ddd;
}

.ng05 menu li.l1 li.l2 {
    font-weight: normal;
    margin-bottom: 10px
}

.ng05 menu li.l1 li.l2 a.m2 {
    display: block;
    line-height: 1.2;
    padding: 0 0 0 18px
}

.ng05 menu li.l1 li.l2 a.m2.active {
    color: #008180
}

.ng05 menu li.l1 li.l2 ul.s1 {
    margin: 14px 0;
    border-left: none;
}
.ng05 menu li.l1 li.l2 ul.s1 li.l2 a.m2 {
    display: block;
    line-height: 1.2;
    padding: 0 0 0 20px;
    border-left: none;
    font-size: .8em;
}
.ng05 menu li.l1 li.l2 ul.s1 li.l2 a.m2:before {
    content: '- ';
}


.ng05 menu li.l1 li.l2 ul.s1 ul.s1 {
    margin: 10px 0 0 30px;;
    border-left: solid 1px #dedede;
}
.ng05 menu li.l1 li.l2 ul.s1 li.l2 ul.s1 a.m2 {
    display: block;
    line-height: 1.2;
    padding: 0 0 0 14px;
    border-left: none;
    font-size: .8em;
}
.ng05 menu li.l1 li.l2 ul.s1 li.l2 ul.s1 a.m2:before {
    content: '';
}

.ng06 {
    display: inline-block
}

.ng06 li {
    display: inline
}

.ng06 li:before {
    content: ">";
    margin: 0 6px 0 3px
}

.ng06 li:first-child:before {
    content: none;
    margin: 0
}

.ng06 li a {
    font-size: 12px
}

.ng06 li.home {
    padding-left: 0;
    margin-left: 0;
    background: none
}

.ng07 {
    display: none
}

.lc01 {
    padding: 50px 0;
    background: #f6f6f6;
}

.lc01 li.cont {
    float: left;
}

.lc01 li.cont:first-child {
    margin-left: 0
}

.lc01 li.cont a {
    display: block;
    border: 1px solid #e5e5e5;
    margin: 0 2%;
}

.lc01 li.cont a:hover {
    border-color: #008180;
    text-decoration: none;
}

.lc01 li.cont i {
    display: block;
    width: 100%;
    overflow: hidden
}

.lc01 li i img {
    height: auto;
}

.lc01 li.cont span {
    display: block;
    overflow: hidden;
    background-color: #fff;
    padding: 20px
}

.lc01 li.cont span strong {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #474747;
    overflow: hidden;
    min-height: 38px;
    line-height: 1.2;
    max-height: 72px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.lc01 li.cont span em {
    color: #474747
}

.lc02 {
    padding: 50px 0
}

.lc02 ul {
    overflow: hidden
}

.lc02 li {
    float: left;
    margin-left: 1%;
    width: 24.2%;
}

.lc02 li:first-child {
    margin-left: 0
}

.lc02 li a {
    display: block;
    /*
        width: 289px;
        min-height: 270px
    */
}

.lc02 li a span {
    display: block;
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px
}

.lc02 li a span em {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 129, 128, 0.8);
    color: #fff;
    text-align: center;
    line-height: 160px;
    font-size: 18px;
    font-weight: bold
}

.lc02 li a:hover span em {
    background: rgba(0, 129, 128, 0.2);
    color: #fff;
    opacity: 0.3
}

.lc02 li span strong {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #474747
}

.lc02 li strong {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    color: #474747;
    line-height: 1.4
}

.tc01 {
    background: #008180 url(../images/bg_about.jpg) no-repeat center center;
    padding: 30px 0 50px;
    overflow: hidden;
}

.tc01 .leftSide {
    float: left;
    width: 60%;
}

.tc01 .rightSide {
    float: right;
    width: 35%;
    margin-top: -70px
}

.tc01 .th01 {
    color: #fff
}

.tc01 ul.gsefs {
    text-align: left;
    margin-bottom: 40px
}

.tc01 ul.gsefs li {
    display: inline-block;
    width: 23%;
    margin: 0 .5%;
}

.tc01 ul.gsefs li:first-child {
    margin: 0 .5% 0 0;
}

.tc01 ul.gsefs li a {
    display: block;
    height: 58px;
    line-height: 58px;
    background: url(../images/btn_gsef2013.jpg) no-repeat 0 0;
    background-size: contain;
    text-indent: -9999px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold
}

.tc01 ul.gsefs li.gsef2013 a {
    background-image: url(../images/btn_gsef2013.jpg)
}

.tc01 ul.gsefs li.gsef2014 a {
    background-image: url(../images/btn_gsef2014.jpg)
}

.tc01 ul.gsefs li.gsef2016 a {
    background-image: url(../images/btn_gsef2016.jpg)
}

.tc01 ul.gsefs li.gsef2018 a {
    background-image: url(../images/btn_gsef2018.jpg)
}

.tc01 ul.gsefs li a:hover {
    background: #6f6f6f;
    text-indent: 0;
    text-decoration: none
}

.tc01 p {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 35px
}

.tc01 a.lMore {
    display: block;
    width: 380px;
    height: 55px;
    line-height: 55px;
    background-color: #fff;
    color: #008180;
    font-size: 18px;
    text-align: center
}

.tc01 a:hover.lMore {
    text-decoration: none;
    font-weight: bold
}

.th01 {
    font-size: 32px;
    line-height: 34px;
    color: #008180;
    margin-bottom: 40px;
    font-weight: bold;
    vertical-align: middle;
    overflow: hidden;
}

.th01 .btn-more {
    float: right;
    font-size: 16px;
    padding: 6px 12px;
    border: solid 1px #aaa;
    vertical-align: middle;
    background: #fff;
    line-height: 1.4;
}

.th01 .btn-more:hover {
    background: #eaeaea;
}


.postArea .btns {
    text-align: center;
}

.postArea .btns .btn {
    margin: 0 5px;
}

.postArea .btn {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    line-height: 1;
    border-radius: 0;
    cursor: pointer;
}

.postArea .btn-print {
    background: url('../images/ico-print.png') no-repeat 16px center;
}

.postArea .btn-print.btn-md {
    padding-left: 45px;
}

.postArea .btn01 {
    border-color: #008180;
    background-color: #008180;
    color: #fff;
}

.postArea .btn02 {
    border-color: #c9c9c9;
    background-color: #fff;
    color: #737373;
}

.postArea .btn03 {
    border: 1px solid #959595;
    background-color: #fff;
    border-radius: 2px;
}

.postArea .btn-sm {
    padding: 6px 8px;
    font-size: 13px;
}

.postArea .btn-md {
    padding: 11px 24px;
    font-size: 15px;
}

.postArea .btn-lg {
    padding: 19px 0;
    width: 280px;
    font-size: 18px;
    font-weight: bold;
}


.postArea .reset-list {
    padding: 0;
    margin: 0;
}

.postArea .reset-list li {
    padding: 0;
    margin: 0;
    background: none;
}


.postArea li .item-title {
    color: #474747;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 16px;
    word-break: keep-all;
}

.postArea .item-title a {
    color: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.postArea .item-title small {
    color: #585656;
    font-size: 13px;
    line-height: 1;
    display: block;
    font-weight: normal;
    margin-top: 5px;
}

.postArea .item-image {
    position: relative;
}

.postArea .image-wrap {
    position: relative;
    display: block;
    font-size: 0;
    line-height: 0;
    border: 1px solid #ddd;
    border-bottom: none;
}

.postArea .image-wrap img {
    display: block;
}

.postArea .item-category {
    background-color: rgba(0, 129, 128, 0.8);
    padding: 6px 8px;
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: left;
}

.postArea .item-tags {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.postArea .item-tags li {
    float: left;
}

.postArea .item-excerpt {
    margin-bottom: 12px;
    line-height: 20px;
    color: #474747;
    max-height: 60px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.postArea .item-excerpt * {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-size: 12px;
    text-align: inherit;
    color: inherit;
}

.postArea .list-forum {
    border-top: 1px solid #008180;
}

.postArea .list-forum li {
    padding: 17px 0 20px;
    border-bottom: 1px solid #ddd;
}

.postArea .list-forum .item-title {
    font-size: 20px;
    color: #585858;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 13px;
}

.postArea .list-forum .item-date {
    color: #8b8b8b;
    font-size: 13px;
    line-height: 1;
}

.postArea .list-forum .item-answer {
    color: #008180;
    font-weight: bold;
}

.postArea .list-forum .item-answer.no-answer {
    color: #8b8b8b
}


.postArea .list-horizontal {
    border-top: 1px solid #008180;
    padding-bottom: 20px;
}

.postArea .list-horizontal > li {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding: 20px;
}

.postArea .list-horizontal > li:hover {
    background: #f6f6f6;
}

.postArea .list-horizontal > li:hover .item-image img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.postArea .list-horizontal li .item-image {
    width: 37.4%;
    float: left;
}

.postArea .list-horizontal li .item-image img {
    display: block;
    width: 100%;
}

.postArea .list-horizontal li .image-wrap {
    border-right: 1px solid #ddd;
}

.postArea .list-horizontal li .item-text {
    width: 57.4%;
    float: left;
    padding: 6px 2.6%;
}

.postArea .list-horizontal li .btn {
    cursor: default;
    margin-right: 10px;
}

.postArea .list-horizontal li .item-tags {
    margin-top: 10px;
}

.postArea .list-horizontal li .item-tags li {
    cursor: default;
    margin-right: 10px;
    border: 1px solid #959595;
    background-color: #fff;
    border-radius: 2px;
    line-height: 1;
    padding: 6px 8px;
    font-size: 13px;
    margin-top: 10px;
}


.postArea .list-vertical {
    border-top: 1px solid #008180;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    overflow: hidden;
}

.postArea .list-vertical li {
    margin: 0 1.15%;
    width: 31.0333%;
    float: left;
    margin-top: 20px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
}

.postArea .list-vertical li:hover {
    /* 	background:#f6f6f6; */
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3);
}

.postArea .list-vertical .item-image {
    height: 120px;
    overflow: hidden;
    line-height: 120px;
    text-align: center;
    vertical-align: middle;
}

.postArea .list-vertical .item-image .image-wrap {
    line-height: 120px;
}

.postArea .list-vertical .item-image img {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: inline;
    vertical-align: middle;
}

.postArea .list-vertical li:hover .item-image img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.postArea .list-vertical li .item-title {
    margin-bottom: 10px;
    overflow: hidden;
}

.postArea .list-vertical li .item-excerpt {
    max-height: 40px;
    overflow: hidden;
}

.postArea .list-vertical li .item-category {
    left: 10px;
    bottom: 10px;
}

.postArea .list-vertical li .item-text {
    padding: 18px 14px;
    border-top: 1px solid #ddd;
    height: 100px;
}
/* exerpt for e-library -start */
.postArea .view-publication .list-vertical li {
    position: relative;
    overflow: hidden;
}
.postArea .view-publication .list-vertical li .item-category {
    top: 10px;
    left: 0;
    border-radius: 0 3px 3px 0;
    bottom: inherit;
    font-size: 13px;
    font-weight: 300;

}
.postArea .view-publication .list-vertical li .item-image {
    height: inherit;
}
.postArea .view-publication .list-vertical li .item-image img {
    width: 100% !important;
    height: auto !important;
    max-height: inherit;
    max-width: inherit;
}
.postArea .view-publication .list-vertical li .item-text {
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.72) 59%, #000000 100%);
    padding-top: 4em;
    border-top: none;
    margin: 0;
    height: inherit;
}
.postArea .view-publication .list-vertical li .item-text h1 {
    display: block;
    overflow: hidden;
    max-height: inherit;
}
.postArea .view-publication .list-vertical li .item-text a {
    padding-top: 8em;
    color: #fff;
}
/* exerpt for e-library - end */

/* exerpt for member-list - start */
.postArea .view-member-list .list-vertical {
    border-bottom: none;
    position: relative;
    padding: 20px 48px 30px 44px;
}
.postArea .view-member-list .list-vertical .slick-slide {
    margin: 0 8px;
}
.postArea .view-member-list .list-vertical li {
    float: left;
    margin-top: 20px;
    border: solid 1px #eee;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
}
.postArea .view-member-list .list-vertical li .item-image img {
    max-height: 110px;
    max-width: 90%;
}
.postArea .view-member-list .list-vertical li .item-text a {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    display: inline-block;
}
.postArea .view-member-list h2 {
    font-size: 1.6rem;
}
.postArea .view-member-list h3 {
    margin-top: 2rem;
    font-size: 1.4rem;
}
.postArea .list-vertical li .item-text.memberlist {
    min-height: 90px;
    max-height: 70px;
    background: #f6f6f6;
    padding: 15px;
    border-top: solid 1px #eee;
}
.postArea .view-member-list .list-vertical .slick-next {
    right: 0
}
.postArea .view-member-list .list-vertical .slick-prev {
    left: 0
}
.postArea .view-member-list .list-vertical .slick-dots {
    bottom: 0;
    width: 100%;
    left: 0;
    box-sizing: border-box;
}
.postArea .view-member-list .list-vertical .slick-dots li {
    padding: 0;
    width: auto;
    border: none;
    margin: auto;
    float: none;
}
.postArea .view-member-list .list-vertical .slick-arrow {
    width: 30px;
    height: 50px;
    background-size: contain;
}
.postArea .view-member-list .slick-dots li.slick-active button:before {
    color: #008180
}

.node-member-list {
    position: relative;
}
.node-member-list h1 {
    padding: 0 0 1rem;
    color: #000;
    font-weight: bold;
    padding-right: 8rem;
    margin-bottom: 0;
    box-sizing: border-box;
}
.node-member-list .field-name-field-facebook-url {
    position: absolute;
    top: 1px;
    right: 2rem;
    font-size: 0;
    vertical-align: top
}
.node-member-list .field-name-field-facebook-url a:hover {
    text-decoration: none;
}
.node-member-list .field-name-field-facebook-url a:before {
    content: '';
    font-family: 'xeicon';
    font-size: 33px;
    color: #3b5998
}
.node-member-list .field-name-field-linkedin-url {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    vertical-align: top
}
.node-member-list .field-name-field-linkedin-url a:hover {
    text-decoration: none;
}
.node-member-list .field-name-field-linkedin-url a:before {
    content: '';
    font-family: 'xeicon';
    font-size: 30px;
    color: #0e76a8
}
.node-type-member-list .postArea .content .group-meta {
    display: block;
    background: #f6f6f6;
    padding: 1rem 1.6rem 1.4rem;
    margin: 0 0 2rem;
}
.node-type-member-list .postArea .content .field-label-inline {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}
.node-type-member-list .postArea .content .field-label-inline:before {
    content: '/';
    padding: 0 1rem;
    color: #ddd;
}
.node-type-member-list .postArea .content .field-label-inline:last-child:before {
    content: '';
    display: none;
}
/* exerpt for member-list - end */


.postArea .list-vertical .image-wrap {
    border: none;
}


.postArea .list-link {
    border-top: 1px solid #008180;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 0px;
    margin-right: -2.3%;
    overflow: hidden;
    padding-top: 20px;
}

.postArea .list-link li {
    margin-right: 2.3%;
    width: 22.7%;
    float: left;
}

.postArea .list-link .image-wrap {
    border: 1px solid #ddd;
}

.postArea .list-link .item-image {
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

.postArea .list-link .item-image img {
    display: block;
}

.postArea .list-link .item-title {
    color: #585656;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
    height: 66px;
    line-height: 18px;
    text-align: center;
}


.postArea .pager {
    padding: 0;
    margin: 20px 0 0;
    text-align: center;
    font-size: 0;
}

.postArea .pager li {
    padding: 0;
    margin: 0 3px;
    background: none;
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1px solid #008180;
    color: #008180;
    line-height: 34px;
    color: #008180;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}

.postArea .pager li a {
    color: inherit;
    font-weight: bold;
    display: block;
}

.postArea .pager .pager-item {
    position: relative;
    overflow: hidden;
}

.postArea .pager .pager-item .ajax-progress .throbber {
    position: absolute;
    left: 0;
    top: 0;
}

.postArea .pager .pager-first,
.postArea .pager .pager-previous,
.postArea .pager .pager-next,
.postArea .pager .pager-last {
    text-indent: -9999px;
    position: relative;
}

.postArea .pager .pager-first a:before,
.postArea .pager .pager-previous a:before,
.postArea .pager .pager-next a:before,
.postArea .pager .pager-last a:before {
    font-size: 15px;
    height: 34px;
    width: 34px;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 34px;
    position: absolute;
    text-indent: 0;
}

.postArea .pager .pager-first a:before {
    content: '<<';
}

.postArea .pager .pager-previous a:before {
    content: '<';
}

.postArea .pager .pager-next a:before {
    content: '>';
}

.postArea .pager .pager-last a:before {
    content: '>>';
}

.postArea .pager .pager-current {
    background-color: #008180;
    color: #fff;
}

.postArea .tabs.primary {
    overflow: hidden;
    padding: 0;
    margin: 0 0 30px 0;
    padding-left: 1px;
    border-bottom: solid 1px #ccc;
}

.postArea .tabs.primary li {
    margin: 0;
    padding: 0;
    background: none;
    background-color: #eee;
    float: left;
}

.postArea .tabs.primary li a {
    display: block;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-bottom: 0;
    margin-left: -1px;
}

.postArea .tabs.primary li.active {
    background-color: #fff;
}

.postArea .content > .form-item.form-type-item {
    display: none;
}

.postArea .content > .field-label-inline {
    display: block;
    border-bottom: solid 1px #eee;
    padding: 10px 0;
}
.postArea .content .field-name-field-tags .field-items {
	margin: 1rem 0;	
}
.postArea .content .field-name-field-tags .field-items .field-item {
	display: inline-block;
	border: solid 1px #ededed;
	padding: .2rem .8rem;
	margin: .2rem;
}

.postArea .content > .field-label-inline:first-child {
    padding: 0 0 10px;
}

.postArea .content > .field-name-body {
    padding-bottom: 20px;
    margin: 30px 0;
}


.postArea .list-radio li {
    position: relative;
    background: none;
    padding-left: 30px;
}

.postArea .list-radio li input[type="radio"] {
    position: absolute;
    top: 4px;
    left: 0;
}

/* Apply membership */
hr.heavy {
    border: 2px solid #363636;
    height: 0;
    border-top: none;
    margin: 24px 0;
}

.form-apply p a {
    color: #008180;
    text-decoration: underline;
}

.table-textarea p strong {
    color: #008180;
    font-weight: bold;
}

.form-apply h2 {
    margin-top: 45px;
}

.form-apply .btns {
    border-top: 1px solid #008180;
    padding-top: 60px;
    margin-top: 40px;
}

.form-apply .fieldset-table + p {
    margin-top: 10px;
}

.form-apply .fieldset-table + p i {
    margin-top: 20px;
    display: block;
}

.fieldset-table {
    border: 1px solid #c9c9c9;
}

.fieldset-table fieldset {
    overflow: hidden;
    border-top: 1px solid #c9c9c9;
    position: relative
}

.fieldset-table fieldset:first-child {
    border-top: 0;
}

.fieldset-table .set-label {
    background-color: #f7f7f7;
    float: left;
    width: 22.58%;
    box-sizing: border-box;
    height: 100%;
    border-right: 1px solid #c9c9c9;
    padding: 14px;
    line-height: 1;
    word-break: break-word;
    text-align: left;
}

.fieldset-table .set-input {
    background-color: #fff;
    float: left;
    width: 77.42%;
    box-sizing: border-box;
    height: 100%;
    margin-bottom: 0;
    position: relative
}

.label-width-36p .set-label {
    width: 36%;
}

.label-width-36p .set-input {
    width: 64%;
}

.fieldset-table .set-input input[type="file"] {
    padding: 9px 14px;
}

.fieldset-table .set-input input[type="text"],
.fieldset-table .set-input input[type="password"],
.fieldset-table .set-input textarea {
    border: 0;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    padding: 11px 14px;
    line-height: 1.5;
    resize: none;
}

.form-e-forum .fieldset-table .set-input textarea,
.form-qna .fieldset-table .set-input textarea {
    height: 300px;
}

.form-e-forum .btns,
.form-qna .btns {
    margin-top: 30px;
    text-align: right;
}

.form-e-forum .btns .btn,
.form-qna .btns .btn {
    width: 160px;
}

.fieldset-table .screen-reader-text + .set-input {
    width: auto;
    float: none;
}

.fieldset-table .fieldset-header {
    background-color: #008180;
    text-align: center;
    padding: 12px;
    color: #fff;
    font-weight: bold;
}

.fieldset-table .fieldset-header:first-child + fieldset {
    border-top: 0;
}

.fieldset-table .fieldset-header:first-child {
    border-bottom: 1px solid #008180;
}

.fieldset-table fieldset + .fieldset-header {
    border-top: 1px solid #c9c9c9
}

.fieldset-col-2 fieldset {
    width: 47%;
    float: left;
}

.fieldset-col-2 fieldset:first-child {
    width: 53%;
}

.fieldset-col-2 fieldset .set-label {
    border-left: 1px solid #c9c9c9;
    width: 35%;
}

.fieldset-col-2 fieldset .set-input {
    width: 65%;
}

.fieldset-col-2 fieldset:first-child {
    border-top: 1px solid #c9c9c9;
}

.fieldset-col-2 fieldset:first-child .set-label {
    border-left: 0;
    width: 42.5%;
}

.fieldset-col-2 fieldset:first-child .set-input {
    width: 57.5%;
}

.table-textarea textarea {
    border: 0;
    width: 100%;
    height: 145px;
    resize: none;
}

.table-textarea .set-label {
    width: auto;
    float: none;
    display: block;
    white-space: normal;
    border: 0;
    border-bottom: 1px solid #c9c9c9;
    color: #000;
}

.table-textarea .set-label p {
    color: #585656;
}

.set-label p {
    margin: 0;
}

.paragraph-note {
    font-style: italic;
    color: #000;
}

.paragraph-note strong {
    font-style: normal;
    color: #008180;
}


/*timeline*/

.postArea .timeline {
    background: url('../images/timeline-bg.png') repeat-y 17px 0;
    padding-left: 40px;
    display: block;
    width: auto
}

.postArea .timeline > li {
    background: none;
    background-color: #fefcfc;
    border: 1px solid #c9c9c9;
    width: auto;
    float: none;
    padding: 24px;
    margin: 52px 0 0;
    position: relative;
}


/*.postArea .timeline>li:before{}*/

.postArea .timeline > li:first-child {
    margin-top: 0;
}

.postArea .timeline li ul {
    background: none;
    margin-bottom: 0;
}

.postArea .timeline li.slick-slide a {
    margin: 2%;
    display: block;
}

.postArea .timeline li.slick-slide a img {
    width: 100%;
    height: auto;
}

.postArea .timeline li ul li {
    background: none;
    padding: 0;
    margin: 0;
}

.postArea .timeline .item-tags {
    position: absolute;
    top: -8px;
    left: -47px;
    background: url('../images/timeline-anchor.png') top right no-repeat;
    padding-right: 30px;
    padding-top: 5px;
    font-size: 16px;
    color: #585656;
    display: block;
    line-height: 1;
    text-indent: -9999px;
}

.postArea .timeline .item-title {
    color: #008180;
    font-size: 22px;
}

.postArea .timeline .item-date {
    color: #585656;
    font-size: 13px;
    display: block;
    /*margin-left: 10px;*/
}

.postArea .timeline .item-text {
    color: #474747;
    font-size: 14px;
    line-height: 20px;
}

.postArea .timeline .btn01 {
    min-width: 110px;
    text-align: center;
}

.postArea .timeline .bx-wrapper {
    margin: 0 -12px 15px 0 !important
}

.postArea .timeline .slick-dots {
    position: relative;
    top: inherit;
    bottom: inherit;
    margin-bottom: 10px;
}

.postArea .timeline .slick-dots li button:before {
    font-size: 8px
}

.postArea .timeline .slick-arrow {
    display: none !important;
}

.postArea .timeline li:hover .slick-arrow {
    display: inline-block !important;
}

.postArea .timeline .bx-controls-direction a {
    position: static;
    display: block;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    float: left;
    margin-left: 4px;
}

.postArea .timeline .slick-prev {
    left: -40px
}

.postArea .timeline .slick-next {
    right: -30px
}

.postArea h2 a {
    color: inherit;
    font-size: 22px;
    line-height: 1;
}

#block-views-member-list-block-4 {
    margin-top: 30px;
}

.node-type-member-list .postArea .field-item.even img {
    border: solid 1px #ccc;
    margin-bottom: 20px;
}

.node-type-timeline .postArea .submitted,
.node-type-newsletter .postArea .submitted,
.node-type-member-list .postArea .submitted {
    display: none;
}
.node-type-member-list .postArea .field-type-image {
    text-align: center;
}
.node-archive .field {
    width: 60%;
    float: right;
}
.node-archive .field-type-image {
    width: 35%;
    float: left;
}
.node-archive .field-name-body {
    clear: both;
    width: 100%;
    padding-top: 2em;
}
.node-archive .field-type-image img {
    max-width: 100%;
    height: auto;
}

/*filters*/

.postArea .pane-content > .view {
    border-top: 0;
}

.page-knowledge-hub .postArea .pane-content > .view .view-header {
    margin-top: 1.5em;
}

.page-qna .postArea .pane-content > .view .view-header,
.page-e-forum .postArea .pane-content > .view .view-header {
    float: right;
    margin-top: .5em;
}

.postArea .pane-content > .view .view-header {
    float: none;
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 20px;
    color: #008180;
    font-weight: bold;
}

.postArea .pane-content > .view .view-filters {
    float: left;
}

.postArea .pane-content > .view .view-content {
    clear: both;
}

.view-filters label {
    display: none;
}

.view-filters input[type="text"],
.view-filters select {
    height: 36px;
    border: 1px solid #c9c9c9;
    font-size: 15px;
    padding: 0 14px;
    line-height: 1;
    box-sizing: border-box;
}

.postArea .pane-content > .view .view-header .btn,
.view-filters .form-submit {
    color: #fff;
    height: 36px;
    box-sizing: border-box;
    background-color: #008180;
    text-align: center;
    border: 0;
    padding: 0 10px;
    vertical-align: top;
    display: block;
    line-height: 1.8;
    margin-top: 0;
    font-size: 18px;
    cursor: pointer;
    font-family: 'xeicon', san-serif
}

.view-filters .views-exposed-widgets {
    margin-bottom: 24px;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0;
}
.view-filters .views-exposed-form .views-exposed-widget {
    padding-right: 0;
}


/* Links */

.view-grouping {
    overflow: hidden;
}

.view-grouping-header {
    color: #008180;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-top: 30px;
    border-bottom: 1px solid #008180;
}

.view-grouping-content h3 {
    color: #888;
    font-size: 16px;
    font-weight: normal;
    padding-top: 30px;
    margin: 0;
}

.view-grouping-content ol.list-link {
    border-top-width: 0;
    border-bottom: dashed 1px #94baba;
}

.view-grouping-content ol.list-link li {
    list-style: none;
}

.region-sidebar-second {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 10px;
}

.region-sidebar-second h2 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1;
    color: #008180;
}

.region-sidebar-second select {
    width: 70%;
    float: left;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 0;
}

.region-sidebar-second input {
    width: 25%;
    margin-left: 5%;
    float: left;
    height: 30px;
    border: 0;
    background-color: #008180;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}


/* node view - 목록버튼 외  */

.region.region-featured {
    border-top: solid 1px #ccc;
    padding-top: 30px;
    text-align: right;
}

.postArea .field-item.even .file .file-icon {
    border: 0px !important;
    margin: 0 !important;
    vertical-align: middle;
}

.postArea .field-item.even .file a {
    vertical-align: middle;
}

.field-type-file,
.field-name-field-attachment {
    border: solid 1px #ccc;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.field-type-file .field-label,
.field-name-field-attachment .field-label {
    display: block;
}

.field-type-file .field-items,
.field-name-field-attachment .field-items {
    padding: 5px 0;
    border-bottom: 1px solid #dedede;
}

.postArea .field-type-youtube #youtube-field-player {
    margin: 0 auto;
}

.field-type-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.field-type-youtube iframe,
.field-type-youtube object,
.field-type-youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.postArea .submitted {
    font-size: 15px;
    color: #008180;
    padding-bottom: 16px;
    border-bottom: 1px solid #958f8f;
    margin-bottom: 10px;
}

.postArea .submitted .user {
    font-weight: bold;
}

.postArea .submitted .user a {
    color: inherit;
    font-weight: bold;
}

.postArea .submitted > * {
    position: relative;
    padding: 0 10px;
}

.postArea .submitted > *:before {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #008180;
    position: absolute;
    left: 0;
    top: 3px;
}

.postArea .submitted > *:first-child {
    padding-left: 0;
}

.postArea .submitted > *:first-child:before {
    display: none;
}

.postArea .submitted .user,
.postArea .submitted .date {
    display: inline;
    line-height: 1;
}

.postArea #block-block-4,
.postArea #block-block-5 {
    display: inline-block;
    margin: 0 5px;
}

.postArea #block-block-7 {
    display: inline-block;
    margin: 0 5px;
}

.postArea #block-block-5 .btn,
.postArea #block-block-4 .btn {
    border-color: #c9c9c9;
    background-color: #fff;
    color: #737373;
    padding: 19px;
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
}

.postArea .block-block .btn {
    text-align: center;
}

.postArea .block-block .content {
    text-align: center;
}

.messages.status {
    display: block;
    border: solid 3px #008180;
    padding: 20px;
    background: #EBFFFF;
    font-size: 16px;
}

.messages.error,
.messages.warning {
    display: block;
    border: solid 3px #C70000;
    padding: 20px;
    background: #FFF1F1;
    font-size: 16px;
}

.messages.error em,
.messages.warning em {
    color: #C70000;
}

.node-type-qna .postArea #block-block-5,
.node-type-e-forum .postArea #block-block-4 {
    display: inline-block;
    float: left;
}

.node-type-qna .postArea #block-block-7,
.node-type-e-forum .postArea #block-block-7 {
    display: inline-block;
    float: right;
}

/** specific pages style */
.postArea .activities {
    overflow: hidden;
}
.postArea .activities li {
    background: #008180;
    list-style-position: inside;
    padding-left: 0;
    list-style-type: decimal-leading-zero;
    margin-left: 1% !important;
    padding: 3% 2.1% !important;
    border-radius: 100px;
    color: #fff !important;
    font-size: 1.4em;
    width: 136px;
    height: 136px;
    box-sizing: border-box;
    float: left;
    letter-spacing: -1px;
}
.postArea .activities li span {
    vertical-align: middle;
}
.postArea .activities li:nth-child(2) {
    background: #006482
}
.postArea .activities li:nth-child(3) {
    background: #004a82
}
.postArea .activities li:nth-child(4) {
    background: #001082
}
.postArea .activities li:nth-child(5) {
    background: #640082
}

/** Multilangual **/

.i18n-fr header.hover {
    height: 415px;
}
.i18n-es header.hover {
    height: 405px;
}

/** subscribed **/
#stb_form_result p {
    border: solid 1px #3e81f6;
    border-radius: 5px;
    padding: 20px;
    background: #edf4ff;
    color: #3e81f6;
}

/* timeline */
.view-id-timeline_new {
    position: relative;
}
.view-id-timeline_new .legend {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.view-id-timeline_new .legend ul li {
    background: transparent;
    text-align: right;
    padding: 10px 50px 10px 10px;
    line-height: 1.4;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    vertical-align: middle;
}
.view-id-timeline_new .legend ul li:after {
    position: absolute;
    right: 0;
    top: 50%;
}
.view-id-timeline_new .legend ul li.gsef {
    color: #008180;
}
.view-id-timeline_new .legend ul li.forum {
    color: #9B1057;
}
.view-id-timeline_new .legend ul li.other {
    color: #4566B1;
}
.view-id-timeline_new .legend ul li.gsef:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../images/ico-timeline-logo.png) no-repeat 0 0;
    width: 36px;
    height: 36px;
    background-size: contain;
    border: solid 3px #008180;
    border-radius: 50px;
    box-sizing: border-box;
    margin-left: 10px;
    margin-top: -18px;
}
.view-id-timeline_new .legend ul li.forum:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../images/ico-timeline-logo.png) no-repeat 0 0;
    width: 36px;
    height: 36px;
    background-size: contain;
    border: solid 3px #9B1057;
    border-radius: 50px;
    box-sizing: border-box;
    margin-left: 10px;
    margin-top: -18px;
}
.view-id-timeline_new .legend ul li.other:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(/sites/all/modules/simple_timeline/img/li-bg.png) no-repeat 0 0;
    width: 18px;
    height: 18px;
    background-size: contain;
    border-radius: 50px;
    box-sizing: border-box;
    margin-top: -9px;
    right: 9px;
}

.simple_timeline ul {
    padding-top: 240px !important
}
.simple_timeline ul li {
    padding: 0;
    background: transparent;
}
.simple_timeline ul li .timeline-content {
    background: #fff;
    border: solid 1px #4566B1;
    border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    padding: 0 !important;
}
.simple_timeline ul li .timeline-date {
    font-size: 1rem;
    background: #4566B1;
    color: #fff;
    padding: .2rem 1rem;
    box-sizing: border-box;
    margin: 0;
}
.simple_timeline ul li div > .date-display-single {
    display: none;
}
.simple_timeline ul li .timeline-text {
    margin: 0;
    padding: .8rem 1rem;
    width: auto;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
}
.simple_timeline ul li .timeline-text div > a {
    border-bottom: solid 2px #eee;
    display: block;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}
.simple_timeline ul li .timeline-text p {
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
}
.simple_timeline ul li .timeline-text p a {
    margin-bottom: inherit;
    font-size: 14px;
}
.simple_timeline ul li .timeline-text a.title {
    margin-bottom: 1rem;
    display: block;
    font-size: 1.1rem;
    text-align: inherit;
}
.simple_timeline ul li .timeline-text a.nolink.title {
    color: #000;
}
.simple_timeline ul li .timeline-text a.nolink.title:hover {
    text-decoration: none;
}
.simple_timeline ul li .timeline-text em {
    font-style: italic;
}
.simple_timeline ul li .GSEF .timeline-content {
    border: solid 1px #008180
}
.simple_timeline ul li .GSEF .timeline-date {
    font-size: 1rem;
    background: #008180;
    color: #fff;
    padding: .2rem 1rem;
    box-sizing: border-box;
}
.simple_timeline ul li .Forum .timeline-content {
    border: solid 1px #9B1057
}
.simple_timeline ul li .Forum .timeline-date {
    font-size: 1rem;
    background: #9B1057;
    color: #fff;
    padding: .2rem 1rem;
    box-sizing: border-box;
}
.simple_timeline ul li .Other a {
    color: #4566B1
}
.simple_timeline ul li .Forum a {
    color: #9B1057
}
.simple_timeline ul li:nth-child(odd) p {
    text-align: right;
}
.simple_timeline ul li:nth-child(odd) > div .timeline-text {
    margin-right: 0;
}
.simple_timeline ul li:nth-child(odd) > div.year {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
    padding: 8px 20px 4px;
    background: #333;
    transform: translate(50%, 0);
    margin: 20px 0;
    border-radius: 100px;
    color: #fff;
    font-family: sans-serif;
}
.simple_timeline ul li:nth-child(even) > div.year {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
    padding: 8px 20px 4px;
    background: #333;
    transform: translate(-50%, 0);
    margin: 20px 0;
    border-radius: 100px;
    color: #fff;
    font-family: sans-serif;
}
.simple_timeline ul li:first-child > div.year {
    margin: -80px 0 20px 0;
}
.simple_timeline ul li > div.GSEF {
    position: relative;
}
.simple_timeline ul li > div.Forum {
    position: relative;
}
.simple_timeline ul li:nth-child(odd) > div.GSEF:before {
    content: '';
    display: block;
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -18px;
    background: url(../images/ico-timeline-logo.png) no-repeat 0 0;
    width: 36px;
    height: 36px;
    background-size: contain;
    border: solid 3px #008180;
    border-radius: 50px;
    box-sizing: border-box;
}
.simple_timeline ul li:nth-child(even) > div.GSEF:before {
    content: '';
    display: block;
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -18px;
    background: url(../images/ico-timeline-logo.png) no-repeat 0 0;
    width: 36px;
    height: 36px;
    background-size: contain;
    border: solid 3px #008180;
    border-radius: 50px;
    box-sizing: border-box;
}
.simple_timeline ul li:nth-child(odd) > div.Forum:before {
    content: '';
    display: block;
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -18px;
    background: url(../images/ico-timeline-logo.png) no-repeat 0 0;
    width: 36px;
    height: 36px;
    background-size: contain;
    border: solid 3px #9B1057;
    border-radius: 50px;
    box-sizing: border-box;
}
.simple_timeline ul li:nth-child(even) > div.Forum:before {
    content: '';
    display: block;
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -18px;
    background: url(../images/ico-timeline-logo.png) no-repeat 0 0;
    width: 36px;
    height: 36px;
    background-size: contain;
    border: solid 3px #9B1057;
    border-radius: 50px;
    box-sizing: border-box;
}

.simple_timeline .for-now {
    position: relative;
    display: none;
}
.page-upcoming-events .simple_timeline ul li:first-child > div.year {
    display: none;
}
.page-upcoming-events .simple_timeline ul {
    margin-top: 160px;
    padding-top: 140px !important;
    background: url('/sites/all/modules/simple_timeline/img/ul-bg2.png') center top repeat-y;
}
.page-upcoming-events .simple_timeline .for-now {
    display: block;
}
.simple_timeline .now {
    position: absolute;
    left: 50%;
    top: 160px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
    padding: 8px 20px 4px;
    background: #333;
    transform: translate(-50%, 0);
    margin: 0 0 20px 0;
    border-radius: 100px;
    color: #fff;
    font-family: sans-serif;
    display: inline-block;
    text-align: center;
    z-index: 3;
    line-height: 1.2;
    border: solid 2px #333;
}

