/* °øÅëÀû¿ë */
/* edge */
.edge1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    opacity: 0.07;
    filter: alpha(opacity: 7);
}
.edge2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    opacity: 0.06;
    filter: alpha(opacity: 6);
}
.edge3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    opacity: 0.15;
    filter: alpha(opacity: 15);
}
.edge4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    opacity: 0.1;
    filter: alpha(opacity: 10);
}
/* ´õº¸±â */
.more1 {
    position: absolute;
}
/* ¼¿·ºÆ® */
.sbHolder {
    position: relative;
    width: 100%;
    height: 100%;
    color: #666;
}
.sbHolder a {
    color: #666;
}
.sbSelector {
    position: absolute;
    top: 0;
    left: 0;
    right: 27px;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
    text-indent: 5px;
}
.sbSelector:visited,
.sbSelector:hover {
    text-decoration: none;
}
.sbToggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 27px;
    height: 22px;
    background: url(../common/etc/select-icons1.gif) no-repeat 0 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.sbToggleOpen {
    background: url(../common/etc/select-icons1.gif) no-repeat 0 bottom;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.sbHolderDisabled {
    background-color: #3c3c3c;
    border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder {
}
.sbHolderDisabled .sbToggle {
}
.sbOptions {
    position: absolute;
    top: 20px;
    left: -1px;
    overflow-y: auto;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 1;
}
.sbOptions * {
    float: none !important;
}
.sbOptions li {
    overflow: hidden;
}
.sbOptions li.last {
    border-bottom: none;
}
.sbOptions a {
    display: block;
    padding: 0 5px;
    height: 22px;
    line-height: 22px;
    color: #666;
}
.sbOptions a:hover,
.sbOptions a:focus {
    background: #efefef;
    text-decoration: none;
}
/* tab */
.sorttab1 {
    position: relative;
    overflow: hidden;
    border: 1px solid #d9d9d9;
}
.sorttab1.one {
    height: 44px;
}
.sorttab1.two {
    height: 77px;
}
.sorttab1 .table {
    display: block;
}
.sorttab1.one .table {
    position: relative;
    margin-right: -10px;
}
.sorttab1.two .table {
    position: relative;
    margin: 0 -10px;
}
.sorttab1 .table .tr {
}
.sorttab1.two .table .tr {
    display: block;
    overflow: hidden;
    height: 33px;
}
.sorttab1 .table .td {
    float: left;
    padding: 15px 21px 0 20px;
    font-size: 13px;
    letter-spacing: -1px;
    text-align: center;
    line-height: 14px;
    vertical-align: top;
}
.sorttab1.two .table .td {
    padding: 15px 0 0;
    width: 94px;
}
.sorttab1 a {
    position: relative;
    color: #666;
}
.sorttab1 a.on,
.sorttab1 a:hover,
.sorttab1 a:focus {
    text-decoration: none;
    color: #3d58a5;
}
.sorttab1 a.on:after,
.sorttab1 a:hover:after,
.sorttab1 a:focus:after {
    content: ' ';
    position: absolute;
    top: -3px;
    left: 1px;
    right: 0;
    height: 2px;
    background: #3d58a5;
}
/* Ãß°¡ 180125 ¼¼Á¾ */
.sorttab2 {
    overflow: hidden;
    border: 1px solid #d4d4d4;
}
.sorttab2 .bundle {
    float: left;
    width: 50%;
    height: 46px;
}
.sorttab2 .bundle a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
    color: #333;
}
.sorttab2 .bundle a .lmt {
    display: inline-block;
    position: relative;
    height: 46px;
}
.sorttab2 .bundle a.on,
.sorttab2 .bundle a:hover,
.sorttab2 .bundle a:focus {
    color: #f54141;
} /* ¼öÁ¤ 181119 µ¿Çö */
.sorttab2 .bundle a.on .lmt:after,
.sorttab2 .bundle a:hover .lmt:after,
.sorttab2 .bundle a:focus .lmt:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #f54141;
    font-size: 0;
    line-height: 0;
} /* ¼öÁ¤ 181119 µ¿Çö */
/* //Ãß°¡ 180125 ¼¼Á¾ */
/* Ãß°¡ 220803 ¼¼Á¾ */
.sorttab3 {
    position: relative;
    padding-left: 52px;
}
.sorttab3 ul {
    display: flex;
    flex-wrap: wrap;
}
.sorttab3 li {
    flex: 1 1 30%;
    position: relative;
    min-height: 60px;
}
.sorttab3 li:first-child {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 52px;
}
.sorttab3 li:nth-child(1n + 2) {
    margin-left: 8px;
}
.sorttab3 li:nth-child(1n + 5) {
    margin-top: 8px;
}
.sorttab3 li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #666;
    border: 1px solid #ddd;
}
.sorttab3 li:nth-child(1n + 2) a {
    padding-top: 25px;
}
.sorttab3 li a.on,
.sorttab3 li a:hover,
.sorttab3 li a:focus {
    color: #3d58a5;
    text-decoration: none;
    border-color: #3d58a5;
}
/* //Ãß°¡ 220803 ¼¼Á¾ */
.sorttab4 {
    overflow: hidden;
    position: relative;
} /* ¼öÁ¤ 210512 ¼¼Á¾ */
.sorttab4 .group {
    overflow: hidden;
    height: 41px;
    border: 1px solid #d9d9d9;
}
.sorttab4 .group + .group {
    margin-top: -1px;
}
.sorttab4 .group .bundle {
    float: left;
    display: table;
    margin-left: -1px;
    width: 25%;
    height: 41px;
    border-left: 1px solid #d9d9d9;
}
.sorttab4 .group .bundle a {
    display: table-cell;
    font-size: 13px;
    letter-spacing: -0.5px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #666;
}
.sorttab4 .group .bundle a .txt {
    position: relative;
}
.sorttab4 .group .bundle a.on,
.sorttab4 .group .bundle a:hover,
.sorttab4 .group .bundle a:focus {
    color: #3d58a5;
}
.sorttab4 .group .bundle a.on .txt:after,
.sorttab4 .group .bundle a:hover .txt:after,
.sorttab4 .group .bundle a:focus .txt:after {
    content: ' ';
    position: absolute;
    top: -3px;
    left: 1px;
    width: 12px;
    height: 2px;
    background: #3d58a5;
    font-size: 0;
    line-height: 0;
}
/* Ãß°¡ 210512 ¼¼Á¾ */
.sorttab4 .totallink {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 83px;
    background: #fff;
    text-align: center;
    line-height: 83px;
    border: 1px solid #d9d9d9;
}
.sorttab4 .totallink a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 13px;
    letter-spacing: -0.5px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #666;
}
.sorttab4 .totallink a .txt {
    position: relative;
}
.sorttab4 .totallink a.on,
.sorttab4 .totallink a:hover,
.sorttab4 .totallink a:focus {
    color: #3d58a5;
}
.sorttab4 .totallink a.on .txt:after,
.sorttab4 .totallink a:hover .txt:after,
.sorttab4 .totallink a:focus .txt:after {
    content: ' ';
    position: absolute;
    top: -3px;
    left: 1px;
    width: 12px;
    height: 2px;
    background: #3d58a5;
    font-size: 0;
    line-height: 0;
}
/* //Ãß°¡ 210512 ¼¼Á¾ */

.sorttab5 {
    display: table;
    overflow: hidden;
    width: 100%;
    height: 43px;
}
.sorttab5 li {
    display: table-cell;
    overflow: hidden;
    width: 33%;
    height: 100%;
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
}
.sorttab5 li:first-child {
    border-left: 1px solid #b3b3b3;
}
.sorttab5 li:first-child + li {
    width: 34%;
}
.sorttab5 li a {
    display: block;
    overflow: hidden;
    height: 41px;
    background: #bfbfbf;
    font-size: 16px;
    line-height: 41px;
    letter-spacing: -0.5px;
    text-align: center;
    text-decoration: none;
    color: #666;
    border-bottom: 1px solid #b3b3b3;
}
.sorttab5 li a.on,
.sorttab5 li a:hover,
.sorttab5 li a:focus {
    background: #fff;
    color: #333;
    border-bottom: #fff;
}

.sorttab6 {
    display: table;
    overflow: hidden;
    width: 100%;
    height: 43px;
}
.sorttab6 li {
    display: table-cell;
    overflow: hidden;
    width: 50%;
    height: 100%;
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
}
.sorttab6 li:first-child {
    border-left: 1px solid #b3b3b3;
}
.sorttab6 li a {
    display: block;
    overflow: hidden;
    height: 41px;
    background: #bfbfbf;
    font-size: 16px;
    font-weight: bold;
    line-height: 41px;
    letter-spacing: -0.5px;
    text-align: center;
    text-decoration: none;
    color: #666;
    border-bottom: 1px solid #b3b3b3;
}
.sorttab6 li a.on,
.sorttab6 li a:hover,
.sorttab6 li a:focus {
    background: #fff;
    color: #333;
    border-bottom: #fff;
}

.sorttab7 {
    overflow: hidden;
    height: 32px;
}
.sorttab7 li {
    float: left;
    overflow: hidden;
    width: 137px;
    height: 30px;
    background: #666;
    font-size: 13px;
    letter-spacing: -0.5px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #666;
}
.sorttab7 li a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #ccc;
}
.sorttab7 li a.on,
.sorttab7 li a:hover,
.sorttab7 li a:focus {
    background: #fff;
    color: #333;
}

.sorttab8 {
    display: table;
    overflow: hidden;
    width: 100%;
    height: 43px;
}
.sorttab8 li {
    display: table-cell;
    overflow: hidden;
    width: 25%;
    height: 100%;
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
}
.sorttab8 li:first-child {
    border-left: 1px solid #b3b3b3;
}
.sorttab8 li a {
    display: block;
    overflow: hidden;
    height: 41px;
    background: #bfbfbf;
    font-size: 15px;
    line-height: 41px;
    letter-spacing: -0.5px;
    text-align: center;
    text-decoration: none;
    color: #666;
    border-bottom: 1px solid #b3b3b3;
}
.sorttab8 li a.on,
.sorttab8 li a:hover,
.sorttab8 li a:focus {
    background: #fff;
    color: #333;
    border-bottom: #fff;
}

.sorttab9 {
    overflow: hidden;
}
.sorttab9 .group {
    overflow: hidden;
    height: 41px;
    border: 1px solid #d9d9d9;
}
.sorttab9 .group + .group {
    margin-top: -1px;
}
.sorttab9 .group .bundle {
    float: left;
    display: table;
    margin-left: -1px;
    width: 33.33%;
    height: 41px;
    border-left: 1px solid #d9d9d9;
}
.sorttab9 .group .bundle a {
    display: table-cell;
    font-size: 13px;
    letter-spacing: -0.5px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #666;
}
.sorttab9 .group .bundle a .txt {
    position: relative;
}
.sorttab9 .group .bundle a.on,
.sorttab9 .group .bundle a:hover,
.sorttab9 .group .bundle a:focus {
    color: #3d58a5;
}
.sorttab9 .group .bundle a.on .txt:after,
.sorttab9 .group .bundle a:hover .txt:after,
.sorttab9 .group .bundle a:focus .txt:after {
    content: ' ';
    position: absolute;
    top: -3px;
    left: 1px;
    width: 12px;
    height: 2px;
    background: #3d58a5;
    font-size: 0;
    line-height: 0;
}
/* ÆäÀÌÂ¡¹öÆ° */
.pn_num1 {
    position: absolute;
    overflow: hidden;
    height: 16px;
    font-size: 11px;
    line-height: 16px;
    color: #808080;
}
.pn_num1 .bar {
    padding: 0 3px;
}
.pn_num1 strong {
    font-weight: normal;
    color: #ef2222;
}

