@charset "utf-8";
/* ==================================================================================
    [pages.css]
        - stylesheets of sub pages in pages folder
================================================================================== */
/* *******************************************************************
	layout
******************************************************************* */
.innerwrap{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

hr.divline {
    display: block;
    visibility: visible;
    margin: 50px 0;
    width: 100%;
    height: 32px;
    background: #fff url("/2025f/images/bg/bg_divline.jpg") 50% top no-repeat;
}
.alert-ready {
    padding: 15px !important;
    font-size: 15px !important;
}

/* ----------------------------------------------------------------------------------
    style : common contents
---------------------------------------------------------------------------------- */
/* conference-name */
.conference-name {
    position: relative;
    height: 200px;
    background: url("/2025f/images/main/main_banner_01.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.conference-name .bg-sup-spot {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background-color: rgba(0,0,0,0.25);
    z-index: 1;
}
.conference-name .innerwrap {
    text-align: right;
    z-index: 10;
}
.conference-name .title {
    position: absolute;
    top: -30px;
    right: 205px;
    margin: 0 0 15px;
    padding: 60px 0 0;
    line-height: 1.1;
    font-size: 26px;
    text-align: left;
    font-weight: 600;
    color: rgba(255,255,255,1);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.45);
}

.conference-name .title b {
    width: 370px;
    position: absolute;
}

.conference-name .title small.top-text {
 font-size: 18px;
}
/*서브 상단 타이틀*/
.conference-name .title span.bottom-text {
    margin-left:85px;
}
/*서브 하단 d-day*/
.conference-caption .conference-title span.bottom-text {
    margin-left:80px;
}
.conference-caption .conference-title span.top-text {
    margin: 0 0 2px;
}
.d-day .title span.bottom-text {
    margin-left:72px;
}

.conference-name .sub-title {
    position: relative;
}
.conference-name .info {
    position: absolute;
    right:0;
    top:150px;
    line-height: 1.1;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,0.45);
}

/* snb-area */
.snb-area {
    float: left;
    width: 240px;
    margin: -30px 80px 0 0;
}
.snb-area h2 {
    position:relative;
    width: 100%;
    height: 120px;
    line-height: 120px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    background-color: #a47764;
    z-index: 5;
}
/*타이틀 두줄일때*/
.snb-area h2.double {
    padding-top: 28px;
    line-height: 32px;
}
.snb-area h2.long-title {
    font-size: 18px;
}
ul.snb {
    margin: 0 0 30px;
}
ul.snb > li {

}
ul.snb > li > a {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #767676;
    border-bottom: 1px solid #dfdfdf;
    transition: all 0.25s;
}
ul.snb > li > a.active,
ul.snb > li > a:hover {
    color: #a47764;
    background-color: #fbf7f7 ;
}
ul.snb > li > a > .bar {
    position: absolute;
    right: 0;
    top: 16px;
    width: 0;
    height: 18px;
    background-color: #a47764;
    transition: all 0.25s;
}
ul.snb > li > a.active > .bar,
ul.snb > li > a:hover > .bar {
    width: 2px;
}

/* quick-buttons */
.quick-buttons {
    margin: 0 0 10px;
    border: 2px solid #e5c8c6;
}
.quick-buttons li {

}
.quick-buttons li a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 5px 0 54px;
    text-align: left;
    letter-spacing: -0.45px;
}
.quick-buttons li:nth-child(odd) a {
    /*background-color: #f7f8fd;*/
}
.quick-buttons li a:hover,
.quick-buttons li:nth-child(odd) a:hover{
    background-color: #e5d3c4 !important;
}
.quick-buttons li a img {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
}
.quick-buttons li:first-child a {
    background: #fbf7f7  url(/2025f/images/main/icon_05.png) 10px 17px no-repeat;
    background-size: 32px;
}
.quick-buttons li:nth-child(2) a {
    background: #fff url(/2025f/images/main/icon_06.png) 10px 15px no-repeat;
    background-size: 32px;
}
.quick-buttons li:nth-child(3) a {
    background: #fbf7f7 url(/2025f/images/main/icon_07.png) 10px 17px no-repeat;
    background-size: 32px;
}
.quick-buttons li:last-child a {
    background: #fff url(/2025f/images/main/icon_08.png) 10px 17px no-repeat;
    background-size: 32px;
}
.quick-buttons li a span {
    display: inline-block;
    text-align: center;
    letter-spacing: -0.25px;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}
