/*!
 * jBrix (http://jbrix.co.kr)
 * Copyright 2011-2015 jBrix, Inc.
 */

@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
.clear_row {
    clear: both
}

.iosSlider-col-3 .td-module-meta-info {
    display: none!important
}

.td-main-page-wrap {
    padding-top: 0!important
}

.td-main-content-wrap {
    padding-bottom: 0!important
}

.widget li {
    margin-left: 0!important;
    background-color: #fff;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}
.widget li>a {
	padding:8px 0 8px 30px;
	display:inline-block;
	width:100%;
}
	
.widget li:hover a {
    background-color: #616161
}

.widget li a:hover,
.widget li:hover a {
    color: #fff;
}

.widget li i {
    clear: both;
    float: right;
    padding: 8px 30px 0 0;
}

#menu-about-side {
    border-bottom: 1px solid #d3d3d3
}

#menu-about-side .current_page_item>a, #menu-about-side .current-menu-item>a {
    background-color: #616161!important;
    border-left: 1px solid #616161;
    border-right: 1px solid #616161;
	color: #fff!important;
	display:inline-block;
	width:100%;
	padding:8px 0 8px 30px;
}

/*#menu-about-side .current_page_item a span {
  margin-left: 10px;
}*/

.widget a {
    color: #222!important;
    padding-left: 30px;
    font-weight: 600;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.widget a span {
  margin-left: 10px;
}

.widget_text {
    margin-bottom: 0!important
}

.td-category-grid .td-pb-span12 {
    display: none!important
}

.about_cont01 {
    font-family: 'Roboto';
    font-size: 22px;
    color: #222;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase
}

.about_cont01_a {
    border-top: 3px solid #b9121a;
    padding-top: 10px
}

.about_cont01_b {
    font-weight: 400
}

.about_cont02 {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    background-color: #f4f4f4;
    border: 1px solid #d8d8d8;
    padding: 20px
}

.about_cont03 {
    clear: both;
    float: right;
    width: 150px;
    font-size: 12px;
    color: #555;
    font-weight: 300;
    line-height: 12px;
    text-align: center;
    border: 1px solid #555;
    padding: 5px 0 8px 0;
    margin-top: -20px
}

.about_cont03_a {
    clear: both;
    float: right;
    width: 65px;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    line-height: 12px;
    text-align: center;
    border: 1px solid #fff;
    padding: 2px 0 4px 0;
    margin-top: -20px
}

.about_cont04 {
    font-family: 'Roboto';
    font-size: 22px;
    color: #FFF;
    font-weight: 600;
    line-height: 25px
}

.about_cont04_a {
    border-top: 3px solid #FFF;
    padding-top: 10px
}

.about_cont04_b {
    font-weight: 400
}

.td-footer-wrapper .block-title {
    border-bottom: 1px solid #696969!important;
    padding-bottom: 15px;
    margin-bottom: 25px!important
}

.bot_cont01 {
    clear: both;
    width: 55%;
    float: left;
    margin-bottom: 20px
}

.bot_cont02 {
    width: 100%;
    margin-bottom: 20px
}

.bot_cont02>span {
    margin-right: 15px
}

.bot_cont02 .td-social-icon-wrap .td-icon-font {
    width: auto
}

.s_box01 {
    padding: 30px 0 20px 0
}

.s_box01 select {
    width: 100%;
    max-width: 560px;
    border-radius: 0;
    padding: 5px 10px 5px 10px;
    border: 0;
    background-color: #7c7c7c;
    color: #fff;
    text-transform: uppercase
}

.s_box01 select option {
    padding: 2px 0 2px 0;
    text-transform: uppercase
}

@media(max-width:420px) {
    .s_box01 select {
        width: 100%;
        max-width: 500px;
        border-radius: 0;
        padding: 5px 10px 5px 10px;
        border: 0;
        background-color: #7c7c7c;
        color: #fff;
        text-transform: uppercase;
        font-size: 10px
    }
    .s_box01 select option {
        padding: 5px 0 5px 0!important;
        font-size: 10px;
        line-height: 20px
    }
}

.sub_menu {
    font-family: 'Roboto'!important;
    width: 100%;
    border: 2px solid #09486b
}

.sub_menu td {
    background-color: #09486b;
    color: #fff;
    border: 0;
    font-size: 12px;
    padding: 20px 25px;
    text-align: right
}

.sub_menu td a {
    color: #fff
}

.sub_menu td a:hover {
    color: #eaeaea
}

.sub_menu_a {
    background-color: #fff!important;
    padding: 5px 0 0 0!important;
    text-align: center!important;
    vertical-align: middle!important
}

.sub_menu_a img {
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.sub_menu_a img:hover {
    opacity: .8
}

.sub_menu_b {
    font-size: 16px!important;
    font-weight: 700;
    line-height: 20px;
    padding-left: 20px!important;
    text-align: left!important;
    text-transform: uppercase
}

.sub_menu_c {
    margin-right: 20px;
    border-right: 1px solid #698fa4;
    font-size: 20px;
    padding-bottom: 15px
}

.f_news {
    clear: both;
    width: 34.5%;
    float: left
}

.f_news_a {
    width: 100%;
    background-color: #f1f1f1;
    padding: 30px
}

.f_news_b {
    font-size: 24px;
    color: #b9121a;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 15px;
    margin-bottom: 7px
}

.f_news_c {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 30px;
    padding-top: 10px
}

.member_cont {
    border: 1px solid #e0e0e0;
    padding: 20px 30px 20px 30px;
    background-color: #f8f8f8
}

.member_cont_a {
    clear: both;
    width: 8%;
    float: left;
    margin-right: 2%
}

.member_cont_b {
    width: 90%;
    float: left;
    font-size: 18px;
    color: #555;
    font-weight: 700;
    line-height: 22px;
    padding-top: 3px;
    padding-bottom: 20px
}

.member_cont_c {
    clear: both;
    border-top: 1px solid #e0e0e0;
    padding-bottom: 20px
}

.member_cont_d {
    clear: both;
    width: 49%;
    float: left;
    margin-right: 2%
}

.member_cont_e {
    width: 49%;
    float: left
}

.member_cont_f {
    clear: both;
    width: 13%;
    float: left;
    margin-right: 2%;
    padding-top: 2px
}

.member_cont_g {
    width: 85%;
    float: left;
    font-size: 14px;
    color: #666;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 3px;
    padding-top: 3px
}

.member_cont_h {
    width: 85%;
    float: left;
    font-size: 14px;
    color: #666;
    font-weight: 300;
    line-height: 16px;
    padding-top: 9px;
    margin-bottom: 3px
}

.member_cont_i {
    width: 85%;
    float: left;
    font-size: 14px;
    color: #b9121a;
    font-weight: 300;
    line-height: 20px;
    padding-top: 7px;
    margin-bottom: 3px
}

.sns_sh {
    float: left;
    padding-right: 10px;
    padding-top: 5px
}

.sns_sh_a {
    float: left;
    padding-right: 10px;
    padding-top: 5px
}

.sns_sh_b {
    float: left;
    padding-right: 10px;
    padding-top: 4px
}

.sns_sh_c {
    float: left;
    padding-top: 2px;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    margin-right: 20px;
    vertical-align: middle
}

.memeber_sub {
    border: 1px solid #d6d6d6;
    padding: 20px 30px 20px 30px
}

.memeber_sub_a {
    clear: both;
    width: 15%;
    float: left;
    border-right: 1px solid #d6d6d6;
    margin-right: 5%;
    padding-top: 2px;
    padding-right: 2%;
}

.memeber_sub_a img {
    padding-top: 5px
}

.memeber_sub_b {
    width: 80%;
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    color: #b9121a;
    font-weight: 600;
    line-height: 22px;
    padding-top: 0
}

.memeber_sub_b_txt {
    text-transform: uppercase;
    font-size: 14px;
    color: #111;
    font-weight: 600;
    line-height: 22px;
    padding-top: 5px
}

.memeber_sub_b_txt a {
    color: #999
}

.memeber_sub_b_txt a:hover {
    color: #666;
    text-decoration: underline
}

.member_contry01 {
    clear: both;
    width: 25%;
    float: left;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    background-color: #f1f1f1;
    height: 60px;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-weight: 700;
    line-height: 22px;
    padding-top: 18px
}

.member_contry02 {
    width: 25%;
    float: left;
    border: 1px solid #d6d6d6;
    background-color: #f1f1f1;
    height: 60px;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-weight: 700;
    line-height: 22px;
    padding-top: 18px
}

.member_contry03 {
    width: 25%;
    float: left;
    border: 1px solid #d6d6d6;
    background-color: #f1f1f1;
    height: 60px;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-weight: 700;
    line-height: 22px;
    padding-top: 18px
}

.member_contry04 {
    width: 25%;
    float: left;
    border: 1px solid #d6d6d6;
    background-color: #f1f1f1;
    height: 60px;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-weight: 700;
    line-height: 22px;
    padding-top: 18px
}

.member_contry05 {
    clear: both;
    width: 100%;
    float: left
}

.member_contry06 {
    width: 50%;
    float: left
}

.member_contry07 {
    width: 100%
}

.member_contry07 td {
    text-align: center;
    vertical-align: middle;
    height: 55px;
    font-size: 14px;
    color: #666;
    font-weight: 700;
    line-height: 22px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 0 solid #d6d6d6;
    background-color: #f1f1f1;
    cursor: pointer
}

.member_contry08 {
    width: 100%
}

.member_contry08 td {
    text-align: center;
    vertical-align: middle;
    height: 55px;
    font-size: 14px;
    color: #666;
    font-weight: 700;
    line-height: 22px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    background-color: #f1f1f1;
    cursor: pointer
}

@media(max-width:400px) {
    .member_contry05 {
        clear: both;
        width: 100%;
        float: left
    }
    .member_contry06 {
        width: 100%;
        float: left
    }
    .member_contry07 td {
        border-right: 1px solid #d6d6d6;
        border-bottom: 0 solid #d6d6d6
    }
}

.about-p {
    font-size: 14px;
    color: #666;
    line-height: 22px
}

.about-pb {
    font-size: 14px;
    color: #666;
    font-weight: 600
}

ul.about-fed-list {
    list-style: none
}

ul.about-fed-list li {
    position: relative;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-left: 10px;
    margin-bottom: 10px
}

ul.about-fed-list span.about-pb {
    font-size: 14px;
    color: #666;
    font-weight: 600
}

ul.about-fed-list li:before {
    position: absolute;
    left: -10px;
    content: "-";
    display: block;
    margin-right: 5px;
    float: left
}

ul.about-fed-list li:after {
    content: "";
    display: block;
    clear: both
}

.council-red-box {
    width: 203px;
    height: 51px;
    background-color: #b9121a;
    text-align: center
}

.council-red-box span {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 51px;
    text-transform: uppercase
}

.council-red-box2 {
    width: 203px;
    height: 51px;
    background-color: #b9121a;
    text-align: center;
    padding: 5px 0
}

.council-red-box2 span {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase
}

.council-person-wrap {
    border-top: 2px solid #5e5c5f;
    margin-bottom: 40px
}

.council-person-wrap>ul {
    padding-top: 24px
}

.council-person-wrap ul li {
    list-style: none;
    margin-left: 0
}

ul li.council-person-box {
    border-bottom: 1px solid #9a9a9a;
    padding-bottom: 30px
}

ul li.council-person-box:after {
    content: "";
    display: block;
    clear: both
}

li.council-person-box .council-person-img {
    float: left;
    width: 126px;
    margin-right: 13px
}

li.council-person-box .council-person-img>img {
    width: 100%;
}

li.council-person-box .council-person-tbox {
    display: inline-block;
    width: calc(100% - 139px)
}

.council-person-tbox a {
    color: #999
}

.council-person-tbox a:hover {
    color: #666;
    text-decoration: underline
}

.council-person-tt {
    font-size: 18px;
    color: #333;
    font-weight: 600
}

.council-person-line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 20px 0
}

ul.council-person-p li {
    margin-left: 0;
    line-height: 24px;
    font-size: 14px;
    color: #666
}

ul.council-person-p span {
    float: left;
    margin-right: 4px
}

ul.council-person-p .address-w {
    width: 60px
}

ul.council-person-p p {
    display: inline-block;
    width: calc(100% - 64px)
}

ul.council-person-p p {
    margin-bottom: 5px
}

@media(max-width:767px) {
    li.council-person-box .council-person-tbox {
        width: calc(100% - 139px)
    }
}

@media(max-width:320px) {
    li.council-person-box .council-person-img {
        width: 100%
    }
    li.council-person-box .council-person-tbox {
        width: 100%
    }
}

.auditor-person-wrap {
    border-top: 2px solid #5e5c5f;
    margin-bottom: 40px
}

.auditor-person-wrap>ul {
    padding-top: 24px
}

.auditor-person-wrap ul li {
    list-style: none;
    margin-left: 0
}

ul li.auditor-person-box {
    border-bottom: 1px solid #9a9a9a;
    padding-bottom: 25px
}

ul li.auditor-person-box:after {
    content: "";
    display: block;
    clear: both
}

li.auditor-person-box .auditor-person-img {
    float: left;
    width: 126px;
    margin-right: 13px
}

li.auditor-person-box .auditor-person-tbox {
    display: inline-block;
    width: calc(100% - 139px)
}

.auditor-person-tt {
    font-size: 18px;
    color: #333;
    font-weight: 600
}

.auditor-person-line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 20px 0
}