.pn_btn1 {
    position: absolute;
    overflow: hidden;
    width: 34px;
    height: 16px;
}
.pn_btn1 button {
    position: absolute;
    width: 16px;
    height: 16px;
}
.pn_btn1 .prev {
    left: 0;
    background: url(../bil/btn_prev5.png) no-repeat 0 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.pn_btn1 .next {
    right: 0;
    background: url(../bil/btn_next5.png) no-repeat right 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */

.pn_btn2 {
    position: absolute;
    overflow: hidden;
    width: 78px;
    height: 25px;
}
.pn_btn2 button {
    position: absolute;
    width: 37px;
    height: 25px;
    background: url(../common/button/btn_pnbtn14_1.png) no-repeat;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.pn_btn2 .prev {
    left: 0;
    background-position: 0 0;
}
.pn_btn2 .next {
    right: 0;
    background-position: right 0;
}
/* Ä«Å×°í¸® */
.secm_catit {
    overflow: hidden;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.8px;
    color: #262626;
}
.secm_catit img {
    display: block;
}
.secm_catit a {
    float: left;
    padding-right: 11px;
    background: url(../bil/bl_arrow37.gif) no-repeat right 7px;
    color: #262626;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */

.secm_catit2 {
    clear: both;
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #262626;
}
.secm_catit2 span {
    float: left;
}
.secm_catit2 img {
    display: block;
}

.secm_catit3 {
    position: relative;
    overflow: hidden;
    height: 50px;
    font-size: 22px;
    font-weight: normal;
    line-height: 42px;
    letter-spacing: -0.8px;
    color: #d90000;
}
.secm_catit3 .line {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    font-size: 0;
    line-height: 0;
    background: #d90000;
}

.secm_catit5 {
    overflow: hidden;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.5px;
    color: #262626;
}
.secm_catit5 img {
    display: block;
}
.secm_catit5 a {
    float: left;
    padding-right: 12px;
    background: url(../bil/bl_arrow33.gif) no-repeat right center;
    color: #262626;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */

.secm_catit6 {
    overflow: hidden;
    padding-bottom: 2px;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.5px;
    color: #f54141;
} /* ¼öÁ¤ 181119 µ¿Çö */
.secm_catit6 img {
    display: block;
}
.secm_catit6 a {
    float: left;
    padding-right: 10px;
    background: url(../bil/bl_arrow32.gif) no-repeat right center;
    color: #f54141;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */

.secm_catit7 {
    position: absolute;
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: -0.4px;
    color: #d90000;
}
.secm_catit7 .bar {
    position: absolute;
    top: -10px;
    left: 1px;
    height: 2px;
    background: #d90000;
}

.secm_catit9 {
    overflow: hidden;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.6px;
    color: #000;
}
.secm_catit9 img {
    display: block;
}
.secm_catit9 a {
    float: left;
    padding-right: 11px;
    background: url(../bil/bl_arrow37.gif) no-repeat right 7px;
    color: #000;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */

.secm_catit10 {
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.6px;
    color: #000;
}
.secm_catit10 img {
    display: block;
}
.secm_catit10 em {
    font-style: normal;
    color: #f54141 !important;
} /* ¼öÁ¤ 181119 µ¿Çö */
.secm_catit10 a {
    float: left;
    padding-right: 42px;
    height: 21px;
    background: url(../bil/btn_more2.png) no-repeat right 0;
    line-height: 20px;
    color: #000;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.secm_catit10 a:hover,
.secm_catit10 a:focus {
    text-decoration: none;
}
.secm_catit10 a.nicon {
    background: none;
} /* Ãß°¡ 190925 ¼¼Á¾ */
.secm_catit10 a.nicon:hover,
.secm_catit10 a.nicon:focus {
    text-decoration: underline;
} /* Ãß°¡ 190925 ¼¼Á¾ */
/* Ãß°¡ 180213 ¼¼Á¾ */
.secm_catit11 {
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1px;
    color: #f54141;
} /* ¼öÁ¤ 181119 µ¿Çö */
.secm_catit11 img {
    display: block;
}
.secm_catit11 a {
    float: left;
    padding-right: 10px;
    background: url(../bil/bl_arrow32.gif) no-repeat right center;
    color: #f54141;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
/* //Ãß°¡ 180213 ¼¼Á¾ */
/* Ãß°¡ 180125 ¼¼Á¾ */
/* ¼½¼ÇÁ¤º¸ */
.sec_info1 {
    overflow: hidden;
    padding: 0 30px;
    height: 151px;
    background: #5e7cb1 url(../common/etc/bg_mtreport2.jpg) no-repeat right center;
    font-weight: normal;
    color: #fff;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.sec_info1 .tit_box {
    float: left;
}
.sec_info1 .tit_box img {
    margin-top: 45px;
}
.sec_info1 .tit_box .tit {
    display: block;
    margin-top: 45px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.7px;
    color: #f0f0f0;
} /* Ãß°¡ 20180221 µ¿Çö */
.sec_info1 .tit_box strong {
    display: block;
    position: relative;
    font-size: 35px;
    font-weight: normal;
    color: #f0f0f0;
}
/* .sec_info1 strong:before {content:' '; position:absolute; top:0; left:2px; width:35px; height:2px; background:#ff2828; font-size:0; line-height:0;} */ /* ¼öÁ¤ 20180221 µ¿Çö */
/* .sec_info1 strong em {font-size:50px; font-style:normal;} */ /* ¼öÁ¤ 20180221 µ¿Çö */
.sec_info1 .cmt {
    float: left;
    margin: 45px 0 0 21px;
    padding-left: 17px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.25px;
    border-left: 2px solid #d2d1e5;
    color: #cacbfe;
}
/* °Ë»ö */
.search_ty1 {
}
.search_ty1 .rgroup {
    float: right;
    border: 1px solid #d4d4d4;
}
.search_ty1 .rgroup * {
    float: left;
}
.search_ty1 input[type='text'] {
    padding: 0 10px 0 19px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #333;
    border: none;
}
.search_ty1 a {
    float: right;
}
/* //Ãß°¡ 180125 ¼¼Á¾ */
/* ¸®½ºÆ® */
.conlist_t1 {
    overflow: hidden;
}
.conlist_t1 + .conlist_t1 {
    margin-top: 35px;
}
.conlist_t1 .bundle {
    position: relative;
    overflow: hidden;
    padding-right: 120px;
    height: 31px;
    line-height: 31px;
}
.conlist_t1 .bundle .subject {
    float: left;
    overflow: hidden;
    max-width: 100%;
    font-size: 17px;
    letter-spacing: -0.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #262626;
}
.conlist_t1 .bundle .date {
    position: absolute;
    top: 0;
    right: 0;
    height: 31px;
    font-size: 12px;
    color: #999;
}

.conlist_t13 {
    overflow: hidden;
}
.conlist_t13 .bundle {
    overflow: hidden;
    padding-left: 8px;
    height: 29px;
    background: url(../bil/bl_square1.gif) no-repeat 0 14px;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: -0.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_t13 .bundle a {
    color: #333;
}

.conlist_t14 {
    overflow: hidden;
}
.conlist_t14 .bundle {
    position: relative;
    overflow: hidden;
    padding-right: 35px;
    height: 30px;
    line-height: 30px;
}
.conlist_t14 .bundle .subject {
    float: left;
    overflow: hidden;
    max-width: 100%;
    font-size: 13px;
    letter-spacing: -0.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.conlist_t14 .bundle .subject .sort {
    padding-right: 4px;
    color: #f54141;
} /* ¼öÁ¤ 181119 µ¿Çö */
.conlist_t14 .bundle .subject a {
    color: #1a1a1a;
}
.conlist_t14 .bundle .time {
    position: absolute;
    top: 0;
    right: 0;
    height: 31px;
    font-size: 12px;
    color: #999;
}

.conlist_t15 {
    overflow: hidden;
}
.conlist_t15 .bundle {
    position: relative;
    overflow: hidden;
    padding: 0 40px 0 128px;
    height: 29px;
    line-height: 29px;
}
.conlist_t15 .bundle .item {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 120px;
    font-size: 13px;
    letter-spacing: -0.5px;
    color: #f54141;
} /* ¼öÁ¤ 181119 µ¿Çö */
.conlist_t15 .bundle .subject {
    display: block;
    overflow: hidden;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: -0.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.conlist_t15 .bundle .subject a {
    color: #1a1a1a;
}
.conlist_t15 .bundle .time {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #999;
}

.conlist_t16 {
    display: table;
    background: #e6e6e6;
    border-collapse: collapse;
}
.conlist_t16 .bundle {
    display: table-cell;
    height: 148px;
    border: 1px solid #ccc;
}
.conlist_t16 .bundle a {
    display: inline-block;
    overflow: hidden;
    padding: 0 18px;
    height: 100%;
    text-decoration: none;
}
.conlist_t16 .bundle a .subject {
    display: block;
    overflow: hidden;
    margin-top: 19px;
    height: 42px;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: -0.4px;
    color: #1a1a1a;
}
.conlist_t16 .bundle a .txt {
    display: block;
    overflow: hidden;
    margin-top: 7px;
    height: 59px;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.6px;
    color: #8c8c8c;
}
.conlist_t16 .bundle a:hover .subject,
.conlist_t16 .bundle a:focus .subject {
    color: #3d58a5;
}

.conlist_t17 {
    overflow: hidden;
}
.conlist_t17 .bundle {
    margin-top: 22px;
}
.conlist_t17 .bundle:first-child {
    margin-top: 0;
}
.conlist_t17 .bundle .subject {
    display: block;
    overflow: hidden;
    height: 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 15px;
    letter-spacing: -0.5px;
}
.conlist_t17 .bundle .subject .sort {
    float: left;
    color: #f54f4f;
}
.conlist_t17 .bundle .subject a {
    float: left;
    overflow: hidden;
    max-width: 450px;
    height: 20px;
    color: #1a1a1a;
}
.conlist_t17 .bundle .subject .relsu {
    float: left;
    margin-left: 9px;
    padding: 0 6px;
    height: 18px;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -1px;
    color: #666;
    border: 1px solid #bfbfbf;
}
.conlist_t17 .bundle .relgroup {
    overflow: hidden;
    margin-top: 5px;
}
.conlist_t17 .bundle .relgroup .relbundle {
    overflow: hidden;
    padding-left: 16px;
    height: 27px;
    background: url(../bil/bl_rel14.gif) no-repeat 0 10px;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: -0.5px;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_t17 .bundle .relgroup .relbundle a {
    float: left;
    overflow: hidden;
    margin-right: 10px;
    max-width: 410px;
    text-decoration: none;
    color: #666;
}
.conlist_t17 .bundle .relgroup .relbundle:hover,
.conlist_t17 .bundle .relgroup .relbundle:focus {
    color: #3d58a5;
}
.conlist_t17 .bundle .relgroup .relbundle .date {
    font-size: 12px;
    letter-spacing: 0;
    color: #999;
}

.conlist_t18 {
    overflow: hidden;
}
.conlist_t18 .bundle {
    position: relative;
    overflow: hidden;
    height: 95px;
}
.conlist_t18 .bundle.bg1 {
    background: #83a7ee;
}
.conlist_t18 .bundle.bg2 {
    background: #3d58a5;
}
.conlist_t18 .bundle .thum {
    position: absolute;
    top: 21px;
    left: 8px;
    overflow: hidden;
    width: 52px;
    height: 52px;
}
.conlist_t18 .bundle .thum:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 52px;
}
.conlist_t18 .bundle.bg1 .thum:after {
    background: url(../common/etc/bg_frame52x52_1.png) no-repeat 0 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_t18 .bundle.bg2 .thum:after {
    background: url(../common/etc/bg_frame52x52_2.png) no-repeat 0 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_t18 .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_t18 .bundle .subject {
    display: table-cell;
    overflow: hidden;
    padding: 0 15px 0 68px;
    height: 95px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -1.5px;
    vertical-align: middle;
    color: #fff;
}

.conlist_t19 {
    overflow: hidden;
}
.conlist_t19 .bundle {
    overflow: hidden;
    padding-left: 7px;
    height: 29px;
    background: url(../bil/bl_square1.gif) no-repeat 0 14px;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: -0.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_t19 .bundle a {
    color: #585858;
}

.conlist_t23 {
}

.conlist_t24 {
}
.conlist_t24 .bundle {
    overflow: hidden;
    height: 59px;
}
.conlist_t24 .bundle + .bundle {
    border-top: 1px solid #d7d7d7;
}
.conlist_t24 .bundle a {
    display: block;
    overflow: hidden;
    height: 100%;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.5px;
    color: #222;
}
.conlist_t24 .bundle strong {
    display: block;
    margin: 8px 0 1px;
    line-height: 20px;
    color: #4576ff;
}
.conlist_t24 .bundle a:hover strong,
.conlist_t24 .bundle a:focus strong {
    text-decoration: underline;
}

.conlist_t25 {
    overflow: hidden;
}
.conlist_t25 li {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.3px;
}
.conlist_t25 li + li {
    margin-top: 15px;
}
.conlist_t25 li a {
    color: #666;
}

.conlist_p1 {
    overflow: hidden;
}
.conlist_p1 .bundle {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    padding-bottom: 2px;
    max-height: 93px;
}
.conlist_p1 .bundle:first-child {
    margin-top: 0;
}
.conlist_p1 .bundle .thum {
    position: absolute;
    top: 5px;
    left: 0;
    overflow: hidden;
    width: 136px;
    height: 86px;
    text-align: center;
} /* ¼öÁ¤ 181121 ¼¼Á¾ */
.conlist_p1 .bundle .thum .vm {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
} /* Ãß°¡ 181121 ¼¼Á¾ */
.conlist_p1 .bundle .thum img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
} /* ¼öÁ¤ 181121 ¼¼Á¾ */
.conlist_p1 .bundle .con {
}
.conlist_p1 .bundle .thum + .con {
    margin-left: 155px;
}
.conlist_p1 .bundle .con .subject {
    display: block;
    overflow: hidden;
    font-size: 17px;
    letter-spacing: -0.5px;
    line-height: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.conlist_p1 .bundle .con .subject a {
    color: #262626;
}
.conlist_p1 .bundle .con .subject a:hover,
.conlist_p1 .bundle .con .subject a:focus {
    color: #d90000;
}
.conlist_p1 .bundle .con .subject .sort {
    color: #3d58a5;
}
.conlist_p1 .bundle .con .subject a.sort:hover,
.conlist_p1 .bundle .con .subject a.sort:focus {
    text-decoration: underline;
    color: #3d58a5;
}
.conlist_p1 .bundle .con .txt {
    position: relative;
    margin-top: 6px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.2px;
    color: #666;
}
.conlist_p1 .bundle .con .txt a {
    display: block;
    overflow: hidden;
    padding-bottom: 1px;
    height: 38px;
    color: #666;
}
.conlist_p1 .bundle .con .txt .etc {
    display: block;
    overflow: hidden;
    padding-top: 7px;
    font-size: 12px;
    letter-spacing: 0;
    color: #999;
}
.conlist_p1 .bundle .con .txt .etc a.sort {
    float: left;
    margin-right: 20px;
    height: auto;
}
/*´õ¿µ»ó ºñµð¿À¾ÆÀÌÄÜ Ãß°¡*/
.conlist_p1 .bundle.video_play .thum::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 1;
    background: url(../common/etc/icon_play2.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgb(0, 0, 0, 0.1);
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */

.conlist_p14 {
    overflow: hidden;
}
.conlist_p14 .bundle {
    position: relative;
    overflow: hidden;
    height: 80px;
}
.conlist_p14 .bundle + .bundle {
    margin-top: 10px;
}
.conlist_p14 .bundle a {
    display: block;
    height: 100%;
    color: #333;
}
.conlist_p14 .bundle a:before {
    content: ' ';
    display: inline-block;
    width: 134px;
    height: 100%;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}
.conlist_p14 .bundle a:hover {
    text-decoration: none;
}
.conlist_p14 .bundle a:hover .subject {
    text-decoration: underline;
}
.conlist_p14 .bundle .thum {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 125px;
    height: 80px;
}
.conlist_p14 .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p14 .bundle .subject {
    display: inline-block;
    width: 160px;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -0.4px;
    line-height: 19px;
    vertical-align: middle;
}

.conlist_p19 {
}
.conlist_p19 table {
}
.conlist_p19 table td {
    padding: 0;
    border: 1px solid #d9d9d9;
}
.conlist_p19 table td .limit1 {
    overflow: hidden;
    padding: 0 19px;
    height: 178px;
}
.conlist_p19 table td .subject {
    display: block;
    overflow: hidden;
    margin-top: 16px;
    height: 41px;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: -0.4px;
    line-height: 20px;
}
.conlist_p19 table td .subject a {
    color: #333;
}
.conlist_p19 table td .con {
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    height: 92px;
}
.conlist_p19 table td .con .thum {
    position: absolute;
    top: 4px;
    left: 1px;
    overflow: hidden;
    width: 136px;
    height: 88px;
}
.conlist_p19 table td .con .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p19 table td .con .txt {
    display: block;
    overflow: hidden;
    max-height: 75px;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.6px;
    color: #808080;
}
.conlist_p19 table td .con .thum + .txt {
    margin-left: 146px;
}
.conlist_p19 table td .con .date {
    position: absolute;
    bottom: -3px;
    font-size: 13px;
    letter-spacing: -0.6px;
    color: #b2b2b2;
}
.conlist_p19 table td .con .thum + .txt + .date {
    margin-left: 146px;
}

.conlist_p20 {
    position: relative;
}
.conlist_p20 table {
}
.conlist_p20 table tbody {
}
.conlist_p20 table tbody td {
    padding: 0;
    border: 1px solid #d9d9d9;
}
.conlist_p20 table tbody td .limit1 {
    overflow: hidden;
    margin: 0 20px;
    height: 235px;
}
.conlist_p20 table tbody td .subject {
    display: block;
    overflow: hidden;
    margin-top: 16px;
    height: 43px;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: -0.4px;
    line-height: 20px;
} /* ¼öÁ¤ 180126 ¼¼Á¾ */
.conlist_p20 table tbody td .subject a {
    color: #333;
}
.conlist_p20 table tbody td .thum {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 12px;
    width: 172px;
    height: 84px;
} /* ¼öÁ¤ 180126 ¼¼Á¾ */
.conlist_p20 table tbody td .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p20 table tbody td .con {
    overflow: hidden;
    margin-top: 6px;
    height: 154px;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.6px;
}
.conlist_p20 table tbody td .thum + .con {
    height: 59px;
}
.conlist_p20 table tbody td .con a {
    color: #808080;
}

.conlist_p21 {
    overflow: hidden;
}
.conlist_p21 .bundle {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    height: 194px;
    background: #e6e6e6;
}
.conlist_p21 .bundle:first-child {
    margin-top: 0;
}
.conlist_p21 .bundle .title {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}
.conlist_p21 .bundle.type1 a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    color: #fff;
}
.conlist_p21 .bundle.type1 a:hover,
.conlist_p21 .bundle.type1 a:focus {
    color: #fff !important;
}
.conlist_p21 .bundle.type1 .lmbox {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.conlist_p21 .bundle.type1 .thum {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.conlist_p21 .bundle.type1 .thum img {
    display: block;
    width: 100%;
    height: 100%;
}
.conlist_p21 .bundle.type1 .thum .mosaic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../common/etc/bg_mosaic1.png) repeat 0 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p21 .bundle.type1 .subject {
    position: absolute;
    top: 40px;
    left: 20px;
    overflow: hidden;
    font-size: 27px;
    letter-spacing: -1px;
}
.conlist_p21 .bundle.type1 a:hover .subject,
.conlist_p21 .bundle.type1 a:focus .subject {
    text-decoration: underline;
}
.conlist_p21 .bundle.type1 .txt {
    position: absolute;
    top: 91px;
    left: 20px;
    overflow: hidden;
    margin-right: 200px;
    max-height: 40px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1px;
}
.conlist_p21 .bundle.type1 a:hover .txt,
.conlist_p21 .bundle.type1 a:focus .txt {
    text-decoration: underline;
}
.conlist_p21 .bundle.type1 .date {
    position: absolute;
    left: 19px;
    bottom: 9px;
    height: 20px;
    letter-spacing: -0.4px;
    line-height: 20px;
    color: #fff !important;
}
.conlist_p21 .bundle.type2 .lmbox {
    overflow: hidden;
    height: 100%;
}
.conlist_p21 .bundle.type2 .thum {
    float: left;
    width: 280px;
    height: 100%;
}
.conlist_p21 .bundle.type2 .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p21 .bundle.type2 .thum .mosaic {
    display: none;
}
.conlist_p21 .bundle.type2 .lmbox2 {
    float: right;
    overflow: hidden;
    width: 671px;
    height: 100%;
    color: #4c4c4c;
}
.conlist_p21 .bundle.type2 .subject {
    display: block;
    overflow: hidden;
    margin-top: 14px;
    font-size: 27px;
    letter-spacing: -1px;
}
.conlist_p21 .bundle.type2 .subject a {
    color: #4c4c4c;
}
.conlist_p21 .bundle.type2 .subject a:hover,
.conlist_p21 .bundle.type2 .subject a:focus {
    color: #4c4c4c !important;
}
.conlist_p21 .bundle.type2 .sublist {
    overflow: hidden;
    margin-top: 11px;
    width: 680px;
}
.conlist_p21 .bundle.type2 .sublist li {
    float: left;
    overflow: hidden;
    width: 340px;
    height: 26px;
    background: url(../bil/bl_rel12.gif) no-repeat 1px 10px;
    font-size: 16px;
    text-indent: 12px;
    letter-spacing: -0.8px;
    line-height: 26px;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p21 .bundle.type2 .sublist li a {
    display: block;
    overflow: hidden;
    max-width: 300px;
    color: #666;
}
.conlist_p21 .bundle.type2 .sublist li a:hover,
.conlist_p21 .bundle.type2 .sublist li a:focus {
    color: #666 !important;
}
.conlist_p21 .bundle.type2 .date {
    position: absolute;
    bottom: 11px;
    height: 20px;
    letter-spacing: -0.4px;
    line-height: 20px;
    color: #999 !important;
}
.conlist_p21 .bundle .rel_cnt {
    position: absolute;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
    width: 97px;
    height: 24px;
    background: #666;
    font-family: dotum;
    font-size: 11px;
    text-indent: 6px;
    letter-spacing: -0.6px;
    line-height: 25px;
    color: #e5e5e5;
}
.conlist_p21 .bundle .rel_cnt .su {
    position: absolute;
    top: 0;
    right: 6px;
    height: 24px;
}
.conlist_p21 .bundle .rel_cnt .su strong {
    position: absolute;
    top: 0;
    right: 13px;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 24px;
    height: 24px;
}
.conlist_p21 .bundle.type3 .lmbox {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.conlist_p21 .bundle.type3 a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    color: #333;
}
.conlist_p21 .bundle.type3 .thum {
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    z-index: 0;
}
.conlist_p21 .bundle.type3 .thum img {
    display: block;
    width: 100%;
    height: 100%;
}
.conlist_p21 .bundle.type3 .subject {
    position: absolute;
    top: 52px;
    left: 20px;
    overflow: hidden;
    width: 630px;
    height: 37px;
    font-size: 27px;
    letter-spacing: -1px;
}
.conlist_p21 .bundle.type3 a:hover .subject,
.conlist_p21 .bundle.type3 a:focus .subject {
    text-decoration: underline;
}
.conlist_p21 .bundle.type3 .txt {
    position: absolute;
    top: 95px;
    left: 20px;
    overflow: hidden;
    width: 630px;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -1px;
}
.conlist_p21 .bundle.type3 a:hover .txt,
.conlist_p21 .bundle.type3 a:focus .txt {
    text-decoration: underline;
}
.conlist_p21 .bundle.type3 .sublist {
    position: absolute;
    top: 126px;
    left: 20px;
    overflow: hidden;
    width: 660px;
}
.conlist_p21 .bundle.type3 .sublist li {
    float: left;
    overflow: hidden;
    padding-left: 27px;
    width: 300px;
    height: 26px;
    font-size: 15px;
    letter-spacing: -0.8px;
    line-height: 26px;
}
.conlist_p21 .bundle.type3 .sublist li.no1 {
    background: url(../common/etc/font_num01.png) no-repeat 0 6px;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p21 .bundle.type3 .sublist li.no2 {
    background: url(../common/etc/font_num02.png) no-repeat 0 6px;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p21 .bundle.type3 .sublist li.no3 {
    background: url(../common/etc/font_num03.png) no-repeat 0 6px;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p21 .bundle.type3 .sublist li.no4 {
    background: url(../common/etc/font_num04.png) no-repeat 0 6px;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p21 .bundle.type3 .sublist li a {
    display: block;
    overflow: hidden;
    max-width: 300px;
    color: #666;
}
.conlist_p21 .bundle.type3 .sublist li a:hover,
.conlist_p21 .bundle.type3 .sublist li a:focus {
    color: #666 !important;
}
.conlist_p21 .bundle.type4 a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    color: #fff;
}
.conlist_p21 .bundle.type4 a:hover,
.conlist_p21 .bundle.type4 a:focus {
    color: #fff !important;
}
.conlist_p21 .bundle.type4 .lmbox {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 820px;
    height: 100%;
}
.conlist_p21 .bundle.type4 .thum {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.conlist_p21 .bundle.type4 .thum img {
    display: block;
    width: 100%;
    height: 100%;
}
.conlist_p21 .bundle.type4 .thum .bg_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../common/etc/bg_png40.png) repeat 0 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p21 .bundle.type4 .subject {
    position: absolute;
    top: 54px;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 42px;
    font-size: 30px;
    text-align: center;
    letter-spacing: -1px;
}
.conlist_p21 .bundle.type4 a:hover .subject,
.conlist_p21 .bundle.type4 a:focus .subject {
    text-decoration: underline;
}
.conlist_p21 .bundle.type4 .txt {
    position: absolute;
    top: 107px;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 26px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -1px;
}
.conlist_p21 .bundle.type4 a:hover .txt,
.conlist_p21 .bundle.type4 a:focus .txt {
    text-decoration: underline;
}

.conlist_p31 {
    overflow: hidden;
}
.conlist_p31 .bundle {
    overflow: hidden;
    position: relative;
}
.conlist_p31 .bundle a {
    display: block;
    text-decoration: none;
}
.conlist_p31 .bundle .subject {
    display: block;
    overflow: hidden;
    height: 42px;
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: -0.4px;
    color: #3d58a5;
}
.conlist_p31 .bundle .con {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 13px;
}
.conlist_p31 .bundle .con .thum {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 136px;
    height: 88px;
}
.conlist_p31 .bundle .con .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p31 .bundle .con .txt {
    display: block;
    overflow: hidden;
    margin-top: -4px;
    padding-bottom: 5px;
    max-height: 90px;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.6px;
    color: #8c8c8c;
}
.conlist_p31 .bundle .con .txt.col2 {
    color: #808080;
}
.conlist_p31 .bundle .con .thum + .txt {
    margin-left: 145px;
    height: 90px;
}
.conlist_p31 .bundle a:hover .subject,
.conlist_p31 .bundle a:focus .subject {
    text-decoration: underline;
}
.conlist_p31 .bundle a:hover .txt,
.conlist_p31 .bundle a:focus .txt {
    text-decoration: underline;
}

.conlist_p32 {
    overflow: hidden;
    position: relative;
    width: 298px;
    height: 361px;
    background: #eee;
    border: 1px solid #ccc;
}
.conlist_p32 .group {
    overflow: hidden;
    height: 100%;
}
.conlist_p32 .group .bundle {
    float: left;
    width: 100%;
    height: 100%;
}
.conlist_p32 .group .bundle a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #333;
}
.conlist_p32 .group .bundle .thum {
    display: block;
    overflow: hidden;
    width: 298px;
    height: 198px;
    border-bottom: 1px solid #ccc;
}
.conlist_p32 .group .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p32 .group .bundle .con {
    display: block;
    overflow: hidden;
    padding: 11px 13px 0;
}
.conlist_p32 .group .bundle .con .subject {
    display: block;
    overflow: hidden;
    height: 40px;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: -0.4px;
}
.conlist_p32 .group .bundle .con .txt {
    display: block;
    overflow: hidden;
    margin-top: 4px;
    max-height: 97px;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.6px;
    color: #8c8c8c;
}
.conlist_p32 .group .bundle a:hover .subject,
.conlist_p32 .group .bundle a:focus .subject {
    text-decoration: underline;
}
.conlist_p32 button {
    position: absolute;
    top: 78px;
    width: 33px;
    height: 40px;
    background: url(../common/button/btn_pnbtn7.png) no-repeat 0 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p32 .prev {
    left: 0;
    background-position: 0 0;
}
.conlist_p32 .next {
    right: 0;
    background-position: 0 bottom;
}
.conlist_p32 .pgcircle {
    position: absolute;
    top: 173px;
    left: 0;
    right: 0px;
    height: 11px;
    text-align: center;
    vertical-align: top;
}
.conlist_p32 .pgcircle a {
    display: inline-block;
    overflow: hidden;
    margin: 0 3px;
    width: 11px;
    height: 11px;
    background: url(../bil/bl_circle11_1.png) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
} /* ¼öÁ¤ 181207 µ¿Çö Å°ÄÃ·¯ º¯°æ°Ç : ÀÌ¹ÌÁö º¯°æ */ /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p32 .pgcircle a.on,
.conlist_p32 .pgcircle a:hover,
.conlist_p32 .pgcircle a:focus {
    background-position: right 0;
}

.conlist_p33 {
    overflow: hidden;
}
.conlist_p33 .bundle {
    float: left;
    position: relative;
    overflow: hidden;
    margin-left: 40px;
    width: 203px;
    height: 203px;
    background: #484a53;
}
.conlist_p33 .bundle:first-child {
    margin-left: 0;
}
.conlist_p33 .bundle:first-child + .bundle {
    margin-left: 38px;
}
.conlist_p33 .bundle .big_thum {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}
.conlist_p33 .bundle .big_thum:before {
    content: ' ';
    position: absolute;
    top: 121px;
    left: 0;
    right: 0;
    height: 31px;
    background: url(../common/etc/bg_shadow60.png) repeat 0 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p33 .bundle .big_thum .thum {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 152px;
}
.conlist_p33 .bundle .big_thum .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p33 .bundle .big_thum .subject {
    position: absolute;
    top: 121px;
    left: 6px;
    right: 6px;
    overflow: hidden;
    height: 31px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 31px;
    text-align: center;
}
.conlist_p33 .bundle .small_thum {
    overflow: hidden;
    margin-top: 153px;
    height: 50px;
}
.conlist_p33 .bundle .small_thum .bundle2 {
    float: left;
    overflow: hidden;
    margin-left: 1px;
    width: 50px;
    height: 50px;
}
.conlist_p33 .bundle .small_thum .bundle2:first-child {
    margin-left: 0;
}
.conlist_p33 .bundle .small_thum .bundle2 img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p33 .bundle .small_thum .bundle2 .num {
    display: block;
    width: 100;
    height: 100%;
    background: #686e7a;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    color: #000;
}

.conlist_p34 {
    overflow: hidden;
}
.conlist_p34 .bundle {
    float: left;
    position: relative;
    overflow: hidden;
    margin-left: 17px;
    width: 220px;
    height: 330px;
}
.conlist_p34 .bundle:first-child {
    margin-left: 0;
}
.conlist_p34 .bundle:first-child + .bundle {
    margin-left: 16px;
}
.conlist_p34 .bundle .cate {
    position: absolute;
    top: 7px;
    right: 9px;
    overflow: hidden;
    width: 60px;
    height: 26px;
    background: url(../common/etc/bg_png_r58x24.png) no-repeat 0 0;
    font-size: 11px;
    line-height: 26px;
    letter-spacing: -1px;
    text-align: center;
    color: #fff;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p34 .bundle a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.conlist_p34 .bundle .thum {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.conlist_p34 .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p34 .bundle .subject {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 0 8px;
    width: 204px;
    height: 35px;
    background: url(../common/etc/bg_shadow60.png) repeat 0 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 35px;
    letter-spacing: -0.25px;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */

.conlist_p37 {
    overflow: hidden;
}
.conlist_p37 .bundle {
    overflow: hidden;
    margin-top: -1px;
    height: 90px;
    border: 1px solid #ccc;
}
.conlist_p37 .bundle:first-child {
    margin-top: 0;
}
.conlist_p37 .bundle a {
    display: table-cell;
    padding: 0 19px;
    height: 90px;
    vertical-align: middle;
    text-decoration: none;
}
.conlist_p37 .bundle a .subject {
    display: block;
    overflow: hidden;
    padding-bottom: 2px;
    min-height: 25px;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: -0.6px;
    color: #333;
}
.conlist_p37 .bundle a .info {
    display: block;
    overflow: hidden;
    margin-top: 4px;
    height: 25px;
}
.conlist_p37 .bundle a .thum {
    float: left;
    overflow: hidden;
    margin-right: 6px;
    width: 35px;
    height: 25px;
}
.conlist_p37 .bundle a .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p37 .bundle a .txt {
    float: left;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    color: #3d58a5;
}
.conlist_p37 .bundle a:hover .subject,
.conlist_p37 .bundle a:focus .subject {
    text-decoration: underline;
}

.conlist_p38 {
    overflow: hidden;
    position: relative;
    min-height: 180px;
}
.conlist_p38 .cate {
    position: absolute;
    top: 0;
    left: 0;
}
.conlist_p38 .cate a {
    display: block;
}
.conlist_p38 .group {
    overflow: hidden;
    padding-top: 1px;
    padding-left: 1px;
}
.conlist_p38 .group .bundle {
    float: left;
    overflow: hidden;
    margin-top: -1px;
    margin-left: -1px;
    width: 212px;
    height: 178px;
    border: 1px solid #ccc;
}
.conlist_p38 .group .bundle a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
    height: 100%;
    text-decoration: none;
}
.conlist_p38 .group .bundle .subject {
    display: block;
    overflow: hidden;
    margin-top: 16px;
    height: 74px;
    font-size: 19px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #333;
}
.conlist_p38 .group .bundle .info {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    height: 50px;
}
.conlist_p38 .group .bundle .info .thum {
    display: block;
    overflow: hidden;
    width: 70px;
    height: 50px;
}
.conlist_p38 .group .bundle .info .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p38 .group .bundle .info .name {
    position: absolute;
    left: 76px;
    right: 0;
    bottom: 0;
    line-height: 16px;
    color: #3d58a5;
}
.conlist_p38 .group .bundle a:hover .subject,
.conlist_p38 .group .bundle a:focus .subject {
    text-decoration: underline;
    color: #3d58a5;
}

.conlist_p39 {
    overflow: hidden;
    background: #e6e6e6;
}
.conlist_p39 .bundle {
    float: left;
    position: relative;
    overflow: hidden;
    margin-left: -1px;
    width: 212px;
    height: 181px;
    border: 1px solid #d9d9d9;
}
.conlist_p39 .bundle:first-child {
    margin-left: 0;
}
.conlist_p39 .bundle a {
    display: block;
    overflow: hidden;
    padding: 0 20px;
    height: 100%;
    text-decoration: none;
}
.conlist_p39 .bundle a .subject {
    display: block;
    overflow: hidden;
    height: 49px;
    font-size: 19px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #262626;
}
.conlist_p39 .bundle a .con {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 12px;
    height: 52px;
}
.conlist_p39 .bundle a .con .txt {
    display: block;
    overflow: hidden;
    margin-top: -3px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.6px;
    color: #7a7a7a;
}
.conlist_p39 .bundle a .column {
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 15px;
    padding-left: 42px;
    height: 35px;
}
.conlist_p39 .bundle a .column .img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 35px;
    height: 25px;
}
.conlist_p39 .bundle a .column .img img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p39 .bundle a .column .tit {
    display: block;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    color: #3d58a5;
}
.conlist_p39 .bundle a.on,
.conlist_p39 .bundle a:hover,
.conlist_p39 .bundle a:focus {
    background: #fff;
}
.conlist_p39 .bundle a.on .subject,
.conlist_p39 .bundle a:hover .subject,
.conlist_p39 .bundle a:focus .subject {
    color: #3d58a5;
}

.conlist_p40 {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}
.conlist_p40 .bundle {
    float: left;
    margin: 0 10px 20px;
    width: 200px;
    height: 190px;
}
.conlist_p40 .bundle a {
    display: block;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.6px;
    color: #262626;
}
.conlist_p40 .bundle .thum {
    display: block;
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 134px;
}
.conlist_p40 .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p40 .bundle .subject {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 8px 8px 0;
    height: 47px;
    font-weight: normal;
    border: 1px solid #ccc;
    border-top: none;
} /* ¼öÁ¤ 210223 ¼¼Á¾ */
.conlist_p40 .bundle .subject:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 8px;
    background: #fff;
    font-size: 0;
    line-height: 0;
} /* Ãß°¡ 210223 ¼¼Á¾ */

.conlist_p41 {
    overflow: hidden;
    margin-left: -4px;
}
.conlist_p41.w16 {
    margin-left: -16px;
}
.conlist_p41 .bundle {
    float: left;
    position: relative;
    margin-top: 4px;
    margin-left: 4px;
    width: 155px;
    height: 172px;
    border: 1px solid #ddd;
}
.conlist_p41.w16 .bundle {
    margin-top: 16px;
    margin-left: 16px;
}
.conlist_p41 .bundle:first-child,
.conlist_p41 .bundle:first-child + .bundle,
.conlist_p41 .bundle:first-child + .bundle + .bundle,
.conlist_p41 .bundle:first-child + .bundle + .bundle + .bundle {
    margin-top: 0;
}
.conlist_p41 .bundle a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #1a1a1a;
}
.conlist_p41 .bundle .thum {
    display: block;
    width: 100%;
    height: 114px;
    background: #eaeaea;
}
.conlist_p41 .bundle .thum .td {
    display: table-cell;
    width: 155px;
    height: 114px;
    text-align: center;
    vertical-align: middle;
}
.conlist_p41 .bundle .thum .td img {
    max-width: 155px;
    max-height: 114px;
}
.conlist_p41 .bundle .subject {
    display: block;
    overflow: hidden;
    padding: 8px 8px 0;
    max-height: 41px;
    font-weight: normal;
    border-top: 1px solid #ddd;
}

.conlist_p42 {
    overflow: hidden;
    margin-left: -20px;
}
.conlist_p42 .bundle {
    float: left;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 20px;
    width: 200px;
    height: 275px;
    background: #b3b3b3;
}
.conlist_p42 .bundle:first-child,
.conlist_p42 .bundle:first-child + .bundle,
.conlist_p42 .bundle:first-child + .bundle + .bundle {
    margin-top: 0;
}
.conlist_p42 .bundle .cate {
    position: absolute;
    left: 10px;
    bottom: 9px;
    font-size: 13px;
    letter-spacing: -0.6px;
    color: #3d58a5;
    z-index: 2;
}
.conlist_p42 .bundle .con {
    overflow: hidden;
    width: 200px;
    height: 100%;
}
.conlist_p42 .bundle a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.6px;
    color: #fff;
}
.conlist_p42 .bundle .thum {
    display: block;
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 200px;
}
.conlist_p42 .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p42 .bundle .subject {
    display: block;
    overflow: hidden;
    padding: 7px 10px 0;
    height: 36px;
    font-weight: normal;
}

.conlist_p43 {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.conlist_p43 .subject {
    display: block;
    overflow: hidden;
    height: 50px;
    font-size: 19px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: -0.4px;
}
.conlist_p43 .subject a {
    color: #262626;
}
.conlist_p43 .subject.ty2 a {
    color: #3d58a5;
}
.conlist_p43 .rel_list {
    overflow: hidden;
    margin-top: 6px;
}
.conlist_p43 .rel_list li {
    overflow: hidden;
    padding-left: 13px;
    height: 27px;
    background: url(../bil/bl_rel14.gif) no-repeat 0 9px;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: -0.5px;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p43 .rel_list li a {
    color: #666;
}
.conlist_p43 .rel_list2 {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 62px;
}
.conlist_p43 .rel_list2 li {
    float: left;
    overflow: hidden;
    margin-left: 8px;
    width: 83px;
    height: 60px;
    border: 1px solid #e4e4e4;
}
.conlist_p43 .rel_list2 li:first-child {
    margin-left: 0;
}
.conlist_p43 .rel_list2 li a {
    display: block;
}
.conlist_p43 .rel_list2 li img {
    display: block;
    width: 83px;
    height: 60px;
}
.conlist_p43 .etc {
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 20px;
    text-align: right;
}
.conlist_p43 .etc .rel_su {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0 6px;
    width: 85px;
    height: 20px;
    background: #999;
    font-family: dotum;
    font-size: 11px;
    letter-spacing: -0.6px;
    line-height: 21px;
    color: #e5e5e5;
}
.conlist_p43 .etc .rel_su .txt {
    position: absolute;
    top: 0;
    left: 6px;
}
.conlist_p43 .etc .rel_su .su {
}
.conlist_p43 .etc .date {
    font-size: 11px;
    letter-spacing: -0.6px;
    line-height: 20px;
    color: #999;
}

.conlist_p44 {
}
.conlist_p44 .bundle {
    position: relative;
    margin-top: 27px;
}
.conlist_p44 .bundle:first-child {
    margin-top: 0;
}
.conlist_p44 .bundle .con {
}
.conlist_p44 .bundle .con .subject {
    display: block;
    overflow: hidden;
    margin-top: -6px;
    padding-bottom: 1px;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: -0.5px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.conlist_p44 .bundle .con .subject a {
    color: #262626;
}
.conlist_p44 .bundle .con .subject a:hover,
.conlist_p44 .bundle .con .subject a:focus {
    color: #d90000;
}
.conlist_p44 .bundle .con .subject .sort {
    color: #3d58a5;
}
.conlist_p44 .bundle .con .txt {
    margin-top: 5px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.2px;
}
.conlist_p44 .bundle .con .txt a {
    padding-bottom: 1px;
    color: #666;
}
.conlist_p44 .bundle .con .txt .etc {
    display: block;
    overflow: hidden;
    padding-top: 3px;
    font-size: 12px;
    letter-spacing: 0;
    color: #999;
}

.conlist_p45 {
    overflow: hidden;
    position: relative;
    height: 168px;
} /* ¼öÁ¤ 190830 ¼¼Á¾ */
.conlist_p45 .group {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.conlist_p45 .group .bundle {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.conlist_p45 .group .bundle.kkulbbang:after {
    content: ' ';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 93px;
    height: 40px;
    background: url(../common/title/title_kkulbbang1.png) no-repeat 0 0;
    background-size: 93px auto;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p45 .group .bundle a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-size: 13px;
    letter-spacing: -0.6px;
    color: #fff;
}
.conlist_p45 .group .bundle a:before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background: url(../common/etc/bg_shadow60.png) repeat 0 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p45 .group .bundle .thum {
    display: block;
    width: 100%;
    height: 100%;
}
.conlist_p45 .group .bundle .thum img {
    visibility: hidden;
    display: block;
    width: 100%;
    min-height: 100%;
} /* ¼öÁ¤ 190830 ¼¼Á¾ */
.conlist_p45 .group .bundle .subject {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    overflow: hidden;
    height: 32px;
    font-weight: normal;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.conlist_p45 .group .bundle a:hover .subject,
.conlist_p45 .group .bundle a:focus .subject {
    text-decoration: underline;
}

.conlist_p47 {
    position: relative;
    overflow: hidden;
}
.conlist_p47.bx_big {
    width: 472px;
    height: 444px;
    background: url(../common/etc/bg_png_pattern3.png) repeat 0 0;
    border: 1px solid #d5d5d5;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p47 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.conlist_p47 a:hover,
.conlist_p47 a:focus {
    text-decoration: none;
}
.conlist_p47 a:hover .title,
.conlist_p47 a:focus .title {
    text-decoration: underline;
}
.conlist_p47 .thum {
    overflow: hidden;
    display: block;
    width: 472px;
    height: 444px;
}
.conlist_p47 .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p47 .group {
    float: left;
    margin-top: 22px;
    margin-left: 22px;
}
.conlist_p47 .group a {
    display: block;
    width: 226px;
    height: 212px;
    background: #fff;
}
.conlist_p47 .group .thum {
    position: relative;
    overflow: hidden;
    display: block;
    width: 226px;
    height: 135px;
}
.conlist_p47 .area {
    padding: 5px 11px 0 11px;
    height: 71px;
    display: block;
}
.conlist_p47 .area .title {
    margin-top: 2px;
    overflow: hidden;
    display: block;
    height: 42px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.8px;
    color: #1a1a1a;
}
.conlist_p47 .area .cate {
    display: block;
    font-weight: normal;
    letter-spacing: -1px;
    color: #3d58a5;
}

.conlist_p50 {
    overflow: hidden;
}
.conlist_p50 .bundle {
    float: left;
    overflow: hidden;
    width: 120px;
}
.conlist_p50 .bundle.even {
    float: right;
}
.conlist_p50 .bundle a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.5px;
    color: #585858;
}
.conlist_p50 .bundle .thum {
    display: block;
    overflow: hidden;
    position: relative;
    width: 120px;
    height: 90px;
}
.conlist_p50 .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p50 .bundle .subject {
    display: block;
    overflow: hidden;
    margin-top: 7px;
    height: 35px;
    font-weight: normal;
}

.conlist_p51 {
    position: relative;
    width: 100%;
    height: 150px;
}
.conlist_p51 .pgcircle {
    position: absolute;
    top: -14px;
    right: 0;
    height: 12px;
    text-align: right;
    vertical-align: top;
}
.conlist_p51 .pgcircle a {
    display: inline-block;
    overflow: hidden;
    margin-left: 5px;
    width: 12px;
    height: 12px;
    background: url(../bil/bl_circle13_1.png) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p51 .pgcircle a.on,
.conlist_p51 .pgcircle a:hover,
.conlist_p51 .pgcircle a:focus {
    background-position: right 0;
}

.conlist_p52 {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.conlist_p52 .bundle {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.conlist_p52 .bundle a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #585858;
}
.conlist_p52 .bundle .thum {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 104px;
}
.conlist_p52 .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p52 .bundle .subject {
    display: block;
    overflow: hidden;
    margin-top: 10px;
    height: 25px;
    font-weight: normal;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.conlist_p57 {
    margin: -16px 0 0 -18px;
    position: relative;
    overflow: hidden;
}
.conlist_p57 .bundle {
    float: left;
    margin: 16px 0 0 18px;
    height: 215px;
}
.conlist_p57 > .bundle:first-child {
    height: 440px;
}
.conlist_p57 .bundle.num12 {
    clear: left;
}
.conlist_p57 .bundle.num14 {
    margin-top: -215px;
    height: 440px;
}
.conlist_p57 .bundle a {
    position: relative;
    display: block;
    width: 229px;
    height: 100%;
}
.conlist_p57 .bundle .thum {
    overflow: hidden;
    display: block;
    width: 229px;
    height: 158px;
}
.conlist_p57 .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p57 .bundle .area {
    margin-top: 14px;
    display: block;
}
.conlist_p57 .bundle .area .cate {
    display: block;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -1px;
    color: #3d58a5;
}
.conlist_p57 .bundle .area .title {
    margin-top: 2px;
    overflow: hidden;
    display: block;
    height: 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.conlist_p57 .bundle .area .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 53px;
    height: 27px;
    font-weight: bold;
    line-height: 27px;
    text-indent: 28px;
    background: rgba(0, 0, 0, 0.42) url(../common/etc/bg_photoNum.png) no-repeat 8px 6px;
    color: #dedede;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p57 .bundle .big_thumList {
    overflow: hidden;
}
.conlist_p57 .bundle .big_thumList .bundle {
    margin-left: 8px;
    float: left;
    position: relative;
    overflow: hidden;
    width: 113px;
    height: 81px;
}
.conlist_p57 .bundle .big_thumList .bundle.big_thum {
    margin: 0;
    float: none;
    width: 476px;
    height: 347px;
}
.conlist_p57 .bundle .big_thumList .bundle.big_thum + .bundle {
    margin-left: 0;
}
.conlist_p57 .bundle .big_thumList .bundle a {
    display: block;
    overflow: hidden;
    width: 113px;
    height: 81px;
    font-size: 13px;
    letter-spacing: -0.6px;
    color: #fff;
}
.conlist_p57 .bundle .big_thumList .bundle.big_thum a {
    width: 476px;
    height: 347px;
}
.conlist_p57 .bundle .big_thumList .bundle:first-child a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: url(../common/etc/bg_shadow3.png) repeat 0 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p57 .bundle .big_thumList .bundle a.on:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 3px solid #ff5454;
    box-sizing: border-box;
}
.conlist_p57 .bundle .big_thumList .bundle a img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p57 .bundle .big_thumList .bundle a .subject {
    position: absolute;
    bottom: 16px;
    left: 20px;
    right: 20px;
    overflow: hidden;
    height: 30px;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.conlist_p57 .bundle .big_thumList .bundle a:hover .subject {
    text-decoration: underline;
}
.conlist_p57 .bundle .big_thumList .bundle .num {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 81px;
    color: #fff;
    z-index: 9;
}
.conlist_p57 .bundle .big_thumList .bundle .num:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 81px;
    background: url(../common/etc/bg_shadow50.png) repeat 0 0;
    z-index: -1;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p57 a:hover,
.conlist_p57 a:focus {
    text-decoration: none;
}
.conlist_p57 a:hover .title,
.conlist_p57 a:focus .title {
    text-decoration: underline;
}

.conlist_p59 {
    margin-top: -16px;
    margin-left: -20px;
    position: relative;
    overflow: hidden;
}
.conlist_p59 .bundle {
    margin-top: 16px;
    margin-left: 20px;
    float: left;
    width: 310px;
}
.conlist_p59 .bundle a {
    position: relative;
    display: block;
    width: 310px;
    height: 100%;
    background: #fff;
}
.conlist_p59 a:hover,
.conlist_p59 a:focus {
    text-decoration: none;
}
.conlist_p59 a:hover .title,
.conlist_p59 a:focus .title {
    text-decoration: underline;
}
.conlist_p59 .bundle .thum {
    overflow: hidden;
    display: block;
    width: 310px;
    height: 232px;
}
.conlist_p59 .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p59 .area {
    margin-top: 9px;
    display: block;
}
.conlist_p59 .area .title {
    overflow: hidden;
    display: block;
    height: 48px;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.8px;
    color: #666;
}

.conlist_p60 {
    margin: -24px 0 0 -10px;
    overflow: hidden;
}
.conlist_p60 .bundle {
    float: left;
    margin: 24px 0 0 10px;
    width: 230px;
    height: 100%;
    border: 1px solid #e5e5e5;
}
.conlist_p60 .bundle a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.6px;
    color: #262626;
}
.conlist_p60 .bundle .thum {
    display: block;
    position: relative;
    overflow: hidden;
    width: 230px;
    height: 182px;
}
.conlist_p60 .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p60 .bundle .subject {
    display: block;
    margin: 0;
    padding: 14px 14px 13px;
    height: 46px;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    border-top: 1px solid #e5e5e5;
    color: #333;
}

.conlist_p61 {
    overflow: hidden;
    position: relative;
    width: 260px;
    height: 160px;
}
.conlist_p61 .group {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.conlist_p61 .group .bundle {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.conlist_p61 .group .bundle a {
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-size: 14px;
    letter-spacing: -0.8px;
    background: #657dc5;
    color: #fff;
}
.conlist_p61 .group .bundle .thum {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.conlist_p61 .group .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p61 .group .bundle .thum + .subject {
    padding: 0 10px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 33px;
    font-weight: normal;
    font-size: 14px;
    line-height: 33px;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 9;
}
.conlist_p61 .group .bundle .thum + .subject:before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background: url(../common/etc/bg_shadow60.png) repeat 0 0;
    z-index: -1;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p61 .group .bundle .subject {
    padding: 0 45px 0 53px;
    display: table-cell;
    overflow: hidden;
    height: 72px;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    vertical-align: middle;
    color: #fff;
}
.conlist_p61 .group .bundle a:hover .subject,
.conlist_p61 .group .bundle a:focus .subject {
    text-decoration: underline;
}
.conlist_p61 button {
    margin-top: -18px;
    position: absolute;
    top: 50%;
    width: 29px;
    height: 36px;
    background: url(../common/button/btn_pnbtn6.png) no-repeat 0 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p61 .prev {
    left: 0;
    background-position: 0 0;
}
.conlist_p61 .next {
    right: 0;
    background-position: 0 bottom;
}

.conlist_p62 {
}
.conlist_p62 .bundle {
    overflow: hidden;
}
.conlist_p62 .bundle + .bundle {
    margin-top: 7px;
}
.conlist_p62 .bundle a {
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #666;
}
.conlist_p62 .bundle .thum {
    float: left;
    position: relative;
    overflow: hidden;
    width: 129px;
    height: 91px;
}
.conlist_p62 .bundle .thum:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    opacity: 0.1;
    filter: alpha(opacity: 1);
}
.conlist_p62 .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
    transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
        -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.conlist_p62 .bundle a:hover .thum img,
.conlist_p62 .bundle a:focus .thum img {
    image-rendering: -webkit-optimize-contrast;
    transition-duration: 0.3s;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.conlist_p62 .bundle .subject {
    float: right;
    overflow: hidden;
    margin-right: 7px;
    width: 125px;
    height: 60px;
    font-weight: normal;
}
.conlist_p62 .bundle a:hover .subject,
.conlist_p62 .bundle a:focus .subject {
    text-decoration: underline;
}

/* ¸ÞÀÎ ´õ¿µ»ó ½æ³×ÀÏ - Ãß°¡ 220704 Áö¼± */
.conlist_p62.the_video .bundle .thum {
    width: 160px;
    height: 90px;
}
.conlist_p62.the_video .bundle .thum:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 1;
    background: url(../common/etc/icon_play2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgb(0, 0, 0, 0.1);
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p62.the_video .bundle .subject {
    width: 95px;
}

.conlist_p63 {
}
.conlist_p63 .bundle {
    overflow: hidden;
}
.conlist_p63 .bundle + .bundle {
    margin-top: 17px;
}
.conlist_p63 .bundle a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0 20px 0 74px;
    height: 71px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #666;
}
.conlist_p63 .bundle .thum {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 60px;
    height: 71px;
}
.conlist_p63 .bundle .thum:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    opacity: 0.1;
    filter: alpha(opacity: 1);
}
.conlist_p63 .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
    transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
        -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.conlist_p63 .bundle a:hover .thum img,
.conlist_p63 .bundle a:focus .thum img {
    image-rendering: -webkit-optimize-contrast;
    transition-duration: 0.3s;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.conlist_p63 .bundle .stit {
    display: block;
    margin-right: 7px;
    line-height: 24px;
    color: #657bcd;
}
.conlist_p63 .bundle a:hover .stit,
.conlist_p63 .bundle a:focus .stit {
    text-decoration: underline;
}
.conlist_p63 .bundle .subject {
    display: block;
    margin-right: 7px;
}

.conlist_p64 {
}
.conlist_p64 .bundle {
    position: relative;
    overflow: hidden;
    height: 62px;
}
.conlist_p64 .bundle + .bundle {
    border-top: 1px dashed #888;
}
.conlist_p64 .bundle:first-child {
    height: 197px;
}
.conlist_p64 .bundle a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #222;
} /* ¼öÁ¤ 180528 ¼¼Á¾ */
.conlist_p64 .bundle .thum {
    display: block;
    position: relative;
    overflow: hidden;
    height: 130px;
}
.conlist_p64 .bundle .thum:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    opacity: 0.1;
    filter: alpha(opacity: 1);
}
.conlist_p64 .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
    transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
        -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.conlist_p64 .bundle a:hover .thum img,
.conlist_p64 .bundle a:focus .thum img {
    image-rendering: -webkit-optimize-contrast;
    transition-duration: 0.3s;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.conlist_p64 .bundle .subject {
    display: block;
    overflow: hidden;
    margin-top: 11px;
    max-height: 44px;
} /* ¼öÁ¤ 180524 ¼¼Á¾ */
.conlist_p64 .bundle .stit {
    display: block;
    overflow: hidden;
    margin-top: 11px;
    margin-right: 65px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
} /* ¼öÁ¤ 180524 ¼¼Á¾ */
.conlist_p64 .bundle:first-child .stit {
    margin-right: 0;
}
.conlist_p64 .bundle .thum2 {
    display: block;
    position: absolute;
    top: 7px;
    right: 8px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.conlist_p64 .bundle .thum2:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    opacity: 0.05;
    filter: alpha(opacity: 5);
    border-radius: 50%;
}
.conlist_p64 .bundle .thum2 img {
    display: block;
    width: 100%;
    min-height: 100%;
    border-radius: 50%;
}
.conlist_p64 .bundle .subject2 {
    display: block;
    overflow: hidden;
    margin-top: 1px;
    font-size: 14px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
} /* ¼öÁ¤ 180528 ¼¼Á¾ */
.conlist_p64 .bundle .thum2 + .subject2 {
    margin-right: 65px;
}

.conlist_p65 {
}
.conlist_p65 .bundle {
    position: relative;
    overflow: hidden;
    height: 72px;
}
.conlist_p65 .bundle + .bundle {
    margin-top: 23px;
}
.conlist_p65 .bundle .rank {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f54141;
    font-family: 'Noto Sans KR', 'Noto Sans';
    font-size: 12px;
    text-align: center;
    letter-spacing: -0.5px;
    font-style: italic;
    text-indent: -3px;
    color: #fff;
    z-index: 1;
} /* ¼öÁ¤ 181119 µ¿Çö */
.conlist_p65 .bundle a {
    display: block;
    position: relative;
    font-size: 17px;
    letter-spacing: -0.6px;
    line-height: 22px;
    color: #222;
    outline: none;
} /* ¼öÁ¤ 180706 µ¿Çö */
.conlist_p65 .bundle a .thum {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 98px;
    height: 72px;
}
.conlist_p65 .bundle a .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
    transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
        -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.conlist_p65 .bundle a:hover .thum img,
.conlist_p65 .bundle a:focus .thum img {
    image-rendering: -webkit-optimize-contrast;
    transition-duration: 0.3s;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.conlist_p65 .bundle a .thum:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    opacity: 0.1;
    filter: alpha(opacity: 1);
}
.conlist_p65 .bundle a .subject {
    display: block;
    overflow: hidden;
    margin-left: 112px;
} /* ¼öÁ¤ 180524 ¼¼Á¾ */
/* ¼öÁ¤ 220428 ¼¼Á¾ */
.conlist_p66 {
    position: relative;
    width: 190px;
    height: 159px;
}
.conlist_p66 .group {
    display: flex;
    height: 100%;
}
.conlist_p66 .group .bundle {
    width: 100%;
    height: 100%;
}
.conlist_p66 .group .bundle a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.6px;
    color: #fff;
}
.conlist_p66 .group .bundle .thum {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.conlist_p66 .group .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p66 .group .bundle .thum:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    opacity: 0.1;
    filter: alpha(opacity: 1);
}
.conlist_p66 .group .bundle .subject {
    position: absolute;
    top: 0;
    left: -200%;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-weight: normal;
}
.conlist_p66 .group .bundle .subject .vmtxt {
    display: table-cell;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
}
.conlist_p66 .group .bundle a:hover .subject,
.conlist_p66 .group .bundle a:focus .subject {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.conlist_p66 .group .bundle a:hover:after,
.conlist_p66 .group .bundle a:focus:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity: 7);
    z-index: 1;
    line-height: 1em;
}
/* //¼öÁ¤ 220428 ¼¼Á¾ */
.conlist_p67 {
    position: relative;
}
.conlist_p67 dt {
    position: absolute;
    overflow: hidden;
    height: 25px;
    text-align: center;
    line-height: 25px;
    letter-spacing: -0.6px;
    background: #fff;
}
.conlist_p67 dt a {
    display: block;
    height: 23px;
    background: #fff;
    color: #657bcd;
    border: 1px solid #657bcd;
    border-radius: 12px;
}
.conlist_p67 dt a .tit {
    display: block;
    position: relative;
    padding: 0 9px;
    min-width: 62px;
    height: 100%;
    z-index: 2;
}
.conlist_p67 dt a.on,
.conlist_p67 dt a:hover,
.conlist_p67 dt a:focus {
    background: #657bcd;
    text-decoration: none;
    color: #fff;
}
.conlist_p67 dd {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 266px;
}
/* ¼öÁ¤ 220428 ¼¼Á¾ */
.conlist_p68 {
}
.conlist_p68 .bundle {
    position: relative;
    padding-left: 88px;
    height: 75px;
}
.conlist_p68 .bundle + .bundle {
    margin-top: 13px;
}
.conlist_p68 .bundle a {
    color: #222;
    text-decoration: none;
}
.conlist_p68 .bundle .thum {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 75px;
    height: 75px;
    border-radius: 50%;
}
.conlist_p68 .bundle .thum img {
    visibility: hidden;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.conlist_p68 .bundle .table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    height: 75px;
}
.conlist_p68 .bundle .table .tr {
    display: flex;
}
.conlist_p68 .bundle .table .td {
    letter-spacing: -1px;
}
.conlist_p68 .bundle .sort {
    font-size: 12px;
    font-weight: bold;
    color: #657bcd;
}
.conlist_p68 .bundle .subject {
    display: block;
    overflow: hidden;
    max-height: 36px;
    font-size: 14px;
    line-height: 18px;
}
.conlist_p68 .bundle .writer {
    display: block;
    overflow: hidden;
    max-height: 16px;
    font-size: 12px;
    color: #888;
}
.conlist_p68 .bundle .sort2 {
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    color: #657bcd;
}
.conlist_p68 .bundle .subject2 {
    padding: 1px 0 10px;
    font-size: 15px;
    line-height: 21px;
}
.conlist_p68 .bundle .subject2 .lmt {
    display: block;
    overflow: hidden;
    max-height: 44px;
}
.conlist_p68 .bundle a:hover .subject,
.conlist_p68 .bundle a:focus .subject,
.conlist_p68 .bundle a:hover .subject2,
.conlist_p68 .bundle a:focus .subject2 {
    text-decoration: underline;
}
/* //¼öÁ¤ 220428 ¼¼Á¾ */
.conlist_p69 {
    overflow: hidden;
}
.conlist_p69 .group {
    float: left;
}
.conlist_p69 .group:first-child {
    width: 521px;
}
.conlist_p69 .group .list {
    position: relative;
    margin-left: 177px;
    padding-top: 5px;
    width: 313px;
    min-height: 100px;
}
.conlist_p69 .group .list:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 4px;
    background: #ff2828;
    font-size: 0;
    line-height: 0;
}
.conlist_p69 .group .list .bundle {
    overflow: hidden;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.conlist_p69 .group .list .bundle a {
    color: #222;
}
.conlist_p69 .group .list .bundle .thum {
    position: absolute;
    left: -177px;
    top: 0;
    overflow: hidden;
    width: 165px;
    height: 100px;
}
.conlist_p69 .group .list .bundle .thum:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    opacity: 0.1;
    filter: alpha(opacity: 1);
}
.conlist_p69 .group .list .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
    transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
        -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.conlist_p69 .group .list .bundle a:hover .thum img,
.conlist_p69 .group .list .bundle a:focus .thum img {
    image-rendering: -webkit-optimize-contrast;
    transition-duration: 0.3s;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.conlist_p70 {
}
.conlist_p70 .bundle {
    position: relative;
    margin-right: 135px;
    padding: 31px 0 30px 51px;
}
.conlist_p70 .bundle + .bundle {
    border-top: 1px solid #dedad7;
}
.conlist_p70 .bundle:first-child {
    padding-top: 27px;
}
.conlist_p70 .bundle .num {
    position: absolute;
    top: 33px;
    left: 0;
}
.conlist_p70 .bundle .num .su1 {
    display: block;
    overflow: hidden;
    width: 40px;
    height: 30px;
    background: url(../common/etc/bg_num2.gif) no-repeat 0 0;
    font-size: 0;
    text-indent: -999px;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p70 .bundle .num .su1.no1 {
    background-position: 4px 0;
}
.conlist_p70 .bundle .num .su1.no2 {
    background-position: 4px -42px;
}
.conlist_p70 .bundle .num .su1.no3 {
    background-position: 3px -84px;
}
.conlist_p70 .bundle .num .su1.no4 {
    background-position: 4px -126px;
}
.conlist_p70 .bundle .num .su1.no5 {
    background-position: 3px -168px;
}
.conlist_p70 .bundle .num .su1.no6 {
    background-position: 3px -210px;
}
.conlist_p70 .bundle .num .su1.no7 {
    background-position: 3px -252px;
}
.conlist_p70 .bundle .num .su1.no8 {
    background-position: 3px -294px;
}
.conlist_p70 .bundle .num .su1.no9 {
    background-position: 3px -336px;
}
.conlist_p70 .bundle .num .su1.no10 {
    background-position: 2px -378px;
}
.conlist_p70 .bundle .num .su2 {
    display: block;
    position: relative;
    width: 40px;
    line-height: 19px;
    text-align: center;
} /* ¼öÁ¤ 220307 ¼¼Á¾ */
.conlist_p70 .bundle .num .su2:before {
    content: '  ';
    display: block;
    margin-left: auto;
    margin-right: auto;
} /* Ãß°¡ 220307 ¼¼Á¾ */
.conlist_p70 .bundle .num .su2.up {
    color: #f54141;
} /* ¼öÁ¤ 181119 µ¿Çö */
.conlist_p70 .bundle .num .su2.up:before {
    width: 13px;
    height: 9px;
    background: url(../bil/btn_sort1.png) no-repeat 0 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p70 .bundle .num .su2.dn {
    color: #3d58a5;
}
.conlist_p70 .bundle .num .su2.dn:before {
    width: 13px;
    height: 9px;
    background: url(../bil/btn_sort1.png) no-repeat 0 -9px;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p70 .bundle .num .su2.st {
}
.conlist_p70 .bundle .num .su2.st:before {
    margin-top: 5px;
    width: 40px;
    height: 9px;
    background: url(../bil/btn_sort1.png) no-repeat center bottom;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p70 .bundle .num .su2.new {
    font-weight: bold;
    text-align: center;
    color: #f54141;
} /* ¼öÁ¤ 181119 µ¿Çö */
.conlist_p70 .bundle .thum {
    position: absolute;
    top: 50%;
    right: -135px;
    overflow: hidden;
    margin-top: -60px;
    width: 120px;
    height: 120px;
    border-radius: 54px;
}
.conlist_p70 .bundle .thum img {
    visibility: hidden;
    width: 100%;
    min-height: 100%;
}
.conlist_p70 .bundle .con {
    display: block;
}
.conlist_p70 .bundle .con .subject {
    display: block;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: -1px;
    color: #262626;
}
.conlist_p70 .bundle .con .subject .view {
    display: inline-block;
    position: relative;
    top: -2px;
    padding: 0 4px 0 27px;
    width: 29px;
    height: 19px;
    background: url(../common/etc/icon_eye1.png) no-repeat 0 0;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: -0.4px;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p70 .bundle .con .subject .bugfix1 {
    display: inline-block;
    margin-left: -5px;
}
.conlist_p70 .bundle .con .subject .bugfix2 {
    visibility: hidden;
}
.conlist_p70 .bundle .con .txt {
    overflow: hidden;
    margin-top: 5px;
    height: 39px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.2px;
    color: #666;
}
.conlist_p70 .bundle .con:hover .subject,
.conlist_p70 .bundle .con:focus .subject {
    text-decoration: underline;
    color: #262626;
}
.conlist_p70 .bundle .con:hover .txt,
.conlist_p70 .bundle .con:focus .txt {
    text-decoration: underline;
    color: #666;
}
/* Ãß°¡ 180213 ¼¼Á¾ */
.conlist_p71 {
}
.conlist_p71 .bundle {
}
.conlist_p71 .bundle a {
    display: block;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.8px;
    color: #333;
}
.conlist_p71 .bundle .thum {
    position: absolute;
    top: 44px;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 130px;
}
.conlist_p71 .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p71 .bundle .subject {
    display: block;
    overflow: hidden;
    height: 43px;
}
.conlist_p71 .bundle + .bundle {
    margin-top: 15px;
    padding-top: 17px;
    border-top: 1px solid #bfbfbf;
}
.conlist_p71 .bundle:first-child a {
    position: relative;
    height: 174px;
}
.conlist_p71 .bundle:first-child .subject {
    position: relative;
    top: -3px;
}
.conlist_p71 .bundle a.noimg {
    position: relative;
    height: 174px;
    color: #fff;
}
.conlist_p71 .bundle a.noimg .thum {
    top: 0;
    height: 100%;
    background: url(../thum/moneytoday/EstateThum.jpg) no-repeat 0 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.conlist_p71 .bundle a.noimg .thum img {
    display: none;
}
.conlist_p71 .bundle a.noimg .subject {
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    margin-top: -21px;
}
.conlist_p71 .bundle a.noimg:hover .subject,
.conlist_p71 .bundle a.noimg:focus .subject {
    text-decoration: underline;
}
/* //Ãß°¡ 180213 ¼¼Á¾ */
.conlist_p72 {
    display: flex;
    justify-content: space-between;
}
.conlist_p72 .bundle {
    position: relative;
    width: calc((100% - 80px) / 3);
    height: 239px;
}
.conlist_p72 .bundle + .bundle:after {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 1px;
    height: 100%;
    background: #d1d1d1;
}
.conlist_p72 .bundle a {
    display: block;
    color: #000;
}
.conlist_p72 .bundle .thum {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 178px;
}
.conlist_p72 .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.conlist_p72 .bundle .subject {
    display: block;
    overflow: hidden;
    height: 52px;
    margin-top: 14px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.075em;
    color: #000;
}

.conlist_p73 {
    overflow: hidden;
}
.conlist_p73 .bundle {
}
.conlist_p73 .bundle + .bundle {
    margin-top: 24px;
}
.conlist_p73 .bundle a {
    display: flex;
    align-items: flex-start;
}
.conlist_p73 .bundle .thum {
    display: block;
    overflow: hidden;
    min-width: 136px;
    max-width: 136px;
    min-height: 86px;
    max-height: 86px;
}
.conlist_p73 .bundle .thum img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.conlist_p73 .bundle .con {
}
.conlist_p73 .bundle .thum + .con {
    margin-left: 20px;
}
.conlist_p73 .bundle .con .subject {
    display: block;
    overflow: hidden;
    margin-top: 1px;
    max-height: 56px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.075em;
    color: #262626;
}
.conlist_p73 .bundle .con .txt {
    display: none;
    overflow: hidden;
    max-height: 44px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.075em;
    color: #666;
}
.conlist_p73 .bundle .con.overflow .txt {
    display: block;
}
.conlist_p73 .bundle .con .subject + .txt {
    margin-top: 5px;
}
.conlist_p73 .bundle a:hover .con .subject,
.conlist_p73 .bundle a:focus .con .subject {
    color: #262626;
    text-decoration: underline;
}
.conlist_p73 .bundle a:hover .con .txt,
.conlist_p73 .bundle a:focus .con .txt {
    color: #666;
    text-decoration: underline;
}

/* Ãß°¡ 210709 ¼¼Á¾ / ¸®½ºÆ® °á°ú¾øÀ½ */
.noresult1 {
    overflow: hidden;
    text-align: center;
    letter-spacing: -0.5px;
    color: #262626;
}
.noresult1 p {
    margin: 113px 0 17px;
    font-size: 16px;
}
.noresult1 strong {
    font-size: 15px;
}
.noresult1 a {
    color: #262626;
}
/* //Ãß°¡ 210709 ¼¼Á¾ */
/* Å×ÀÌºí ½ºÅ¸ÀÏ */
.table_type1 {
    border-top: 2px solid #666;
}
.table_type1 table {
    border-bottom: 1px solid #e6e6e6;
}
.table_type1 thead th {
    position: relative;
    height: 28px;
    background: #f3f3f3;
    font-weight: normal;
    letter-spacing: -0.5px;
    color: #333;
}
.table_type1 thead th .fnc1 {
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(../common/button/btn_sorting1.gif) no-repeat;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.table_type1 thead th .fnc1.low {
    background-position: 0 bottom;
}
.table_type1 thead th .fnc1.high {
    background-position: 0 0;
}
.table_type1 thead th .unit {
    display: block;
    font-size: 11px;
    line-height: 12px;
    color: #999;
}
.table_type1 tbody td {
    height: 28px;
    font-size: 13px;
    border-top: 1px solid #e6e6e6;
}
.table_type1 tbody .mdline td {
    border-top: 1px solid #b3b3b3;
}
.table_type1 tbody td.no {
    text-align: center;
    color: #808080;
}
.table_type1 tbody td.check {
    text-align: center;
}
.table_type1 tbody td.time {
    text-align: center;
    color: #f54141;
} /* ¼öÁ¤ 181119 µ¿Çö */
.table_type1 tbody td.name {
    color: #4c4c4c;
}
.table_type1 tbody td.name a {
    float: left;
    margin-left: 10px;
    color: #4c4c4c;
}
.table_type1 tbody td.name2 {
    color: #4c4c4c;
}
.table_type1 tbody td.name2 a {
    float: left;
    margin-left: 20px;
    color: #4c4c4c;
}
.table_type1 tbody td.su1 {
    padding-right: 18px;
    text-align: right;
    color: #4c4c4c;
}
.table_type1 tbody td.su1.pr30 {
    padding-right: 30px;
}
.table_type1 tbody td.su1 .icon {
    float: right;
    width: 50px;
}
.table_type1 tbody td.su1.up {
    color: #f54141;
} /* ¼öÁ¤ 181119 µ¿Çö */
.table_type1 tbody td.su1.up .icon {
    background: url(../bil/ico_up9.gif) no-repeat 0 center;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.table_type1 tbody td.su1.dn {
    color: #1872df;
}
.table_type1 tbody td.su1.dn .icon {
    background: url(../bil/ico_down10.gif) no-repeat 0 center;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
.table_type1 tbody td.date {
    text-align: center;
    color: #4c4c4c;
}
.table_type1 tbody td.etc1 {
    text-align: center;
}

.table_type2 {
    border-top: 2px solid #666;
}
.table_type2 table {
    border-bottom: 1px solid #e6e6e6;
}
.table_type2 tbody th {
    padding-left: 10px;
    height: 28px;
    background: #eee;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    color: #4c4c4c;
    border-bottom: 1px solid #e6e6e6;
}
.table_type2 tbody td {
    padding-right: 20px;
    height: 28px;
    font-size: 13px;
    text-align: right;
    color: #4c4c4c;
    border-bottom: 1px solid #e6e6e6;
}
.table_type2 tbody td.up {
    color: #f54141;
} /* ¼öÁ¤ 181119 µ¿Çö */
.table_type2 tbody td.dn {
    color: #1872df;
}
/* Ãß°¡ 180125 ¼¼Á¾ */
.table_type3 {
}
.table_type3 table {
}
.table_type3 table thead th {
    height: 50px;
    background: #efefef;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    line-height: 50px;
    letter-spacing: -0.25px;
    color: #666;
}
.table_type3 table tbody td {
    height: 40px;
    border-bottom: 1px solid #e4e4e4;
}
.table_type3 table tbody td.date {
    font-size: 13px;
    text-align: center;
    letter-spacing: -0.25px;
    color: #666;
}
.table_type3 table tbody td.subject {
    font-size: 13px;
    letter-spacing: -0.25px;
}
.table_type3 table tbody td.subject a {
    float: left;
    margin: 0 23px;
    color: #666;
}
.table_type3 table tbody td.function1 {
    text-align: center;
}
/* //Ãß°¡ 180125 ¼¼Á¾ */
/* ½ºÅ¸ÀÏ ¹è³Ê */ /* Ãß°¡ 180313 ¼¼Á¾ */
.stylebanner_01 {
    overflow: hidden;
    height: 116px;
}
.stylebanner_01 a {
    display: block;
    height: 100%;
    background: url(../common/etc/banner_blockchain3.jpg) no-repeat center center;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
/* container */
#container {
    position: relative;
    margin: 0 auto;
    width: 1024px;
}
#container .con_box2 {
    height: 100%;
    background: url(../common/etc/bg_conbox2.gif) repeat-y 0 0;
    border-bottom: 1px solid #737373;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#container .con_box3 {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d1d1d1;
}
/* content */
#content {
    position: relative;
}
#content.f_left {
    float: left;
}
#content.content {
    float: left;
    width: 640px;
}
.etcsize1 #content.content {
    width: 710px;
} /* Ãß°¡ 190410 ¼¼Á¾ */
#content.content2 {
    float: left;
    width: 650px;
}
#content.content3 {
    float: left;
    width: 633px;
    padding-bottom: 100px;
    padding-right: 20px;
    border-right: 1px solid #d1d1d1;
}
#content .btn_link_more {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    background: #eee;
    font-weight: bold;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: -0.075em;
    text-align: center;
    color: #555;
}
#content .btn_link_more:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 1px;
    margin-left: 55px;
    width: 5px;
    height: 9px;
    background: url(../bil/bl_arrow47.png) no-repeat center center / cover;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
/* ¸®½ºÆ® ±×·ì¿µ¿ª */
#container .list_groupbox {
    overflow: hidden;
    padding-top: 0;
    border-top: 1px solid #cecece;
}
#container .list_groupbox .list_bundle {
    overflow: hidden;
    padding: 25px 0 10px;
}

#container .list_groupbox2 {
    position: relative;
    overflow: hidden;
}
#container .list_groupbox2 h3 {
    position: absolute;
    background: #3d58a5;
}
#container .list_groupbox2 h3.t1 {
    top: 0;
    left: 0;
    width: 214px;
    height: 276px;
}
#container .list_groupbox2 h3.t2 {
    top: 0;
    left: 0;
    width: 100%;
    height: 111px;
}
#container .list_groupbox2 h3 a {
    display: block;
    height: 100%;
}
#container .list_groupbox2 .table {
    display: table;
    border-collapse: collapse;
}
#container .list_groupbox2 .tr {
    display: table-row;
}
#container .list_groupbox2 .td {
    display: table-cell;
    width: 212px;
    vertical-align: top;
    border: 1px solid #ccc;
}
#container .list_groupbox2 .td .limit1 {
    overflow: hidden;
    padding: 0 20px;
    height: 274px;
}
#container .list_groupbox2 .td .list1 {
    overflow: hidden;
    margin-top: 17px;
}
#container .list_groupbox2 .td .list1 .sort1 {
    letter-spacing: -1px;
    color: #3d58a5;
}
#container .list_groupbox2 .td .list1 .box {
    margin-top: 5px;
}
#container .list_groupbox2 .td .list1 .box a {
    display: block;
    text-decoration: none;
}
#container .list_groupbox2 .td .list1 .box .subject {
    display: block;
    overflow: hidden;
    height: 41px;
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: -1.3px;
    color: #333;
}
#container .list_groupbox2 .td .list1 .box .thum1 {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 14px;
    width: 172px;
    height: 84px;
}
#container .list_groupbox2 .td .list1 .box .thum1 img {
    display: block;
    width: 100%;
    min-height: 100%;
}
#container .list_groupbox2 .td .list1 .box .thum2 {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 14px auto 0;
    width: 60px;
    height: 84px;
}
#container .list_groupbox2 .td .list1 .box .thum2 img {
    display: block;
    width: 100%;
    min-height: 100%;
}
#container .list_groupbox2 .td .list1 .box .thum3 {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 12px auto 0;
    width: 128px;
    height: 127px;
}
#container .list_groupbox2 .td .list1 .box .thum3 img {
    display: block;
    width: 100%;
    height: 100%;
}
#container .list_groupbox2 .td .list1 .box .thum3 .frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../common/etc/bg_frame128x127.png) no-repeat 0 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#container .list_groupbox2 .td .list1 .box .txt {
    display: block;
    overflow: hidden;
    margin-top: 6px;
    height: 58px;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -1.2px;
    color: #7a7a7a;
}
#container .list_groupbox2 .td .list1 .box .subject + .txt {
    height: 96px;
}
#container .list_groupbox2 .td .list1 .box .thum3 + .txt {
    margin-top: 2px;
    height: 39px;
}
#container .list_groupbox2 .td .list1 .box a:hover .subject,
#container .list_groupbox2 .td .list1 .box a:focus .subject {
    text-decoration: underline;
}
#container .list_groupbox2 .td .list1 .box a:hover .txt,
#container .list_groupbox2 .td .list1 .box a:focus .txt {
    text-decoration: underline;
}
#container .list_groupbox2 .td .list1 .date {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    letter-spacing: -0.6px;
    color: #8c8c8c;
}

