/*responsive*/

@import url(pc.css) screen and (min-width:1000px);
@import url(1140px.css) screen and (max-width:999px);
@import url(900px.css) screen and (max-width:899px);
@import url(650px.css) screen and (max-width:649px);
@import url(320px.css) screen and (max-width:499px);




/*select*/

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #777;
    width: 220px;
    height: 40px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 8px 15px;
    border: 1px solid #777;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #777 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}

.select-styled:active:after, .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #777 transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #666;
    border-top: none;
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    color: #777;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.select-options li:hover {
    color: #fff;
    background: #ff8c01;
}

.select-options li[rel="hide"] {
    display: none;
}


/*shin*/

#wrapper {
    width: 100%;
}

#header_wrap {
    width: 100%;
}

.header {
    margin: 0 auto;
    padding: 24px 0 18px;
}

.header::after {
  display: block;
  clear: both;
  content: '';
  width: 100%;
}

.header h1 {
    float: left;
}

.header > .header_sns {
  float: right;
  margin-top: 20px;

}

.header > .header_sns::after {
  display: block;
  clear: both;
  content: '';
  width: 100%;
}

.header > .header_sns > li {
  float: left;

}

.header > .header_sns > li::after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 13px;
  background: #ebebeb;
  margin:0 10px;
}

.header > .header_sns > li:last-child::after  {
  display: none;
}

.header > .header_sns > li > a > i {
  color: #2a2554;
  font-size: 1.3em;
}

#gnb {
    width: 100%;
    background: #2a2554;
}

#gnb>ul {
    margin: 0 auto;
    text-align: center;
}

#gnb>ul::after {
    display: block;
    clear: both;
    content: '';
    width: 100%;
}

#gnb>ul>li {
    display: inline-block;
    position: relative;
    margin: 0 20px;
}

#gnb>ul>li:last-child {
    margin-right: 0;
}

#gnb>ul>li>a {
    font-size: 16px;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    font-weight: 300;
    border-bottom: 2px solid transparent;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

#gnb>ul>li>a:hover {
    color: #817ba9;
    border-color: #817ba9;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

#gnb>ul>li>ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    text-align: center;
    background: #3a3464;
    color: #fff;
    width: 180px;
}

#gnb>ul>li>ul>li {
    text-align: left;
}

#gnb>ul>li>ul>li>a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    transition: 0.3s ease all;
    word-break: keep-all;
}

#gnb>ul>li>ul>li>a:hover {
    background: #fff;
    color: #2a2554;
}

#gnb>ul>li:hover>ul {
    display: block;
}

#main_slider_wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #333;
}

#gnb>ul>li>ul>li>ul {
    position: absolute;
    right: -181px;
    top: 0;
    background: #fff;
    border: 1px solid #eee;
    border-left: 0;
    border-top: 0;
    width: 180px;
    display: none;
}

#gnb>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 10px 20px;
    color: #333;
    transition: 0.3s ease all;
}

#gnb>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
    background: #3a3464;
}

#gnb>ul>li>ul>li:hover>ul {
    display: block;
}

.main_slider div {
    position: relative;
}

.main_slider div a>.slider_text {
    position: absolute;
    bottom: 0;
    background: rgba(32, 28, 64, 0.6);
    width: 100%;
    padding: 26px 0 28px;
    margin: 0 auto;
    height: 64px;
}

.main_slider div a>.slider_text p {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.25px;
    margin-left: 20px;
}

.hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

#main_slider_wrap .main_slider {
    margin: 0 auto;
    position: relative;
}

#main_slider_wrap .main_slider .bx-wrapper {
    position: relative;
}

#main_slider_wrap .main_slider .left_hidden {
    position: absolute;
    top: 0;
    left: -980px;
    z-index: 9;
    width: 980px;
    height: 510px;
    background: rgba(0, 0, 0, 0.5);
}

#main_slider_wrap .main_slider .right_hidden {
    position: absolute;
    top: 0;
    left: 980px;
    z-index: 9;
    width: 980px;
    height: 510px;
    background: rgba(0, 0, 0, 0.5);
}

#main_slider_wrap .main_slider .bx-viewport {
    z-index: 1;
    overflow: inherit !important;
}

#main_slider_wrap .main_slider .bx-controls {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}

#main_slider_wrap .main_slider .bx-pager {
    position: absolute;
    top: 400px;
    left: 30px;
}


/*#main_slider_wrap .main_slider .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-right: 3px;
}

#main_slider_wrap .main_slider .bx-pager .bx-pager-item a {
    display: block;
    background: url(../img/main/main_slider_wrap_bullet_off.png') no-repeat;
    width: 20px;
    height: 21px;
    text-indent: -9999px;
}

#main_slider_wrap .main_slider .bx-pager .bx-pager-item a.active {
    background: url(../img/main/main_slider_wrap_bullet_on.png') no-repeat;
}
*/

#main_slider_wrap .main_slider .bx-controls-direction a {
    display: block;
    background: url('/wp-content/themes/dtmofficial/images/main_slider_wrap_arrow.png') no-repeat;
    width: 43px;
    height: 63px;
    text-indent: -9999px;
}

#main_slider_wrap .main_slider .bx-prev {
    position: absolute;
    top: 220px;
    left: -33px;
}

#main_slider_wrap .main_slider .bx-prev:hover {
    background-position: 0 -70px !important;
}

#main_slider_wrap .main_slider .bx-next {
    position: absolute;
    top: 220px;
    left: 969px;
    background-position: -50px 0 !important;
}

#main_slider_wrap .main_slider .bx-next:hover {
    /*background-position: -50px -70px !important;*/
}


/*main*/

.section .content {
    margin: 0 auto;
}

.main_tit {
    font-size: 28px;
    letter-spacing: -0.5px;
    line-height: 38px;
    color: #4e456c;
    text-transform: uppercase;
}

.main_tit_sub {
    color: #b1aeb9;
    font-size: 14px;
    letter-spacing: -0.25px;
    margin-bottom: 40px;
}