.quick-buttons li a span br {
    display: none;
}
.quick-buttons li a span .snb-hidden {
    display: none;
}

/* important-dates */
.important-dates {
    display: none;
    margin: 0 0 10px;
    padding: 20px;
    border: 2px solid #ffd9df;
    background-color: #fff9fa;
}
.important-dates h3 {
    display: block;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 700;
}
.important-dates .title {
    display: block;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}
.important-dates ul {

}
.important-dates ul > li {
    margin: 0 0 15px;
    font-size: 14px;
}
.important-dates ul > li .date {
    font-weight: bold;
    font-size: 13px;
    color: #fd5256;
    letter-spacing: -0.25px;
}

/* d-day */
.d-day {
    width: 100%;
    height: 160px;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #a47764;
}
/*서브페이지 하단 디데이*/
.d-day .today {
    font-weight: 400;
    padding-bottom: 10px;
}
.d-day .title {
    width: 100%;
    padding-bottom: 8px;
    font-weight: 400;
    line-height: 1.1;
    color: rgba(255,255,255,0.85);
    margin:7px -15px 2px;
}
.d-day .title .main-banner-title{
    float: left;
    margin-right: 10px;
}
.d-day .title b{
    float: left;
    text-align: left;
}
.d-day .d-date {
    font-size: 52px;
}

.main-banner-title {
    margin-right: 10px;
}

/* contents-area */
.contents-area {
    float: left;
    width: 880px;
}

/* breadcrumb */
.breadcrumb {
    position: relative;
    height: 40px;
    line-height: 40px;
    margin: 0 0 40px;
    padding: 0;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    background-color: #fff;
}
.breadcrumb ul {
    text-align: right;
    color: #999;
}
.breadcrumb ul li {
    display: inline-block;
    margin-left: 8px;
    font-size: 13px;
    font-weight: 300;
}
.breadcrumb ul li > br {
    display: none;
}
.breadcrumb ul li:last-child {
    color: #6f4ea3;
}
.breadcrumb ul li a:link {
    font-weight: 300;
    color: #767676;
}
.breadcrumb ul li.home a {
    color: #6f4ea3;
}
.breadcrumb .btn-print {
    position: absolute;
    left: 0;
    top: 7px;
    display: block;
    width: 24px;
    height: 24px;
}
.breadcrumb .btn-print a {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    padding: 0;
    color: #333;
    border: 1px solid #eee;
    border-radius: 2px;
    background-color: #fafafa;
}
.breadcrumb .btn-print a:hover {
    color: #fff;
    border: 1px solid #5497F1;
    background-color: #5497F1;
}

/* article */
.article {
    min-height: 800px;
    padding: 0;
    background-color: #fff;
}
.article > h1 {
    position: relative;
    margin: 0 0 40px;
    padding: 0;
    line-height: 1.2;
    font-size: 28px;
    font-weight: 800;
}
.sub-title a.btn-today {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    margin: 0 0 20px;
    width: 174px;
    line-height: 36px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    background-color: #e2454f;
}
.sub-title a.btn-today b {
    display: inline-block;
    vertical-align: middle;
}
.sub-title a.btn-today i {
    vertical-align: middle;
    margin-left: 5px;
}

/* section */
.article .section {
    margin: 0 0 60px;
}
.article .section h3 {
    margin: 20px 0 10px;
    font-size: 17px;
    font-weight: bold;
    color: #333;
}
.article .section p {
    margin: 0 0 20px;
}
.article .section img {
    max-width: 100%;
}

/*intro-box*/
.intro-box {
    padding: 15px 20px;
    margin-bottom: 40px;
    /*text-align: justify;*/
    /*word-break: keep-all;*/
    border: 1px solid #d6e6fc;
    border-radius: 2px;
    background: #F5FCF9;
}
.intro-box h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #1e3374;
}
.intro-box p {
    font-size: 15px;
}
.intro-box p:last-child {
    margin-bottom: 0 !important;
}
.intro-box .intro-list {
    margin-top: 10px;
    list-style: disc;
    margin-left: 15px;
}
.intro-box .intro-list li {
    margin: 5px 0;
}

