@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: 60px 0;
    width: 100%;
    height: 32px;
    background: #fff url("/2024/images/bg/bg_divline.jpg") 50% top no-repeat;
}

.article .section .well p:last-child {
    margin-bottom: 0;
}

/* ----------------------------------------------------------------------------------
    style : common contents
---------------------------------------------------------------------------------- */
/* conference-name */
.conference-name {
    height: 200px;
    background: url("/2024/images/main/banner_01.png") 50% 70% no-repeat;
}
.conference-name .title {
    margin: 0 0 10px;
    padding: 90px 0 0;
    line-height: 1.1;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    /*color: rgba(255,255,255,0.75);*/
    text-shadow: 0 0 3px rgba(0,0,0,0.45);
}
.conference-name .sub-title {

}
.conference-name .info {
    line-height: 1.1;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    /*color: rgba(255,255,255,0.75);*/
    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 {
    width: 100%;
    height: 120px;
    line-height: 120px;
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.5px;
    text-align: center;
    /*background-color: #fd367e;*/
    background-color: #2e6ab1;
}
ul.snb {
    margin: 0 0 50px;
}
ul.snb > li {

}
ul.snb > li > a {
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
    font-size: 15px;
    color: #767676;
    border-bottom: 1px solid #dfdfdf;
    transition: all 0.25s;
}
ul.snb > li > a.double {
    line-height: 1.3;
    padding-top: 10px;
}
ul.snb > li > a.active,
ul.snb > li > a:hover {
    color: #0fa7f2;
}
ul.snb > li > a > .bar {
    position: absolute;
    right: 0;
    top: 22px;
    width: 0;
    height: 15px;
    background-color: #0fa7f2;
    transition: all 0.25s;
}
ul.snb > li > a.active > .bar,
ul.snb > li > a:hover > .bar {
    width: 2px;
}

/* quick-buttons */
.quick-buttons {
    margin: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.quick-buttons li {

}
.quick-buttons li a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 18px;
    text-align: left;
}
.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: #e9ecfa;
}
.quick-buttons li a img {
    display: inline-block;
    margin: 0 16px 0 0;
    vertical-align: middle;
}
.quick-buttons li a img { width: 33px; }

/*.quick-buttons li:nth-child(1) a img { width: 33px; }*/
/*.quick-buttons li:nth-child(2) a img { width: 33px; }*/
/*.quick-buttons li:nth-child(3) a img { width: 33px; }*/
/*.quick-buttons li:nth-child(4) a img { width: 33px; }*/
.quick-buttons li a span {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
}
.quick-buttons li a span.double {
    line-height: 1.2;
}
.quick-buttons li a span b {
    font-weight: 400;
    display: block;
}


/* important-dates */
.important-dates {
    margin: 0;
    padding: 30px 20px;
    background-color: #fafafa;
}
.important-dates .title {
    display: block;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 700;
}
.important-dates ul {

}
.important-dates ul > li {
    margin: 0 0 15px;
}

/* d-day */
.d-day {
    width: 100%;
    height: 140px;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #767676;
}
.d-day .today {
    font-weight: 400;
    padding-bottom: 10px;
}
.d-day .title {
    font-weight: 400;
    padding-bottom: 15px;
}
.d-day .d-date {
    font-size: 52px;
}

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

/* breadcrumb */
.breadcrumb {
    height: 40px;
    line-height: 40px;
    margin: 0 0 50px;
    padding: 0;
    border-bottom: 1px solid #eee;
    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:last-child {
    color: #7c4dff;
}
.breadcrumb ul li.home a {
    color: #7C4DFF;
}
.breadcrumb ul li a:link {
    font-weight: 300;
    color: #767676;
}

/* article */
.article {
    min-height: 800px;
    padding: 0;
    background-color: #fff;
}
.article > h1 {
    margin: 0 0 50px;
    padding: 0;
    font-size: 32px;
    font-weight: 700;
}

/* section */
.article .section {
    margin: 0 0 60px;
}
.article .section h3 {
    margin: 20px 0 5px;
    line-height: 1.3;
    font-size: 16px;
    font-weight: bold;
    color: #2e6ab1;
}
.article .section h4 {
    margin: 10px 0 5px;
    line-height: 1.3;
    font-size: 15px;
    font-weight: bold;
    color: #2e6ab1;
}


/*intro-box*/
.intro-box {
    border: 1px solid #fd367e;
    background: #fafafa;
    padding: 20px;
    margin-bottom: 40px;
    text-align: justify;
    word-break: keep-all;
}
.intro-box h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #1e3374;
}
.intro-box p {
    font-size: 16px;
}
.intro-box .intro-list {
    margin-top: 10px;
    list-style: disc;
    margin-left: 15px;
}

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