.main_tit_sub::after {
    display: inline-block;
    content: '';
    height: 1px;
    background: #d1cfd9;
    vertical-align: middle;
}

.events>div {
    display: inline-block;
    vertical-align: top;
}

.events>div:last-child {
    margin-right: 0;
}


.events>div .headline {
    width: 100%;
    height: 100%;
    background: url('../images/event_bg.jpg') no-repeat;
    background-size: cover;
}

.events>div .headline a p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.25px;
    font-weight: 600;
    color: #fff;
    padding: 18px 18px 18px 10px;
}

.events>div .headline a p::after {
    display: inline-block;
    content: '+';
    float: right;
    font-size: 24px;
}

.events>div>div:last-child {
    border: 1px solid #ddd;
    border-top: 0;
}

.events>div>div:last-child ul li a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.25px;
    color: #6d6c6c;
    margin-bottom: 15px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    max-width: 424px;
    height: 48px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.events>div>div:last-child ul li a:hover {
    color: #4e456c;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.events>div>div:last-child ul li a span {
    display: block;
    font-size: 14px;
    color: #a6a5a5;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.events>div>div:last-child ul li a:hover span {
    color: #4e456c;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.bg_gray {
    background: #f6f6f6;
}

.news>div {
    display: inline-block;
    vertical-align: top;
    width: 23.5%;
    margin-right: 1.5%;
    overflow: hidden;
}

.news>div:last-child {
    margin-right: 0;
}

.news>div>a>p:first-child {
    width: 235px;
    height: 151px;
    overflow: hidden;
    margin: 0 auto;
}

.news>div>a>p:first-child>img {
    width: 100%;
    max-width: none;
}

.news_tit {
    font-size: 16px;
    letter-spacing: -0.25px;
    line-height: 18px;
    color: #444444;
    height: 36px;
    margin: 14px 0 20px;
    overflow: hidden;
}

.news_cont {
    font-size: 14px;
    letter-spacing: -0.25px;
    line-height: 18px;
    color: #737373;
    padding-bottom: 19px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 300;
    height: 55px;
    overflow: hidden;
}

.news_date {
    font-size: 14px;
    letter-spacing: -0.25px;
    line-height: 20px;
    color: #4e456c;
    font-weight: 300;
}

.newsletter {
    background: #4e456c;
    padding: 26px 30px;
}

.newsletter>div {
    display: inline-block;
    vertical-align: top;
}

.letter_l {
    margin-right: 30px;
}

.letter_l p {
    color: #efefef;
    letter-spacing: -0.25px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
}

.letter_l p span {
    display: block;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
}

.letter_r {
    background: #3d3555;
    margin-top: 6px;
}
/*
.letter_r ul::after {
    display: block;
    clear: both;
    content: ''
}

.letter_r ul li {
    float: left;
    width: 19%;
}

.letter_r ul li:last-child {
    margin-right: 0;
}

.letter_r ul li a {
    display: block;
}

.partner>div {
    margin-top: 21px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d0d0d0;
}

.partner>div:nth-child(3) {
    margin-right: 0;
}

.partner>div:last-child {
    height: auto;
    margin-right: 0;
    width: 97.3%;
}

.partner>div>p {
    line-height: 21px;
    letter-spacing: -0.25px;
    color: #4e456c;
    height: 54px;
}

.partner>div>p::after {
    display: block;
    content: '';
    width: 19px;
    height: 2px;
    background: #4e456c;
    margin-top: 10px;
}

.partner>div:nth-child(-n+3) ul li a {
    border-bottom: 1px solid #f2f2f2;
}

.partner>div:nth-child(-n+3) ul li:last-child a {
    border: 0;
}

.partner>div ul li a {
    display: block;
    padding: 20px 0;
}

.partner>div ul li a span {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.25px;
    color: #888888;
    margin: 15px 0 0 6px;
}

.partner>div:last-child ul::after {
    display: block;
    clear: both;
    content: '';
    width: 100%;
}

.partner>div:last-child ul li {
    display: inline-block;
    vertical-align: top;
}
.partner>div:last-child ul li:nth-child(3n) {
  margin-right: 0;
}

.partner>div:last-child ul li:last-child {
    margin-right: 0;
}

.partner>div:last-child ul li a {
    padding:20px 26px;
}

.partner>div:last-child ul li:nth-child(2) {

}

.partner>div:last-child ul li a span {
    margin: 0 0 0 10px;
}*/

#footer_wrap {
    width: 100%;
    background: #f3f3f3;
    padding: 30px 0;
}

.footer {
    margin: 0 auto;
}

.footer>p, .footer>ul li, .footer em {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.25px;
    color: #838383;
    font-weight: 300
}

.footer>ul {
    margin-bottom: 10px;
}

.footer>ul::after {
    display: block;
    clear: both;
    content: '';
    width: 100%;
}

.footer>ul li {
    float: left;
}

.footer>ul li::after {
    display: inline-block;
    content: '|';
    color: #e7e7e7;
    margin: 0 5px;
}

.footer>ul li:last-child::after {
    display: none;
}

.footer em {
    color: #bebebe;
    font-style: italic;
}


/*common*/

.section_wrap {
    width: 100%;
    height: 100%;
}

.section {
    padding: 49px 0 47px;
}

.video_sec .sub_cont { padding-bottom: 0; }

.sub_cont {
    margin: 0 auto;
    padding-bottom: 96px;
}

.headline .content {
    margin: 0 auto;
    padding: 52px 0 49px;
    border-bottom: 3px solid #7a7e99;
}

.sub_header {
    position: relative;
}

.title_h3 {
    font-size: 28px;
    line-height: 45px;
    letter-spacing: -0.5px;
    color: #434b78;
    text-align: center;
    font-weight: 300;
}

.next_btn {
    position: absolute;
    right: 0;
    top: 4px;
    width: 40px;
    height: 40px;
}

.prev_btn {
    position: absolute;
    left: 0;
    top: 4px;
    width: 40px;
    height: 40px;
}