/* h1 */
h1.section-title {
    position: relative;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    letter-spacing: -0.25px;
    font-size: 24px;
    font-weight: 700;
    color: #fd5256;
}

/* h2 */
.article .section h2.section-title {
    position: relative;
    margin: 50px 0 20px;
    font-size: 21px;
    font-weight: 800;
    color: #a47764;
}
.article .section h2.section-title:first-child {
    margin: 0 0 20px;
}
/*h3*/
.article .section h2.section-title small {
    display: block;
    margin: 5px 0 20px;
    font-size: 15px;
    color: #fd5256;
}
/*h3*/
.article .section h3.semi-title {
    margin: 20px 0 10px;
    font-size: 15px;
    color: #1179f0;
}
.article .section h3.semi-title:first-child {
    margin: 0 0 10px;
}

/* p */
.article .section p.section-paragraph {
    margin: 0 0 20px;
    text-align: justify;
    font-weight: 400;
}
.article .section p.section-info {
    margin: 0 0 5px 5px;
}
.article .section .description {
    margin-bottom: 5px;
}
.article .section .thm-img img {
    max-width: 100%;
    margin: 0;
    padding: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

/* dl */
.article .section dl.section-dl {

}
.article .section dl.section-dl dt {
    margin: 0 0 5px;
}
.article .section dl.section-dl dd {
    margin: 0 0 20px;
}
.article .section dl.section-dl dd:last-child {
    margin: 0;
}
.article .section dl.section-dl dd > ul {
    margin: 0 0 0 20px;
    list-style: disc;
}
.article .section dl.section-dl dd > ul li {
    margin: 2px 0;
}


/* ul */
.article .section ul.section-list {
    margin: 0 0 20px 20px;
    list-style: disc;
}
.article .section ul.section-list > li {
    margin: 0 0 5px;
    text-align: justify;
}
.article .section ul.section-list > li:last-child {
    margin: 0;
}
.article .section ul.section-list > li.thm {
    padding: 10px;
    border: 3px solid #dfdfdf;
}
.article .section ul.section-list > li.none-disc {
    list-style: none;
}
.article .section ul.section-list.none-disc {
    margin-left: 0;
    list-style: none;
}
.article .section ul.section-list ul.section-list-second > li {
    list-style: none;
    margin: 0;
    text-align: justify;
}
.section-list.highlight {
    background-color: #f2f2f2;
    padding:10px;
    list-style: none !important;
    margin-left:0 !important;
}

.article .section ul.sub-list {
    list-style: disc;
}
.article .section ul.sub-list li {
    margin-left: 20px;
    font-size: 14px;
    color: #377bb3;
}
.article .section ol.sub-list {
    list-style: decimal;
}
.article .section ol.sub-list li {
    margin-left: 20px;
    font-size: 14px;
    color: #377bb3;
}

/* ol */
.article .section ol.section-list {
    margin: 0 0 20px 25px;
    list-style: decimal;
}
.article .section ol.section-list > li {
    margin: 0 0 5px;
    text-align: justify;
}

/* table */
.article .section .table-responsive {

}
.article .section .table-responsive .table {
    border: 0;
}
.article.programs .section .table-responsive .table {
    margin: 0;
    border-top: 3px solid #0c3c92;
}
.article.programs .section .table-responsive .table td {
    font-size: 14px;
}
.article.programs .section .table-responsive .table tr td:last-child {
    text-align: left;
}
.article .section .table-responsive .table .small {
    display: block;
    font-size: 12px;
}
.article .section .table-responsive .table thead th {
    padding: 5px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #dfdfdf;
    border-top: 1px solid  #a47764;
    border-bottom: 1px solid #dfdfdf;
    border-left: 0;
    background-color: #a47764;
}
.article .section .table-responsive .table tbody th.date{
    color: #333;
    background-color: #fbf7f7 ;
}

.article .section .table-responsive .table thead tr th:last-child,
.article .section .table-responsive .table tbody tr td:last-child {
    border-right: 0 !important;
}

.article .section .table-responsive .table tbody th {
    padding: 5px 20px !important;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #dfdfdf;
    border-left: 0;
    background-color: #fbf7f7;
}
.article .section .table-responsive .table tbody td.bd-l0 {
    border-left: 0 !important;
}
.article .section .table-responsive .table tbody td.bd-r0 {
    border-right: 0 !important;
}
.article .section .table-responsive .table.tb-lottery tbody th {
    color: #fff;
    border: 1px solid #0d3895 !important;
    border-right: 1px solid #fff !important;
    background-color: #0d3895 !important;
}
.article .section .table-responsive .table tbody td {
    padding-left:30px;
    text-align: left;
}
.article .section .table-responsive .table tbody td.bg-warning {
    font-weight: 700;
}
.article .section .table-responsive .table tbody td .td-title {
    font-weight: 700;
}
.article .section .table-responsive .table tbody td ul.td-list {
    margin: 0 0 0 15px;
    list-style: disc;
}
.article .section .table-responsive .table tbody td ul.td-list li {
    margin: 2px 0;
    text-align: justify;
}
.article .section .table-responsive .table tbody td ul.td-list li > ul > li {
    color: #767676;
}

/* tb-header */
.tb-header th {
    text-align: center;
    background-color: #eee;
}
.tb-header tbody th {
    text-align: center;
    background-color: #f7f7f7;
}

/*button*/
.article .section .btn-area {
    margin: 30px 0;
    /*padding-top: 40px;*/
}
.article .section .btn-area.btn-area-collapse {
    margin: 10px 0 0;
}
.article .section .btn-area .btn i {
    margin: 0 7px 0 0;
}

/* btn-download */
.article .section .btn-download.clearfix {
    position: relative;
    display: inline-block !important;
    max-width: 340px;
    margin: 0 10px;
    transition: all 0.25s;
}
.article .section .btn-download .download-icon {
    float: left;
    display: inline-block;
    width: 50px;
    height: 55px;
    margin: 0;
    border: 1px solid #ddd;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
}
.article .section .btn-download .download-icon i {
    margin-top: 10px;
    font-size: 30px;
    color: #999;
    transition: all 0.25s;
}
.article .section .btn-download .download-icon i.pdf {
    color: #ff3f39;
}
.article .section .btn-download .download-icon i.hwp {
    color: #009ad7;
}
.article .section .btn-download .download-icon i.excel {
    color: #1e9f75;
}
.article .section .btn-download .download-icon i.zip {
    color: #333;
}

.article .section .btn-download .file-con-area {
    float: left;
    display: inline-block;
    width: 210px;
    height: 55px;
    margin: 0;
    padding: 10px 10px 10px 0;
    text-align: left;
    border: 1px solid #ddd;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    background-color: #fff;
}
.article .section .btn-download .file-con-area .title {
    display: block;
    width: 170px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.article .section .btn-download .file-con-area .file-info-area {
    margin: 0 0 5px;
    line-height: 1.1;
}
.article .section .btn-download .file-con-area .file-info-area .file-size {
    display: inline-block;
    font-size: 11px;
    color: #999;
}
.article .section .btn-download .file-con-area .file-info-area .file-size::after {
    content: '-';
    margin: 0 5px;
}
.article .section .btn-download .file-con-area .file-info-area .file-etc {
    display: inline-block;
    font-size: 11px;
    color: #999;
}
.article .section .btn-download .file-con-area .file-info-area .file-etc i {
    color: #999;
}

.article .section .btn-download .file-con-area .btn-inner {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 28px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #f4f4f4;
}
.article .section .btn-download:hover .file-con-area .btn-inner {
    border: 1px solid #ccc;
    background-color: #f0f0f0;
}

/* more-info */
.more-info {
    margin: 0;
}
.more-info > li {
    margin: 5px 0;
}
.more-info > li i {
    margin: 0 5px 0 0;
}
.more-info li > ul {
    margin: 0 0 0 20px;
}

/* etc-info */
.etc-info {
    margin: 0;
}
.etc-info dl {
    margin: 0 0 0 15px;
}
.etc-info dl dt {
    margin: 0 0 5px;
}
.etc-info dl dd {
    margin: 0 0 10px;
}

/* ----------------------------------------------------------------------------------
    style : detail
---------------------------------------------------------------------------------- */
/* organizations */
.article.organizations {

}


/* notice */
.notice-title {
    font-weight: bold;
    cursor: pointer;
}
.notice-title.empty:hover {
    color: #35404f;
}
.notice-text {
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #eee;
}
.notice-text p {
    margin: 0 0 10px;
    font-size: 14px;
}

/* ready */
.ready-area {
    width: 100%;
    padding: 80px 50px 50px;
    border: 1px solid #eee;
    border-radius: 2px;
    background-color: #f0f0f0;
}
.ready-area h1 {
    margin: 0 0 80px;
    text-align: center;
    font-size: 36px;
    color: #bbb;
}
.ready-area .btn-area {

}
.ready-area .btn-area a {
    margin: 0 10px;
}
.ready-area .btn-area a i {
    margin-right: 7px;

}

/*capstone*/
.indent_120 {
    padding-left: 120px;
    text-indent: -120px;
}
.indent_43 {
    padding-left: 43px;
    text-indent: -43px;
}
.indent_70 {
    padding-left: 70px;
    text-indent: -70px;
}
.poster-area:after {
    content: '';
    display: block;
    clear: both;
}
.poster-area .section-list {
    float: left;
    width: 65%;
}
.poster-area figure {
    float: right;
    width: 30%;
}
.poster-area figure img {
    width: 180px;
}
.poster-area figure figcation {
    font-size: 14px;
    display: block;
}

/* ----------------------------------------------------------------------------------
    Committee
---------------------------------------------------------------------------------- */
.session-top {
    width: 100%;
    margin: 0 0 50px;
}
.session {
    float: left;
    width: 50%;
    padding-right: 50px;
}
.session h2.section-title:first-child {
    margin-top: 0 !important;
}
.session h2.section-title {
    margin-top: 50px !important;
}
.session h3,
.session-top h3 {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
}
.session h3 span,
.session-top h3 span {
    display: block;
    margin: 5px 0 0;
    font-size: 13px;
    color: #767676;
}

/* ----------------------------------------------------------------------------------
    Plenary Speakers / Tutorials
---------------------------------------------------------------------------------- */
.profile-area {
    margin: 0 0 30px;
}
.profile-area .thm {
    float: left;
    width: 180px;
    margin-right: 30px;
}
.profile-area .title {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    letter-spacing: -0.25px;
    font-size: 24px;
    font-weight: 700;
    color: #fd5256;
}
.profile-area .name {
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.1;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.profile-area .organ {
    margin: 0 0 10px 225px;
    padding: 0;
    line-height: 1.1;
    font-size: 13px;
    font-weight: 400;
    color: #333;
}
.profile-area .organ li {
    list-style: disc;
    margin: 0 0 2px;
    line-height: 1.3;
}

/* etc */
.bg-title {
    padding: 4px !important;
    background-color: #ece9f5;
}

/*------------------------------
    후원사
------------------------------*/
/* sponsors */
#sponsor .sponsors-list {
    margin: 0;
    padding: 0;
}
.sponsors-divline {
    height: 32px;
    margin: 20px 0;
    /*background: url(/assets/2025f/images/pages/bg_divline.jpg) center bottom no-repeat;*/
}
#sponsor .sponsors-list h4 {
    width: 100%;
    margin: 0 0 20px;
    padding: 5px 10px;
    text-align: center;
    font-size: 21px;
    font-weight: normal;
    color: #fff;
    border-radius: 2px;
    background-color: #ccc;
}
/*#sponsor .sponsors-list.diamond h4 {*/
/*    padding: 10px;*/
/*    font-size: 28px;*/
/*}*/
/*#sponsor .sponsors-list.platinum h4 {*/
/*    padding: 10px;*/
/*    font-size: 22px;*/
/*}*/
#sponsor .sponsors-list > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sponsor .sponsors-list > ul > li {
    float: left;
}
#sponsor .sponsors-list > ul > li > a {
    display: block;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 2px;
    transition: all 0.25s;
}
#sponsor .sponsors-list > ul > li a img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    max-width: 100%;
    max-height: 48px;
}
#sponsor .sponsors-list > ul > li > a .sample-text {
    display: inline-block;
    padding-top: 10px;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 700;
    height: 58px;
    width: 142px;
    color: #333;
}
#sponsor .sponsors-list > ul > li > a:hover {
    border: 1px solid #0054a6;
}