ul.auditor-person-p li {
    margin-left: 0;
    line-height: 24px;
    font-size: 14px;
    color: #666
}

ul.auditor-person-p span {
    float: left;
    margin-right: 4px
}

ul.auditor-person-p .address-w {
    width: 60px
}

ul.auditor-person-p p {
    display: inline-block;
    width: calc(100% - 64px)
}

ul.auditor-person-p p {
    margin-bottom: 5px
}

.hideit {
    display: none;
}

.muju_wrap {
    width: 1164px;
    max-width: 100%;
    margin: 0 auto;
}

@media(max-width:767px) {
    li.auditor-person-box .auditor-person-tbox {
        width: calc(100% - 139px)
    }
}

@media(max-width:320px) {
    li.auditor-person-box .auditor-person-img {
        width: 100%
    }
    li.auditor-person-box .auditor-person-tbox {
        width: 100%
    }
}

.athletes-tab-wrap:after {
    content: "";
    display: block;
    clear: both
}

.athletes-tab {
    float: left;
    width: 12%;
    height: 34px;
    text-align: center;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    background-color: #efefef;
    margin-right: .5%;
    margin-bottom: 20px;
    cursor: pointer
}

.athletes-tab.last {
    margin-right: 0
}

.athletes-tab a {
    font-size: 14px;
    color: #666;
    line-height: 32px
}

.athletes-tab-on {
    float: left;
    width: 12%;
    height: 34px;
    text-align: center;
    border: 1px solid #b9121a;
    box-sizing: border-box;
    background-color: #fff;
    margin-right: .5%
}

.athletes-tab-on a {
    font-size: 14px;
    color: #111;
    line-height: 32px
}

.athletes-tab.last {
    margin-right: 0
}

.athletes-person-wrap:after {
    content: "";
    display: block;
    clear: both
}

.athletes-person-box {
    float: left;
    width: 47.5%;
    height: auto;
    border-top: 2px solid #5e5c5f;
    border-bottom: 1px solid #9a9a9a;
    box-sizing: border-box;
    margin-bottom: 45px
}

.athletes-person-box.box1 {
    margin-right: 5%
}

.athletes-img {
    float: left;
    width: 31%;
    margin: 0;
    padding: 0;
    line-height: 0
}

.athletes-info {
    padding-top: 3%
}

.athletes-info-box {
    display: inline-block;
    width: calc(100% - 31%)
}

.athletes-title {
    height: 77px;
    text-align: center;
    overflow: hidden
}

.athletes-title:after {
    content: "";
    display: block;
    clear: both
}

.athletes-title .name {
    float: left;
    width: 80%;
    height: auto;
    padding-top: 25px
}

.athletes-title .name span {
    font-size: 18px;
    color: #333;
    font-weight: 600
}

.athletes-title .rank {
    float: right;
    width: 20%;
    height: 100%;
    padding-top: 25px;
    background-color: #1c5eb0
}