#container .list_groupbox3 {
}
#container .list_groupbox3 table {
}
#container .list_groupbox3 table td {
    padding: 0;
    border: 1px solid #d9d9d9;
}
#container .list_groupbox3 table td .limit1 {
    position: relative;
    padding: 0 19px;
    height: 203px;
}
#container .list_groupbox3 table td .limit1 .hicon {
    display: none;
    position: absolute;
    top: 163px;
    left: 19px;
}
#container .list_groupbox3 table td.hot .limit1 .hicon {
    display: block;
}
#container .list_groupbox3 table td.hot .conlist_p43 .etc {
    left: 68px;
}
/* Ãß°¡ 180213 ¼¼Á¾ */
#container .list_groupbox4 {
    overflow: hidden;
}
#container .list_groupbox4 .list_bundle {
    float: left;
    width: 315px;
    height: 315px;
    background: #e8e8e8;
}
#container .list_groupbox4 .list_bundle + .list_bundle {
    margin-left: 10px;
}
#container .list_groupbox4 .list_bundle .list_inner {
    margin: 0 20px;
}
#container .list_groupbox4 + .secm_top {
    margin-top: 34px;
}
/* //Ãß°¡ 180213 ¼¼Á¾ */
/* ³¯Â¥ ÆäÀÌÂ¡ */
#container .date_search {
    position: relative;
    height: 49px;
}
#container .date_search.no_sch {
    text-align: center;
    line-height: 47px;
}
#container .date_search.no_sch .date {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 47px;
    color: #999;
}
#container .date_search.no_sch .date strong {
    padding: 0 4px;
    font-family: Arial;
    font-size: 28px;
    color: #697083;
}
#container .date_search.no_sch .date .day {
    position: relative;
    top: -2px;
}
#container .date_search.no_sch img {
    position: relative;
    top: -5px;
}
#container .date_search .group2 {
    position: absolute;
    left: 50%;
    width: 77px;
    height: 24px;
}
#container .date_search .group2 .func {
    display: block;
    overflow: hidden;
}
#container .date_search .group2 .func a {
    overflow: hidden;
    background: url(../common/button/btn_cadToday2.gif) no-repeat 0 0;
    text-indent: -9999px;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#container .date_search .group2 .func a.cad {
    float: left;
    width: 28px;
    height: 24px;
    background-position: 0 0;
}
#container .date_search .group2 .func a.tdy {
    float: right;
    width: 42px;
    height: 24px;
    background-position: right 0;
}
#container .date_search .group3 {
    position: absolute;
    top: -7px;
    left: 0;
    width: 290px;
    text-align: center;
}
#container .date_search .group3 .date {
    display: block;
    font-size: 24px;
    text-align: center;
    color: #3d58a5;
}
#container .date_search .group3 .date strong {
    position: relative;
    bottom: -3px;
    font-family: Arial;
    font-size: 32px;
    font-weight: normal;
}
#container .date_search .group3 button {
    position: absolute;
    top: 6px;
    width: 28px;
    height: 29px;
}
#container .date_search .group3 .prev {
    left: 0;
    background: url(../common/button/btn_prev15.png) no-repeat 0 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#container .date_search .group3 .next {
    right: 0;
    background: url(../common/button/btn_next15.png) no-repeat 0 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#container .date_search .group4 {
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
}
#container .date_search .group4 .sel_replaced {
    float: left;
    height: 22px;
    border: 1px solid #ccc;
}
#container .date_search .group4 select {
    float: left;
    height: 24px;
    color: #666;
    border: 1px solid #ccc;
}
#container .date_search .group4 input[type='image'] {
    float: right;
    margin-left: -1px;
    border: none;
}
/* ¼½¼Ç Å¾ */
#container .secm_top {
    margin-top: -8px;
    overflow: hidden;
    padding-bottom: 14px;
    border-bottom: 1px solid #cecece;
}
#container .secm_top h1 {
    overflow: hidden;
    font-size: 26px;
    letter-spacing: -2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}