/* 다이아몬드 */
#sponsor .sponsors-list.diamond > ul > li {
    float: left;
    width: 100%;
    margin: 0 20px 20px 0;
}
#sponsor .sponsors-list.diamond > ul > li > a {
    padding: 0 30px;
    height: 85px;
}
#sponsor .sponsors-list.diamond > ul > li:nth-child(2n) {
    margin-right: 0;
}
#sponsor .sponsors-list.diamond > ul > li > a > img{
    width:25%;
}

/* 플래티넘 */
#sponsor .sponsors-list.platinum > ul > li {
    float: left;
    width: 205px;
    margin: 0 20px 20px 0;
}
#sponsor .sponsors-list.platinum > ul > li > a {
    padding: 0 20px;
    height: 81px;
}
#sponsor .sponsors-list.platinum > ul > li:nth-child(4n) {
    margin-right: 0;
}

/* 골드 */
#sponsor .sponsors-list.gold > ul > li {
    float: left;
    width: 160px;
    margin: 0 20px 20px 0;
}
#sponsor .sponsors-list.gold > ul > li > a {
    padding: 0 10px;
    height: 76px;
}
#sponsor .sponsors-list.gold > ul > li:nth-child(5n) {
    margin-right: 0;
}

/* 실버 */
#sponsor .sponsors-list.silver > ul > li {
    float: left;
    width: 130px;
    margin: 0 20px 20px 0;
}
#sponsor .sponsors-list.silver > ul > li > a {
    padding: 0 10px;
    height: 64px;
}
#sponsor .sponsors-list.silver > ul > li:nth-child(6n) {
    margin-right: 0;
}