.athletes-title .rank span {
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

.athletes-title .code {
    float: right;
    width: 24%;
    height: 100%;
    padding-top: 30px;
    background-color: #000
}

.athletes-title .code span {
    font-size: 24px;
    color: #fff;
    font-weight: 600
}

.athletes-line {
    width: 100%;
    height: 1px;
    background-color: #ccc
}

.athletes-info ul {
    list-style: none
}

.athletes-info ul li {
    font-size: 14px;
    color: #666;
    padding-left: 5%
}

.athletes-info ul li span {
    font-weight: 600;
    margin-right: 10px
}

@media(max-width:767px) {
    .athletes-person-box {
        width: 100%
    }
    .athletes-img {
        float: left;
        width: 18%;
        margin: 0;
        padding: 0;
        line-height: 0
    }
    .athletes-title {
        height: 60px
    }
    .athletes-title .name {
        padding-top: 20px
    }
    .athletes-title .rank {
        padding-top: 20px
    }
    .athletes-title .code {
        padding-top: 20px
    }
    .athletes-info {
        padding-top: 0
    }
    .athletes-info-box {
        display: inline-block;
        width: calc(100% - 18%)
    }
}

@media(max-width:480px) {
    .athletes-person-box.box1 {
        margin-right: 0
    }
    .athletes-img {
        width: 100px
    }
    .athletes-info-box {
        display: inline-block;
        width: calc(100% - 100px)
    }
    .athletes-title {
        height: auto
    }
    .athletes-title .name {
        width: 100%;
        padding: 20px 0
    }
    .athletes-title .rank {
        width: 40%;
        padding: 18px 0
    }
    .athletes-title .code {
        width: 60%;
        padding: 18px 0
    }
    .athletes-info {
        padding-top: 0
    }
    .athletes-info ul li {
        padding-left: 0
    }
}

.rank-tab-wrap:after {
    content: "";
    display: block;
    clear: both
}

.rank-tab {
    float: left;
    width: 25%;
    font-size: 14px;
    color: #b9121a;
    text-align: center;
    line-height: 16px;
    border: 1px solid #b9121a;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 1.8%
}

.rank-tab-on {
    float: left;
    width: 25%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    border: 1px solid #b9121a;
    box-sizing: border-box;
    background-color: #b9121a;
    padding: 1.8%
}

.rank-tab.last {
    margin-right: 0
}

.rank-tab.right {
    border-right: 0
}

.rank-table th,
.rank-table td {
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #fff
}

.rank-table th {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 15px 0;
    background-color: #7c7c7c
}

.rank-table td {
    font-size: 14px;
    color: #666;
    padding: 20px 0
}

.rank-table .rank {
    color: #b9121a;
    font-weight: 600
}

.rank-table tr:nth-child(odd) {
    background-color: #efefef
}

.rank-table tr:nth-child(even) {
    background-color: #dedede
}

.rank-lower-tab-wrap:after {
    content: "";
    display: block;
    clear: both
}

.rank-lower-tab {
    float: left;
    width: 12%;
    height: 34px;
    text-align: center;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    background-color: #efefef;
    margin-right: .5%;
    margin-bottom: 20px;
    cursor: pointer
}

.rank-lower-tab.last {
    margin-right: 0
}

.rank-lower-tab span {
    font-size: 14px;
    color: #666;
    line-height: 32px
}

.rank-lower-tab-on {
    float: left;
    width: 12%;
    height: 34px;
    text-align: center;
    border: 1px solid #b9121a;
    box-sizing: border-box;
    background-color: #fff;
    margin-right: .5%
}

.rank-lower-tab-on span {
    font-size: 14px;
    color: #111;
    line-height: 32px
}

.rank-lower-tab.last {
    margin-right: 0
}

.rank-lower-tab2 {
    float: left;
    width: 24.7%;
    height: 34px;
    text-align: center;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    background-color: #efefef;
    margin-right: .4%;
    margin-bottom: 20px;
    cursor: pointer
}

.rank-lower-tab2.last {
    margin-right: 0
}

.rank-lower-tab2 span {
    font-size: 14px;
    color: #666;
    line-height: 32px
}

.rank-lower-tab2-on {
    float: left;
    width: 24.7%;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #b9121a;
    box-sizing: border-box;
    background-color: #fff;
    margin-right: .4%
}

.rank-lower-tab2-on.last {
    margin-right: 0
}

.rank-lower-tab2-on span {
    font-size: 14px;
    color: #111;
    line-height: 32px
}

.committee-wrap:after {
    content: "";
    display: block;
    clear: both
}

.committee-div-wrap {
    display: inline-block;
    width: 100%;
    background-color: #f5f5f5;
    padding: 50px 30px
}

.committee-tab-wrap ul,
.committee-tab-wrap ul li {
    list-style: none;
    margin: 0
}

li.committee-tab {
    position: relative;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    background-color: #58708d;
    padding: 15px 12px;
    border-bottom: 1px solid #71859e;
    cursor: pointer
}

li.committee-tab-on {
    font-size: 14px;
    color: #b9121a;
    font-weight: 600;
    background-color: #f5f5f5
}

li.committee-tab-on:after {
    content: "";
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #b9121a;
    width: 0;
    height: 0;
    position: absolute;
    top: 45%;
    bottom: 0;
    right: 10px
}

.committee-tab.lower {
    padding-left: 30px
}

.committee-table {
    display: none
}

.committee-s-box {
    padding: 0
}

.committee-table th,
.committee-table td {
    border: 1px solid #c6c6c6
}

.committee-table th {
    background-color: #dfdfdf;
    vertical-align: middle;
    padding-left: 6.5%;
    font-size: 14px;
    color: #333
}

.committee-table td {
    vertical-align: middle;
    padding: 10px 0;
    padding-left: 6.5%;
    font-size: 14px;
    color: #666;
}

.committee-table td .cv_box {
	display:inline-block;
	height:26px;
	float:right;
	padding-right:15px;
}
.committee-table td>div {
	position:relative;
	width:90%;
}
.committee-table td>div img{
	position:absolute;
	right:-30px;
	top:0;
}

.committee-table2 {
    display: block;
    background-color: #f5f5f5;
    padding: 40px 30px 40px 30px;
}

.committee-s-box {
    padding: 0;
}

.committee-table2 th,
.committee-table2 td {
    border: 1px solid #c6c6c6;
}

.committee-table2 th {
    background-color: #dfdfdf;
    vertical-align: middle;
    padding: 15px 3%;
    font-size: 14px;
    color: #333;
}

.committee-table2 td {
    vertical-align: middle;
    padding: 15px 3%;
    font-size: 14px;
    color: #666;
}

.responsible-box {
    margin-top: 20px;
}

.responsible-box .tt {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.responsible-box .p {
    font-size: 14px;
    color: #666;
    line-height: 16px;
}

@media(max-width:480px) {
    .committee-tab-wrap {
        width: 100%
    }
    .committee-div-wrap {
        width: 100%
    }
}

.rules-tab-wrap {
    background-color: #f2eeea;
    padding: 15px 15px 10px 15px
}

.rules-tab-wrap:after {
    content: "";
    display: block;
    clear: both
}

.rules-tab {
    float: left;
    padding: 4px 14px;
    border: 1px solid #a7a39f;
    box-sizing: border-box;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer
}

.rules-tab span {
    font-size: 12px;
    color: #a7a39f;
    text-transform: uppercase
}

.rules-tab-on {
    border: 1px solid #b9121a
}

.rules-tab-on span {
    color: #b9121a
}

.rules-ct {
    font-size: 18px;
    color: #b9121a;
    font-weight: 600
}

.rules-pdf-div {
    display: none
}

.rules-pdf-wrap ul {
    list-style: none;
    border: 1px solid #cecece
}

.rules-pdf-wrap ul li {
    margin-left: 0;
    border-bottom: 1px solid #cecece
}

li.rules-pdf-box {
    background-color: #f6f6f6;
    padding: 2.8%
}

.rules-pdf-box:after {
    content: "";
    display: block;
    clear: both
}

.rules-pdf-p {
    float: left;
    width: calc(100% - 198px);
    line-height: 17px;
    padding: 1% 0
}

.rules-pdf-p span {
    font-size: 14px;
    color: #666;
    margin-right: 3%
}

.rules-pdf-btn {
    display: inline-block;
    width: 183px;
    margin-left: 15px;
    cursor: pointer
}

.rules-pdf-btn:after {
    content: "";
    display: block;
    clear: both
}

.rules-pdf-btn .icon {
    float: left;
    margin: 0;
    line-height: 0;
    padding: 0
}

.rules-pdf-btn .pdf {
    background-color: #dd8786
}

.rules-pdf-btn .pdf span {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    line-height: 31px;
    padding-left: 15px
}

.rules-pdf-btn .pdf span:after {
    content: "\f019";
    font-weight: 400;
    margin-left: 15px;
    font-family: FontAwesome
}

.rules-tt {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #666;
    margin-top: 20px
}

@media(max-width:480px) {
    li.rules-pdf-box {
        padding: 4%
    }
    .rules-pdf-p {
        width: 100%;
        margin-bottom: 14px
    }
    .rules-pdf-btn {
        float: right;
        margin-left: 0
    }
}

.calendar-pdf-btn {
    display: inline-block;
    width: 210px;
    margin-left: 15px;
    float: right
}

.calendar-pdf-btn:after {
    content: "";
    display: block;
    clear: both
}

.calendar-pdf-btn .icon {
    float: left;
    margin: 0;
    line-height: 0;
    padding: 0
}

.calendar-pdf-btn .pdf {
    background: url(/wp-content/uploads/2015/11/pdf_btn_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center right
}

.calendar-pdf-btn .pdf span {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    line-height: 31px;
    padding-left: 15px
}

.THF-ct {
    font-size: 18px;
    color: #b9121a;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px
}

.THF-p {
    font-size: 14px;
    color: #666;
    line-height: 22px
}

.THF-o-r-wrap:after {
    content: "";
    display: block;
    clear: both
}

.THF-o-r-text-box:after {
    content: "";
    display: block;
    clear: both
}

.THF-o-r-text-box {
    width: calc(100% - 284px);
    padding-right: 5%
}

.THF-o-r-img-box {
    float: right;
    width: 284px
}

.THF-o-r-img {
    margin-bottom: 20px
}

.THF-o-r-tbox {
    padding: 0 20px
}

.THF-o-r-tt {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    margin-bottom: 5px
}

.THF-o-r-sign {
    padding: 40px 0
}

.THF-sport-wrap ul {
    list-style: none;
    margin-left: 0
}

.THF-sport-wrap ul li {
    margin-left: 0
}

.THF-sport-wrap ul li:after {
    content: "";
    display: block;
    clear: both
}

.THF-sport-wrap ul li:first-child {
    padding-top: 0
}

.THF-sport-box {
    padding: 40px 0;
    border-bottom: 1px dotted #999
}

.THF-sport-img {
    float: left;
    width: 159px;
    margin-right: 32px
}

.THF-sport-tbox {
    display: inline-block;
    width: calc(100% - 191px);
    padding: 2% 0
}

.THF-sport-tt1 {
    font-size: 18px;
    color: #b9121a;
    font-weight: 600;
    margin-bottom: 10px
}

.THF-sport-tt2 {
    font-size: 18px;
    color: #cf811b;
    font-weight: 600;
    margin-bottom: 10px
}

.THF-sport-tt3 {
    font-size: 18px;
    color: #829c08;
    font-weight: 600;
    margin-bottom: 10px
}

.THF-sport-tt4 {
    font-size: 18px;
    color: #00adef;
    font-weight: 600;
    margin-bottom: 10px
}

.THF-b-s-wrap:after {
    content: "";
    display: block;
    clear: both
}

.THF-b-s-img-left {
    float: left;
    width: 50%
}

.THF-b-s-img-right {
    display: inline-block;
    width: 50%
}

.thf-icon-wrap:after {
    content: "";
    display: block;
    clear: both
}

.thf-icon-half {
    float: left;
    width: 50%
}

.thf-icon-wrap ul {
    list-style: none;
    margin-left: 0
}

.thf-icon-wrap ul li {
    margin-left: 0;
    margin-bottom: 35px
}

.thf-icon-wrap ul li:after {
    content: "";
    display: block;
    clear: both
}

.thf-icon-img {
    float: left;
    width: 89px;
    margin-right: 30px
}

.thf-icon-tbox {
    display: inline-block;
    width: calc(100% - 120px);
    padding-right: 5%
}

.thf-tt {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    margin-bottom: 5px
}

.thf-p {
    font-size: 14px;
    color: #666;
    line-height: 22px
}

.THF-y-o-wrap:after {
    content: "";
    display: block;
    clear: both
}

.THF-y-o-img {
    float: left;
    width: 32%
}

.THF-y-o-img.left {
    margin-right: 2%
}

.THF-y-o-img.center {
    margin-right: 2%
}

@media(max-width:767px) {
    .THF-o-r-img-box {
        float: left;
        width: 100%
    }
    .THF-o-r-img {
        float: left;
        width: 284px;
        margin-right: 5px
    }
    .THF-o-r-tbox {
        display: inline-block;
        width: calc(100% - 289px);
        padding: 20px
    }
    .THF-o-r-text-box {
        width: 100%;
        padding-right: 0
    }
}

@media(max-width:480px) {
    .THF-o-r-img {
        float: none
    }
    .THF-o-r-tbox {
        width: 100%
    }
    .THF-o-r-sign {
        padding: 15px 0
    }
    .THF-sport-img {
        float: none
    }
    .THF-sport-tbox {
        width: 100%
    }
    .thf-icon-half {
        width: 100%
    }
}

.TPC-ct {
    font-size: 18px;
    color: #b9121a;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px
}

.TPC-bt {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px
}

.TPC-p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-bottom: 12px
}

.development-list-wrap ul {
    list-style: none;
    margin-left: 0
}

.development-list-wrap ul li {
    margin-left: 10px
}

.development-list-wrap ul li:after {
    content: "";
    display: block;
    clear: both
}

.development-list-wrap ul li:first-child {
    padding-top: 0
}

.development-list-wrap ul li:last-child {
    border-bottom: 0
}

.development-list-box {
    padding: 40px 0;
    border-bottom: 1px dotted #999
}

.development-list-img {
    float: left;
    width: 159px;
    margin-right: 32px
}

.development-list-tbox {
    display: inline-block;
    width: calc(100% - 191px);
    padding-top: 35px
}

.development-list-tt1 {
    font-size: 18px;
    color: #b9121a;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase
}

.development-list-tt2 {
    font-size: 18px;
    color: #cf811b;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase
}

.development-list-tt3 {
    font-size: 18px;
    color: #829c08;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase
}

.development-list-tt4 {
    font-size: 18px;
    color: #00adef;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase
}

.development-list li {
    font-size: 14px;
    color: #666;
    line-height: 22px
}

.development-list li:before {
    content: "ã†";
    display: inline-block;
    margin-left: -15px
}

.TPC-dispatches-link-wrap {
    max-width: 436px;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #bcb7b2;
    box-sizing: border-box;
    cursor: pointer
}

@media(max-width:480px) {
    .development-list-img {
        width: 100%
    }
    .development-list-tbox {
        width: 100%
    }
}

.education-ct {
    font-size: 18px;
    color: #b9121a;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px
}

.education-bt {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px
}

.education-p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-bottom: 12px
}

.education-icon-wrap:after {
    content: "";
    display: block;
    clear: both
}

.education-icon-box {
    float: left;
    width: 33.3333333333%;
    padding-right: 2%;
    margin-bottom: 30px
}

.education-icon-box:after {
    content: "";
    display: block;
    clear: both
}

.education-icon-img {
    float: left;
    width: 89px;
    margin-right: 30px
}

.education-icon-tbox {
    display: inline-block;
    width: calc(100% - 120px);
    padding-right: 5%
}

.education-icon-tt {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    line-height: 22px;
    padding: 15% 0
}

.education-icon-tt.tt2 {
    padding: 10% 0
}

.education-o-p-wrap:after {
    content: "";
    display: block;
    clear: both
}

.education-o-p-img {
    float: right;
    width: 327px
}

.education-o-p-text {
    width: calc(100% - 327px);
    padding-right: 5%
}

.education-fun-link-wrap {
    max-width: 314px;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #bcb7b2;
    box-sizing: border-box;
    cursor: pointer
}

@media(max-width:767px) {
    .education-icon-box {
        width: 50%
    }
    .education-icon-img {
        margin-right: 10px
    }
    .education-icon-tbox {
        width: calc(100% - 99px)
    }
}

@media(max-width:568px) {
    .education-o-p-img {
        float: left;
        width: 100%;
        margin-bottom: 10px
    }
    .education-o-p-text {
        width: 100%;
        padding-right: 0
    }
}

@media(max-width:480px) {
    .education-icon-box {
        width: 100%
    }
}

.main_banner_img {
    opacity: 1;
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.main_banner_img:hover {
    opacity: .6
}

.side_bn {
    width: 100%;
    max-width: 324px;
    padding-bottom: 15px;
    text-align: center
}

.side_bn a {
    padding-left: 0!important
}

.vc_tta.vc_tta-style-modern .vc_tta-tab>a {
    border-width: 0!important
}

.td-social-icon-wrap .td-icon-font {
    font-size: 16px!important
}

.competitions-tab-wrap {
    width: auto;
    background-color: #09486b;
    padding: 2% 3%
}

.competitions-tab-wrap:after {
    content: "";
    display: block;
    clear: both
}

.competitions-tab-wrap .tab-list {
    float: left;
    padding: 1% 2.6%;
    border: 1px solid #fff;
    margin: 1.5%
}

.competitions-tab-wrap a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase
}

#all-blue-tab {
    display: block
}