/* h2 */
.article .section h2.section-title {
    margin: 0 0 30px;
    font-size: 22px;
    font-weight: 700;
    color: #0c3a6d;
}
/*h3*/
.article .section h2.section-title small {
    display: block;
    margin: 5px 0 20px;
    font-size: 15px;
    color: #fd367e;
}
/*h3*/
.article .section h3.semi-title {
    margin: 0 0 5px;
    font-size: 15px;
    color: #1e3374;
}

/* p */
.article .section p.section-paragraph {
    max-width:650px;
    margin: 0 0 20px;
    text-align: justify;
    font-weight: 300;
}
.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-alpha {
    list-style-type: upper-alpha;
}
.article .section ul.section-list {
    margin: 0 0 20px 20px;
    list-style: disc;
}
.article .section ul.section-list.circle {
    list-style: circle;
}
.article .section ul.section-list.number {
    list-style: number;
}
.article .section ul.section-list > li {
    margin: 0 0 5px;
    text-align: justify;
}

.article .section ul.section-list > li.none-disc {
    list-style: none;
}
.article .section ul.none-disc > li {
    list-style: none;
}
.article .section ul.section-list ul.section-list-second > li {
    list-style: none;
    margin: 0;
    text-align: justify;
}

.article .section.hotel ul.section-list > li {
    margin: 0 0 20px;
}
.article .section.hotel h2.section-title{
    margin: 0 0 20px;
}

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

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

}
.article .section .table-responsive .table {

}
.article .section .table-responsive .table .small {
    display: block;
    font-size: 12px;
}
.article .section .table-responsive .table thead th {
    text-align: center;
    background-color: #eee;
}
.article .section .table-responsive .table tbody th {
    text-align: center;
    font-weight: bold;
    background-color: #f7f7f7;
}
.article .section .table-responsive .table tbody td {

}
.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;
}

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

.article .section .btn-area.edit-btn a,
.article .section .btn-area.edit-btn button {
    display: inline-block;
    width: 150px;
}
.article .section .btn-area.edit-btn p {
    margin-bottom: 10px;
}
.article .section .btn-area .btn i {
    margin: 0 7px 0 0;
    margin: 0 7px 0 0;
}
a.btn-download {
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff !important;
    border: 2px solid #ffb663;
    background-color: #ffb663;
}
a.btn-download:hover {
    color: #ffb663 !important;
    border: 2px solid #ffb663;
    background-color: #fff;
}


/* 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
---------------------------------------------------------------------------------- */
/* greetings */
.article.greetings {

}
.article.greetings .from {
    text-align: right;
    font-size: 15px;
    font-weight: 700;
}
.article.greetings .position {
    margin: 0 0 10px;
}
.article.greetings .name {
    font-size: 18px;
    font-weight: 700;
}

/* 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;

}

/* ----------------------------------------------------------------------------------
    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;
}

/* ----------------------------------------------------------------------------------
    Program at a Glance
---------------------------------------------------------------------------------- */
.program-glance {

}
.article.program-glance .section h2.section-title {
    margin: 0 0 40px;
    font-size: 28px;
    text-align: center;
}
.article.program-glance .section .section-list li {
    margin: 0 0 5px;
}
.article.program-glance .section .section-list li:last-child {
    margin: 0;
}
.program-glance .speakers-area {

}
.program-glance .speakers-area ul {
    text-align: center;
}
.program-glance .speakers-area ul li {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 0;
    text-align: center;
}
.program-glance .speakers-area ul li .title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #7c4dff;
}
.program-glance .speakers-area ul li .thm {
    width: 160px;
    height: 200px;
    margin: 0 auto 10px;
    text-align: center;
    background-color: #fafafa;
}
.program-glance .speakers-area ul li .thm img {
    width: 160px;
    height: 200px;
}
.program-glance .speakers-area ul li .name {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: bold;
}
.program-glance .speakers-area ul li .affiliation {
    line-height: 1.3;
    font-size: 14px;
}

.program-mobile {
    display: none !important;
    text-align: center;
}
.program-mobile img {
    max-width: 100%;
}

/* ----------------------------------------------------------------------------------
    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: #7c4dff;
}
.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;
}

.highlight-box {
    padding: 20px;
    background-color: #fcf8e3;
    /*color: #8e703b;*/
    margin-bottom: 20px;
}
.highlight-box h3.semi-title {
    font-size: 18px !important;
    color: #7c4dff !important;
    padding-bottom: 5px;
}

/*table*/
.tb-program {
    margin-bottom: 0 !important;
}
.tb-program thead th {
    background-color: #ede7f6 !important;
    /*color: #311b92 !important;*/
    /*background-color: #f0f4c3 !important;*/
}
.tb-program td {
    padding: 8px 5px !important;
    font-size: 14px !important;
    letter-spacing: -0.25px !important;
}
.tb-program tbody tr.highlight td {
    background-color: #fff8e1;
    color: #333;
}

