

/* 기타 : IR 오드비 클럽 */
.ir {display: flex; flex-wrap: wrap;}
.ir .logolist {display: flex; flex-wrap: wrap; margin-top: 40px;}
.ir .logolist a {margin: 0 42px 20px 0;}
.ir .logolist a:nth-child(6n) {margin-right: 0;}
.ir .left {display: flex; flex-direction: column; flex-basis: 260px; margin-right: 50px;}
.ir .right {flex: 1;}
.ir .left p:nth-child(1) {text-align: center; border: 1px solid #ddd;}
.ir .left p:nth-child(2) {margin: 15px 0;}
.ir .left p:nth-child(2) a {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 12px 0;
    color: #fff;
    background-color: #2c78c3;
    border-radius: 10px;
    /* background-image: url(/images/bullet.png); */
    background-repeat: no-repeat;
    background-position: right 64px top -1183px;
}
.ir .left nav {padding: 20px; background-color: #eef1f7; border: 10px solid #c9d4e7;}
.ir .left nav > ul > li {margin-bottom: 10px;}
.ir .left nav > ul > li > a {font-size: 1.1rem; font-weight: bold; color: #2c78c3;}
.ir .left nav > ul ul {margin: 10px 0 20px 10px;}
.ir .left nav > ul ul > li {margin: 0;}
.ir .left nav > ul ul > li > a {display: inline-block; font-weight: normal; color: #666; margin: 0;}
.ir .right h3 {margin-bottom: 20px; padding-bottom: 10px; color: #2c78c3; font-size: 1.3rem; border-bottom: 1px dashed #ccc;}
.ir .right .news {margin-bottom: 50px;}
.ir .right .disclosure ul {display: flex; flex-wrap: wrap;}
.ir .right .disclosure ul li {flex: 1 1 40%; margin: 0 40px 10px 0;}
.ir .right .disclosure ul li a {font-size: 1.05rem;}
.ir .path {height: auto; margin-bottom: 40px; padding: 10px 0; border-bottom: 1px dashed #ccc;}
.ir .path > span {width: auto; background-image: none;}
.ir .path > span:nth-child(1) {
    padding-left: 30px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url(/images/icon.png);
    background-repeat: no-repeat;
    background-position: left -278px top 2px;
}
.ir .path > span:nth-child(2) {
    padding-right: 30px;
    background-color: transparent;
    background-image: url(/images/bullet.png);
    background-repeat: no-repeat;
    background-position: right -62px top -873px;
}
.ir .path > span:nth-child(3) {font-weight: bold;}