#all-blue-tab-m {
    display: none
}

@media(max-width:767px) {
    .main-banner {
        display: none!important
    }
    #all-blue-tab {
        display: none
    }
    #all-blue-tab-m {
        display: block
    }
}

.countdown-section {
    width: 16%!important
}

.show_menu {
    display: block
}

.hide_menu {
    display: none
}

@media(max-width:767px) {
    .hide_menu {
        display: block
    }
    .show_menu {
        display: none
    }
    .td-main-sidebar {
        display: none!important
    }
}

.ranking_sub_text {
    font-size: 14px;
    color: #575757;
    font-weight: 500;
    line-height: 18px;
    text-align: right;
    padding-bottom: 10px
}

.ranking_sub_text02 {
    font-size: 14px;
    color: #575757;
    font-weight: 700;
    line-height: 18px;
    text-align: right;
    padding-bottom: 10px
}

.td-next-prev-wrap a {
    color: #000!important;
    border: 1px solid #000!important
}

.main_main_img {
    clear: both;
    width: 10%;
    float: left;
    margin-right: 5%;
    padding-top: 7px
}

.main_main_text {
    width: 85%;
    float: left;
    font-size: 24px;
    color: #111;
    font-weight: 700;
    line-height: 30px
}

.main_main_tex2 {
    font-size: 17px;
    color: #777;
    font-weight: 400;
    line-height: 20px
}

.main_mail_left {
    clear: both;
    width: 60%;
    float: left;
    height: 151px;
    background-color: #efefef;
    padding: 45px 30px 30px 30px
}

.main_mail_right {
    width: 40%;
    float: left;
    height: 151px;
    background-color: #efefef;
    padding-bottom: 50px;
    padding-top: 10px
}

.main_mail_right::after {
    content: "";
    clear: both
}

.mail_sunmit {
    color: #000;
    margin-top: -15px
}

.slide-meta-cat {
    display: none
}

.td-editor-date {
    display: none
}

.td-post-date {
    display: none!important
}

.td-category {
    display: none
}

.entry-crumbs {
    display: none
}

@media(max-width:1140px) {
    .main_main_text {
        width: 85%;
        float: left;
        font-size: 20px;
        color: #111;
        font-weight: 700;
        line-height: 30px
    }
    .main_main_tex2 {
        font-size: 15px;
        color: #777;
        font-weight: 400;
        line-height: 20px
    }
}

@media(max-width:990px) {
    .main_mail_left {
        clear: both;
        width: 100%;
        float: none;
        height: 80px;
        background-color: #efefef;
        padding: 35px 30px 40px 30px
    }
    .main_mail_right {
        width: 100%;
        float: none;
        height: 154px;
        background-color: #efefef;
        padding-bottom: 10px;
        margin-bottom: 30px!important
    }
}

@media(max-width:420px) {
    .main_main_text {
        width: 85%;
        float: left;
        font-size: 18px;
        color: #111;
        font-weight: 700;
        line-height: 30px
    }
    .main_main_tex2 {
        font-size: 11px;
        color: #777;
        font-weight: 400;
        line-height: 20px
    }
}

.reco_but {
    float: left;
    margin-right: 10px;
    margin-bottom: 25px
}

.reco_but a {
    font-size: 14px;
    color: #1d1d1d;
    font-weight: 400;
    line-height: 25px;
    border: 1px solid #1d1d1d;
    padding: 10px
}

.td-scroll-up-visible {
    display: block!important;
    background-color: #b9121a!important
}

.td-related-right {
    display: none!important
}

.td-module-comments a {
    display: none!important
}

header .td-post-comments {
    display: none!important
}

.td-module-image .td-post-category {
    display: none
}

#menu-medical {
    border-bottom: 1px solid #d3d3d3
}

#menu-anti-doping {
    border-bottom: 1px solid #d3d3d3
}

#menu-medical .current_page_item {
    background-color: #616161!important;
    border-left: 1px solid #616161;
    border-right: 1px solid #616161
}

#menu-medical .current_page_item a {
    color: #fff!important
}

#menu-anti-doping .current_page_item {
    background-color: #616161!important;
    border-left: 1px solid #616161;
    border-right: 1px solid #616161
}

#menu-anti-doping .current_page_item a {
    color: #fff!important
}

.rio_info_box_left {
    clear: both;
    float: left;
    width: 25%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px
}

.rio_info_box_right {
    float: left;
    width: 73%;
    padding-left: 2%
}

.rio_info_box_tit {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    line-height: 22px;
    padding-top: 10px
}

.rio_info_box_tit::before {
    content: url('/wp-content/uploads/2016/07/160711_rio_info_img001.png');
    padding-right: 5px;
    vertical-align: middle
}

.rio_info_box_txt {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 10px;
    padding-top: 5px
}

.rio_info_box_btn img {
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    padding-bottom: 10px;
}

.rio_info_box_btn .olympic_text {
	-moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    padding: 7px 10px;
    border: 1px solid #008fce;
    color: #1072b0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
	display:inline-block;
}

.rio_info_box_btn .olympic_text:hover,
.rio_info_box_btn img:hover {
    cursor: pointer;
    opacity: .6;
}