/* 브론즈 */
#sponsor .sponsors-list.bronze > ul > li {
    float: left;
    width: 108px;
    margin: 0 20px 18px 0;
}
#sponsor .sponsors-list.bronze > ul > li > a {
    padding: 0 10px;
    height: 45px;
}
#sponsor .sponsors-list.bronze > ul > li:nth-child(7n) {
    margin-right: 0;
}

/*supported-by*/
#sponsor .sponsors-list.supported-by > ul > li {
    float: left;
    width: 108px;
    margin: 0 20px 18px 0;
}
#sponsor .sponsors-list.supported-by > ul > li > a {
    padding: 0 10px;
    height: 45px;
}
#sponsor .sponsors-list.supported-by > ul > li:nth-child(7n) {
    margin-right: 0;
}


/* title color */
#sponsor .sponsors-list.diamond h4 {
    background-color: #ff6868;
}
#sponsor .sponsors-list.platinum h4 {
    background-color: #23cf57;
}
#sponsor .sponsors-list.gold h4 {
    background-color: #C98910;
}
#sponsor .sponsors-list.silver h4 {
    background-color: #A8A8A8;
}
#sponsor .sponsors-list.bronze h4 {
    background-color: #965A38;
}

/* a link color */
#sponsor .sponsors-list.diamond > ul > li > a:hover {
    border: 1px solid #ff6868;
}
#sponsor .sponsors-list.platinum > ul > li > a:hover {
    border: 1px solid #23cf57;
}
#sponsor .sponsors-list.gold > ul > li > a:hover {
    border: 1px solid #C98910;
}
#sponsor .sponsors-list.silver > ul > li > a:hover {
    border: 1px solid #A8A8A8;
}
#sponsor .sponsors-list.bronze > ul > li > a:hover {
    border: 1px solid #965A38;
}
#sponsor .sponsors-list > ul > li img {
    max-width: 100%;
}

/* icon */
.btn-youtube-live {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.btn-zoom {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 4px;
}
.btn-zoom  img {
    display: block;
    border-radius: 4px;
}
.btn-youtube {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 4px;
}
.btn-youtube  img {
    display: block;
    border-radius: 4px;
}


/* ==================================================================================
    Media query
================================================================================== */
@media only screen
and (max-width: 768px) {

    .btn-youtube-live {
        top: -60px;
    }

    .btn-zoom {
        display: block;
        position: static;
        margin: 12px 0 -8px;
    }

    .btn-youtube {
        display: block;
        position: static;
        margin: 12px 0 -8px;
    }

    .venue-btn{
        float:none;
    }
}