.highlight1 {
    font-weight: bold !important;
    background-color: #ffe6e6 !important;
}
.highlight2 {
    font-weight: bold !important;
    background-color: #e7f7fe !important;
}
.highlight3 {
    font-weight: bold !important;
    background-color: #fef0fc !important;
}
.highlight4 {
    font-weight: bold !important;
    background-color: #e2efda !important;
}
.highlight5 {
    font-weight: bold !important;
    background-color: #fff8e1 !important;
}


.article .section h3.affiliation {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
}
.article .section h3.subject-title {
    font-size: 18px;
    color: #0fa7f2;
}

.special_sessions .row .img-area img {
    max-width: 160px;
    padding-top: 20px;
}
.special_sessions .row .bio {
    float: right;
}

.article.tutorials .row .img-area img {
    padding-top: 20px;
}
.article.tutorials .row .bio {
    float: right;
}

.article h2.highlight {
    margin: 0 0 50px 0;
    font-size: 28px;
    font-weight: 700;
    color: #7c4dff;
}

.article.special_sessions .session-list {
    margin: -30px 0 50px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #f9f7ff;
}
.article.special_sessions .session-list ol {
    list-style: decimal;
    margin-left: 25px;
}
.article.special_sessions .session-list ol li {
    float: left;
    width: 50%;
    margin: 5px 0;
    font-weight: bold;
    color: #3206c6;
}
.article.special_sessions .session-list ol li:nth-child(2n) {
    width: 46%;
    margin-left: 4%;
}
.article.special_sessions .session-list ol li a {
    letter-spacing: -0.45px;
    font-weight: bold;
    color: #3206c6;
}
.article.special_sessions .session-list ol li a:hover {
    color: #fb367d;
}

/* iframe-pdf */
.iframe-pdf {
    width: 100%;
    height: 1184px;
    border: 1px solid #35404f;
}

/* photo-zone */
.photo-zone img {
    display: none;
}

/*Abstract Submission*/
.wizard_horizontal ul.wizard_steps li a .step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5;
}
.wizard_horizontal ul.wizard_steps li a .step_descr small {
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}
.wizard_horizontal ul.wizard_steps li a {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #666;
}
.wizard_horizontal ul.wizard_steps li {
    display: table-cell;
    text-align: center;
    width: 20%;
}
.wizard_horizontal ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}
.step_no, .wizard_horizontal ul.wizard_steps li a.selected:before {
    background: #2e6ab1;
    color: #fff;
}
.step_no, .wizard_horizontal ul.wizard_steps li a.selected:before {
    background:  #2e6ab1;
    color: #fff;
}
.wizard_horizontal ul.wizard_steps li > a:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #ccc;
    top: 20px;
    width: 100%;
    z-index: 4;
    left: 0;
}
.wizard_horizontal ul.wizard_steps li:first-child a:before {
    left: 50%;
}
.wizard_horizontal ul.wizard_steps li:last-child a:before {
    right: 50%;
    width: 50%;
    /* left: auto; */
    left: 0;
}
.wizard_horizontal ul.wizard_steps li > a:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #ccc;
    top: 20px;
    width: 100%;
    z-index: 4;
    left: 0;
}

.article .section.topic > ul.section-list{
    width: 47.5%;
    float:left;
}




/* ----------------------------------------------------------------------------------
    sponsors
---------------------------------------------------------------------------------- */
.sponsor .sponsors-list {
    margin: 0;
    padding: 0;
}
.sponsors-divline {
    height: 32px;
    margin: 20px 0;
    /*background: url(/assets/2023f/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 > 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%;
}
.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: calc( 50% - 10px );
    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:80%;
}

/* 플래티넘 */
.sponsor .sponsors-list.platinum > ul > li {
    float: left;
    width: 280px;
    margin: 0 20px 20px 0;
}
.sponsor .sponsors-list.platinum > ul > li > a {
    padding: 0 40px;
    height: 80px;
}

.sponsor .sponsors-list.platinum > ul > li:nth-child(3n) {
    margin-right: 0;
}

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

/* 실버 */
.sponsor .sponsors-list.silver > ul > li {
    float: left;
    width: 190px;
    margin: 0 40px 20px 0;
}
.sponsor .sponsors-list.silver > ul > li > a {
    padding: 0 5px;
    height: 72px;
}
.sponsor .sponsors-list.silver > ul > li a img {
    max-height: 62px;
}
.sponsor .sponsors-list.silver > ul > li:nth-child(4n) {
    margin-right: 0;
}

/* 브론즈 */
.sponsor .sponsors-list.bronze > ul > li {
    float: left;
    width: 180px;
    margin: 0 40px 20px 0;
}
.sponsor .sponsors-list.bronze > ul > li > a {
    padding: 0 5px;
    height: 72px;
}
.sponsor .sponsors-list.bronze > ul > li:nth-child(4n) {
    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;*/
    background-color: #6da2ff;
}

.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 #6da2ff;
}
.sponsor .sponsors-list > ul > li img {
    max-width: 100%;
}