@media(max-width:550px) {
    .rio_info_box_left {
        clear: both;
        float: none;
        width: 100%;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .rio_info_box_right {
        float: none;
        width: 100%;
        padding-left: 0;
        text-align: center
    }
    .rio_info_box_tit {
        text-align: center
    }
    .rio_info_box_txt {
        text-align: center
    }
    .rio_info_box_btn {
        text-align: center
    }
}

.new_committee_sub_tit {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 22px;
    padding: 25px 0 5px 0
}

.main_link_txt {
    font-size: 14px;
    color: #828282;
    font-weight: 300;
    line-height: 22px;
    text-align: center
}

.main_link_txt a {
    color: #828282;
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.main_link_txt a:hover {
    color: #f00
}

.glb_spons {
    vertical-align: top
}

.glb_spons a {
    display: inline-block;
    width: 320px;
    padding: 10px;
    border: 1px solid #dadada;
    margin-left: 50px
}

.glb_spons a img {
    vertical-align: top;
    width: 100%
}

.rl_atlt,
.rl_cptt {
    width: 228px;
    margin: 0 auto
}

.rl_cptt {
    margin-bottom: 30px
}

.rl_cptt ul,
.rl_atlt ul {
    margin: 0 0 30px;
    padding: 5px 10px 15px;
    border: 1px solid #eaeaea;
    border-top: 0
}

.rl_cptt li,
.rl_atlt li {
    border: 0;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    line-height: 16px
}

.rl_cptt li:hover,
.rl_atlt li:hover {
    background: #fff;
}

.rl_cptt li:hover p.ath_name {
    color: #555 !important;
}

.rl_cptt li::after,
.rl_atlt li::after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

h2.tits_rl {
    background: #333;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-indent: 13px;
    margin: 0
}

.rl_cptt li p.cptt_name,
.rl_atlt li p.ath_name {
    font-size: 12px;
    color: #555
}

p.ath_name,
p.cptt_name {
    width: 70%;
    display: inline-block;
    word-break: keep-all;
    margin-bottom: 0;
    vertical-align: middle;
    line-height: 14px
}

p.cptt_name a,
p.ath_name a {
    font-weight: 400;
    color: #555!important
}

p.ath_name a:hover,
p.cptt_name a:hover {
    color: #555!important;
    text-decoration: underline
}

.btn_ath_info {
    width: 27%;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    margin-bottom: 0
}

.athletes_profile_wrap {
    min-height: 1500px
}

.athletes_profile_wrap h2 {
    font-size: 30px;
    position: relative;
    padding-top: 5px
}

.athletes_profile_wrap h2::before {
    width: 20px;
    height: 3px;
    top: 0;
    left: 0;
    background: #333;
    position: absolute;
    content: ''
}

.athletes_profile {
    background: url(/wp-content/uploads/2016/09/bg_profile.jpg) center right no-repeat;
    background-size: cover;
    padding: 20px
}

.athletes_profile p {
    margin-bottom: 0;
    color: #fff
}

.athletes_profile .athl_name {
    font-size: 36px;
    margin: 10px 0
}

.athletes_profile .athl_from {
    margin-bottom: 42px;
    font-size: 12px;
    font-weight: 600;
    color: #607080
}

.athletes_profile .athl_plag {
    margin-bottom: 0
}

.athletes_profile .athl_plag img {
    height: 81px;
}

.athletes_profile .athl_from span {
    color: #fff;
    display: inline-block;
    margin: 0 10px
}

.athletes_profile::after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

.athletes_profile>div {
    float: left
}

.athletes_profile .profile_detail {
    margin-left: 20px
}

.athlete_rank h3 {
    font-size: 22px
}

.athlete_rank::after {
    content: '';
    width: 100%;
    clear: both;
    display: block
}

.athlete_rank>div {
    width: 49%;
    float: left
}

.athlete_rank>div:last-child {
    margin-left: 2%
}

.athlete_rank>div table {
    width: 100%
}

.athlete_rank>div table thead tr th {
    width: 33.3%;
    text-align: center;
    background: #313131;
    color: #fff;
    font-size: 12px;
    padding: 10px 0
}

.athlete_rank>div table tbody tr td {
    text-align: center;
    font-size: 12px;
    color: #525252;
    padding: 10px 0
}

@media screen and (max-width:500px) {
    .athlete_rank>div {
        width: 100%;
        float: none;
        margin: 0 0 20px
    }
    .athlete_rank>div:last-child {
        margin-left: 0
    }
    .athletes_profile {
        position: relative
    }
    .athletes_profile>div {
        float: none;
        text-align: center
    }
    .athletes_profile .profile_detail {
        margin-left: 0
    }
    .athletes_profile .athl_from {
        margin-bottom: 0
    }
    .athletes_profile .athl_plag {
        width: 100%;
        margin: 15px auto 0;
        text-align: center;
        float: none
    }
    .athletes_profile .athl_plag img {
        /*width: 55px*/
    }
}

.reco_but {
    float: left;
    margin-right: 10px;
    margin-bottom: 25px
}

.reco_but a {
    font-size: 14px;
    color: #1d1d1d;
    font-weight: 400;
    line-height: 25px;
    border: 1px solid #1d1d1d;
    padding: 10px
}

.td-scroll-up-visible {
    display: block!important;
    background-color: #b9121a!important
}

.td-related-right {
    display: none!important
}

.td-module-comments a {
    display: none!important
}

header .td-post-comments {
    display: none!important
}

#menu-wtf-main-1::after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

.bx-viewport img {
    width: 100%
}

.sf-menu {
    position: relative
}

.sf-menu:hover::after {
    position: absolute;
    bottom: 10px;
    left: 50%;
    content: '';
    width: 20px;
    height: 2px;
    background: red
}

.all_new_newsletter {
    background: #0a3a72
}

.cont_all_new_sletter {
    width: 1164px;
    max-width: 100%;
    margin: 0 auto;
    position: relative
}

.cont_all_new_sletter>div {
    display: block;
    width: 100%;
    text-align: left;
    background: url('/wp-content/uploads/2016/10/newsletter_img.png') 48px bottom no-repeat
}

.cont_all_new_sletter>div:first-child {
    padding: 80px 0
}

.cont_all_new_sletter>div>p {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    padding-left: 310px;
    margin-bottom: 0;
    line-height: 44px
}

.cont_all_new_sletter>div>p span {
    font-size: 48px
}

.cont_all_new_sletter>div>p:last-child {
    font-size: 14px;
    font-weight: 400
}

.cont_all_new_sletter>div:nth-child(2) {
    position: absolute;
    top: 80px;
    right: 0;
    width: 320px;
    height: auto;
    padding: 0;
    background: transparent
}

.nform ul#form_ul {
    padding: 0!important
}

.all_new_sponsor {
    text-align: center;
    margin-bottom: 80px
}

.all_new_sponsor>p {
    display: inline-block;
    width: 49.5%;
    text-align: left;
    margin-top: 20px
}

.all_new_sponsor>p:last-child {
    text-align: center;
}

.all_new_sponsor>p img {
    width: 85%;
    border: 1px solid #dadada;
    display: inline-block;
    padding: 10px 45px
}

.submit_button {
    background: #022a59!important;
    box-shadow: none!important;
    border: 1px solid #011e3f
}

.arto .td_block_wrap .td-post-category {
    display: none
}

.arto .td_module_wrap {
    padding-bottom: 0
}

.arto h3.entry-title {
    position: absolute;
    left: 10%;
    width: 80%;
    bottom: 30%;
    text-align: center;
    font-size: 20px;
    line-height: 32px
}

.arto h3.entry-title::before {
    display: block;
    content: '/';
    color: #fff;
    font-weight: 900;
    font-size: 20px
}

.arto h3.entry-title a {
    color: #fff
}

.all_new_footer a {
    color: #fff
}

.all_new_footer::after {
    display: block;
    content: '';
    width: 100%;
    clear: both
}

.all_new_ft_logo,
.all_new_footer_conts {
    float: left
}

.all_new_footer_conts a {
    color: #fff !important;
}

.all_new_ft_logo {
    width: 23%
}

.all_new_ft_logo h1 {
    margin: 0 auto
}

.all_new_ft_logo h1 img {
    width: 220px
}

.all_new_ft_logo .bot_cont02 {
    width: 100%
}

.all_new_footer_conts {
    width: 77%
}

.all_new_footer_conts>div {
    float: left;
    margin-right: 20px
}

.all_new_footer_conts>div>p {
    margin-bottom: 0;
    font-size: 12px;
    margin-right: 60px
}

.all_new_footer_conts>div>p.all_new_ft_tit {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600
}

.td-footer-wrapper {
    padding-bottom: 80px!important
}

.cont_sld_txt {
    visibility: hidden;
    opacity: 0;
    transition: .7s ease all;
    -moz-transition: .7s ease all;
    -webkit-transition: .7s ease all;
    -o-transition: .7s ease all;
    -ms-transition: .7s ease all;
    position: absolute;
    width: 580px;
    left: 21%;
    top: 2%;
    color: #fff;
    text-shadow: 1.5px 1.5px 2px rgba(3, 3, 3, 0.8)
}

.cont_sld_txt h2 a {
    color: #fff!important;
    text-decoration: none
}

.cont_sld_txt h2 a:hover {
    text-decoration: none
}

.cont_sld_txt.active-slide {
    opacity: 1;
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.cont_sld_txt p {
    font-size: 22px!important;
    line-height: 14px!important;
    font-weight: 200;
    border-top: 2px solid #fff;
    padding-top: 7px;
    display: inline-block
}

.cont_sld_txt h2 {
    color: #fff;
    font-size: 36px;
    line-height: 43px;
    font-weight: 200;
    font-family: 'Noto Sans KR';
    margin-top: 0
}

.td-header-menu-wrap {
    box-shadow: 1px 1px 2px #444
}

.td-header-style-12 .td-header-sp-top-menu {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.all_new_main_cont_wrapper,
.all_new_footer {
    width: 1164px;
    margin: 0 auto;
    max-width: 100%
}

/* main banner */

.all_new_main_banner_01 {
    width: 1164px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 1164px) {
    .all_new_main_banner_01 {
        width: 97%;
    }
}

.all_new_main_banner_01 li {
    list-style: none;
    margin-bottom: 1%;
}

.all_new_main_banner_01 li img {
    width: 100%;
}

.all_new_main_banner_01 .col_2::after {
    content: '';
    display: block;
    clear: both;
}

.all_new_main_banner_01 .col_2 {
    margin-left: -1%;
    margin-right: -1%;
}

.all_new_main_banner_01 .col_2 li {
    float: left;
    width: 48%;
    margin-left: calc( 1% );
    margin-right: calc( 1% );
}

@media screen and (max-width: 520px) {
    .all_new_main_banner_01 .col_2 {
        margin-left: 0;
        margin-right: 0;
    }
    .all_new_main_banner_01 .col_2 li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.all_new_main_banner_01 .col_3::after {
    content: '';
    display: block;
    clear: both;
}

.all_new_main_banner_01 .col_3 {
    margin-left: -1%;
    margin-right: -1%;
}

.all_new_main_banner_01 .col_3 li {
    float: left;
    width: 31.3%;
    margin-left: calc( 1% );
    margin-right: calc( 1% );
}

.all_new_main_banner_01 .col_4 {
    margin-left: -1%;
    margin-right: -1%;
}

.all_new_main_banner_01 .col_4 li {
    float: left;
    width: 23%;
    margin-left: calc( 1% );
    margin-right: calc( 1% );
}

.all_new_main_banner_01 .col_4.top li:nth-child(2) {
    float: left;
    width: 48%;
    margin-left: calc( 1% );
    margin-right: calc( 1% );
}
.all_new_main_banner_01 .col_4 li.mo_v {
		display:none;
	}

@media screen and (max-width: 520px) {
    .all_new_main_banner_01 .col_3 {
        margin-left: 0;
        margin-right: 0;
    }
    .all_new_main_banner_01 .col_3 li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
	.all_new_main_banner_01 .col_4 {
        margin-left: 0;
        margin-right: 0;
    }
    .all_new_main_banner_01 .col_4 li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
	.all_new_main_banner_01 .col_4 li:nth-child(2) {
		width: 100%;
        margin-left: 0;
        margin-right: 0;
	}
	.all_new_main_banner_01 .col_4 li.pc_v {
		display:none;
	}
	.all_new_main_banner_01 .col_4 li.mo_v {
		display:inline-block;
	}
}

/* main banner end */

.tit_all_new_main {
    text-align: center;
}

.tit_all_new_main::after {
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    margin: 10px auto 20px;
    background: #c1030c
}

.all_new_banner_wrap {
    padding: 1px 0
}

.all_new_banner_wrap,
.all_new_banners {
    background: #ededed
}

.all_new_banners {
    padding: 40px 0 30px;
}

.cont_all_new_sletter {
    background: #0a3a72
}

.cont_all_new_sletter>div {
    width: 1164px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background: url('/wp-content/uploads/2016/11/newsletter_img.png') left bottom no-repeat
}

.bx-viewport ul {
    margin: 0!important
}

.bx-viewport ul::after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

#td-header-menu,
.top-bar-style-1 {
    width: 1350px!important;
    margin: 0 auto!important;
    position: relative
}

@media(max-width:767px) {
    #td-header-menu,
    .top-bar-style-1 {
        width: 100%!important
    }
}

.top-bar-style-1::after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

.menu-wtf-main-container {
    float: left
}

.menu-wtf-main-container>.sf-menu>li {
    margin: 0 10px!important
}

.td-sub-footer-copy {
    width: 100%!important;
    text-align: center
}

.all_new_banner_conts {
    width: 1164px;
    margin: 0 auto 30px;
    max-width: 100%;
    position: relative
}

.all_new_banner_conts .bx-wrapper {
    width: 1164px;
    margin: 0 auto;
    padding: 0;
    max-width: 100%!important
}

.all_new_banner_conts p {
    position: absolute;
    top: 15px;
    right: 0
}

.all_new_banner_conts p a {
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: block;
    float: left
}

.all_new_banner_conts p span.prev_ban a {
    background: url('/wp-content/uploads/2016/11/wtf-recognized-companies_arrow1.jpg') center center no-repeat;
    position: relative;
    left: 1px
}

.all_new_banner_conts p span.next_ban a {
    background: url('/wp-content/uploads/2016/11/wtf-recognized-companies_arrow2.jpg') center center no-repeat
}

.td-module-meta-info {
    display: none
}

.scroll_more {
    position: fixed;
    display: table;
    vertical-align: middle;
    bottom: 25%;
    left: 0;
    background: #b9121a;
    color: #fff;
    z-index: 999999
}

.scroll_more p {
    display: table-cell;
    padding: 23px 30px;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Noto Sans KR'
}

.scroll_more p i {
    margin-right: 10px
}

.tit_all_new_main {
    font-weight: 600
}

.td-scroll-up::after {
    content: 'TOP';
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: auto 5px!important
}

.td-scroll-up .td-icon-menu-up {
    display: inline-block!important;
    width: 32px!important
}

.td-scroll-up {
    bottom: 52px!important;
    width: 82px!important;
    height: 38px!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.td-module-thumb {
    overflow: hidden
}

.td-module-thumb a {
    display: block;
    width: 100%
}

.td-module-thumb a.td-admin-edit {
    width: auto
}

.td-module-thumb a img {
    width: 100%
}

.td-module-thumb a img.td-retina {
    width: auto
}

.vc_row {
    margin: 0 auto !important
}

#fe_title {
    border-bottom: none!important
}

.cs_bx_arrows p {
    width: 34px;
    height: 75px;
    display: block;
    position: absolute;
    z-index: 999;
    top: 45%
}

.cs_bx_arrows p.cs_next {
    background: url('/wp-content/uploads/2016/11/arrow_right.png') center center no-repeat;
    right: 0
}

.cs_bx_arrows p.cs_prev {
    background: url('/wp-content/uploads/2016/11/arrow_left.png') center center no-repeat;
    left: 0
}

.cs_bx_arrows p a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 5px
}

.td_block_id_3242362315 {
    width: 60%!important;
    position: absolute!important;
    bottom: 2%;
    left: 20%
}

.td_block_id_3242362315 .td-block-row:last-child .td_module_8 .item-details::before {
    content: 'notice';
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 15px;
    padding-top: 10px
}

.td_block_id_3418375231 {
	width: 18% !important;
    position: absolute !important;
    bottom: 2%;
    left: 20%
}
.td_block_id_3381096017 {
	width: 39% !important;
    position: absolute !important;
    bottom: 2%;
    left: 41%;
}
.td_block_id_3418375231 .td-block-span4 {
	width: auto;
}
.td_block_id_3381096017 .td-block-span4 {
	width: 50%;
}
.td_block_id_3418375231 .td-block-row .td_module_8 .item-details::before {
    content: 'COVID-19 NOTICE';
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 15px;
    padding-top: 10px
}
.td_block_id_3381096017 .td-block-row .td_module_8 .item-details::before {
    content: 'notice';
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 15px;
    padding-top: 10px
}
@media screen and (max-width:1199px) {
    .td-pb-row [class*="td-pb-span"],
    .td-container {
        padding-right: 0!important;
        padding-left: 0!important
    }
}

@media screen and (max-width:1000px) {
    .scroll_more {
        bottom: 0;
        left: 0
    }
    .cont_sld_txt {
        position: relative;
        padding-left: 1.5%;
        width: 98.5%;
        left: auto;
        top: auto;
        color: #333;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .cont_sld_txt p {
        display: none
    }
    .cont_sld_txt::before {
        content: '';
        width: 0;
        height: 0;
        border: 15px solid #fff;
        border-top-width: 0;
        border-right-color: transparent;
        border-left-color: transparent;
        position: absolute;
        top: -14px;
        left: 20px
    }
    .cont_sld_txt h2 {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: .25px;
        padding: 10px 0;
        margin: auto 0
    }
    .cont_sld_txt h2 a {
        color: #333!important;
        font-weight: 500;
        text-shadow: none
    }
    .cs_bx_arrows p {
        top: 32%
    }
    .td_block_id_3242362315,
	.td_block_id_3418375231,
	.td_block_id_3381096017 {
        width: 100%!important;
        position: static!important;
        bottom: 0;
        left: 0;
        background: rgba(3, 3, 3, 1);
        font-size: 15px
    }
    .td_block_id_3242362315::before {
        content: 'NOTICE';
        display: block;
        padding: 10px 12px 5px;
        background: rgba(3, 3, 3, 0);
        color: #fff;
        font-size: 18px
    }
	.td_block_id_3418375231::before {
        content: 'COVID-19 NOTICE';
        display: block;
        padding: 10px 12px 5px;
        background: rgba(3, 3, 3, 0);
        color: #fff;
        font-size: 18px
    }
	.td_block_id_3381096017::before {
        content: 'NOTICE';
        display: block;
        padding: 10px 12px 5px;
        background: rgba(3, 3, 3, 0);
        color: #fff;
        font-size: 18px
    }
    .td_block_id_3242362315 .td-block-row:last-child .td_module_8 .item-details::before,
	.td_block_id_3418375231 .td-block-row:last-child .td_module_8 .item-details::before,
	.td_block_id_3381096017 .td-block-row:last-child .td_module_8 .item-details::before {
        content: '';
        display: none;
    }
    .td_block_id_3242362315 .td-block-row:last-child .td_module_8,
	.td_block_id_3418375231 .td-block-row:last-child .td_module_8,
	.td_block_id_3381096017 .td-block-row:last-child .td_module_8 {
        min-height: auto!important;
    }
    .td_block_id_3242362315 .td-block-span4,
	.td_block_id_3418375231 .td-block-span4,
	.td_block_id_3381096017 .td-block-span4 {
        width: 100%!important;
        max-height: 24px;
        overflow: hidden
    }
    .td_block_id_3242362315 .td-block-span4:last-child,
	.td_block_id_3381096017 .td-block-span4:last-child {
        margin-bottom: 10px
    }
	.td_block_id_3418375231 .td_module_8 .entry-title, 
	.td_block_id_3418375231 .td-block-span4:last-child {
		margin-bottom:0;
	}
    .td_block_id_3242362315 .td-block-span4 h3::before,
	.td_block_id_3418375231 .td-block-span4 h3::before,
	.td_block_id_3381096017 .td-block-span4 h3::before, {
        content: '';
        padding: 0 5px
    }
    .td_block_wrap {
        padding-bottom: 0!important
    }
    .td_block_9 .td-block-row:last-child .td_module_8 {
        padding: 0 4px!important;
    }
}

@media screen and (max-width:600px) {
    .all_new_sponsor>p {
        width: 90%;
        margin: 0 auto 10px;
        text-align: center
    }
    .all_new_sponsor>p:last-child {
        text-align: center
    }
    .cs_bx_arrows p {
        margin-bottom: 0
    }
    .all_new_main_banner_01 {
        text-align: center
    }
    .all_new_ft_logo {
        width: 80%;
        max-width: auto;
        margin: 0 auto;
        float: none;
        text-align: center
    }
    .all_new_footer_conts {
        width: 100%
    }
    .all_new_footer_conts>div {
        float: none;
        width: 80%;
        margin: 15px auto 25px;
        text-align: center
    }
    .all_new_footer_conts>div>p {
        margin-right: 0
    }
    .td-footer-wrapper {
        padding-bottom: 0!important
    }
    .scroll_more {
        display: none!important
    }
    .cont_all_new_sletter>div {
        background: 0
    }
    .cont_all_new_sletter>div>p {
        padding-left: 0;
        font-size: 18px;
        text-align: center;
        line-height: 28px;
        margin-top: 15px
    }
    .cont_all_new_sletter>div>p span {
        font-size: 28px
    }
    .cont_all_new_sletter>div:first-child {
        padding: 10px 0
    }
    .cont_all_new_sletter>div:nth-child(2) {
        position: relative;
        top: auto;
        width: 100%
    }
    .all_new_banner_conts h2 {
        margin-bottom: 0!important;
        padding-left: 10px
    }
    .all_new_banner_conts p {
        position: relative;
        top: auto;
        right: auto;
        float: right;
        margin-right: 10px
    }
    .all_new_banner_conts .bx-wrapper {
        padding: 0 10px
    }
    .cs_bx_arrows p {
        top: 20%
    }
    .td-pb-row [class*="td-pb-span"],
    .td-container {
        padding-right: 5px!important;
        padding-left: 5px!important;
        padding: 5px!important
    }
    .menu-wtf-main-container {
        width: 100%
    }
    .bx-viewport li img {
        width: 110%;
        max-width: 110%
    }
}

@media screen and (max-width:420px) {
    .cs_bx_arrows p {
        top: 10%
    }
}

.tpc_link {
    position: absolute;
    top: 20px;
    right: -10px
}

.office_charge {
    width: 100%;
    margin: 0 auto 40px;
    background: url('/wp-content/uploads/2016/12/bg_office.jpg') center right no-repeat
}

.office_charge h4 {
    font-size: 20px;
    color: #3c3c3c;
    margin-bottom: 35px;
    font-weight: 700
}

.office_charge h4::before {
    display: block;
    width: 28px;
    height: 3px;
    background: #b9121a;
    content: ''
}

.office_charge .office {
    border-top: 2px solid #5e5c5f;
    border-bottom: 1px solid #9a9a9a;
    position: relative;
    padding: 34px 0 34px 18px
}

.office_charge .office::after {
    display: block;
    clear: both;
    content: ''
}

.office_charge .office::before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background: #e8e8e8;
    position: absolute;
    top: 0;
    left: 28.5%
}

.office_charge .office>div {
    float: left
}

.office_charge .profile {
    margin: 24px 32px 0 0;
    width: 27.4%
}

.office_charge .profile .department {
    margin-bottom: 35px
}

.office_charge .profile .department p {
    font-size: 14px;
    letter-spacing: -0.3px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Noto Sans KR'
}

.office_charge .profile .department p:first-child {
    color: #777
}

.office_charge .profile .department p:last-child {
    color: #444
}

.office_charge .profile .name {
    padding: 25px 0 0 0;
    background: url('/wp-content/uploads/2016/12/square.jpg') no-repeat top left;
    margin-bottom: 150px
}

.office_charge .profile .name p {
    line-height: 25px;
    letter-spacing: -0.3px;
    margin-left: 33px;
    margin-bottom: 0;
    font-family: 'Noto Sans KR'
}

.office_charge .profile .name p:first-child {
    font-size: 20px;
    color: #444
}

.office_charge .profile .name p:last-child {
    font-size: 30px;
    color: #333;
    font-weight: 700
}

.office_charge .profile .contact p a {
    color: #444
}

.office_charge .task {
    padding: 28px 0 0 22px;
    width: 67%
}

.office_charge .task h5 {
    font-size: 18px;
    letter-spacing: -0.3px;
    line-height: 36px;
    color: #444;
    border-bottom: 1px solid #dadada;
    width: 45px;
    margin: 0 0 30px;
    font-weight: bold;
    font-family: 'Noto Sans KR'
}

.office_charge .task h5::after {
    display: block;
    content: '';
    width: 45px;
    height: 1px;
    background: #8e8e8e
}

.office_charge .task p {
    letter-spacing: -0.3px;
    line-height: 20px;
    font-size: 14px;
    color: #777;
    font-weight: 400;
    width: 100%;
    word-break: keep-all;
    font-family: 'Noto Sans KR'
}

.office_charge .task .task_tit {
    color: #333;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px
}

.office_charge .task>div {
    margin-bottom: 25px;
    width: 75%
}

.office_charge .contact p {
    font-family: 'Noto Sans KR';
    margin-bottom: 0;
    font-weight: 500
}

@media screen and (max-width:700px) {
    .office_charge {
        background: 0
    }
    .office_charge .profile {
        width: 100%;
        margin: 0
    }
    .office_charge .office::before {
        display: none
    }
    .office_charge .profile .name {
        margin-bottom: 55px;
        margin-left: 20px;
        text-shadow: 2px 3px 2px #ccc
    }
    .office_charge .task {
        padding: 15px 0 0 0;
        width: 100%;
        border-top: 1px solid #333;
        margin-top: 25px
    }
    .office_charge .office {
        padding: 14px 0 34px 0
    }
    .office_charge .contact p {
        text-align: center;
        margin: 10px 0;
        font-size: 18px;
        text-shadow: 2px 3px 3px #ccc
    }
    .office_charge .profile .department {
        margin-bottom: 15px
    }
    .office_charge .task>div {
        width: 100%
    }
}


/*170118 wtf recognized prd*/

.wtf_prd ol li {
    width: 50%;
    float: left;
    padding: 11px 13px 10px 15px;
    margin-bottom: 10px;
    border: 1px solid #ededed;
    list-style-position: inside;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400
}

.wtf_prd ol::after {
    content: '';
    width: 100%;
    clear: both;
    display: block
}

@media screen and (max-width:500px) {
    .wtf_prd ol li {
        width: 100%;
        float: none;
    }
}


/*170118 anti doping*/

.widget li>ul>li {
    background: transparent;
    border: none;
    margin: 0;
    font-weight: 400;
    display: none;
}
.widget #menu-about-side li.current-menu-item>ul>li,
.widget #menu-about-side li>ul>li.current-menu-item {
	display:inline-block;
	width:100%;
}

#menu-anti-doping li.current_page_item>ul>li {
    display: block;
}