#container .secm_top h1 a {
    color: #000;
}
#container .secm_top h2 {
    margin-top: 4px;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: -0.6px;
    color: #4c4c4c;
}
#container .secm_top .contxt {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.4px;
    color: #666;
}
#container .secm_top h1 + .contxt {
    margin-top: 4px;
}
#container .secm_top h2 + .contxt {
    margin-top: 9px;
}
#container .secm_top .contxt a {
    color: #666;
}
#container .secm_top .rellist {
    overflow: hidden;
    margin-top: 14px;
    width: 650px;
}
#container .secm_top .rellist li {
    float: left;
    overflow: hidden;
    width: 50%;
    height: 28px;
    font-size: 15px;
    letter-spacing: -0.6px;
    line-height: 28px;
}
#container .secm_top .rellist li a {
    float: left;
    overflow: hidden;
    max-width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #020c51;
}

#container .secm_top2 {
    overflow: hidden;
    position: relative;
    padding-bottom: 14px;
    border-bottom: 1px solid #cecece;
}
#container .secm_top2 .s_img {
    position: absolute;
    top: 8px;
    left: 0;
    overflow: hidden;
    width: 144px;
    height: 104px;
}
#container .secm_top2 .s_img img {
    display: block;
    width: 100%;
    min-height: 100%;
}
#container .secm_top2 .s_txt {
    overflow: hidden;
}
#container .secm_top2 .s_img + .s_txt {
    margin-left: 161px;
    min-height: 104px;
}
#container .secm_top2 .s_txt .subject {
    overflow: hidden;
    padding-bottom: 1px;
    height: 36px;
    font-size: 26px;
    line-height: 37px;
    letter-spacing: -0.4px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#container .secm_top2 .s_txt .subject a {
    color: #000;
}
#container .secm_top2 .s_txt .contxt {
    overflow: hidden;
    margin-top: 8px;
    padding-bottom: 2px;
    max-height: 40px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.4px;
}
#container .secm_top2 .s_img + .s_txt .contxt {
    max-height: 61px;
}
#container .secm_top2 .s_txt .contxt a {
    color: #666;
}
#container .secm_top2 .s_txt .info {
    display: block;
    margin-top: 7px;
    color: #999;
}
/* ¼½¼Ç ¼Ò°³ */
#container .m_info {
    margin-top: -3px;
    overflow: hidden;
    position: relative;
    min-height: 82px;
}
#container .m_info .info_img {
    position: absolute;
    top: 3px;
    left: 0;
}
#container .m_info .info_img img {
    display: block;
}
#container .m_info .info_txt {
    overflow: hidden;
    margin-left: 155px;
}
#container .m_info .info_txt .tit {
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: -0.6px;
    color: #3d58a5;
}
#container .m_info .info_txt .txt {
    display: block;
    margin-top: -4px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #999;
}
#container .m_info .info_txt .tit + .txt {
    margin-top: 11px;
}
/* ¼½¼Ç ºÎÁ¦¸ñ */
#container .m_subject_area {
    position: relative;
    min-height: 40px;
}
#container .m_subject_area .subject {
    float: left;
    position: relative;
    height: 100%;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: -0.5px;
    line-height: 36px;
    color: #3d58a5;
}
#container .m_subject_area .subject a {
    color: #3d58a5;
}
#container .m_subject_area .subject:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 2px;
    background: #3d58a5;
}
#container .m_subject_area .rel_su {
    float: right;
    overflow: hidden;
    margin: 10px 0 0 14px;
    width: 97px;
    height: 20px;
    background: #999;
    font-family: dotum;
    font-size: 11px;
    line-height: 21px;
    color: #e5e5e5;
}
#container .m_subject_area .rel_su .txt {
    float: left;
    margin-left: 6px;
}
#container .m_subject_area .rel_su .su {
    float: right;
    margin-right: 5px;
}
#container .m_subject_area .editor {
    position: relative;
    overflow: hidden;
    margin-top: 2px;
    padding-left: 64px;
    padding-bottom: 13px;
    font-size: 13px;
    letter-spacing: -0.6px;
    line-height: 20px;
    color: #808080;
}
#container .m_subject_area .editor .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    color: #3d58a5;
}
#container .m_subject_area .counting {
    float: right;
    position: relative;
    margin-top: 11px;
    height: 22px;
}
#container .m_subject_area .counting .second {
    position: absolute;
    right: 152px;
    padding: 0 6px 0 50px;
    height: 22px;
    background: #3d58a5 url(../bil/ico_time3.png) no-repeat 7px 3px;
    border-radius: 11px;
    font-size: 13px;
    line-height: 22px;
    white-space: nowrap;
    color: #fff;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#container .m_subject_area .counting .second .su {
    position: absolute;
    top: 0;
    left: 23px;
    width: 25px;
    height: 22px;
    text-align: right;
    line-height: 20px;
}
#container .m_subject_area .counting .cmt {
    display: block;
    overflow: hidden;
    width: 144px;
    height: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
    letter-spacing: -0.6px;
    color: #808080;
    border: 1px solid #bababa;
}
#container .m_subject_area2 {
    position: relative;
    padding: 10px 20px 14px;
    background: #f8dbda;
}
#container .m_subject_area2 strong {
    display: block;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1px;
    color: #000;
}
/* »ó´Ü ±â´É¿µ¿ª */
#container .fncbox1 {
    position: relative;
    height: 32px;
}
#container .fncbox1 .check_type1 {
    position: absolute;
    overflow: hidden;
    height: 14px;
}
#container .fncbox1 .check_type1 li {
    float: left;
    margin-left: 14px;
}
#container .fncbox1 .check_type1 li:first-child {
    margin-left: 0;
}
#container .fncbox1 .check_type1 li input {
    position: absolute;
    visibility: hidden;
}
#container .fncbox1 .check_type1 li label {
    float: left;
    overflow: hidden;
    padding-left: 17px;
    height: 14px;
    background: url(../common/etc/bg_radio1.png) no-repeat 0 0;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: -0.5px;
    color: #f54141;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#container .fncbox1 .check_type1 li input:checked + label {
    background-position: 0 bottom;
}
#container .fncbox1 .check_type1 li input[checked='checked'] + label {
    background-position: 0 bottom;
}
#container .fncbox1 .time {
    position: absolute;
    font-size: 11px;
    letter-spacing: -0.5px;
    color: #808080;
}
/* ÄÚ³ÊÁ¤º¸ */
#container .corner_info1 {
    overflow: hidden;
    padding: 21px 20px 18px;
    background: #e6e6e6;
}
#container .corner_info1 h3 {
    overflow: hidden;
    font-size: 19px;
    font-weight: normal;
    letter-spacing: -0.4px;
    line-height: 24px;
    color: #3d58a5;
}
#container .corner_info1 h3 img {
    float: left;
    margin-right: 10px;
    width: 35px;
    height: 25px;
}
#container .corner_info1 .txt {
    display: block;
    overflow: hidden;
    margin-top: 7px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.6px;
    color: #808080;
}
/* Ä«µå´º½º */
#container .cardnews_box {
    padding: 17px;
    position: relative;
    background: #dcdcdc;
}
#container .cardnews_box .card_list1 {
    overflow: hidden;
}
#container .cardnews_box .card_list1 li {
    margin-top: 6px;
    width: 202px;
    height: 268px;
    background: #fff;
}
#container .cardnews_box .card_list1 li:first-child {
    margin-top: 0;
}
#container .cardnews_box .card_list1 li a {
    display: block;
    color: #333;
}
#container .cardnews_box .card_list1 li a .thum {
    display: block;
    width: 100%;
    height: 201px;
    overflow: hidden;
}
#container .cardnews_box .card_list1 li a .thum img {
    width: 100%;
    min-height: 100%;
}
#container .cardnews_box .card_list1 li a .subject {
    margin: 12px 14px;
    display: block;
    height: 42px;
    overflow: hidden;
    font-size: 15px;
    line-height: 21px;
    color: #333;
}