.next_btn a, .prev_btn a {
    border: 1px solid #aeb2c6;
    background: transparent;
    display: block;
    padding: 8px 0;
    text-align: center;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.next_btn a img, .prev_btn a img {
    margin-top: 3px;
}

.next_btn a:hover, .prev_btn a:hover {
    background: #fff;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.tab_menu ul::after {
    display: block;
    clear: both;
    width: 100%;
    content: '';
}

.tab_menu ul li {
    float: left;
    text-align: center;
    border: 1px solid #d5cece;
}

.tab_menu .cols_04 li {
    width: 24.8%;
}

.tab_menu .cols_03 li {
    width: 33.1%;
}

.tab_menu .cols_02 li {
    width: 49.8%;
}
.tab_menu .cols_02 li:last-child {
  border: 1px solid #d5cece;
}

.tab_menu .cols_04 li:nth-child(3) {
    border-right: 0;
}

.tab_menu ul li:nth-child(2) {
    border-right: 0;
    border-left: 0;
}

.tab_menu ul li a {
    display: block;
    padding: 10px 0 15px;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.5px;
    color: #444;
    font-weight: 300;
}

.tab_menu ul li.on {
    background: #434b78;
    border-color: #434b78;
}

.tab_menu ul li.on a {
    color: #fff;
}

.cont_tit {
    font-size: 22px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #434b78;
    background: url('/wp-content/themes/dtmofficial/images/tit_icon.png') center left no-repeat;
    padding-left: 20px;
    margin-bottom: 25px;
}

.cont_sub_tit {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #7c490d;
    margin: 25px 0;
}

.cont_txt {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #888;
    font-weight: 300;
}


/*about dtm*/

.title_h4 {
    font-size: 30px;
    line-height: 30px;
    color: #444444;
    text-align: center;
    margin: 69px 0 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.dm_cont {
    margin-top: 59px;
}

.dm_cont>div {
    display: inline-block;
    vertical-align: top;
}

.dm_l {
    width: 31%;
    margin-right: 5%;
}

.dm_r {
    width: 63%;
}

.dm_l p:first-child {
    padding-bottom: 30px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 31px;
}

.dm_l p {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #444444;
    margin-bottom: 35px;
}

.dm_l p:nth-child(3) {
    font-weight: 300;
    margin-bottom: 22px;
}

.dm_l p:last-child {
    margin-bottom: 0;
}

.dm_r .dm_cont_tit {
    font-size: 26px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #434b78;
    font-weight: 300;
    margin-bottom: 26px;
}

.dm_r p {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #888888;
    margin-bottom: 34px;
    text-align: justify;
}

.dm_r p:last-child {
    margin-bottom: 0;
}

.em_row {
    margin-bottom: -20px;
}

.em_row>div {
    display: inline-block;
    vertical-align: top;
    background: #f4f4f4;
    width: 48.8%;
}

.em_row>div:nth-child(2n) {
    margin: 0 0 20px 0;
}

.em_row>div>a {
    display: block;
}

.em_row>div>a::after {
    display: block;
    clear: both;
    width: 100%;
    content: '';
}

.em_row>div>a>div {
    float: left;
}

.em_row>div .em_intro {
    padding: 2%;
}

.em_intro>.em_headline {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddf;
    margin-bottom: 5px;
}

.name {
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    font-weight: 700;
}

.category {
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    font-weight: 300;
    height: 56px;
}

.ment {
    font-size: 15px;
    line-height: 23px;
    color: #888888;
    font-weight: 300;
    word-break: keep-all;
    max-height: 132px;
    overflow: hidden;
}

.em_row>div>.thumbnail {
    width: 155px;
    overflow: hidden;
}

.em_row>div>div {
    display: inline-block;
    vertical-align: top;
}

.em_view {
    margin-bottom: 40px;
}

.em_view>div {
    width: 100% !important;
    margin: 0;
}

.em_view .ment_cont {
    padding: 10px 33px 25px;
    text-align: justify;
}

pre {
    white-space: pre-line;
    font-family: 'Noto Sans KR', Helvetica, AppleSDGothicNeo, sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: #888888;
}

.em_view .ment_cont p {
    font-size: 15px;
    line-height: 23px;
    color: #888888;
    font-weight: 300;
    word-break: keep-all;
}

.view01 .ment {
    display: none;
}

.em_view .em_intro>div .category {
    margin-bottom: 19px;
}

.back_btn a {
    display: block;
    background: #818a9c;
    padding: 16px 0;
    width: 34px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid transparent;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.back_btn a span {
    display: block;
    background: #fff;
    width: 20px;
    height: 1px;
    margin: 0 auto;
    position: relative;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.back_btn a span::before {
    display: block;
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
    margin-bottom: 6px;
    position: absolute;
    top: -6px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.back_btn a span::after {
    display: block;
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
    margin-bottom: 6px;
    position: absolute;
    top: 6px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.back_btn a:hover {
    background: #fff;
    border-color: #818a9c;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.back_btn a:hover span, .back_btn a:hover span::before, .back_btn a:hover span::after {
    background: #818a9c;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.text_box {
    margin-bottom: 50px;
    border: 1px solid #eeeeee;
    border-top-color: #434b78;
    background: #fbfbfb;
    padding: 18px 19px;
}

.text_box p {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 300;
}

.glob_cont>.glob_img {
    text-align: center;
}

.history {
    margin-top: 50px;
}

.history>div {
    margin-bottom: 40px;
}

.history>div>div {
    background-color: #f4f4f4;
    background-image: url('/wp-content/themes/dtmofficial/images/history_bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 21px 20px;
}

.history div>.cont_tit {
    font-weight: 700;
    margin-bottom: 20px;
}

.history div>ul>li {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #70748d;
}

.history div>ul>li>ul {
    margin-bottom: 10px;
}

.history div>ul>li>ul>li {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #888888;
    font-weight: 300;
}


/*about_dtm at*/

.faculty_cont {
    margin: 0 auto;
}

.faculty_cont>ul::after {
    display: block;
    clear: both;
    content: '';
}

.faculty_cont>ul>li {
    float: left;
    margin-right: 3%;
    text-align: center;
}

.faculty_cont>ul>li:last-child {
    margin-right: 0;
}

.faculty_cont>ul>li>ul {
    margin-top: 20px;
}

.faculty_cont>ul>li>ul>li {
    text-align: left;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #888888;
    font-weight: 300;
}

.faculty_cont>ul>li:nth-child(2)>ul>li {
    margin-left: 16%;
}

.faculty_cont>ul>li:nth-child(3)>ul>li {
    margin-left: 10%;
}

.dash li {
    background: url('/wp-content/themes/dtmofficial/images/dash.jpg') no-repeat 0px 13px;
    padding-left: 15px;
    font-size: 15px;
    line-height: 23px;
    color: #888888;
    font-weight: 300;
    padding-left: 7px;
}

.facts_cont .cont_tit {
    margin-bottom: 35px;
}

.facts_cont>div {
    margin-bottom: 40px;
}

.graph_wrap {
    text-align: center;
}

.graph_wrap .cont_tit {
    text-align: left;
}

.graph_wrap>div:last-child {
    margin-right: 0;
}

.graph_box {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    text-align: center;
    margin-right: 3%;
    border: 1px solid #eee;
    padding: 33px 20px;
}

.graph_box>p {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #666666;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.graph_box p>img {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
}

.graph_box ul::after {
    display: block;
    clear: both;
    content: '';
}

.graph_box>ul {
    width: 371px;
    margin: 0 auto;
}

.graph_box>ul li {
    float: left;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #888888;
    font-weight: 300;
    width: 185px;
    text-align: left;
}

.graph_box>ul li:last-child {
    width: 100%
}

.graph_box>ul li::before {
    display: inline-block;
    content: '';
    width: 13px;
    height: 13px;
    background: #52487d;
    margin-right: 9px;
}

.graph_box>ul li:first-child::before {
    background: #8d91b6;
}

.graph_box>ul li:nth-child(2)::before {
    background: #434b78;
}

.down_cont {
    margin-bottom: 40px;
}

.down_cont .title {
    color: #666666;
    font-weight: 400;
    margin-bottom: 22px;
}

.down_cont>p {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #888888;
    font-weight: 300;
    margin-bottom: 28px;
}

.down_cont ul li {
    display: inline-block;
    vertical-align: bottom;
    width: 31%;
    margin-right: 2%;
}

.down_cont ul li p {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #666666;
    margin-bottom: 10px;
}

.down_btn::after {
    display: block;
    clear: both;
    content: '';
    width: 100%;
}

.down_btn {
    border: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 20px;
    color: #434b78;
    font-weight: 300;
    padding: 5px 10px;
    display: inline-block;
}

.down_btn img {
    margin-left: 10px;
    float: right;
}

.text_box iframe {
    width: 100%;
}

.text_box>div {
    display: inline-block;
    vertical-align: top;
}

.text_box>div:first-child {
    width: 37.5%;
}

.text_box>div:last-child {
    width: 60%;
    margin-left: 2%;
}

.text_box>div>.text_head {
    font-size: 18px;
    line-height: 23px;
    color: #555555;
    font-weight: 700;
    border-bottom: 1px solid #dddddf;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.why_cont>div {
    border-bottom: 1px dotted #888888;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.why_cont>div:last-child {
    border-bottom: none;
}

.why_cont>div>div {
    display: inline-block;
    vertical-align: top;
}

.why_intro {
    margin-left: 23px;
}

.why_intro .cont_sub_tit {
    margin: 25px 0 10px;
}

.living_cont>div {
    margin-bottom: 40px;
}

.living_cont .cont_tit {
    margin-bottom: 17px;
}

.unesco_img {
    margin-bottom: 15px;
}

.unesco_img::after {
    display: block;
    clear: both;
    content: '';
}

.unesco_img li {
    float: left;
}

.living_cont>div:nth-child(2)>div {
    padding: 27px 0;
}

.living_cont>div:nth-child(2)>div>p:first-child {
    color: #666;
    font-weight: 500;
    margin-bottom: 15px;
}

.contact_wrap>div {
    margin-bottom: 40px;
}

.contact_wrap .cont_sub_tit {
    margin: 30px 0 15px;
}

.contact_wrap .down_btn {
    margin-top: 20px;
}

.contact_info::after, .subway::after {
    display: block;
    clear: both;
    content: '';
}

.contact_info>div {
    float: left;
}

.contact_info>.info {
    background: #f4f4f4;
}

.contact_info>.info>div {
    padding: 18px 4%;
}

.contact_info>.info>.contact {
    background: #60668c;
}

.contact_info>.info>div>p:first-child {
    color: #666666;
    font-weight: 500;
}

.contact_info>.info>div>p:nth-child(2) {
    margin-bottom: 20px;
}

.contact_info>.info>.contact ul li {
    color: #fff;
    font-size: 15px;
    letter-spacing: -0.1px;
    line-height: 23px;
    font-weight: 300;
}

.contact_info>.info>.contact ul li strong {
    font-weight: 500;
}

.subway>div {
    width: 45%;
    float: left;
}

.subway>div:last-child {
    float: right;
}

.section.faq {
    min-height: 440px;
}

.faq_wrap {
    border-top: 2px solid #2a2554;
    border-bottom: 2px solid #2a2554;
}

.faq>li {
    padding: 13px 0;
    border-bottom: 1px solid #d4d4d4;
}

.faq>li>p {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #2a2554;
    padding-left: 50px;
    cursor: pointer;
}

.faq>li>p::before {
    display: block;
    content: 'Q';
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #2a2554;
    float: left;
    margin-right: 22px;
}

.faq>li>ul {
    padding: 20px 50px 30px;
    background: #f9f8fe;
    margin-top: 13px;
    display: none;
    position: relative;
}

.faq>li>ul>li {
    margin: 0 0 15px 30px;
}

.faq>li>ul .faq_tit {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #666666;
    font-weight: 400;
}

.faq>li>ul>li>ul {
    margin-top: 15px;
}

.faq>li>ul li {
    color: #888888;
    font-weight: 300;
}

.faq>li>ul::before {
    display: block;
    content: 'A';
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #2a2554;
    float: left;
    font-weight: 300;
    position: absolute;
    left: 50px;
}


/*program____신성희*/

.pg_cont>div {
    margin-bottom: 40px;
}

.pg_cont .cont_tit {
    margin-bottom: 15px;
}

.prject>div {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e0e0e0;
    margin-right: 3%;
    padding: 15px 0;
}

.prject>div:last-child {
    margin-right: 0;
}

.prject>div>p {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #434b78;
    text-align: center;
}

.prject>div>p span {
    font-weight: 500;
}

.theme>div {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e0e0e0;
    height: 193px;
}

.theme>div>p {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.1px;
    color: #666666;
    text-align: center;
    padding: 30px 0 20px;
    border-bottom: 1px solid #f3f3f3;
}

.theme>div>p>span {
    display: block;
    font-size: 16px;
    color: #434b78;
    line-height: 23px;
}

.theme>div ul {
    padding: 0 14%;
    margin: 13px 0;
}

.theme>div:last-child ul {
    padding: 0;
}

.theme>div ul li {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.1px;
    color: #888888;
    font-weight: 200;
    background-position: 0 9px;
    padding-left: 7px;
}

.pg_cont table {
    border-top: 2px solid #2a2554;
    border-bottom: 1px solid #2a2554;
    width: 100%;
}

.pg_cont table thead tr th {
    background: #f9f8fe;
    border-right: 1px solid #d4d4d4;
}

.pg_cont table thead tr th:last-child, .pg_cont table tbody tr td:last-child {
    border-right: none;
}

.sl_year .cols_04 table thead tr th:first-child {
    width: 11%;
}

.sl_year .cols_04 table thead tr th:nth-child(2) {
    width: 10%;
}

.sl_year .cols_04 table thead tr th:nth-child(3) {
    width: 44%;
}

.sl_year .cols_02 table thead tr th:first-child {
    width: 26%;
}

.sl_year .cols_06 table thead tr th:first-child {
    width: 11%;
}

.sl_year .cols_06 table thead tr th:nth-child(2) {
    width: 12%;
}

.sl_year .cols_06 table thead tr th:nth-child(3) {
    width: 35%;
}

.pg_cont table thead tr th p {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #2a2554;
    padding: 12px 0 17px;
    text-align: center;
    font-weight: 400;
}

.pg_cont table tbody tr td {
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    padding: 20px 0;
    text-align: center;
}

.sl_year .cols_02 table tbody tr td {
    padding: 35px 0;
}

.pg_cont table tbody tr td strong {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #666666;
    font-weight: 400;
}

.sl_year table tbody tr td {
    padding: 0;
}

.sl_year table tbody tr td p {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #888888;
    font-weight: 300;
    display: block;
    padding: 20px 0;
}

.sl_year .cols_04 table tbody tr td:nth-child(2) p {
    font-size: 15px;
}

.sl_year:nth-child(2) .cols_04 table tbody tr:first-child td:nth-child(2) p {
    font-size: 11px;
}

.ann_sch table tbody tr td p {
    font-size: 15px;
    letter-spacing: -0.1px;
    line-height: 20px;
    color: #888888;
    font-weight: 300;
}

.ann_sch table tbody tr td ul {
    padding-left: 25px;
}

.ann_sch table tbody tr td ul li {
    text-align: left;
    padding-left: 9px;
    background-position: 0 12px;
    font-size: 15px;
    letter-spacing: -0.1px;
    line-height: 21px;
    color: #888888;
    font-weight: 300;
}

.staff_intro table tbody tr td ul li {
    text-align: center;
    background-position: 31% 12px;
}

.staff_intro table tbody tr td {
    font-weight: 300;
}

.staff_intro table tbody tr td:first-child {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #666666;
}

.search_wrap {
    margin-bottom: 27px;
}

.search_wrap>div {
    display: inline-block;
    vertical-align: top;
}

.search_wrap .bt_select {
    width: 24%;
}

.search_wrap .search {
    width: 75%;
}

.bt_select .select {
    height: 39px;
    font-size: 13px;
    letter-spacing: -0.25px;
    color: #888888;
}

.bt_select .select-styled {
    border: none;
    background: #f2f2f2;
    padding: 8px 3%;
}

.bt_select .select-options {
    border: none;
    background: #f2f2f2;
}

.bt_select .select-options li:hover {
    background: #2a2554;
}

.bt_select .select-styled::after {
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #777 transparent transparent transparent;
    position: absolute;
    top: 17px;
    right: 10px;
}

.bt_select .select-styled:active::after, .bt_select .select-styled.active::after {
    top: 11px;
}

.search>p {
    display: inline-block;
    vertical-align: top;
}

.search>p:first-child {
    background: #f2f2f2;
}

.search>p input {
    border: none;
    background: none;
    padding: 11px 2%;
    width: 96%;
}

.search>p:last-child {
    width: 41px;
    height: 38px;
    background: #818a9c;
    text-align: center;
    cursor: pointer;
}

.search>p img {
    vertical-align: bottom;
    margin-top: 11px;
}

.bt_board table tbody tr td {
    padding: 15px 0;
}

.bt_board table tbody tr td:nth-child(2) {
    text-align: left;
}

.bt_board>div>table thead tr th:first-child {
    width: 5%;
}

.bt_board>div>table thead tr th:nth-child(3) {
    width: 17%;
}

.bt_board>div>table thead tr th:last-child {
    width: 7%;
}

.bt_board table tbody tr td p {
    font-size: 15px;
    letter-spacing: -0.1px;
    line-height: 23px;
    color: #666666;
    font-weight: 200;
}

.bt_board>div>table tbody tr td:nth-child(2) p {
    margin-left: 30px;
}

.more_btn {
    width: 139px;
    margin: 10% auto 0;
}

.more_btn a {
    display: block;
    border: 1px solid #d0d0d0;
    font-size: 12px;
    font-size: -0.25px;
    color: #818a9c;
    text-align: center;
    padding: 13px 0;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.more_btn a:hover {
    color: #fff;
    background: #818a9c;
    border-color: #818a9c;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.dream_plus .cont_sub_tit {
    font-size: 15px;
    color: #888888;
    font-weight: 500;
    margin: 10px 0 25px;
    padding-left: 20px;
}

.dream_plus>.pg_data>div {
    display: inline-block;
    vertical-align: top;
    background: #f4f4f4;
}

.dream_plus>.pg_data>div:nth-child(2n) {
    margin-right: 0;
}

.dream_plus>.pg_data>div>ul li {
    font-size: 15px;
    letter-spacing: -0.1px;
}

.dream_plus>.pg_data>div>ul>li {
    color: #434b78;
    font-weight: 500;
    line-height: 23px;
}

.dream_plus>.pg_data>div>ul>li>ul {
    margin-bottom: 15px;
}

.dream_plus>.pg_data>div>ul>li>ul>li {
    color: #888888;
    font-weight: 200;
    line-height: 20px;
}

.num li {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #888888;
    font-weight: 300;
    padding-left: 20px;
}

.num li:first-child {
    background: url('/wp-content/themes/dtmofficial/images/num_01.jpg') no-repeat 0 6px;
}

.num li:nth-child(2) {
    background: url('/wp-content/themes/dtmofficial/images/num_02.jpg') no-repeat 0 6px;
}

.num li:nth-child(3) {
    background: url('/wp-content/themes/dtmofficial/images/num_03.jpg') no-repeat 0 6px;
}

.num li:nth-child(4) {
    background: url('/wp-content/themes/dtmofficial/images/num_04.jpg') no-repeat 0 6px;
}

.num li:nth-child(5) {
    background: url('/wp-content/themes/dtmofficial/images/num_05.jpg') no-repeat 0 6px;
}

.num li:nth-child(6) {
    background: url('/wp-content/themes/dtmofficial/images/num_06.jpg') no-repeat 0 6px;
}

.num li:nth-child(7) {
    background: url('/wp-content/themes/dtmofficial/images/num_07.jpg') no-repeat 0 6px;
}

.num li:nth-child(8) {
    background: url('/wp-content/themes/dtmofficial/images/num_08.jpg') no-repeat 0 6px;
}

.num li:nth-child(9) {
    background: url('/wp-content/themes/dtmofficial/images/num_09.jpg') no-repeat 0 6px;
}

.num li:nth-child(10) {
    background: url('/wp-content/themes/dtmofficial/images/num_10.jpg') no-repeat 0 6px;
}

.num li:nth-child(11) {
    background: url('/wp-content/themes/dtmofficial/images/num_11.jpg') no-repeat 0 6px;
}

.num li:nth-child(12) {
    background: url('/wp-content/themes/dtmofficial/images/num_12.jpg') no-repeat 0 6px;
}

.num li:nth-child(13) {
    background: url('/wp-content/themes/dtmofficial/images/num_13.jpg') no-repeat 0 6px;
}

.num li:nth-child(14) {
    background: url('/wp-content/themes/dtmofficial/images/num_14.jpg') no-repeat 0 6px;
}

.video_info li {
    display: inline-block;
    vertical-align: top;
}

.video_info .info_bd {
    border: 1px solid #e0e0e0;
}

.video_info .info_bd p {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.1px;
    color: #434b78;
    font-weight: 400;
    padding: 15px 0 10px;
}

.video_info .info_bd>a {
    display: block;
}


/*people*/

.pp_cont>div {
    margin-bottom: 40px;
}

.pp_cont .cont_tit {
    margin-bottom: 35px;
}

.master>div {
    background: #f4f4f4;
    margin-bottom: 30px;
}

.master>div>div {
    display: inline-block;
    vertical-align: top;
}

.master_intro .name {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.master_intro .dash li {
    font-size: 15px;
    line-height: 23px;
    color: #888888;
    font-weight: 300;
    padding-left: 7px;
}

.master .more_btn {
    margin: 4% auto 0;
}

.is_cont .em_row>div {
    margin-bottom: 40px;
}

.sk_intro .name {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.is_cont .cont_tit {
    margin-bottom: 30px;
}

.is_cont .em_row>div:last-child .sk_intro .ment {
    letter-spacing: -0.5px;
}

.posi_tit {
    font-size: 16px;
    line-height: 25px;
    color: #555555;
    position: relative;
}

.posi_tit::after {
    display: block;
    content: '';
    width: 75%;
    height: 1px;
    background: #dddddf;
    position: absolute;
    top: 13px;
    right: 0px;
}

.cs_intro .name {
    text-transform: uppercase;
}

.tab_menu ul .tab_br a {
    line-height: 18px;
    padding: 5px 0 7px 53px;
    text-align: left;
}

.inter_cont>div:first-child {
    margin-top: 55px;
}

.inter_cont>div {
    margin-bottom: 55px;
}

.inter_cont>div:nth-child(4) .num {
    margin-bottom: 30px;
}

.inter_cont>div ul li {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #888888;
    font-weight: 300;
}

.sub_tit {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
    font-size: 400;
    color: #888888;
    margin-bottom: 18px;
}

.btns {
    margin-top: 40px;
}

.btns .down_btn {
    min-width: 229px;
    margin: 0 4px 10px 0;
}

.btns .down_btn:nth-child(3) {
    margin-right: 0;
}

.inter_cont .ann_sch .cols_03 table thead tr th:nth-child(1), .ann_sch .cols_03 table thead tr th:nth-child(2) {
    width: 20%;
}

.inter_cont .ann_sch .cols_03 table tbody tr td {
    word-break: keep-all;
}

.inter_cont>div .app_submit>li {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #434b78;
    margin-bottom: 30px;
    font-weight: 400;
}

.inter_cont #app>a.down_btn {
    margin-bottom: 20px;
}

.inter_cont>div .app_submit>li>ul {
    margin-top: 5px;
}

.inter_cont>div .app_submit>li>ul>li {}

.inter_cont>div .app_submit>li>ul>li img {
    vertical-align: middle;
    margin-right: 7px;
}

.inter_cont>div .app_submit>li>ul>li a {
    margin-top: 5px;
}

.inter_cont>.ann_sch .cols_02 table tbody tr td {
    width: 50%;
}

.inter_cont>.ann_sch .cols_02 table tbody tr td:last-child {
    text-align: left;
    padding-left: 30px;
}


/*site map*/

.site_list {
    display: inline-block;
    vertical-align: top;
    width: 22.5%;
    margin-right: 21px;
    padding-bottom: 25px;
}

.site_list:nth-child(4n) {
    margin-right: 0;
}

.map_tit {
    position: relative;
    top: 30px;
    width: 199px;
    background: #434b78;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.3px;
    color: #fff;
    text-align: center;
    padding: 17px 0;
    margin: 0 auto;
}

.site_list:nth-child(5) .map_tit {
    padding: 7px 0;
}

.site_list>div {
    border: 1px solid #d0dcdc;
    padding: 42px 0 11px;
}

.site_list>div>ul {
    padding: 0 27px;
}

.site_list>div>ul>li {
    border-bottom: 1px dotted #c6c6c6;
    padding: 10px 0 15px;
}

.site_list>div>ul>li:last-child {
    border-bottom: none;
}

.site_list>div>ul>li a {
    font-size: 15px;
    line-height: 36px;
    letter-spacing: -0.3px;
    font-weight: 400;
    color: #434b78;
}

.site_list>div>ul>li>ul>li {
    background: url('/wp-content/themes/dtmofficial/imagesdotted.jpg')no-repeat 0 11px;
    padding-left: 10px;
}

.site_list>div>ul>li>ul>li a {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -0.3px;
    color: #777777;
    font-weight: 300;
}


/*woo*/

.cont_wrapper {
    margin-top: 50px;
}

.cont_wrapper a {
    color: #33789b;
}

.cont_wrapper>div {
    margin-bottom: 40px;
}

.cont_wrapper>div>div {
    background-color: #f4f4f4;
    margin-bottom: 10px;
}

.cont_wrapper>div>div:last-child {
    padding: 20px;
}

.cont_wrapper>div>div:last-child>p {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #888888;
    font-weight: 300;
}

.cont_wrapper>div>div:last-child>p:first-child {
    margin-bottom: 10px;
}

.cont_wrapper>div>div>ul {
    padding: 21px 20px;
}

.cont_wrapper div>.cont_tit {
    margin-bottom: 20px;
}

.cont_wrapper div>ul>li {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #434b78;
}

.cont_wrapper div>ul>li>ul {
    margin-bottom: 10px;
}

.cont_wrapper div>ul>li>ul>li {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
    color: #888888;
    font-weight: 300;
}

.info>p {
    font-size: 18px;
    margin-bottom: 20px;
}

.info>ul>li {
    display: inline-block;
    padding-bottom: 26px;
}

.info>ul::after {
    content: '';
    display: block;
    clear: both;
}

.info>ul>li:nth-child(2n) {
    float: right;
}

.news_let li {
    display: inline-block;
    padding-bottom: 26px;
    text-align: center;
}

.news_let li::after {
    content: '';
    display: block;
    clear: both;
}

.info .info_bd {
    padding: 10px;
    border: 1px solid #e0e0e0;
}

.news_let .info_bd {
    padding: 10px;
    border: 1px solid #e0e0e0;
}

.news_let .info_bd p a img {
    max-width: none;
    width: 100%;
    height: 100%;
}

.info .info_text {
    font-size: 15px;
    color: #434b78;
    text-align: center;
    padding: 15px 0 10px 0;
}

.news_let .info_text {
    font-size: 15px;
    font-weight: lighter;
    color: #888888;
    text-align: center;
    padding: 25px 0 20px 0;
}

.news_let .search_text {
    font-size: 14px;
    font-weight: 400;
    color: #434b78;
    text-align: center;
    padding: 25px 0 20px 0;
    min-height: 22px;
    overflow: hidden;
}

.dn {
    border-bottom: 1px solid #d2d2d2;
    padding: 30px 0;
}

.dn::after {
    content: '';
    display: block;
    clear: both;
}

.dn>div {
    float: left;
}

.dn>.thumnail {
    width: 24%;
}

.dn>div:last-child {
    width: 74%;
}

.dn>div>ul {
    width: 100%;
    float: left;
}

.dn>div>ul>li:nth-child(1) {
    font-size: 12px;
    font-weight: 500;
    color: #9f9f9f;
}

.dn>div>ul>li:nth-child(2) {
    font-size: 18px;
    font-weight: 500;
    color: #444444;
    padding: 3px 0;
}

.dn>div>ul>li:nth-child(3) {
    font-size: 14px;
    font-weight: lighter;
    color: #888888;
}

.more_btn2 {
    width: 100px;
    margin: 10px 0;
}

.more_btn2 a {
    display: block;
    border: 1px solid #d0d0d0;
    font-size: 11px;
    font-size: -0.25px;
    color: #818a9c;
    text-align: center;
    padding: 10px 0;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.more_btn2 a:hover {
    color: #fff;
    background: #818a9c;
    border-color: #818a9c;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.news_top {
    width: 100%;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    background: #f5f5f5;
    padding: 20px 0;
    text-align: center;
}

.news_top>div {
    display: inline-block;
}

.news_top>div>ul>li {
    display: inline-block;
    padding-right: 15px;
}

.news_top::after {
    content: '';
    display: block;
    clear: both;
}

.news_top .news_date {
    float: left;
    font-size: 13px;
    font-weight: lighter;
    color: #6d6d6d;
    padding-left: 20px;
}

.news_top .sns_icon {
    float: right;
    padding-right: 20px;
}

.module15 {
    font-size: 18px;
    font-weight: 500;
    color: #444444;
}

.media_cov {
    padding-right: 90px;
}

.news_bottom {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background: #fbfbfb;
    margin: 40px 0 60px 0;
    padding: 40px 50px;
}

.news_bottom .media_text {
    font-size: 15px;
    color: #777777;
    padding-bottom: 20px;
}

.news_bottom .cont_dot {
    font-size: 15px;
    color: #777777;
    position: relative;
    padding: 20px 0 20px 10px;
}

.news_bottom .cont_dot::before {
    content: url('/wp-content/themes/dtmofficial/imagesdot.gif');
    position: absolute;
    top: 17px;
    left: 0px;
}


/*.news_bottom p:nth-child(3) {
    font-size: 15px;
    font-weight: lighter;
    color: #888888;
}*/

.news_bottom img {
    padding: 20px 0;
    /*max-width: none;*/
}


/*.news_bottom li {
    font-size: 15px;
    font-weight: lighter;
    color: #888888;
}*/

.country_wrap>div>div {
    background: #fff;
}

.pg_cont .cols_05 {
    margin-top: 20px;
}

.ce_font table tbody tr td p {
    font-size: 15px;
}

.sl_year table tbody tr td:nth-child(2) p {
    font-size: 15px;
}

.sl_year table tbody tr:first-child td .s_size {
    font-size: 11px;
}

.sl_year .cols_05 table thead tr th p {
    font-size: 10px;
}

.sl_year .cols_05 table tbody tr td p {
    font-size: 10px;
    color: #444444;
    padding: 0 5px;
}

.sl_year .cols_05 table tbody tr td {
    font-size: 10px;
    font-weight: 400;
    color: #555555;
}

.sou_cont {
    margin-top: 20px;
}

.sou_cont>p {
    font-weight: 500;
}

.sou_cont>ul>li {
    font-size: 13px;
    color: #3f3f3f;
}

.em_alu>.alu_h {
    height: 191px;
}

.em_alu>.alu_h .em_intro {
    padding: 10px 10px 10px 30px;
}

.em_alu>.alu_h .em_intro .alu_text {
    padding: 5px 0;
}

.em_row>div .alu_intro {
    padding: 10px 0 0 15px;
}

.em_intro>.alu_headline {
    border: none;
}

.em_intro>div .name {
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    font-weight: 700;
    text-transform: uppercase;
}

.em_intro .ment_01 {
    font-size: 15px;
    font-weight: 500;
    color: #564f79;
    position: relative;
}

.em_intro .ment_01:after {
    content: '';
    height: 1px;
    background: #dddddf;
    position: absolute;
    top: 10px;
}

.em_intro .alu_text {
    padding: 20px 0;
    position: relative;
}

.em_intro .alu_text img {
    margin-left: 5px;
    vertical-align: middle;
}

.em_alu {
    margin-bottom: 40px;
}

.em_alu>div {
    margin: 0;
}

.em_alu .ment_cont {
    padding: 10px 33px 25px;
}

.em_alu .ment_cont p {
    font-size: 15px;
    line-height: 23px;
    color: #888888;
    font-weight: 300;
    word-break: keep-all;
}

.em_alu .em_intro>div .category {
    height: 78px;
}

.view01 .em_intro>div .alu_category {
    position: relative;
    line-height: 20px;
}

.em_view .em_intro>div .alu_category:after {
    content: url('/wp-content/themes/dtmofficial/imagesprofile_01.jpg');
    position: absolute;
    top: 3px;
    left: 140px;
}

.alu_pro {
    margin-top: 30px;
}

.alu_pro::after {
    display: block;
    content: '';
    clear: both;
    width: 100%;
}

.thumbnail {
    width: 155px;
}

.thumbnail img {
    height: auto;
}

.alu_pro>li {
    float: left;
}


/*
.alu_pro>li {
    float: left;
}
.alu_pro>li:nth-child(2n) {
    float: right;
}*/

.alu_more {
    margin-top: 0;
}

.em_row .work_text p {
    padding: 10px 0;
}

.em_row .work_text p:first-child {
    font-size: 15px;
    font-weight: 500;
    color: #564f79;
    margin-top: 10px;
}

.info_view {
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.info_view iframe {
    width: 100%;
}

.info_view>p {
    padding: 12px 0;
}

.st_header {
    margin-bottom: 20px;
}

.st_header::after {
    display: block;
    clear: both;
    content: '';
    width: 100%;
}

.st_header>.st_select {
    float: left;
    display: none;
}

.st_header>.tab_stMenu {
    float: right;
}

.st_header>.tab_stMenu>ul::after {
    display: block;
    clear: both;
    content: '';
    width: 100%;
}

.st_header>.tab_stMenu>ul>li {
    float: left;
    background: #2a2554;
    color: #fff;
    text-align: center;
    width: 160px;
    padding: 9px 0;
    cursor: pointer;
    margin-right: 15px;
    font-size: 15px;
    text-transform: uppercase;
}

.st_header>.tab_stMenu>ul>li:last-child {
    margin-right: 0;
}


/**/

.map {
    height: 324px;
}

.refer {
    font-size: 13px;
    color: #888;
    margin-top: 10px;
}

.upcoming_int {
    width: 100%;
    border-top: 2px solid #6e6e6e;
}

.upcoming_int>tbody>tr>td {
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0 10px 10px;
    font-size: 13px;
    color: #666;
    font-weight: 300;
}

.upcoming_int>tbody>tr>td:first-child {
    width: 20%;
    background: #f0f0f0;
}

.upcoming_int>tbody>tr>td:last-child {
    width: 80%;
}

.em_row .work_text {
    display: block;
}

.type-events .entry-content {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}

.type-events .entry-content {
    margin:45px auto !important;
    display: block;
}


@media (max-width:767px){
	.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a:not(.active):hover { background: #666 ; }
}