#menu-anti-doping li.current_page_item:hover>ul>li {
    display: block;
}

#menu-anti-doping li>ul>li.current_page_item {
    background: transparent !important;
    border: none;
    display: block;
}

#menu-anti-doping li.current-page-ancestor>ul>li {
    display: block;
}

#menu-anti-doping li>ul>li.current_page_item a {
    color: #222 !important;
    text-decoration: underline;
}

#menu-anti-doping li:hover>ul>li.current_page_item a {
    color: #fff !important;
}

.widget li>ul>li a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 400;
	padding: 8px 0 8px 45px !important;
}

.kboard-document-navi {
    display: none;
}

.clear {
    display: block;
    width: 100%;
    clear: both;
}

.anti_list {
    margin-left: 20px;
}

.link_wrap > ol {
    display: inline-block;
    vertical-align: top;
}

.anti_style > li {
    list-style: none;
}

.wpb_text_column .link_wrap p {
    margin-bottom: 0 !important;
    display: inline-block;
    vertical-align: top;
}

.stiker_wrap > .wpb_wrapper > p:first-child {
    margin-bottom: 5px;
}

.link_wrap > .anti_list {
    margin-top: 0;
}

.about_cont01 {
    margin-bottom: 26px;
}

#menu-anti-doping li {
    padding: 8px 5px 8px 15px;
    font-size: 13px;
    line-height: 20px;
    position: relative;
}