#container .cardnews_box .btn_slide {
}
#container .cardnews_box .btn_slide a {
    display: none;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    width: 46px;
    height: 43px;
    background: url(../common/button/btn_pnbtn18.png) no-repeat 0 0;
    text-indent: -9999px;
    z-index: 9999999999999;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#container .cardnews_box:hover .btn_slide a {
    display: block;
}
#container .cardnews_box .btn_slide a.prev {
    left: 0;
    background-position: 0 0;
}
#container .cardnews_box .btn_slide a.next {
    right: 0;
    background-position: 0 100%;
}
#container .cardnews_box + .pgcircle1 {
    position: absolute;
    top: 7px;
    right: 0;
    height: 12px;
}
#container .cardnews_box + .pgcircle1 a {
    margin-left: 7px;
    display: inline-block;
    overflow: hidden;
    width: 12px;
    height: 12px;
    background: url(../bil/bl_circle14_1.png) no-repeat 0 0;
    text-indent: -9999px;
    vertical-align: top;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#container .cardnews_box + .pgcircle1 a:first-child {
    margin-left: 0;
}
#container .cardnews_box + .pgcircle1 a.on,
#container .cardnews_box + .pgcircle1 a:hover,
#container .cardnews_box + .pgcircle1 a:focus {
    background-position: 100% 0;
}
/* ¼½¼Ç ÇÏ´Ü */
#container .mtf_list_p1 {
    overflow: hidden;
}
#container .mtf_list_p1 .bundle {
    float: left;
    overflow: hidden;
    margin-left: 14px;
    width: 150px;
    height: 160px;
}
#container .mtf_list_p1 .bundle:first-child {
    margin-left: 0;
}
#container .mtf_list_p1 .bundle a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #fff;
}
#container .mtf_list_p1 .bundle .thum {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#container .mtf_list_p1 .bundle .thum img {
    display: block;
    width: 100%;
}
#container .mtf_list_p1 .bundle .subject {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    background: #324772;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: -0.6px;
}
#container .mtf_list_p1 .bundle .subject .lmt {
    display: block;
    overflow: hidden;
    margin: 8px 10px 0;
    padding-bottom: 2px;
    height: 32px;
}
#container .mtf_list_p1 .bundle a.on .subject .lmt,
#container .mtf_list_p1 .bundle a:hover .subject .lmt,
#container .mtf_list_p1 .bundle a:focus .subject .lmt {
    text-decoration: underline;
}
/* ±¤°í¿µ¿ª Ãß°¡ 181221 ¼¼Á¾ */
#container .leftbn_wrap {
    position: absolute;
    top: 28px;
    left: -190px;
    width: 160px;
    z-index: 1;
} /* ¼öÁ¤ 190110 ¼¼Á¾ */
#container .leftbn_wrap .lbw_g1 {
    overflow: hidden;
}
#container .leftbn_wrap .lbw_g1 .bundle {
    float: right;
}
#container .leftbn_wrap .lbw_g1 .bundle + .bundle {
    margin-top: 10px;
}
#container .leftbn_wrap .lbw_g2 {
    overflow: hidden;
}
#container .leftbn_wrap .lbw_g1 + .lbw_g2 {
    margin-top: 50px;
} /* ¼öÁ¤ 190118 ¼¼Á¾ */
#container .leftbn_wrap .lbw_g2 .bundle {
    float: right;
}
#container .leftbn_wrap .lbw_g2 .bundle + .bundle {
    margin-top: 10px;
}
#container .leftbn_wrap .lbw_g2 .bundle iframe {
    display: block;
} /* Ãß°¡ 200515 ¼¼Á¾ */