#menu-anti-doping .current_page_item::before {
    color: #fff
}

#menu-anti-doping li::before {
    content: ' - ';
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    top: 7px;
    left: 5px;
}


/*muju schedule*/

.muju_schedule th {
    background: #e8e8e8;
    text-align: center;
    font-weight: 700;
}

.muju_schedule td {
    padding: 15px 10px;
    letter-spacing: 0.25px;
    font-size: 14px;
}

.muju_schedule .muju_thead {
    text-align: center;
    background: #fbfbfb;
    font-weight: 700;
}

.muju_schedule th:nth-child(1) {
    width: 15%
}

.muju_schedule th:nth-child(2) {
    width: 10%
}

.muju_schedule th:nth-child(3) {
    width: 50%
}

.muju_schedule th:nth-child(4) {
    width: 25%
}

.live_result {
    overflow: hidden;
    background: #e9e9e9;
}

.live_result .picto {
    width: 95%;
    height: 280px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0 0;
}

.live_result.match_none .picto {
    width: 95%;
    height: 70px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0 0;
}

.match_none .box_li {
    display: none;
}

.match_none::before {
    content: 'No scheduled information';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 20%);
    font-size: 24px;
    width: 100%;
    text-align: center;
}

.picto {
    text-align: center;
}

.picto .box_li {
    width: 20%;
    min-height: 143px;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    background: #fff;
}

.match_none .btn_control {
    display: none;
}

.event_title {
    display: none;
}

.event_link {
    width: 90%;
    display: none;
    text-align: center;
    font-size: 33px;
    margin: 40px auto 30px;
    color: #e9e9e9;
    position: relative;
}

.event_link::after {
    content: 'VS';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999;
    color: #010101;
    font-size: 58px;
    font-weight: 700;
}

.score {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    margin: 13px 2px;
    background: #2a5ac6;
    color: #fff;
}

.score:nth-child(3) {
    background: #ce2e2e;
}

.sch_live_box {
    width: 90%;
    display: block;
    margin: 20px auto 0;
    text-align: center;
}

.noc_vs {
    display: block;
    width: 100%;
}

.picto .box_li::before {
    width: 94%;
    height: auto;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 5px auto;
    background: #13212f;
}

.picto .box_li:nth-child(1)::before {
    content: 'Court 1';
}

.picto .box_li:nth-child(2)::before {
    content: 'Court 2';
}

.picto .box_li:nth-child(3)::before {
    content: 'Court 3';
}

.picto .box_li:nth-child(4)::before {
    content: 'Court 4';
}

.picto .box_li:nth-child(5)::before {
    content: 'Court 5';
}

.noc_vs a {
    display: inline-block;
    /*width: 48%;*/
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}

.noc_vs a img {
    vertical-align: middle;
    margin-bottom: 6px;
    width: 17px;
}

.muju_wrap .tit_all_new_main {
    display: none;
}

.muju_wrap .tit_all_new_main.showit {
    display: block;
}

@media screen and (max-width:600px) {
    .picto .box_li {
        width: 100%;
        display: block;
        vertical-align: top;
        margin: 0;
        border-left: none;
        border-right: none;
    }
}

.main_slider_wrap {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	position: relative;
  height: 611px;
}



.mn_slider .swiper-slide {
height: 611px;
}

.mn_slider .swiper-slide img {
  max-width: none;
  width: auto;
}


.mn_slider > ul > li:nth-child(n+2):nth-child(-n+5) {
	display: none;
}

.main_slider_wrap .text_box {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.main_slider_wrap .text_box > div {
	/*width: 1158px;
	margin:41px auto 0;*/
  width: 500px;
  margin: 41px 0 0 370px;
}

.main_slider_wrap .text_box .category > a {
	font-size: 14px;
	line-height: 27px;
	letter-spacing: -0.25px;
	color: #f0db2e;
	font-weight: 700;
	margin-bottom: 5px;

}

.main_slider_wrap , .main_slider_wrap p{
  line-height: inherit;
}
.main_slider_wrap .text_box .title > a {
	font-size: 28px;
	color: #fff;
	line-height: 30px;
	letter-spacing: -0.5px;
	font-weight: 700;
	text-transform: uppercase;
}

.main_slider_wrap .swiper-pagination {
    bottom: 25px !important;
    left: 372px !important;
    text-align: left;
}

.main_slider_wrap .play_btn {
    position: absolute;
    bottom: 25px;
    left: 485px;
    z-index: 99999;
    cursor: pointer;
}

.main_slider_wrap .play_btn span {
  margin-right: 5px;
}

.main_slider_wrap .swiper-pagination-bullet {
    text-align: center;
    width: 10px !important;
    height: 10px !important;
    border-radius: 16px;
    margin-right: 5px;
    opacity: 1 !important;
    background: #bebebe !important;
}

.main_slider_wrap .swiper-pagination-bullet-active {
    background: #cd3939 !important;
    position: relative;
}

.main_slider_wrap .swiper-pagination-bullet-active::after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 1px solid  #cd3939;
  position: absolute;
  left: -3px;
  top: -3px;
  z-index: -1;
}


.main_slider_wrap > .thumb_btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 726px;
	padding-left: 274px;
	background: url(/wp-content/uploads/2017/08/thumb_btn_bg.png) no-repeat top right;
	background-size: cover;
	z-index: 10;
  box-sizing: content-box;
}


.main_slider_wrap > .thumb_btn > p {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin:51px 0 23px;
  line-height: 0;
}

.main_slider_wrap > .thumb_btn > ul {
	width: 302px;

}

.main_slider_wrap > .thumb_btn > ul > li {
	border-bottom:1px solid #e5626a;
	padding:15px 0;
  list-style: none;
}

.main_slider_wrap > .thumb_btn > ul > li:last-child {
	border-bottom:none;
}

.main_slider_wrap > .thumb_btn > ul > li::after {
	display: block;
	clear: both;
	content: '';
	width: 100%;
}

.main_slider_wrap > .thumb_btn > ul > li > p {
	float: left;
	width: 65px;
	height: 65px;
	overflow:hidden;
	margin:0 19px 0 0 !important;
	cursor: pointer;
  line-height: inherit;
  position: relative;
}

.main_slider_wrap > .thumb_btn > ul > li > p img {
  max-width: none;
	width: auto;
  height: 100%;
	/*transform: translateX(-25%);
	-webkit-transform: translateX(-25%);
	-moz-transform: translateX(-25%);*/
}

.main_slider_wrap > .thumb_btn > ul > li > div {
	float: left;
	width: 218px;
	font-family: 'Noto Sans KR',sans-serif;
}

.main_slider_wrap > .thumb_btn > ul > li > div > p {
	word-break: keep-all;
	font-size: 14px;
	color: #fff;
  margin-bottom: 0;
	cursor: pointer;
  line-height: 20px;
}

.main_slider_wrap > .thumb_btn > ul > li > div > p a {
  color: #fff;
}

.main_slider_wrap > .thumb_btn > ul > li > div > a {
	font-size: 11px;
	color: #fff;
}

.all_new_main_banner_02::after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
}

.all_new_main_banner_02 li {
  float: left;
  margin: 0 20px 20px 0;
}

.all_new_main_banner_02 li:nth-child(2) {
  margin-right: 0;
}

.all_new_main_banner_02 li:nth-child(3) {
  margin-right: 20px;
}