#container .rightbn_wrap {
    position: absolute;
    top: 28px;
    right: -190px;
    width: 160px;
    z-index: 1;
} /* ¼öÁ¤ 190110 ¼¼Á¾ */
#container .rightbn_wrap .rbw_g1 {
    overflow: hidden;
}
#container .rightbn_wrap .rbw_g1 .bundle {
    float: left;
}
#container .rightbn_wrap .rbw_g1 .bundle + .bundle {
    margin-top: 10px;
}
#container .rightbn_wrap .rbw_g2 {
    overflow: hidden;
}
#container .rightbn_wrap .rbw_g1 + .rbw_g2 {
    margin-top: 50px;
} /* ¼öÁ¤ 190118 ¼¼Á¾ */
#container .rightbn_wrap .rbw_g2 .bundle {
    float: left;
}
#container .rightbn_wrap .rbw_g2 .bundle + .bundle {
    margin-top: 10px;
}
/* //±¤°í¿µ¿ª Ãß°¡ 181221 ¼¼Á¾ */
/* Ãß°¡ 191205 ¼¼Á¾ : ¼­ºñ½ºÀüÃ¼º¸±â */
#wrap .sallv_area {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 1024px;
}
#wrap .sallv_area h3 {
    overflow: hidden;
    height: 1px;
    font-size: 0;
}
#wrap .sallv_area h3:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #d7d7d7;
    font-size: 0;
    line-height: 0;
}
.pv_wrap + .sallv_area h3:before,
.pv_wrap + script + .sallv_area h3:before {
    display: none;
}
#wrap .sallv_area .sallv_group {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
#wrap .sallv_area .abox {
    position: relative;
    overflow: hidden;
    padding: 18px 0 28px;
}
#wrap .sallv_area .bbox {
    position: relative;
    overflow: hidden;
    border-top: 1px dashed #888;
}
#wrap .sallv_area .bbox .bbox1 {
    float: left;
    padding: 30px 0 34px;
    width: 670px;
}
#wrap .sallv_area .bbox .bbox2 {
    float: right;
    padding-top: 30px;
    width: 354px;
} /* ¼öÁ¤ 220530 ¼¼Á¾ */
#wrap .sallv_area .bbox .bbox2 .title {
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: -0.35px;
    color: #657bcd;
} /* Ãß°¡ 220530 ¼¼Á¾ */
#wrap .sallv_area .group00 {
    overflow: hidden;
}
#wrap .sallv_area .group00 .bundle {
    float: left;
    padding-left: 20px;
}
#wrap .sallv_area .group00 .bundle .group1 {
    overflow: hidden;
    line-height: 28px;
    letter-spacing: -0.35px;
}
#wrap .sallv_area .group00 .bundle .group1 dt {
    font-size: 14px;
}
#wrap .sallv_area .group00 .bundle .group1 dt a {
    color: #f54141;
} /* ¼öÁ¤ 181119 µ¿Çö */
#wrap .sallv_area .group00 .bundle .group1 dd {
    font-size: 13px;
}
#wrap .sallv_area .group00 .bundle .group1 dd a {
    color: #000;
}

#wrap .sallv_area .cbox .group00 {
    display: flex;
    justify-content: space-between;
    padding: 18px 40px 28px 20px;
}
#wrap .sallv_area .cbox .group00 .bundle {
    padding-left: 0;
}
#wrap .sallv_area .cbox .group00 .bundle .group1 dd.ty2 {
    float: left;
    width: 90px;
}
#wrap .sallv_area .cbox .group00 .bundle .group1 .ty2 + .ty2 {
    width: auto;
}

#wrap .sallv_area .group01 {
    overflow: hidden;
}
#wrap .sallv_area .group01 .bundle {
    float: left;
    padding-left: 15px;
}
#wrap .sallv_area .group01 .bundle .group1 {
    overflow: hidden;
    line-height: 28px;
    letter-spacing: -0.35px;
}
#wrap .sallv_area .group01 .bundle .group1 dt {
    font-size: 14px;
    color: #657bcd;
}
#wrap .sallv_area .group01 .bundle .group1 dt a {
    color: #657bcd;
}
#wrap .sallv_area .group01 .bundle .group1 dd {
    font-size: 13px;
}
#wrap .sallv_area .group01 .bundle .group1 dd a {
    color: #666;
}
#wrap .sallv_area .group02 {
    overflow: hidden;
}
#wrap .sallv_area h4 + .group02 {
    margin-top: 5px;
} /* Ãß°¡ 220530 ¼¼Á¾ */
#wrap .sallv_area .group02 .bundle {
    float: left;
}
#wrap .sallv_area .group02 .bundle + .bundle {
    margin-left: 24px;
}
#wrap .sallv_area .group02 .bundle .group1 {
    overflow: hidden;
}
#wrap .sallv_area .group02 .bundle .group1 dt {
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}
#wrap .sallv_area .group02 .bundle .group1 dd {
    overflow: hidden;
    width: 150px;
    height: 34px;
    background-image: url(../common/etc/bg_snstype2.gif);
} /* ¼öÁ¤ 250502 ¼¼Á¾ */
#wrap .sallv_area .group02 .bundle .group1 dd + dd {
    margin-top: 7px;
}
#wrap .sallv_area .group02 .bundle .group1 dd.fcb {
    background-position: 0 0;
}
#wrap .sallv_area .group02 .bundle .group1 dd.inst {
    background-position: 0 -34px;
} /* ¼öÁ¤ 220530 ¼¼Á¾ */
#wrap .sallv_area .group02 .bundle .group1 dd.twt {
    background-position: 0 -68px;
} /* ¼öÁ¤ 220530 ¼¼Á¾ */
#wrap .sallv_area .group02 .bundle .group1 dd.tt {
    background-position: 0 -102px;
} /* ¼öÁ¤ 220530 ¼¼Á¾ */
#wrap .sallv_area .group02 .bundle .group1 dd.npst {
    background-position: 0 bottom;
} /* ¼öÁ¤ 250502 ¼¼Á¾ */
#wrap .sallv_area .group02 .bundle .group1 dd.ytb {
    background-position: 0 -170px;
} /* ¼öÁ¤ 220530 ¼¼Á¾ */
#wrap .sallv_area .group02 .bundle .group1 dd.ytb2 {
    background-position: 0 -204px;
} /* ¼öÁ¤ 220530 ¼¼Á¾ */
#wrap .sallv_area .group02 .bundle .group1 dd.ytb3 {
    background-position: 0 -238px;
} /* ¼öÁ¤ 220530 ¼¼Á¾ */
#wrap .sallv_area .group02 .bundle .group1 dd.ytb4 {
    background-position: 0 -272px;
} /* ¼öÁ¤ 220530 ¼¼Á¾ */
#wrap .sallv_area .group02 .bundle .group1 dd.biz {
    background-position: 0 bottom;
} /* ¼öÁ¤ 220530 ¼¼Á¾ */
#wrap .sallv_area .group02 .bundle .group1 dd a {
    display: block;
    margin-left: 34px;
    height: 100%;
    font-size: 13px;
    line-height: 34px;
    letter-spacing: -0.35px;
    text-align: center;
    color: #666;
}
/* //Ãß°¡ 191205 ¼¼Á¾ : ¼­ºñ½ºÀüÃ¼º¸±â */
/* aside */
#aside {
    float: right;
    position: relative;
    width: 300px;
    min-height: 500px;
}
#aside.aside_photo {
    width: 300px;
    border: 0;
    border-top: 1px solid #d1d4dd;
}
#aside .asidebox {
    position: relative;
    border: 1px solid #e6e6e6;
}
#aside .asidebox.stockbox {
    background: #eee;
    border: 1px solid #ccc;
}
#aside .asidebox.stockbox .aside_bundle {
    border-top: 1px solid #ccc;
}
#aside .asidebox.stockbox .aside_bundle .astit a {
    color: #262626;
}
#aside .aside_bundle:first-child,
#aside .aside_bundle.nbt_line {
    border-top: none !important;
} /* »ó´Ü º¸´õ¶óÀÎ Á¦°Å */
#aside .asidebox2 {
}
#aside .asidebox2 .aside_bundle2 {
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
    border: 1px solid #e6e6e6;
}
#aside .asidebox2 .aside_bundle2 .lmtbox1 {
    margin: 0 19px 20px;
}
#aside .asidebox2 .aside_bundle2 .lmtbox2 {
    margin: 15px 19px 7px;
}
#aside .asidebox2 .aside_bundle2 .astit {
    overflow: hidden;
    height: 20px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 20px;
    color: #222;
}
#aside .asidebox2 .aside_bundle2 .astit a {
    float: left;
    padding-right: 11px;
    background: url(../bil/bl_arrow30.gif) no-repeat right 7px;
    color: #222;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#aside .asidebox2 .aside_bundle2 .pgcircle1 {
    position: absolute;
    height: 10px;
}
#aside .asidebox2 .aside_bundle2 .pgcircle1 a {
    display: inline-block;
    overflow: hidden;
    margin: 0 0px;
    width: 10px;
    height: 10px;
    background: url(../bil/bl_circle14_1.png) no-repeat 0 0;
    background-size: auto 10px;
    font-size: 0;
    vertical-align: top;
    line-height: 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#aside .asidebox2 .aside_bundle2 .pgcircle1 a + a {
    margin-left: 3px;
}
#aside .asidebox2 .aside_bundle2 .pgcircle1 a.on,
#aside .asidebox2 .aside_bundle2 .pgcircle1 a:hover,
#aside .asidebox2 .aside_bundle2 .pgcircle1 a:focus {
    background-position: right 0;
}
/* ¿ìÃø °øÅë */
#aside .aside_bundle {
    position: relative;
    border-top: 1px solid #e6e6e6;
}
#aside .aside_bundle .limit19 {
    padding-left: 19px;
    padding-right: 19px;
} /* ÁÂ¿ì¿©¹é */
#aside .aside_bundle .limit10 {
    padding-left: 10px;
    padding-right: 10px;
} /* ÁÂ¿ì¿©¹é */
#aside .aside_bundle .limit20 {
    padding-left: 20px;
    padding-right: 20px;
} /* ÁÂ¿ì¿©¹é */
#aside .aside_bundle .astit {
    overflow: hidden;
    font-size: 15px;
    letter-spacing: -0.6px;
    color: #f54141;
} /* Å¸ÀÌÆ² */ /* ¼öÁ¤ 181119 µ¿Çö */
#aside .aside_bundle .astit a {
    float: left;
    padding-right: 11px;
    background: url(../bil/bl_arrow30.gif) no-repeat right 7px;
    color: #f54141;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
/* ÅÇ */
#aside .aside_bundle .tabbox4 {
    overflow: hidden;
    height: 23px;
}
#aside .aside_bundle .tabbox4 li {
    float: left;
    overflow: hidden;
    width: 86px;
    border-left: 1px solid #d9d9d9;
}
#aside .aside_bundle .tabbox4 li:first-child {
    border-left: none;
}
#aside .aside_bundle .tabbox4 li.ty2 {
    width: 64px;
}
#aside .aside_bundle .tabbox4 li.ty2.last {
    width: 65px;
}
#aside .aside_bundle .tabbox4 li a {
    display: block;
    margin-left: -1px;
    height: 21px;
    font-size: 11px;
    text-align: center;
    line-height: 21px;
    letter-spacing: -0.5px;
    color: #666;
    border: 1px solid #d9d9d9;
    border-right: 0;
}
#aside .aside_bundle .tabbox4 li:first-child a {
    margin-left: 0;
}
#aside .aside_bundle .tabbox4 li.last a {
    border-right: 1px solid #d9d9d9;
}
#aside .aside_bundle .tabbox4 li a.on,
#aside .aside_bundle .tabbox4 li a:hover,
#aside .aside_bundle .tabbox4 li a:focus {
    background: #f54141;
    text-decoration: none;
    letter-spacing: 0;
    color: #fff !important;
    border-color: #f54141;
} /* ¼öÁ¤ 181119 µ¿Çö */

#aside .aside_bundle .tabbox5 {
    overflow: hidden;
    height: 23px;
}
#aside .aside_bundle .tabbox5 li {
    float: left;
    overflow: hidden;
    width: 50%;
}
#aside .aside_bundle .tabbox5 li a {
    display: block;
    height: 21px;
    font-size: 11px;
    text-align: center;
    line-height: 21px;
    letter-spacing: -0.5px;
    color: #666;
    border: 1px solid #d9d9d9;
}
#aside .aside_bundle .tabbox5 li a.on,
#aside .aside_bundle .tabbox5 li a:hover,
#aside .aside_bundle .tabbox5 li a:focus {
    background: #f54141;
    text-decoration: none;
    letter-spacing: 0;
    color: #fff !important;
    border-color: #f54141;
} /* ¼öÁ¤ 181119 µ¿Çö */

#aside .aside_bundle .tabbox6 {
    display: block;
    height: 21px;
    background: #fff;
    border: 1px solid #dedede;
}
#aside .aside_bundle .tabbox6 a {
    float: left;
    width: 50%;
    height: 21px;
    font-size: 11px;
    text-align: center;
    line-height: 21px;
    letter-spacing: -0.5px;
    text-decoration: none;
    color: #4c4c4c;
}
#aside .aside_bundle .tabbox6 a.on,
#aside .aside_bundle .tabbox6 a:hover,
#aside .aside_bundle .tabbox6 a:focus {
    position: relative;
    margin: -1px;
    background: #cfcfcf;
    border: 1px solid #c4c4c4;
}

#aside .aside_bundle .tabbox7 {
    overflow: hidden;
    height: 33px;
}
#aside .aside_bundle .tabbox7 li {
    float: left;
    overflow: hidden;
    width: 50%;
}
#aside .aside_bundle .tabbox7 li a {
    display: block;
    height: 33px;
    font-size: 13px;
    text-align: center;
    line-height: 33px;
    letter-spacing: -0.075em;
    color: #666;
    border: 1px solid #d4d4d5;
    box-sizing: border-box;
}
#aside .aside_bundle .tabbox7 li a.on,
#aside .aside_bundle .tabbox7 li a:hover {
    background: #f54141;
    text-decoration: none;
    letter-spacing: 0;
    color: #fff !important;
    border-color: #f54141;
    box-sizing: border-box;
}
#aside .aside_bundle .tabbox7 li a:focus {
    text-decoration: none;
}

/* ¸®½ºÆ® */
#aside .aside_bundle .aslist_t2 {
    overflow: hidden;
}
#aside .aside_bundle .aslist_t2 li {
    overflow: hidden;
    height: 27px;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 27px;
}
#aside .aside_bundle .aslist_t2 li a {
    color: #333;
}

#aside .aside_bundle .aslist_t3 {
    overflow: hidden;
}
#aside .aside_bundle .aslist_t3 li {
}
#aside .aside_bundle .aslist_t3 li + li {
    margin-top: 12px;
}
#aside .aside_bundle .aslist_t3 li a {
    display: flex;
    align-items: center;
    color: #333;
}
#aside .aside_bundle .aslist_t3 li a:hover,
#aside .aside_bundle .aslist_t3 li a:focus {
    text-decoration: none;
}
#aside .aside_bundle .aslist_t3 li .rank {
    display: block;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.075em;
    color: #ea3f3e;
}
#aside .aside_bundle .aslist_t3 li a:focus .rank {
    text-decoration: none;
}
#aside .aside_bundle .aslist_t3 li .subject {
    display: block;
    overflow: hidden;
    margin-left: 10px;
    max-height: 40px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.075em;
    color: #333;
}
#aside .aside_bundle .aslist_t3 li a:hover .subject,
#aside .aside_bundle .aslist_t3 li a:focus .subject {
    text-decoration: underline;
}

#aside .aside_bundle .aslist_t4 {
    overflow: hidden;
}
#aside .aside_bundle .aslist_t4 .bundle {
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    padding-left: 79px;
    height: 50px;
    background: #d9d9d9;
}
#aside .aside_bundle .aslist_t4 .bundle:first-child {
    margin-top: 0;
}
#aside .aside_bundle .aslist_t4 .bundle .thum {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 70px;
    height: 50px;
}
#aside .aside_bundle .aslist_t4 .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
#aside .aside_bundle .aslist_t4 .bundle .sort {
    display: block;
    margin-top: 9px;
    font-size: 11px;
    letter-spacing: -0.6px;
    color: #999;
}
#aside .aside_bundle .aslist_t4 .bundle .subject {
    display: block;
    overflow: hidden;
    margin-top: 1px;
    margin-right: 20px;
    font-size: 13px;
    letter-spacing: -0.6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

#aside .aside_bundle .aslist_p4 {
    overflow: hidden;
}
#aside .aside_bundle .aslist_p4 .bundle {
    overflow: hidden;
    position: relative;
    height: 84px;
}
#aside .aside_bundle .aslist_p4 .bundle .thum {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 125px;
    height: 84px;
}
#aside .aside_bundle .aslist_p4 .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
#aside .aside_bundle .aslist_p4 .bundle .con {
    overflow: hidden;
}
#aside .aside_bundle .aslist_p4 .bundle .thum + .con {
    margin-left: 134px;
}
#aside .aside_bundle .aslist_p4 .bundle .con .subject {
    display: block;
    overflow: hidden;
    margin-top: 4px;
    height: 37px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: -0.6px;
}
#aside .aside_bundle .aslist_p4 .bundle .con .subject a {
    color: #4c4c4c;
}
#aside .aside_bundle .aslist_p4 .bundle .con .txt {
    display: block;
    overflow: hidden;
    margin-top: 6px;
    padding-bottom: 2px;
    max-height: 32px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.6px;
    color: #8c8c8c;
}
#aside .aside_bundle .aslist_p4 .bundle .con .txt a {
    color: #8c8c8c;
}