@media screen and (max-width: 1163px) {
  /*.all_new_main_banner_01 li {
      width: auto;
      margin: 3px 1%;
      float: none;
      display: inline-block
  }
  .all_new_main_banner_01 li:nth-child(1) {
      width: 58%;
  }
  .all_new_main_banner_01 li:nth-child(2) {
      width: 37%;
  }
  .all_new_main_banner_01 li:nth-child(3) {
      width: 41.5%;
  }
  .all_new_main_banner_01 li:nth-child(4) {
      width: 54%;
  }
  .all_new_main_banner_01 li:nth-child(2n) {
      margin-right: 0
  }
  .all_new_main_banner_01 li.an_live {
      display: none
  }
  .all_new_main_banner_01 li.an_live_m {
      display: inline-block
  }*/
  .all_new_main_banner_02 li {
    margin: 0 2% 2% 0;
  }
  .all_new_main_banner_02 li:first-child {
    width: 50.7%;
  }
  .all_new_main_banner_02 li:nth-child(2) {
    width: 47%;
  }
  .all_new_main_banner_02 li:nth-child(3) {
    width: 27.6%;
  }
  .all_new_main_banner_02 li:nth-child(4) {
    width: 17.5%;
  }
  .all_new_main_banner_02 li:nth-child(5) {
    width: 21%;
  }
  .all_new_main_banner_02 li:nth-child(6) {
    width: 27.4%;
  }
  .all_new_main_banner_02 li:nth-child(3), .all_new_main_banner_02 li:nth-child(4) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 500px) {
  .all_new_main_banner_02 li {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
}


/* AHN DEOK CHAN  - NEW MOBILE MAIN */
.all_new_main_slider_mobile {

}

.noti_list h1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 51px 0 23px;
  line-height: 0;
}

.noti_list ul {
  width: 302px;
}

.noti_list ul li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #e5626a;
}

.noti_list ul li h2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 5px;
}

.noti_list ul li h2 a {
  color: #fff;
}

.noti_list li .date {
  font-size: 10px;
  font-weight: 200;
  line-height: 12px;
  color: #fff;
}


/**********************************
committee
**********************************/

.committe_profile::after {
  content: '';
  display: block;
  clear: both;
}

.committe_profile {
  margin-left: -1.5%;
  margin-right: -1.5%;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .committe_profile {
    width: 96%;
    margin: 0 auto;
  }
}

.committe_profile li {
  float: left;
  width: 47%;
  margin-left: calc( 1.5% - 1px);
  margin-right: calc( 1.5% - 1px);
  margin-bottom: 2%;
  list-style: none;
}

.committe_profile li::after {
  content: '';
  display: block;
  clear: both;
}

.committe_profile li>p {
  float: left;
  width: 40%;
  margin-bottom: 0;
}

.committe_profile li>p img {
  width: 100%;
}

.committe_profile li div {
  float: left;
  width: 60%;
  height: 219px;
  border: 1px solid #e3e3e3;
  padding: 15px 5%;
  position: relative;
}

@media screen and (max-width: 1023px) and (min-width: 1019px)  {
  .committe_profile li div {
    height: 339px !important;
  }
}

@media screen and (max-width: 1023px) {
  .committe_profile li {
    float: none;
    width: 97%;
  }
  .committe_profile li>p {
    width: 35%;
  }
  .committe_profile li div {
    width: 65%;
    height: 256px;
  }
}

@media screen and (max-width: 767px) {
  .committe_profile li div {
    height: 206px;
  }
}

@media screen and (max-width: 500px) {
  .committe_profile li>p {
    float: none;
    width: 100%;
  }
  .committe_profile li div {
    float: none;
    width: 100%;
    margin-top: -5px;
  }
}

.committe_profile li div h1 {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 22px;
  height: 45px;
  color: #000;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 1023px) {
  .committe_profile li div h1 {
    height: auto;
  }
}

.committe_profile li div p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.25px;
  line-height: 24px;
  color: #7f7f7f;
  margin-bottom: 0;
}

.committe_profile li div p img {
  vertical-align: middle;
  margin-right: 10px;
}

.committe_profile .btn_detail {
  display: block;
  padding: 10px 0;
  width: 85%;
  border: 1px solid #b41120;
  background: #b41120;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.1px;
  color: #fff;
  transition: .3s ease all;
  -webkit-transition: .3s ease all;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.committe_profile .btn_detail:hover {
  background: #fff;
  color: #b41120;
}

.com_feed {
  border: 1px solid #dcdcdc;
  padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .com_feed {
    width: 96%;
  }
}

.feed_title {
  background: #5b7cc2;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  margin: 0 20px;
  padding-left: 37px;
  position: relative;
}

.feed_title p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.25px;
  color: #fff;
  padding: 10px 0;
}

.feed_title p.face_logo {
  width: 37px;
  background: #3b5998;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.feed_title p.face_logo i {
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  .feed_title {
    margin: 0 10px;
    padding-left: 25px;
  }
  .feed_title p.face_logo {
    width: 25px;
  }
  .feed_title p {
    padding: 5px 0;
  }
}

.com_feed ul {
  margin-top: 0;
}

.com_feed ul li::after {
  content: '';
  display: block;
  clear: both;
}

.com_feed ul li {
  border-bottom: 1px solid #dcdcdc;
  padding: 20px;
  list-style: none;
}

.com_feed ul li:last-child {
  border-bottom: 0;
}

.com_feed ul li .feed_logo {
  float: left;
  width: 20%;
  margin-right: 5%;
}

.com_feed ul li .feed_cont {
  float: left;
  width: 75%;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .com_feed ul li .feed_logo {
    float: none;
    width: 100%;
    text-align: center;
  }
  .com_feed ul li .feed_cont {
    float: none;
    width: 100%;
  }
}

.feed_logo p {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.25px;
  line-height: 12px;
  color: #888;
}

.feed_cont div {
  margin-bottom: 10px;
}

.feed_cont div img {
  display: block;
  margin-bottom: 3px;
}

.feed_cont div img:last-child {
  margin-bottom: 0;
}

.feed_cont p {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.25px;
  color: #4c4c4c;
  line-height: 13px;
  margin-bottom: 0;
}

.feed_cont p.time {
  color: #888;
  margin-bottom: 7px;
}

.feed_cont p.tag {
  color: #4778de;
  word-break: break-all;
}

.feed_cont p.video {
  width: 100%;
  height: 120px;
  background: #e9e9e9;
}

.resource_title {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.1px;
  color: #222;
  text-align: center;
}

.resource_title::after {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  background: #c1030c;
  margin: 15px auto 0;
}

.com_resource::after {
  content: '';
  display: block;
  clear: both;
}

.com_resource {
  margin-left: -1%;
  margin-right: -1%;
}

.com_resource li {
  float: left;
  width: 18%;
  margin-left: calc( 1% - 1px);
  margin-right: calc( 1% - 1px);
  list-style: none;
}

@media screen and (max-width: 1023px) {
  .com_resource li {
    width: 31.3%;
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 600px) {
  .com_resource li {
    width: 48%;
  }
}

@media screen and (max-width: 420px) {
  .com_resource li {
    width: 98%;
    margin-bottom: 10%;
  }
}

.com_resource li a {
  display: block;
  width: 190px;
  height: 191px;
  background: url(/wp-content/uploads/2017/11/bg_committee_01.png) center center no-repeat;
  position: relative;
  margin: 0 auto;
}

.com_resource li:nth-child(2) a {
  background: url(/wp-content/uploads/2017/11/bg_committee_02.png) center center no-repeat;
}

.com_resource li:nth-child(3) a {
  background: url(/wp-content/uploads/2017/11/bg_committee_03.png) center center no-repeat;
}

.com_resource li:nth-child(4) a {
  background: url(/wp-content/uploads/2017/11/bg_committee_04.png) center center no-repeat;
}

.com_resource li:nth-child(5) a {
  background: url(/wp-content/uploads/2017/11/bg_committee_05.png) center center no-repeat;
}

.com_resource li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 21px;
  color: #fff;
  text-align: center;
}

.committe_view::after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  .committe_view {
    width: 96%;
    margin: 0 auto;
  }
}

.committe_view>p {
  float: left;
  width: 35%;
  margin-right: 5%;
}

@media screen and (max-width: 500px) {
  .committe_view>p {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.committe_view>p img {
  width: 100%;
}

.committe_view .view_cont {
  float: left;
  width: 60%;
}

@media screen and (max-width: 500px) {
  .committe_view .view_cont {
    float: none;
    width: 100%;
  }
}

.view_cont h1 {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.1px;
  color: #000;
  margin: 0;
}

.view_cont h1::after {
  content: '';
  display: block;
  width: 26px;
  height: 3px;
  background: #c1030c;
  margin-top: 13px;
}

.view_cont ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.25px;
  color: #7f7f7f;
  margin: 10px 10px 0 0;
}

.view_cont ul li img {
  vertical-align: middle;
  margin-right: 5px;
}

.view_cont .link {
  margin: 15px 0 20px;
}

.view_cont .link p {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  border: 1px solid #dbdbdb;
  padding: 11px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.25px;
  color: #c1030c;
  margin-bottom: 0;
}

.view_cont .link a {
  display: inline-block;
  vertical-align: top;
}

.view_cont .career {
  width: 100%;
  background: #f5f5f5;
  padding: 20px;
}

.view_cont .career h2 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.1px;
  color: #1f1f1f;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 0 10px;
}

.view_cont .career p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 26px;
  color: #777;
  margin: 0;
  padding: 0 10px;
}

.view_cont .career p span {
  font-size: 13px;
  font-style: italic;
}

.committe_slid {
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .committe_slid {
    width: 96%;
  }
}

.committe_slid li a {
  display: block;
  padding: 20px;
  background: #f5f5f5;
  height: 107px;
}

.committe_slid li {
  border-bottom: 1px solid #ccc;
  list-style: none;
}

.committe_slid li:last-child {
  border-bottom: 0;
}

.committe_slid li h1 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.25px;
  line-height: 20px;
  color: #1f1f1f;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

.committe_slid li p {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.25px;
  color: #777;
  margin-bottom: 0;
}

.committe_slid li p i {
  margin-left: 10px;
}

.all_new_main_banner_01 .mobile_banner, .all_new_main_banner_01 .mobile_banner_520 {display:none;}
@media screen and (max-width: 767px) {
	.all_new_main_banner_01 .mobile_banner {display:block;}
	.all_new_main_banner_01 .pc_banner {display:none;}
}

@media screen and (max-width: 520px) {
	.all_new_main_banner_01 .mobile_banner_520 {display:block;}
	.all_new_main_banner_01 .pc_banner_520 {display:none;}
}



.members-list {
		list-style:none;
		border-left:1px solid #d6d6d6;
	}

	.members-list:before, .members-list:after {
	  display: table;
	  content: " ";
	}

	.members-list:after {
	  clear: both;
	}

	.members-list li {
		width:25%;
		float:left;
		text-align:center;
		background-color:#f1f1f1;
		border:1px solid #d6d6d6;
		border-left:0;
	}
	.members-list li:nth-child(n + 5) {
		border-top:0;
	}

	.members-list li a {
		display:block;
		width:100%;
		height:55px;
		line-height: 22px;
		font-size: 14px;
		color: #666;
		font-weight: 700;
		border-right:0;
		border-bottom:0;
		position:relative;
	}

	.members-list li a>span {
		position:absolute;
		top:50%;
		left:0;
		right:0;
		transform:translateY(-50%);
	}

	@media (max-width: 767px) {
		.members-list li {
			width:50%;
		}
	}