#aside .aside_bundle .aslist_p6 {
    overflow: hidden;
}
#aside .aside_bundle .aslist_p6 .bundle {
    position: relative;
    height: 295px;
}
#aside .aside_bundle .aslist_p6 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #262626;
}
#aside .aside_bundle .aslist_p6 .thum {
    display: block;
    overflow: hidden;
    width: 260px;
    height: 260px;
}
#aside .aside_bundle .aslist_p6 .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
#aside .aside_bundle .aslist_p6 .subject {
    display: block;
    overflow: hidden;
    padding: 0 2px;
    height: 35px;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: -0.6px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#aside .aside_bundle .aslist_p7 {
    overflow: hidden;
}
#aside .aside_bundle .aslist_p7 .bundle {
    overflow: hidden;
    position: relative;
    height: 26px;
    line-height: 26px;
    color: #666;
}
#aside .aside_bundle .aslist_p7 .bundle .item {
    display: block;
    width: 130px;
    letter-spacing: 0.5px;
    color: #666;
} /* ¼öÁ¤ 200819 ¼¼Á¾ */
#aside .aside_bundle .aslist_p7 .bundle .su1 {
    position: absolute;
    top: 0;
    right: 70px;
    height: 100%;
    text-align: right;
}
#aside .aside_bundle .aslist_p7 .bundle .su2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    text-align: right;
}
#aside .aside_bundle .aslist_p7 .bundle .su2.up {
    background: url(../bil/ico_up9.gif) no-repeat 0 10px;
    color: #e42c2c;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#aside .aside_bundle .aslist_p7 .bundle .su2.upp {
    background: url(../bil/ico_up10.gif) no-repeat 0 9px;
    color: #e42c2c;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#aside .aside_bundle .aslist_p7 .bundle .su2.dn {
    background: url(../bil/ico_down10.gif) no-repeat 0 10px;
    color: #1872df;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */

#aside .aside_bundle .aslist_p10 {
    position: relative;
}
#aside .aside_bundle .aslist_p10 .bundle {
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    height: 64px;
}
#aside .aside_bundle .aslist_p10 .bundle:first-child {
    margin-top: 0;
}
#aside .aside_bundle .aslist_p10 .bundle .thum {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 64px;
}
#aside .aside_bundle .aslist_p10 .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
#aside .aside_bundle .aslist_p10 .bundle .con {
    margin-left: 112px;
    position: relative;
    float: left;
    height: 64px;
}
#aside .aside_bundle .aslist_p10 .bundle .con .tit {
    display: block;
    overflow: hidden;
    height: 40px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.6px;
    color: #4c4c4c;
}
#aside .aside_bundle .aslist_p10 .bundle .con .view {
    position: absolute;
    bottom: 6px;
    left: 0;
    color: #808080;
}
#aside .aside_bundle .aslist_p10 .bundle .con .view span {
    font-size: 0;
    line-height: 0;
    color: transparent;
}
#aside .aside_bundle .aslist_p10 .bundle .con .sort {
    position: absolute;
    bottom: 6px;
    right: 0;
}
#aside .aside_bundle .aslist_p10 .bundle .con .sort span {
    display: inline-block;
    width: 13px;
    height: 9px;
    background: url(../bil/btn_sort1.png) no-repeat 0 0;
    vertical-align: middle;
    text-indent: -9999px;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#aside .aside_bundle .aslist_p10 .bundle .con .sort.up {
    color: #f54141;
} /* ¼öÁ¤ 181119 µ¿Çö */
#aside .aside_bundle .aslist_p10 .bundle .con .sort.dw {
    color: #3d58a5;
}
#aside .aside_bundle .aslist_p10 .bundle .con .sort.new {
    color: #f54141;
} /* ¼öÁ¤ 181119 µ¿Çö */
#aside .aside_bundle .aslist_p10 .bundle .con .sort.up span {
    margin: 0 0 2px 4px;
    background-position: 0 0;
}
#aside .aside_bundle .aslist_p10 .bundle .con .sort.dw span {
    margin: 0 0 2px 4px;
    background-position: 0 -9px;
}
#aside .aside_bundle .aslist_p10 .bundle .con .sort.st span {
    margin-top: 3px;
    background-position: 0 -18px;
}
#aside .aside_bundle .aslist_p10 .bundle .con .sort.new span {
    width: auto;
    height: auto;
    background: none;
    vertical-align: top;
    text-indent: 0;
    letter-spacing: -0.2px;
}

#aside.aside2 {
    width: 316px;
}
#aside .asidebox3 {
    position: relative;
}
#aside.aside2 .aside_bundle {
    border-top: none;
}
#aside .aside_bundle .limit_left20 {
    padding-left: 20px;
}
#aside .aside_bundle .aslist_p11 {
}
#aside .aside_bundle .aslist_p11 .bundle {
}
#aside .aside_bundle .aslist_p11 .bundle + .bundle {
    margin-top: 16px;
}
#aside .aside_bundle .aslist_p11 .bundle a {
    display: block;
}
#aside .aside_bundle .aslist_p11 .bundle .flex_wrap1 {
    display: flex;
    justify-content: flex-start;
}
#aside .aside_bundle .aslist_p11 .bundle .thum {
    display: block;
    overflow: hidden;
    min-width: 100px;
    max-width: 100px;
    height: 70px;
}
#aside .aside_bundle .aslist_p11 .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
#aside .aside_bundle .aslist_p11 .bundle .thum + .con {
    margin-left: 16px;
}
#aside .aside_bundle .aslist_p11 .bundle .con {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#aside .aside_bundle .aslist_p11 .bundle .con .text {
    display: block;
    overflow: hidden;
    max-height: 32px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.075em;
    color: #666;
}
#aside .aside_bundle .aslist_p11 .bundle a:hover .con .text {
    text-decoration: underline;
}
#aside .aside_bundle .aslist_p11 .bundle .con .text + .subject {
    margin-top: 4px;
}
#aside .aside_bundle .aslist_p11 .bundle .con .subject {
    display: block;
    overflow: hidden;
    height: 40px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.075em;
    color: #000;
}
#aside .aside_bundle .aslist_p11 .bundle a:hover .con .subject {
    text-decoration: underline;
}

#aside .aside_bundle .aslist_p12 .bundle {
    position: relative;
}
#aside .aside_bundle .aslist_p12 .bundle + .bundle {
    margin-top: 20px;
}
#aside .aside_bundle .aslist_p12 .bundle .thum {
    display: block;
    position: relative;
    overflow: hidden;
    width: 296px;
    height: 130px;
}
#aside .aside_bundle .aslist_p12 .bundle .thum img {
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    min-height: 100%;
}
#aside .aside_bundle .aslist_p12 .bundle .con {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
#aside .aside_bundle .aslist_p12 .bundle .con .text {
    padding: 0 16px 16px;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.075em;
    color: #fff;
}
#aside .aside_bundle .aslist_p12 .bundle:hover .con .text {
    text-decoration: underline;
}

/* ½Ç½Ã°£ ±Þ»ó½Â ÅØ½ºÆ® */
#aside .time_txt1 {
    padding-left: 15px;
    padding-right: 14px;
    position: absolute;
    top: 0;
    right: 19px;
    width: 22px;
    height: 21px;
    font-size: 13px;
    line-height: 20px;
    background: url(../bil/ico_time2.png) no-repeat 0 3px;
    background-size: 13px 15px;
    text-align: right;
    color: #808080;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#aside .time_txt1:after {
    content: 'ÃÊ';
    position: absolute;
    top: 0;
    right: 0;
    height: 21px;
    line-height: 21px;
}
#aside .time_txt2 {
    margin-top: 11px;
    text-align: right;
    color: #808080;
}
/* »ó´Ü ºò¹è³Ê,ÇÑÁÙ±¤°í */
#container .banner_big {
    margin: -1px -1px 0;
}
#container .banner_big iframe {
    display: block;
    margin: 0 auto;
}
#container .banner_big .banner_roll {
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
}
#container .banner_big .banner_roll .limit {
    position: relative;
    padding: 3px 10px 5px;
    letter-spacing: -0.5px;
    line-height: 22px;
    color: #4c4c4c;
}
#container .banner_big .banner_roll a {
    display: block;
    overflow: hidden;
    color: #4c4c4c;
}
#container .banner_big .banner_roll ul {
    padding: 4px 19px 5px;
}
#container .banner_big .banner_roll ul li {
    overflow: hidden;
    padding: 0 0 0 5px;
    height: 16px;
    background: url(../bil/bl_square1.gif) no-repeat 0 7px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: -1px;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#container .banner_big .banner_roll ul li a {
    line-height: 16px;
    color: #495774;
}
/* ÆäÀÌÂ¡,´õº¸±â */
#aside .aside_bundle .more1 {
    position: absolute;
}
#aside .aside_bundle .more1 img {
    display: block;
}
#aside .aside_bundle .box_page {
    position: absolute;
    overflow: hidden;
    height: 16px;
    font-size: 11px;
    line-height: 16px;
    color: #808080;
}
#aside .aside_bundle .box_page .bar {
    padding: 0 3px;
}
#aside .aside_bundle .box_page strong {
    font-weight: normal;
    color: #ef2222;
}
#aside .aside_bundle .btn_page1 {
    position: absolute;
    overflow: hidden;
    width: 23px;
    height: 13px;
}
#aside .aside_bundle .btn_page1 button {
    position: absolute;
    top: 0;
    width: 12px;
    height: 13px;
}
#aside .aside_bundle .btn_page1 .prev {
    left: 0;
    background: url(../bil/btn_prev1.gif) no-repeat 0 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#aside .aside_bundle .btn_page1 .next {
    right: 0;
    background: url(../bil/btn_next1.gif) no-repeat right 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#aside .aside_bundle .btn_page2 {
    position: absolute;
    overflow: hidden;
    width: 34px;
    height: 16px;
}
#aside .aside_bundle .btn_page2 button {
    position: absolute;
    width: 16px;
    height: 16px;
}
#aside .aside_bundle .btn_page2 .prev {
    left: 0;
    background: url(../bil/btn_prev5.png) no-repeat 0 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#aside .aside_bundle .btn_page2 .next {
    right: 0;
    background: url(../bil/btn_next5.png) no-repeat right 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
/* Á¾¸ñ°Ë»ö */
#aside .item_search {
    position: relative;
    height: 24px;
}
#aside .item_search input[type='text'] {
    display: block;
    padding: 0 10px;
    width: 237px;
    height: 22px;
    line-height: 22px;
    letter-spacing: -0.4px;
    color: #666;
    border: 1px solid #ccc;
}
#aside .item_search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 24px;
    background: url(../common/button/btn_search6.gif) no-repeat 0 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#aside .item_search .item_layer {
    position: absolute;
    top: 23px;
    left: 0;
    right: 0;
    overflow-y: auto;
    max-height: 510px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 2;
}
#aside .item_search .item_layer .group {
    overflow: hidden;
}
#aside .item_search .item_layer .group .bundle {
    overflow: hidden;
    height: 22px;
}
#aside .item_search .item_layer .group .bundle a {
    display: block;
    overflow: hidden;
    padding-left: 10px;
    height: 100%;
    line-height: 22px;
    letter-spacing: -0.4px;
    text-decoration: none;
    color: #333;
}
#aside .item_search .item_layer .group .bundle a:hover,
#aside .item_search .item_layer .group .bundle a:focus {
    background: #efefef;
}
/* MY½ºÅå ·Î±×ÀÎ/°ü½ÉÁ¾¸ñ ¼³Á¤ */
#aside .mystock_loginsetting {
    overflow: hidden;
    height: 87px;
}
#aside .mystock_loginsetting .txt {
    display: block;
    line-height: 17px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #666;
}
#aside .mystock_loginsetting .txt em {
    font-style: normal;
    color: #3d58a5;
}
#aside .mystock_loginsetting .btn {
    display: block;
    text-align: center;
}
#aside .favorite_stocks.lgn_nonestock {
    position: relative;
    padding-top: 15px;
    height: 70px;
    line-height: 17px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #666;
} /* Ãß°¡ 200811 ¼¼Á¾ */
#aside .favorite_stocks.lgn_nonestock a {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
} /* Ãß°¡ 200811 ¼¼Á¾ */
/* ²Ü»§ */
#aside .asidebox2 .aside_kkulbbang {
    position: relative;
    overflow: hidden;
    height: 264px;
    background: #000;
}
#aside .asidebox2 .aside_kkulbbang h4 {
    position: absolute;
    top: 21px;
    left: 22px;
}
#aside .asidebox2 .aside_kkulbbang .groupbox {
    overflow: hidden;
    height: 100%;
}
#aside .asidebox2 .aside_kkulbbang .group {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#aside .asidebox2 .aside_kkulbbang .group .bundle {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#aside .asidebox2 .aside_kkulbbang .group .bundle a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
#aside .asidebox2 .aside_kkulbbang .group .bundle .thum {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 217px;
}
#aside .asidebox2 .aside_kkulbbang .group .bundle .thum:after {
    content: ' ';
    position: absolute;
    top: 80px;
    left: 136px;
    width: 35px;
    height: 35px;
    background: url(../common/etc/icon_vodPlay2.png) no-repeat 0 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#aside .asidebox2 .aside_kkulbbang .group .bundle .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
#aside .asidebox2 .aside_kkulbbang .group .bundle .subject {
    display: block;
    overflow: hidden;
    margin: 0 20px;
    height: 47px;
    font-size: 14px;
    font-weight: normal;
    line-height: 59px;
    letter-spacing: -0.5px;
}
#aside .asidebox2 .aside_kkulbbang .pgcircle {
    position: absolute;
    bottom: 31px;
    left: 0;
    right: 0;
    height: 10px;
    text-align: center;
}
#aside .asidebox2 .aside_kkulbbang .pgcircle a {
    display: inline-block;
    overflow: hidden;
    margin: 0 0px;
    width: 10px;
    height: 10px;
    background: url(../bil/bl_circle14_1.png) no-repeat 0 0;
    background-size: auto 10px;
    font-size: 0;
    vertical-align: top;
    line-height: 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#aside .asidebox2 .aside_kkulbbang .pgcircle a + a {
    margin-left: 7px;
}
#aside .asidebox2 .aside_kkulbbang .pgcircle a.on,
#aside .asidebox2 .aside_kkulbbang .pgcircle a:hover,
#aside .asidebox2 .aside_kkulbbang .pgcircle a:focus {
    background-position: right 0;
}
/* ²ÜÆÁ¹é¼­ */
#aside .asidebox2 .aside_bundle2 .plist1 {
    overflow: hidden;
    position: relative;
}
#aside .asidebox2 .aside_bundle2 .plist1 .group {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#aside .asidebox2 .aside_bundle2 .plist1 .group .bundle {
    float: left;
    width: 100%;
    height: 100%;
}
#aside .asidebox2 .aside_bundle2 .plist1 a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    letter-spacing: -0.3px;
    color: #4c4c4c;
}
#aside .asidebox2 .aside_bundle2 .plist1 .thum {
    display: block;
    overflow: hidden;
    width: 260px;
    height: 199px;
}
#aside .asidebox2 .aside_bundle2 .plist1 .thum img {
    display: block;
    width: 100%;
    min-height: 100%;
}
#aside .asidebox2 .aside_bundle2 .plist1 .subject {
    display: block;
    margin: 6px 0 -1px;
    height: 20px;
    font-weight: normal;
}
/* ÀÌ¹ÌÁö·Î º¸´Â ´º½º */
#aside .asidebox2 .aside_bundle2 .plist2 {
    position: relative;
}
#aside .asidebox2 .aside_bundle2 .plist2 .group {
    overflow: hidden;
    width: 100%;
    height: 285px;
}
#aside .asidebox2 .aside_bundle2 .plist2 .group .bundle {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#aside .asidebox2 .aside_bundle2 .plist2 .group .bundle a {
    display: block;
    width: 100%;
    height: 100%;
}
#aside .asidebox2 .aside_bundle2 .plist2 .group .bundle img {
    display: block;
    width: 100%;
    min-height: 100%;
}
#aside .asidebox2 .aside_bundle2 .plist2 button {
    position: absolute;
    top: 116px;
    width: 33px;
    height: 40px;
    background: url(../common/button/btn_pnbtn7.png) no-repeat;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#aside .asidebox2 .aside_bundle2 .plist2 button.prev {
    left: -19px;
    background-position: 0 0;
}
#aside .asidebox2 .aside_bundle2 .plist2 button.next {
    right: -19px;
    background-position: right bottom;
}
/* ¿À´ÃÀÇ ³¯¾¾ */ /* ¼öÁ¤ 190122 ¼¼Á¾ */
#aside .asidebox2 .aside_bundle2 .aside_weather {
    position: relative;
    overflow: hidden;
    height: 76px;
}
#aside .asidebox2 .aside_bundle2 .aside_weather .date {
    position: absolute;
    top: 1px;
    left: 85px;
    font-size: 13px;
    letter-spacing: -0.4px;
    color: #1a1a1a;
}
#aside .asidebox2 .aside_bundle2 .aside_weather dl {
    position: relative;
    height: 64px;
}
#aside .asidebox2 .aside_bundle2 .aside_weather dl dt {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #3d58a5;
}
#aside .asidebox2 .aside_bundle2 .aside_weather dl dt a {
    color: #3d58a5;
}
#aside .asidebox2 .aside_bundle2 .aside_weather dl dd {
    padding-top: 24px;
}
#aside .asidebox2 .aside_bundle2 .aside_weather dl dd.sky {
    background: url(../common/etc/icon_weatherSky1.png) no-repeat right 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
/* #aside .asidebox2 .aside_bundle2 .aside_weather dl dd.dust {background:url(//menu.mt.co.kr/common/etc/icon_weatherDust1.png) no-repeat 191px 0;} */
#aside .asidebox2 .aside_bundle2 .aside_weather dl dd .subject {
    display: table;
    width: 190px;
    height: 40px;
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: -0.3px;
}
#aside .asidebox2 .aside_bundle2 .aside_weather dl dd .subject a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #4c4c4c;
}
/* ¿À´ÃÀÇ ¿î¼¼ */
#aside .asidebox2 .aside_fortune {
    overflow: hidden;
    padding: 0 18px;
    height: 100px;
    background: url(../common/etc/bg_asideFortune1.gif) no-repeat right 0;
} /* ¼öÁ¤ 250502 ¼¼Á¾ : »ó´ë°æ·Î ¼³Á¤ */
#aside .asidebox2 .aside_fortune h4 {
    overflow: hidden;
    margin-top: 14px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #f6dc4d;
}
#aside .asidebox2 .aside_fortune h4 a {
    color: #f6dc4d;
}
#aside .asidebox2 .aside_fortune .subject {
    display: block;
    margin-top: 6px;
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: -0.4px;
    color: #fff;
}
#aside .asidebox2 .aside_fortune .subject a {
    color: #fff;
}
