@charset "UTF-8"; /* common */
input[type="text"], input[type="password"], button {
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

pre {
    font-family: inherit;
}

button {
    border: none;
}

.view-box {
    padding: 50px 0;
    border-top: 1px dashed #d8d8d8;
    border-bottom: 1px dashed #d8d8d8;
}

.view-btn-box {
    padding: 0 0 25px;
}

.view-btn-box a {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 8px 20px;
    border: 1px solid #d8d8d8;
    font-size: 15px;
    line-height: 20px;
}

.view-btn-box a:last-of-type {
    margin: 0;
}

.article-chk {
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 5;
}

.b-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    /*text-align:center;*/
}

/* view ÆäÀÌÁö max-width ¼³Á¤¿ë */
.b-hide {
    display: none;
}

.b-h4-tit01 {
    padding: 0 0 15px 0;
    font-size: 22px;
    line-height: 30px;
}

.b-h5-tit01 {
    margin: 0 0 35px;
    padding: 10px 0;
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
}

.b-h5-tit02 {
    padding: 0 0 10px 0;
    font-size: 14px;
    line-height: 19px;
}

.b-con-p {
    padding: 0 0 30px;
    font-size: 17px;
    line-height: 30px;
}

.center {
    text-align: center !important;
}

/* button */
button {
    cursor: pointer;
}

.b-btn-wrap {
    padding: 60px 0 0;
    text-align: right;
}

.b-btn-wrap.center {
    text-align: center;
}

.b-btn-wrap.left {
    text-align: left;
}

.b-btn-wrap > li {
    display: inline-block;
}

.b-btn-wrap a, .b-btn-wrap button {
    margin: 0 0 10px 10px;
    line-height: 1;
}

.b-btn-menu {
    float: right;
    padding: 3.5px 15px 5px;
    border: 1px solid #dedede;
    border-radius: 3px;
    font-size: 15px;
    color: #666;
}

.b-btn-wrap a:first-child, .b-btn-wrap button:first-child {
    margin: 0;
}

.b-btn-type01 {
    display: inline-block;
    padding: 12px 35px;
    border: 1px solid #333;
    font-size: 18px;
    line-height: 1;
    box-sizing: border-box;
    text-align: center;
}

.b-btn-type01:hover {
    border-color: #2e8bcb;
    background-color: #2e8bcb;
    color: #fff;
}

.b-btn-type02 {
    display: inline-block;
    padding: 8px;
    border: 1px solid #ccc;
    font-size: 15px;
    line-height: 1;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}

.b-btn-type02:hover {
    border-color: #2e8bcb;
    background-color: #2e8bcb;
    color: #fff;
}

/* button common */
.b-btn01 ul li button {
    background: none;
    cursor: pointer;
}

.b-btn01 ul li .b-btn-c-gray {
    background-color: #ebebeb;
    border-color: #959595;
    color: #5c5c5c;
}

/* .b-btn01 type00 */
.b-btn01.type00 ul {
    padding: 80px 0;
    text-align: left;
}

.b-btn01.type00 ul li {
    display: inline-block;
    margin: 0 0 5px 4px;
    vertical-align: top;
}

.b-btn01.type00 ul li a, .b-btn01.type00 ul li button {
    display: block;
    padding: 12px 35px;
    border: 1px solid #333;
    font-size: 18px;
    color: #333;
}

.b-btn01.type00 ul li a.active, .b-btn01.type00 ul li button.active {
    border-color: #2e8bcb;
    background-color: #2e8bcb;
    color: #fff;
}

.b-btn01.type00 ul li a:hover {
    border-color: #2e8bcb;
    background-color: #2e8bcb;
    color: #fff;
}

/* .b-btn01 type01 */
.b-btn01.type01 .btn-wrap {
    padding: 80px 0;
    text-align: right;
}

.b-btn01.type01 ul li {
    display: inline-block;
    margin: 0 0 5px 4px;
    vertical-align: top;
}

.b-btn01.type01 ul li a, .b-btn01.type01 ul li button {
    display: block;
    padding: 12px 35px;
    border: 1px solid #333;
    font-size: 18px;
    color: #333;
}

.b-btn01.type01 ul li a.active, .b-btn01.type01 ul li button.active {
    border-color: #2e8bcb;
    background-color: #2e8bcb;
    color: #fff;
}

.b-btn01.type01 ul li a:hover {
    border-color: #2e8bcb;
    background-color: #2e8bcb;
    color: #fff
}

/* .b-btn01 type02 */
.b-btn01.type02 .btn-wrap {
    padding: 30px 0 0 0;
    text-align: right;
}

.b-btn01.type02 ul li {
    display: block;
    margin: 0 0 16px 0;
    vertical-align: top;
}

.b-btn01.type02 ul li:last-of-type {
    margin: 0;
}

.b-btn01.type02 ul li a, .b-btn01.type02 ul li button {
    display: block;
    text-align: center;
    padding: 11px 16px;
    border: 1px solid rgba(0,0,0,0.3);
    font-size: 15px;
    color: #000;
}

.b-btn01.type02 ul li a.active, .b-btn01.type02 ul li button.active {
    background-color: #5a6f8a;
    color: #fff
}

.b-btn01.type02 ul li a:hover {
    background-color: #5a6f8a;
    color: #fff
}

/* .b-btn01 type03 */
.b-btn01.type03 ul {
    padding: 30px 0 0 0;
    text-align: right;
}

.b-btn01.type03 ul li {
    display: inline-block;
    margin: 0 0 5px 4px;
    vertical-align: top;
}

.b-btn01.type03 ul li a, .b-btn01.type03 ul li button {
    display: block;
    padding: 11px 16px;
    border: 1px solid #fff;
    font-size: 15px;
    color: #fff;
}

.b-btn01.type03 ul li a.active, .b-btn01.type03 ul li button.active {
    border-color: #2e8bcb;
    background-color: #2e8bcb;
    color: #fff;
}

.b-btn01.type03 ul li a:hover {
    border-color: #2e8bcb;
    background-color: #2e8bcb;
    color: #fff;
}

/* .b-btn01 type04 */
.b-btn01.type04 ul {
    padding: 30px 0 0 0;
    text-align: right;
}

.b-btn01.type04 ul li {
    display: inline-block;
    margin: 0 0 5px 4px;
    vertical-align: top;
}

.b-btn01.type04 ul li a, .b-btn01.type04 ul li button {
    display: block;
    padding: 15px 0px 13px 0;
    border: 1px solid #cdcdcd;
    font-size: 15px;
    color: #333;
    border-radius: 5px;
    min-width: 120px;
    display: block;
    text-align: center;
}

.b-btn01.type04 ul li a.active, .b-btn01.type04 ul li button.active {
    background-color: #b476b9;
    color: #fff
}

.b-btn01.type04 ul li a:hover {
    background-color: #b476b9;
    color: #fff
}

/* .b-btn01 type05 */
.b-btn01.type05 ul {
    padding: 30px 0 0 0;
    text-align: right;
}

.b-btn01.type05 ul li {
    display: inline-block;
    margin: 0 0 5px 4px;
    vertical-align: top;
}

.b-btn01.type05 ul li a, .b-btn01.type05 ul li button {
    display: block;
    padding: 15px 15px 13px 15px;
    border: 1px solid #000000;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #000;
}

.b-btn01.type05 ul li a.active, .b-btn01.type05 ul li button.active {
    background-color: #000;
    color: #fff;
}

.b-btn01.type05 ul li a:hover {
    background-color: #000;
    color: #fff;
}

/* checkbox, radio - ÀÏ¹Ý write ÆäÀÌÁö¿Í °³ÀÎÁ¤º¸Ã³¸®¹æÄ§ µî¿¡¼­ °øÅëÀ¸·Î »ç¿ëÇÏ±â À§¿¡ ¾Õ Å¬·¡½º¸¦ type0nÀ¸·Î ÁöÁ¤*/
.type01 .b-radio {
    display: none;
}

.type01 .b-radio + label {
    display: inline-block;
    position: relative;
    margin-right: 30px;
    padding-left: 30px;
    font-weight: 400;
    cursor: pointer;
}

.type01 .b-radio + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 0 0 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #959595;
    background-color: #ebebeb;
    font-size: 13px;
    border-radius: 24px;
    box-sizing: border-box;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.type01 .b-radio:checked + label:before {
    background-color: #fff;
}

.type01 .b-radio:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 7px;
    height: 7px;
    background-color: #095d3b;
    border-radius: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.type01 .b-chk {
    display: none;
}

.type01 .b-chk + label {
    display: inline-block;
    position: relative;
    margin: 0 23px 0 0;
    padding: 0 0 0 34px;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    vertical-align: middle;
    cursor: pointer;
}

.type01 .b-chk + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 27px;
    border: 1px solid #959595;
    box-sizing: border-box;
}

.type01 .b-chk:checked + label:before {
    background: url(/_res/klmc/_share/img/board/ico-check01.png) no-repeat 50% 50%;
}

.type02 .b-radio {
    display: none;
}

.type02 .b-radio + label {
    display: inline-block;
    position: relative;
    margin-right: 30px;
    padding-left: 30px;
    font-weight: 400;
    cursor: pointer;
}

.type02 .b-radio + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 0 0 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #959595;
    background-color: #ebebeb;
    font-size: 13px;
    border-radius: 24px;
    box-sizing: border-box;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.type02 .b-radio:checked + label:before {
    background-color: #fff;
}

.type02 .b-radio:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 7px;
    height: 7px;
    background-color: #124e87;
    border-radius: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.type02 .b-chk {
    display: none;
}

.type02 .b-chk + label {
    display: inline-block;
    position: relative;
    margin: 0 23px 0 0;
    padding: 0 0 0 34px;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    vertical-align: middle;
    cursor: pointer;
}

.type02 .b-chk + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 27px;
    border: 1px solid #959595;
    border-radius: 5px;
    box-sizing: border-box;
}

.type02 .b-chk:checked + label:before {
    background: url(/_res/klmc/_share/img/board/ico-check02.png) no-repeat 50% 50%;
}

.type03 .b-radio {
    display: none;
}

.type03 .b-radio + label {
    display: inline-block;
    position: relative;
    margin-right: 30px;
    padding-left: 30px;
    font-weight: 400;
    cursor: pointer;
}

.type03 .b-radio + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 0 0 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #959595;
    background-color: #ebebeb;
    font-size: 13px;
    border-radius: 24px;
    box-sizing: border-box;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.type03 .b-radio:checked + label:before {
    background-color: #fff;
}

.type03 .b-radio:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 7px;
    height: 7px;
    background-color: #333;
    border-radius: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.type03 .b-chk {
    display: none;
}

.type03 .b-chk + label {
    display: inline-block;
    position: relative;
    margin: 0 23px 0 0;
    padding: 0 0 0 34px;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    vertical-align: middle;
    cursor: pointer;
}

.type03 .b-chk + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 27px;
    border: 1px solid #959595;
    border-radius: 5px;
    box-sizing: border-box;
}

.type03 .b-chk:checked + label:before {
    background: url(/_res/klmc/_share/img/board/ico-check03.png) no-repeat 50% 50%;
}

/* °³ÀÎÁ¤º¸µ¿ÀÇ */
.b-privacy-box.type01 {
    margin: 30px 0 0 0;
}

.b-privacy-box.type01 .b-border-box {
    padding: 20px;
    border: 1px solid #d3d9dd;
}

.b-privacy-box.type01 .b-border-box .b-privacy-title {
    font-weight: 500;
}

.b-privacy-box.type01 .b-border-box > ol > li {
    padding: 0 0 10px 0;
}

.b-privacy-box.type01 .b-border-box > ol > li:last-of-type {
    padding: 0;
}

.b-privacy-box.type01 .b-privacy-chk-box {
    padding: 20px 0 0 0;
}

.b-privacy-box.type02 {
    margin: 30px 0 0 0;
}

.b-privacy-box.type02 .b-border-box {
    padding: 20px;
    border: 1px solid #d3d9dd;
}

.b-privacy-box.type02 .b-border-box .b-privacy-title {
    font-weight: 500;
}

.b-privacy-box.type02 .b-border-box > ol > li {
    padding: 0 0 10px 0;
}

.b-privacy-box.type02 .b-border-box > ol > li:last-of-type {
    padding: 0;
}

.b-privacy-box.type02 .b-privacy-chk-box {
    padding: 20px 0 0 0;
}

.b-privacy-box.type03 {
    margin: 30px 0 0 0;
}

.b-privacy-box.type03 .b-border-box {
    padding: 20px;
    border: 1px solid #d3d9dd;
}

.b-privacy-box.type03 .b-border-box .b-privacy-title {
    font-weight: 500;
}

.b-privacy-box.type03 .b-border-box > ol > li {
    padding: 0 0 10px 0;
}

.b-privacy-box.type03 .b-border-box > ol > li:last-of-type {
    padding: 0;
}

.b-privacy-box.type03 .b-privacy-chk-box {
    padding: 20px 0 0 0;
}

/* °Ë»ö¿µ¿ª 01 */
.bn-search01.type01 .b-search-wrap {
    margin: 0 0 55px 0;
}

.bn-search01.type01 .b-search-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.bn-search01.type01 .b-search-box {
    display: table;
    float: left;
    width: calc(100% - 165px);
    table-layout: fixed;
}

.bn-search01.type01 .b-search-wrap .b-search-input-box {
    display: table-cell;
    width: 65.5%;
    vertical-align: middle;
}

.bn-search01.type01 .b-search-wrap .b-search-input-box input::-webkit-input-placeholder {
    color: #939598;
}

.bn-search01.type01 .b-search-wrap .b-search-input-box input::-ms-input-placeholder {
    color: #939598;
}

.bn-search01.type01 .b-search-wrap .b-search-input-box input::placeholder {
    color: #939598;
}

.bn-search01.type01 .b-sel-box {
    float: left;
    position: relative;
    margin: 0 5px 15px 0;
    width: 145px;
    text-align: left;
    vertical-align: middle;
}

.bn-search01.type01 .b-sel-box ul {
    display: none;
    position: absolute;
    width: 100%;
}

.bn-search01.type01 .b-sel-box ul.on {
    display: block
}

.bn-search01.type01 .b-sel-title {
    display: block;
    padding: 21px 40px 20px 15px;
    width: 100%;
    border: 1px solid #333;
    background: url(/_res/klmc/_share/img/board/btn-sel-open01.png) no-repeat center right 20px;
    font-size: 18px;
    color: #333;
    font-weight: 300;
    box-sizing: border-box;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.bn-search01.type01 .b-sel-box ul li {
    width: 100%;
    height: 100%;
    border: 1px solid #333;
    border-top: none;
    background: #eff6f9;
    font-weight: 300;
    box-sizing: border-box;
    font-size: 15px;
    color: #333;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.bn-search01.type01 .b-sel-box ul li a {
    display: block;
    padding: 13px 15px;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #333;
    box-sizing: border-box;
}

.bn-search01.type01 .b-select-box {
    float: left;
    width: 165px;
}

.bn-search01.type01 .b-select-box select {
    padding: 10px 40px 10px 20px;
    width: calc(100% - 10px);
    height: 70px;
    background: url(/_res/klmc/_share/img/board/btn-sel-open01.png) no-repeat center right 20px;
    border: 1px solid #333;
    border-radius: 0;
    font-size: 18px;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bn-search01.type01 .b-cate01 {
    display: none;
}

.bn-search01.type01 .b-cate02 {
    display: none;
}

.bn-search01.type01 input {
    display: inline-block;
    margin: 0 -4px 0 0;
    padding: 20px 25px 19px;
    width: calc(100% - 70px);
    border: 1px solid #333;
    background: none;
    font-weight: 300;
    font-size: 20px;
    color: #333;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bn-search01.type01 .b-sel-btn {
    width: 70px;
    padding: 23px 10px;
    border: 1px solid #333;
    border-left: none;
    background: url(/_res/klmc/_share/img/board/btn-search02.png) no-repeat center center;
    font-size: 15px;
    box-sizing: border-box;
    vertical-align: middle;
    text-indent: -9999px;
    cursor: pointer;
}

.bn-search01.type01 .b-sel-label span {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.bn-search01.type02 .b-search-wrap {
    margin: 0 0 20px 0;
    text-align: right;
}

.bn-search01.type02 .b-sel-box {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 145px;
    text-align: left;
    vertical-align: middle;
}

.bn-search01.type02 .b-sel-box ul {
    display: none;
    position: absolute;
    width: 100%;
}

.bn-search01.type02 .b-sel-box ul.on {
    display: block
}

.bn-search01.type02 .b-sel-title {
    display: block;
    padding: 13px 11px;
    font-weight: 300;
    width: 100%;
    border: 1px solid #d0d0d0;
    background: #fff url(/_res/klmc/_share/img/board/btn-bg-sel.gif) no-repeat right 12px center;
    font-size: 15px;
    color: #666;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.bn-search01.type02 .b-sel-box ul li {
    width: 100%;
    height: 100%;
    border: 1px solid #d0d0d0;
    border-top: none;
    background-color: #fff;
    font-weight: 300;
    box-sizing: border-box;
    font-size: 15px;
    color: #666;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 5px;
    ;}

.bn-search01.type02 .b-sel-box ul li a {
    display: block;
    padding: 13px 10px;
    width: 100%;
    height: 100%;
    color: #666;
    box-sizing: border-box;
}

.bn-search01.type02 .b-cate01 {
    float: left;
}

.bn-search01.type02 .b-cate02 {
    display: none;
}

.bn-search01.type02 input {
    display: inline-block;
    margin: 0;
    padding: 13px 10px 12px;
    width: 40%;
    border: 1px solid #d0d0d0;
    font-weight: 300;
    font-size: 15px;
    color: #666;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
}

.bn-search01.type02 .b-sel-btn {
    width: 90px;
    padding: 14px 10px;
    border: none;
    background-color: #083a62;
    font-size: 15px;
    color: #fff;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 5px;
}

.bn-search01.type02 .b-sel-label span {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.bn-search01.type03 .b-search-wrap {
    margin: 0 0 20px 0;
    text-align: right;
}

.bn-search01.type03 .b-sel-box {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 145px;
    text-align: left;
    vertical-align: middle;
}

.bn-search01.type03 .b-sel-box ul {
    display: none;
    position: absolute;
    width: 100%;
}

.bn-search01.type03 .b-sel-box ul.on {
    display: block
}

.bn-search01.type03 .b-sel-title {
    display: block;
    padding: 13px 11px;
    font-weight: 300;
    width: 100%;
    border: 1px solid #d0d0d0;
    background: #fff url(/_res/klmc/_share/img/board/btn-bg-sel.gif) no-repeat right 12px center;
    font-size: 15px;
    color: #666;
    box-sizing: border-box;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.bn-search01.type03 .b-sel-box ul li {
    width: 100%;
    height: 100%;
    border: 1px solid #d0d0d0;
    border-top: none;
    background-color: #fff;
    font-weight: 300;
    box-sizing: border-box;
    font-size: 15px;
    color: #666;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.bn-search01.type03 .b-sel-box ul li a {
    display: block;
    padding: 13px 10px;
    width: 100%;
    height: 100%;
    color: #666;
    box-sizing: border-box;
}

.bn-search01.type03 .b-cate01 {
    display: none;
}

.bn-search01.type03 .b-cate02 {
    display: none;
}

.bn-search01.type03 input {
    display: inline-block;
    margin: 0;
    padding: 13px 10px 12px;
    width: 40%;
    border: 1px solid #d0d0d0;
    font-weight: 300;
    font-size: 15px;
    color: #666;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bn-search01.type03 .b-sel-btn {
    width: 90px;
    padding: 14px 10px;
    border: none;
    background-color: #5a6f8a;
    font-size: 15px;
    color: #fff;
    box-sizing: border-box;
    vertical-align: middle;
}

.bn-search01.type03 .b-sel-label span {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.bn-search01.type04 .b-search-wrap {
    margin: 0 0 20px 0;
    text-align: right;
}

.bn-search01.type04 .b-sel-box {
    display: inline-block;
    margin: 0 -4px 0 0;
    position: relative;
    z-index: 1;
    width: 145px;
    text-align: left;
    vertical-align: middle;
}

.bn-search01.type04 .b-sel-box ul {
    display: none;
    position: absolute;
    width: 100%;
}

.bn-search01.type04 .b-sel-box ul.on {
    display: block
}

.bn-search01.type04 .b-sel-title {
    display: block;
    line-height: 22px;
    padding: 11px 24px 10px 10px;
    border: 1px solid #d8d8d8;
    background: #fff url(/_res/klmc/_share/img/board/btn-bg-sel.gif) no-repeat right 12px center;
    font-weight: 400;
    font-size: 16px;
    color: #555;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    box-sizing: border-box;
    vertical-align: middle;
}

.bn-search01.type04 .b-sel-box ul li {
    width: 100%;
    height: 100%;
    border: 1px solid #d0d0d0;
    border-top: none;
    background-color: #fff;
    font-weight: 300;
    box-sizing: border-box;
    color: #666;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 5px;
    ;}

.bn-search01.type04 .b-sel-box ul li a {
    display: block;
    padding: 10px;
    width: 100%;
    height: 100%;
    color: #666;
    box-sizing: border-box;
}

.bn-search01.type04 .b-cate01 {
    display: none;
}

.bn-search01.type04 .b-cate02 {
    display: none;
}

.bn-search01.type04 input {
    display: inline-block;
    margin: 0 -4px 0 0;
    padding: 12px 10px 12px 10px;
    width: 350px;
    border: 1px solid #d8d8d8;
    border-left: none;
    border-right: none;
    font-weight: 300;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.bn-search01.type04 .b-sel-btn {
    position: relative;
    top: 0px;
    right: 0;
    width: 45px;
    height: 45px;
    border: none;
    background: url(/_res/klmc/_share/img/board/btn-search.gif) no-repeat 0 0;
    vertical-align: top;
    cursor: pointer;
}

.bn-search01.type04 .b-sel-btn span {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.bn-search01.type04 .b-sel-label span {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.bn-search01.type05 .b-search-wrap {
    margin: 0 0 20px 0;
    text-align: right;
}

.bn-search01.type05 .b-sel-box {
    display: inline-block;
    margin: 0 -6px 0 0;
    position: relative;
    z-index: 1;
    width: 145px;
    text-align: left;
    vertical-align: middle;
}

.bn-search01.type05 .b-sel-box ul {
    display: none;
    position: absolute;
    width: 100%;
}

.bn-search01.type05 .b-sel-box ul.on {
    display: block
}

.bn-search01.type05 .b-sel-title {
    display: block;
    line-height: 22px;
    padding: 11px 24px 10px 10px;
    border: 1px solid #d8d8d8;
    background: #fff url(/_res/klmc/_share/img/board/btn-bg-sel.gif) no-repeat right 12px center;
    font-weight: 400;
    font-size: 16px;
    color: #555;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    box-sizing: border-box;
    vertical-align: middle;
}

.bn-search01.type05 .b-sel-box ul li {
    width: 100%;
    height: 100%;
    border: 1px solid #d0d0d0;
    border-top: none;
    background-color: #fff;
    font-weight: 300;
    box-sizing: border-box;
    color: #666;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 5px;
    ;}

.bn-search01.type05 .b-sel-box ul li a {
    display: block;
    padding: 10px;
    width: 100%;
    height: 100%;
    color: #666;
    box-sizing: border-box;
}

.bn-search01.type05 .b-cate01 {
    display: inline-block;
}

.bn-search01.type05 .b-cate02 {
    display: inline-block;
}

.bn-search01.type05 input {
    display: inline-block;
    margin: 0 -4px 0 0;
    padding: 12px 10px 12px 10px;
    width: 350px;
    border: 1px solid #d8d8d8;
    border-left: none;
    border-right: none;
    font-weight: 300;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.bn-search01.type05 .b-sel-btn {
    position: relative;
    top: 0px;
    right: 0;
    width: 45px;
    height: 45px;
    border: none;
    background: url(/_res/klmc/_share/img/board/btn-search.gif) no-repeat 0 0;
    vertical-align: top;
    cursor: pointer;
}

.bn-search01.type05 .b-sel-btn span {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.bn-search01.type05 .b-sel-label span {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.bn-search01.type06 .b-search-wrap {
    margin: 0 0 20px 0;
    text-align: center;
    border: 1px solid #cdcdcd;
    padding: 50px 0;
    border-radius: 5px;
    background-color: #f4f4f4;
}

.bn-search01.type06 .b-sel-box {
    display: inline-block;
    margin: 0 -4px 0 0;
    position: relative;
    z-index: 0;
    width: 145px;
    text-align: left;
    vertical-align: middle;
}

.bn-search01.type06 .b-sel-box ul {
    display: none;
    position: absolute;
    width: 100%;
}

.bn-search01.type06 .b-sel-box ul.on {
    display: block
}

.bn-search01.type06 .b-sel-title {
    display: block;
    line-height: 22px;
    padding: 11px 24px 10px 10px;
    border: 1px solid #d8d8d8;
    background: #fff url(/_res/klmc/_share/img/board/btn-bg-sel.gif) no-repeat right 12px center;
    font-weight: 400;
    font-size: 16px;
    color: #555;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    box-sizing: border-box;
    vertical-align: middle;
}

.bn-search01.type06 .b-sel-box ul li {
    width: 100%;
    height: 100%;
    border: 1px solid #d0d0d0;
    border-top: none;
    background-color: #fff;
    font-weight: 300;
    box-sizing: border-box;
    color: #666;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 5px;
    ;}

.bn-search01.type06 .b-sel-box ul li a {
    display: block;
    padding: 10px;
    width: 100%;
    height: 100%;
    color: #666;
    box-sizing: border-box;
}

.bn-search01.type06 .b-cate01 {
    display: none;
}

.bn-search01.type06 .b-cate02 {
    display: none;
}

.bn-search01.type06 .b-cate-basic {
    display: none;
}

.bn-search01.type06 input {
    display: inline-block;
    margin: 0 -4px 0 0;
    padding: 12px 10px 12px 10px;
    width: 350px;
    border: 1px solid #d8d8d8;
    border-right: none;
    font-weight: 300;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.bn-search01.type06 .b-sel-btn {
    position: relative;
    top: 0px;
    right: 0;
    width: 45px;
    height: 45px;
    border: none;
    background: url(/_res/klmc/_share/img/board/btn-search.gif) no-repeat 0 0;
    vertical-align: top;
    cursor: pointer;
}

.bn-search01.type06 .b-sel-btn span {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.bn-search01.type06 .b-sel-label {
    margin: 15px 30px 0 0;
    display: inline-block;
}

.bn-search01.type06 .b-sel-label span {
    display: block;
    font-weight: 500;
    font-size: 18px;
}

.bn-search01.type06 .b-sel-box .b-sel-label span {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.bn-search02.type01 .b-search-wrap {
    margin: 0 0 55px 0;
}

.bn-search02.type01 .b-search-wrap .b-search-input-box {
    display: table-cell;
    width: 65.5%;
    vertical-align: middle;
}

.bn-search02.type01 .b-search-wrap .b-search-input-box input::-webkit-input-placeholder {
    color: #939598;
}

.bn-search02.type01 .b-search-wrap .b-search-input-box input::-ms-input-placeholder {
    color: #939598;
}

.bn-search02.type01 .b-search-wrap .b-search-input-box input::placeholder {
    color: #939598;
}

.bn-search02.type01 .b-search-box {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.bn-search02.type01 .b-sel-box {
    display: none;
    position: relative;
    margin: 0 5px 15px 0;
    width: 145px;
    text-align: left;
    vertical-align: middle;
}

.bn-search02.type01 .b-sel-box ul {
    display: none;
    position: absolute;
    width: 100%;
}

.bn-search02.type01 .b-sel-box ul.on {
    display: block
}

.bn-search02.type01 .b-sel-title {
    display: block;
    padding: 13px 11px;
    font-weight: 300;
    width: 100%;
    border: 1px solid #d0d0d0;
    background: #fff url(/_res/klmc/_share/img/board/btn-bg-sel.gif) no-repeat right 12px center;
    font-size: 15px;
    color: #666;
    box-sizing: border-box;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.bn-search02.type01 .b-sel-box ul li {
    width: 100%;
    height: 100%;
    border: 1px solid #d0d0d0;
    border-top: none;
    background-color: #fff;
    font-weight: 300;
    box-sizing: border-box;
    font-size: 15px;
    color: #666;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.bn-search02.type01 .b-sel-box ul li a {
    display: block;
    padding: 13px 10px;
    width: 100%;
    height: 100%;
    color: #666;
    box-sizing: border-box;
}

.bn-search02.type01 .b-cate01 {
    display: none;
}

.bn-search02.type01 .b-cate02 {
    display: none;
}

.bn-search02.type01 input {
    display: inline-block;
    margin: 0 -4px 0 0;
    padding: 20px 25px 19px;
    width: calc(100% - 70px);
    border: 1px solid #333;
    background: none;
    font-weight: 300;
    font-size: 20px;
    color: #939598;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bn-search02.type01 .b-sel-btn {
    width: 70px;
    padding: 23px 10px;
    border: 1px solid #333;
    border-left: none;
    background: url(/_res/klmc/_share/img/board/btn-search02.png) no-repeat center center;
    font-size: 15px;
    box-sizing: border-box;
    vertical-align: middle;
    text-indent: -9999px;
    cursor: pointer;
}

.bn-search02.type01 .b-sel-label span {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

/* ÀÌ¹ÌÁö/¸®½ºÆ® À¯Çü ¹öÆ° */
.b-viewmode-box {
    display: table-cell;
    padding: 0 0 0 20px;
    vertical-align: middle;
}

.b-viewmode-box > ul {
    display: table;
    width: 100%;
    border: 1px solid #333;
    table-layout: fixed;
    box-sizing: border-box;
}

.b-viewmode-box > ul > li {
    display: table-cell;
    min-width: 180px;
    border-right: 1px solid #333;
    vertical-align: middle;
}

.b-viewmode-box > ul > li > a {
    display: block;
    padding: 20px 20px 20px 70px;
    background-repeat: no-repeat;
    background-position: 38px center;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
}

.b-viewmode-box > ul > li > a.disable {
    color: #ccc;
}

.b-viewmode-box > ul > li:last-of-type {
    border-right: 0;
}

.b-viewmode-box > ul > li .b-view-img {
    background-image: url(/_res/klmc/_share/img/board/ico-view-img.png);
}

.b-viewmode-box > ul > li .b-view-list {
    background-image: url(/_res/klmc/_share/img/board/ico-view-list.png);
}

.b-viewmode-box > ul > li .b-view-img.active {
    background-image: url(/_res/klmc/_share/img/board/ico-view-img-on.png);
    color: #2e8bcb;
}

.b-viewmode-box > ul > li .b-view-list.active {
    background-image: url(/_res/klmc/_share/img/board/ico-view-list-on.png);
    color: #2e8bcb;
}

.b-viewmode-box > ul > li .b-view-img.disable {
    background-image: url(/_res/klmc/_share/img/board/ico-view-img-off.png);
}

.b-viewmode-box > ul > li .b-view-list.disable {
    background-image: url(/_res/klmc/_share/img/board/ico-view-list-off.png);
}

/* .b-paging01 type01 */
.b-paging01.type01 .b-paging-wrap ul {
    padding: 50px 0 0;
    text-align: center;
}

.b-paging01.type01 .b-paging-wrap ul li {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
}

.b-paging01.type01 .b-paging-wrap ul li a {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    color: #999;
    box-sizing: border-box;
}

.b-paging01.type01 .b-paging-wrap ul li.first a {
    width: 20px;
    height: 21px;
    background: url(/_res/klmc/_share/img/board/btn-first-page01.png) no-repeat center/100%;
}

.b-paging01.type01 .b-paging-wrap ul li.prev a {
    width: 12px;
    height: 20px;
    background: url(/_res/klmc/_share/img/board/btn-prev-page01.png) no-repeat center/100%;
}

.b-paging01.type01 .b-paging-wrap ul li.next a {
    width: 12px;
    height: 20px;
    background: url(/_res/klmc/_share/img/board/btn-next-page01.png) no-repeat center/100%;
}

.b-paging01.type01 .b-paging-wrap ul li.last a {
    width: 20px;
    height: 21px;
    background: url(/_res/klmc/_share/img/board/btn-last-page01.png) no-repeat center/100%;
}

.b-paging01.type01 .b-paging-wrap ul li:not(.pager) {
    margin: 0 20px 0 0;
}

.b-paging01.type01 .b-paging-wrap ul li:not(.pager) a {
    padding: 8px 0 9px;
    min-width: 30px;
}

.b-paging01.type01 .b-paging-wrap ul li a.active {
    color: #2e8bcb;
    font-weight: 700;
}

/* .b-paging01 type02 */
.b-paging01.type02 .b-paging-wrap ul {
    text-align: center;
}

.b-paging01.type02 .b-paging-wrap ul li {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
}

.b-paging01.type02 .b-paging-wrap ul li a {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    color: #999;
    box-sizing: border-box;
}

.b-paging01.type02 .b-paging-wrap ul li.first a {
    width: 50px;
    height: 50px;
    background: url(/_res/klmc/_share/img/board/btn-first-page02.gif) no-repeat center/100%;
}

.b-paging01.type02 .b-paging-wrap ul li.prev a {
    width: 50px;
    height: 50px;
    background: url(/_res/klmc/_share/img/board/btn-prev-page02.gif) no-repeat center/100%;
}

.b-paging01.type02 .b-paging-wrap ul li.next a {
    width: 50px;
    height: 50px;
    background: url(/_res/klmc/_share/img/board/btn-next-page02.gif) no-repeat center/100%;
}

.b-paging01.type02 .b-paging-wrap ul li.last a {
    width: 50px;
    height: 50px;
    background: url(/_res/klmc/_share/img/board/btn-last-page02.gif) no-repeat center/100%;
}

.b-paging01.type02 .b-paging-wrap ul li:not(.pager) {
    margin: 0 20px 0 0;
}

.b-paging01.type02 .b-paging-wrap ul li:not(.pager) a {
    padding: 8px 0 9px;
    min-width: 30px;
}

.b-paging01.type02 .b-paging-wrap ul li a.active {
    color: #2e8bcb;
    font-weight: 700;
}

/* .b-paging01 type03 */
.b-paging01.type03 .b-paging-wrap ul {
    padding: 50px 0 0;
    text-align: center;
}

.b-paging01.type03 .b-paging-wrap ul li {
    display: inline-block;
    vertical-align: middle;
}

.b-paging01.type03 .b-paging-wrap ul li a {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    color: #7b7b7b;
    box-sizing: border-box;
}

.b-paging01.type03 .b-paging-wrap ul li.first a {
    width: 38px;
    height: 35px;
    background: url(/_res/klmc/_share/img/board/btn-first-page.gif) no-repeat center;
}

.b-paging01.type03 .b-paging-wrap ul li.prev a {
    width: 33px;
    height: 35px;
    background: url(/_res/klmc/_share/img/board/btn-prev-page.gif) no-repeat center;
}

.b-paging01.type03 .b-paging-wrap ul li.next a {
    width: 33px;
    height: 35px;
    background: url(/_res/klmc/_share/img/board/btn-next-page.gif) no-repeat center;
}

.b-paging01.type03 .b-paging-wrap ul li.last a {
    width: 38px;
    height: 35px;
    background: url(/_res/klmc/_share/img/board/btn-last-page.gif) no-repeat center;
}

.b-paging01.type03 .b-paging-wrap ul li:not(.pager) a {
    padding: 8px 0 9px;
    min-width: 33px;
}

.b-paging01.type03 .b-paging-wrap ul li a.active {
    padding: 9px 0 10px;
    border: none;
    background-color: #5a6f8a;
    color: #fff;
}

/* .b-paging01 type04 */
.b-paging01.type04 .b-paging-wrap ul {
    padding: 50px 0 0;
    text-align: center;
}

.b-paging01.type04 .b-paging-wrap ul li {
    display: inline-block;
    vertical-align: middle;
}

.b-paging01.type04 .b-paging-wrap ul li a {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    color: #7b7b7b;
    box-sizing: border-box;
}

.b-paging01.type04 .b-paging-wrap ul li a:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 8px;
    right: -3px;
    top: 13px;
    background-color: #b5b5b5;
}

.b-paging01.type04 .b-paging-wrap ul li.first a {
    width: 38px;
    height: 35px;
    background: url(/_res/klmc/_share/img/board/btn-first-page.gif) no-repeat center;
}

.b-paging01.type04 .b-paging-wrap ul li.prev a {
    width: 33px;
    height: 35px;
    background: url(/_res/klmc/_share/img/board/btn-prev-page.gif) no-repeat center;
}

.b-paging01.type04 .b-paging-wrap ul li.next a {
    width: 33px;
    height: 35px;
    background: url(/_res/klmc/_share/img/board/btn-next-page.gif) no-repeat center;
}

.b-paging01.type04 .b-paging-wrap ul li.last a {
    width: 38px;
    height: 35px;
    background: url(/_res/klmc/_share/img/board/btn-last-page.gif) no-repeat center;
}

.b-paging01.type04 .b-paging-wrap ul li:not(.pager) a {
    padding: 8px 0 9px;
    min-width: 30px;
}

.b-paging01.type04 .b-paging-wrap ul li a.active:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #000;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.b-paging01.type04 .b-paging-wrap ul li a.active {
    color: #000;
    font-weight: 700;
}

.b-paging01.type04 .b-paging-wrap ul li.first a:before {
    display: none;
}

.b-paging01.type04 .b-paging-wrap ul li.prev a:before {
    display: none;
}

.b-paging01.type04 .b-paging-wrap ul li.next a:before {
    display: none;
}

.b-paging01.type04 .b-paging-wrap ul li.last a:before {
    display: none;
}

.b-paging01.type04 .b-paging-wrap ul li:nth-of-type(12) a:before {
    display: none;
}

/* .b-category01 type01 */
.b-category01.type01 {
    margin: 0 0 45px;
}

.b-category01.type01 .category-box .tab-cate01 {
    display: table;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    table-layout: fixed;
}

.b-category01.type01 .category-box .tab-cate01 li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.b-category01.type01 .category-box .tab-cate01 li a {
    display: block;
    font-size: 20px;
    color: #939598;
    font-weight: 300;
}

.b-category01.type01 .category-box .tab-cate01 li a span {
    display: inline-block;
    position: relative;
    padding: 19px 0;
}

.b-category01.type01 .category-box .tab-cate01 li.active a {
    color: #333;
    font-weight: 400;
}

.b-category01.type01 .category-box .tab-cate01 li.active a span:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 0 15px;
    width: 100%;
    height: 5px;
    background: #ff9b14;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/* bn-list-common01 °øÅë */
.bn-list-common01 .adm-chk label {
    font-size: 17px;
}

.bn-list-common01 .b-answer {
    padding: 7px 10px;
    font-size: 16px;
    border: 1px solid #5c5c5c;
}

.bn-list-common01 .b-answer.complete {
    background-color: #707070;
    color: #fff;
}

.bn-list-common01.bn-common .b-col-title {
    width: auto;
}

.bn-list-common01.bn-common .b-col-date {
    width: 12%;
}

.bn-list-common01.bn-common .b-col-expand {
    width: 15%;
}

.bn-list-common01.bn-common .b-col {
    width: 10%;
}

.bn-list-common01.bn-common-cate .b-col-title {
    width: auto;
}

.bn-list-common01.bn-common-cate .b-col-date {
    width: 12%;
}

.bn-list-common01.bn-common-cate .b-col-expand {
    width: 20%;
}

.bn-list-common01.bn-common-cate .b-col {
    width: 10%;
}

/* bn-list-common01 type01 */
.bn-list-common01.type01 .adm-chk {
    margin: 0 0 10px 0;
}

.bn-list-common01.type01 .adm-chk input {
    margin: -3px 0 0 0;
}

.bn-list-common01.type01 .article-chk {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    line-height: 1;
}

.bn-list-common01.type01 .article-chk input {
    margin: 0;
}

.bn-list-common01.type01 table {
    width: 100%;
    border-spacing: 0;
    border-top: 1px solid #333333;
    table-layout: fixed;
}

.bn-list-common01.type01 table thead th {
    padding: 22px 10px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
}

.bn-list-common01.type01 table thead th.b-no-right {
    border-right: none !important
}

.bn-list-common01.type01 table tbody tr:hover {
    background: #fff;
}

.bn-list-common01.type01 table tbody th {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    background-color: #fafafa;
}

.bn-list-common01.type01 table tbody td {
    position: relative;
    padding: 22px 10px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 17px;
    line-height: 21px;
    font-weight: 500;
    text-align: center;
}

.bn-list-common01.type01 table tbody td.b-td-left {
    text-align: left !important;
}

.bn-list-common01.type01 table tbody td.b-no-right {
    border-right: none !important;
}

.bn-list-common01.type01 .b-cate-box .b-progress {
    color: #05913b;
}

.bn-list-common01.type01 .b-cate-box .b-expected {
    color: #e86a30;
}

.bn-list-common01.type01 .b-cate-box .b-end {
    color: #716f70;
}

.bn-list-common01.type01 .b-title-box a {
    display: inline-block;
    max-width: calc(100% - 33px);
    font-size: 17px;
    line-height: 21px;
    font-weight: 500;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    vertical-align: middle;
    box-sizing: border-box;
}

.bn-list-common01.type01 .b-title-box .b-etc-box {
    display: inline-block;
}

.bn-list-common01.type01 .b-title-box .b-etc-box .b-lock {
    display: none;
}

.bn-list-common01.type01 .b-title-box .b-etc-box .b-new {
    display: none;
    font-weight: 300;
    font-size: 12px;
    color: #f15a08;
    vertical-align: middle;
}

.bn-list-common01.type01 .b-title-box .b-etc-box .b-file {
    display: none;
}

.bn-list-common01.type01 .b-file-box {
    margin: 0 auto;
    width: 16px;
    height: 17px;
    background: url(/_res/klmc/_share/img/board/ico-file01.png) no-repeat 0 0;
}

.bn-list-common01.type01 .b-title-box .b-m-con {
    display: none;
}

.bn-list-common01.type01 .b-reply-box .b-title-box {
    padding: 0 0 0 30px;
    background: url(/_res/klmc/_share/img/board/ico-reply01.png) no-repeat 11px 4px;
}

.bn-list-common01.type01 .b-top-box .b-title-box a span {
    display: none;
}

/* thumb type01 */
.bn-list-thumb01.type01 .article-chk {
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 5;
}

.bn-list-thumb01.type01 > ul {
    border-top: 2px solid #2e8bcb;
}

.bn-list-thumb01.type01 > ul > li {
    display: table;
    position: relative;
    padding: 20px 20px 20px 23px;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
    table-layout: fixed;
}

.bn-list-thumb01.type01 .b-box01 {
    display: table-cell;
    position: relative;
    width: 160px;
    height: 90px;
    overflow: hidden;
}

.bn-list-thumb01.type01 .b-box01 .b-num-box {
    display: none;
}

.bn-list-thumb01.type01 .b-box01 .b-img-box a {
    display: block;
}

.bn-list-thumb01.type01 .b-box01 .b-img-box a img {
    width: 100%;
}

.bn-list-thumb01.type01 .b-box02 {
    display: table-cell;
    position: relative;
    padding: 0 40px 0 20px;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
}

.bn-list-thumb01.type01 .b-box02 .b-title-box .b-new {
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    height: 25px;
    background: url(/_res/klmc/_share/img/board/ico-new01.gif) no-repeat center center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.bn-list-thumb01.type01 .b-box02 .b-title-box {
    display: inline-block;
    padding: 0 0 7px 0;
    width: calc(100% - 10px);
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    box-sizing: border-box;
}

.bn-list-thumb01.type01 .b-box02 .b-title-box a {
    display: inline-block;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
}

.bn-list-thumb01.type01 .b-box02 .b-title-box .b-cate {
    margin: 0 8px 0 0;
    color: #ab8167;
}

.bn-list-thumb01.type01 .b-box02 .b-text-box a {
    display: block;
    margin: 0 0 12px 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 25px;
    color: #555;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bn-list-thumb01.type01 .b-info-box li {
    float: left;
    margin: 0 30px 0 0;
    padding: 3px 0 3px 27px;
    font-size: 15px;
    line-height: 22px;
    color: #333;
    font-weight: 700;
}

.bn-list-thumb01.type01 .b-info-box:after {
    content: '';
    display: block;
    clear: both;
}

.bn-list-thumb01.type01 .b-info-box .b-num {
    display: none;
}

.bn-list-thumb01.type01 .b-info-box .b-writer {
    background: url(/_res/klmc/_share/img/board/ico-writer01.gif) no-repeat 5px center/10px;
}

.bn-list-thumb01.type01 .b-info-box .b-date {
    background: url(/_res/klmc/_share/img/board/ico-date01.gif) no-repeat 5px center/13px;
}

.bn-list-thumb01.type01 .b-info-box .b-hit {
    background: url(/_res/klmc/_share/img/board/ico-hit01.gif) no-repeat 5px center/13px;
}

.bn-list-thumb01.type01 .b-info-box li span {
    display: none;
}

.bn-list-thumb01.type01 .b-sns-box {
    display: none;
}

.bn-list-thumb01.type01 .b-box03 {
    display: table-cell;
    padding: 0 0 0 8px;
    width: 25px;
    vertical-align: middle;
    text-align: right;
}

/* img01 type01 */
.bn-list-img01.type01 .b-top-info-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.bn-list-img01.type01 .adm-chk {
    float: left;
    margin: 0 0 10px 0;
    color: #222;
    font-weight: 500;
}

.bn-list-img01.type01 .adm-chk input {
    margin: -3px 0 0 0;
}

.bn-list-img01.type01 .adm-chk label {
    font-size: 15px;
}

.bn-list-img01.type01 .article-chk {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.bn-list-img01.type01 > ul:after {
    content: '';
    display: block;
    clear: both;
}

.bn-list-img01.type01 > ul > li {
    float: left;
    position: relative;
    margin: 0 55px 60px 0;
    width: calc(33.33% - 37px);
    border: none;
    box-sizing: border-box;
    overflow: hidden;
}

.bn-list-img01.type01 > ul > li:nth-of-type(3n) {
    margin-right: 0;
}

.bn-list-img01.type01 > ul > li > a {
    display: block;
}

.bn-list-img01.type01 > ul > li > a:hover {
    box-shadow: rgb(0 0 0 / 40%) 8.4px 8.4px 30px;
}

.bn-list-img01.type01 > ul > li > a:hover .b-box01 .b-img-box img {
    transform: scale(1.1);
}

.bn-list-img01.type01 > ul > li.b-no-post {
    float: none;
    margin: 0;
    padding: 50px 0;
    width: auto;
    text-align: center;
}

.bn-list-img01.type01 .b-box01 {
    position: relative;
}

.bn-list-img01.type01 .b-box01 .b-date-box {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-shadow: 5px 3px 5px #000;
}

.bn-list-img01.type01 .b-box01 .b-img-box {
    height: 210px;
    text-align: center;
}

.bn-list-img01.type01 .b-box01 .b-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.bn-list-img01.type01 .b-box02 {
    position: relative;
    padding: 25px 30px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    vertical-align: middle;
}

.bn-list-img01.type01 .b-box02 .b-title-box {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.bn-list-img01.type01 .b-box02:hover .b-title-box {
    color: #2e8bcb
}

.bn-list-img01.type01 .b-box02 .b-title-box .b-new {
    display: none;
}

.bn-list-img01.type01 .b-box02 .b-title-box .b-cate {
    display: none;
    padding: 0 0 5px 0;
    font-size: 14px;
    line-height: 20px;
    color: #3d9100;
    font-weight: 700;
}

.bn-list-img01.type01 .b-box02 .b-text-box {
    display: none;
    width: 100%;
    height: 60px;
    font-size: 15px;
    line-height: 20px;
    color: #777;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bn-list-img01.type01 .b-info-box li span {
    display: none;
}

.bn-list-img01.type01 .b-info-box li {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.bn-list-img01.type01 .b-info-box li.b-script {
    position: relative;
    padding: 0 0 17px 8px;
    height: 20px;
    font-size: 18px;
    line-height: 20px;
}

.bn-list-img01.type01 .b-info-box li.b-script:before {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 5px;
    height: 1px;
    background: #333;
}

.bn-list-img01.type01 .b-info-box li.b-script:empty:before {
    display: none;
}

.bn-list-img01.type01 .b-info-box li.b-paster {
    height: 29px;
    font-size: 21px;
    line-height: 29px;
    color: #8c8a8a;
    font-weight: 500;
}

.bn-list-img01.type01 .b-info-box li.b-date {
    display: none;
}

.bn-list-img01.type01 .b-info-box li.b-hit {
    display: none;
}

.bn-list-img01.type01 .b-sns-box {
    display: none;
}

.bn-list-img01.type01 .b-box03 {
    display: none;
}

/* img01 type02 */
.bn-list-img01.type02 .b-top-info-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.bn-list-img01.type02 .adm-chk {
    float: left;
    margin: 0 0 10px 0;
    color: #222;
    font-weight: 500;
}

.bn-list-img01.type02 .adm-chk input {
    margin: -3px 0 0 0;
}

.bn-list-img01.type02 .adm-chk label {
    font-size: 15px;
}

.bn-list-img01.type02 .article-chk {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.bn-list-img01.type02 > ul:after {
    content: '';
    display: block;
    clear: both;
}

.bn-list-img01.type02 > ul > li {
    float: left;
    position: relative;
    margin: 0 55px 66px 0;
    width: calc(50% - 28px);
    border: none;
    box-sizing: border-box;
    overflow: hidden;
}

.bn-list-img01.type02 > ul > li:nth-of-type(2n) {
    margin-right: 0;
}

.bn-list-img01.type02 > ul > li > a {
    display: block;
}

.bn-list-img01.type02 > ul > li > a:hover .b-box01:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.bn-list-img01.type02 > ul > li > a:hover .b-box01 .b-img-box img {
    transform: scale(1.1);
}

.bn-list-img01.type02 > ul > li.b-no-post {
    float: none;
    margin: 0;
    padding: 50px 0;
    width: auto;
    text-align: center;
}

.bn-list-img01.type02 .b-box01 {
    position: relative;
}

.bn-list-img01.type02 .b-box01:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 188px;
    height: 184px;
    background: url(/_res/klmc/_share/img/board/ico-video-play.png) no-repeat center center/100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transition: background 0.5s;
}

.bn-list-img01.type02 .b-box01 .b-date-box {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-shadow: 5px 3px 5px #000;
}

.bn-list-img01.type02 .b-box01 .b-img-box {
    height: 309px;
    text-align: center;
}

.bn-list-img01.type02 .b-box01 .b-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.bn-list-img01.type02 .b-box02 {
    position: relative;
    padding: 50px 30px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    vertical-align: middle;
}

.bn-list-img01.type02 .b-box02 .b-title-box {
    display: inline-block;
    padding: 0 0 12px;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 23px;
    line-height: 25px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.bn-list-img01.type02 .b-box02 .b-title-box .b-new {
    display: none;
}

.bn-list-img01.type02 .b-box02 .b-title-box .b-cate {
    display: none;
    padding: 0 0 5px 0;
    font-size: 14px;
    line-height: 20px;
    color: #3d9100;
    font-weight: 700;
}

.bn-list-img01.type02 .b-box02 .b-text-box {
    display: none;
    width: 100%;
    height: 60px;
    font-size: 15px;
    line-height: 20px;
    color: #777;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bn-list-img01.type02 .b-box02:hover .b-title-box {
    color: #2a88ca;
}

.bn-list-img01.type02 .b-info-box li span {
    display: none;
}

.bn-list-img01.type02 .b-info-box li.b-script {
    display: none;
    position: relative;
    padding: 0 0 17px 8px;
    font-size: 18px;
    line-height: 20px;
}

.bn-list-img01.type02 .b-info-box li.b-script:before {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 5px;
    height: 1px;
    background: #333;
}

.bn-list-img01.type02 .b-info-box li.b-paster {
    display: none;
    font-size: 21px;
    line-height: 29px;
    color: #8c8a8a;
    font-weight: 500;
}

.bn-list-img01.type02 .b-info-box li.b-date {
    font-size: 18px;
    line-height: 26px;
    color: #8c8a8a;
    font-weight: 300;
}

.bn-list-img01.type02 .b-info-box li.b-hit {
    display: none;
}

.bn-list-img01.type02 .b-sns-box {
    display: none;
}

.bn-list-img01.type02 .b-box03 {
    display: none;
}

/* ÀÌ¹ÌÁö list02 type01 */
.bn-list-img02.type01 .b-top-info-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.bn-list-img02.type01 .adm-chk {
    float: left;
    margin: 0 0 10px 0;
    color: #222;
    font-weight: 500;
}

.bn-list-img02.type01 .adm-chk input {
    margin: -3px 0 0 0;
}

.bn-list-img02.type01 .adm-chk label {
    font-size: 15px;
}

.bn-list-img02.type01 .article-chk {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.bn-list-img02.type01 > ul:after {
    content: '';
    display: block;
    clear: both;
}

.bn-list-img02.type01 > ul > li {
    float: left;
    position: relative;
    margin: 0 55px 60px 0;
    width: calc(50% - 28px);
    border: none;
    box-sizing: border-box;
    overflow: hidden;
}

.bn-list-img02.type01 > ul > li:nth-of-type(2n) {
    margin-right: 0;
}

.bn-list-img02.type01 > ul > li > a {
    display: block;
}

.bn-list-img02.type01 > ul > li > a:hover .b-box01 .b-img-box img {
    transform: scale(1.1);
}

.bn-list-img02.type01 > ul > li.b-no-post {
    float: none;
    margin: 0;
    padding: 50px 0;
    width: auto;
    text-align: center;
}

.bn-list-img02.type01 .b-box01 {
    position: relative;
}

.bn-list-img02.type01 .b-box01 .b-date-box {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-shadow: 5px 3px 5px #000;
}

.bn-list-img02.type01 .b-box01 .b-img-box {
    height: 309px;
    text-align: center;
}

.bn-list-img02.type01 .b-box01 .b-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.bn-list-img02.type01 .b-box01 p {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 10px 44px;
    font-size: 20px;
    color: #fff;
    background: #000;
    text-align: center;
}

.bn-list-img02.type01 .b-box01 .b-expected {
    background-color: #4caf50;
}

.bn-list-img02.type01 .b-box01 .b-progress {
    background-color: #2e8bcb;
}

.bn-list-img02.type01 .b-box01 .b-end {
    background-color: #999999;
}

.bn-list-img02.type01 .b-box02 {
    position: relative;
    padding: 58px 30px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    vertical-align: middle;
}

.bn-list-img02.type01 .b-box02 .b-title-box {
    display: inline-block;
    padding: 0 0 10px;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 23px;
    line-height: 25px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.bn-list-img02.type01 .b-box02 .b-title-box .b-new {
    display: none;
}

.bn-list-img02.type01 .b-box02 .b-cate {
    display: none;
    padding: 0 0 42px 0;
    font-size: 19px;
    line-height: 25px;
    color: #2e8bcb;
    font-weight: 700;
}

.bn-list-img02.type01 .b-box02 .b-text-box a {
    display: none;
    width: 100%;
    height: 60px;
    font-size: 15px;
    line-height: 20px;
    color: #777;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bn-list-img02.type01 .b-info-box li span {
    display: none;
}

.bn-list-img02.type01 .b-info-box li.b-date {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #2b81bc;
}

/* img03 type01 ÇØ¿Ü ¼±±³ ¸®½ºÆ® */
.bn-list-img03.type01 .b-top-info-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.bn-list-img03.type01 .adm-chk {
    float: left;
    margin: 0 0 10px 0;
    color: #222;
    font-weight: 500;
}

.bn-list-img03.type01 .adm-chk input {
    margin: -3px 0 0 0;
}

.bn-list-img03.type01 .adm-chk label {
    font-size: 15px;
}

.bn-list-img03.type01 .article-chk {
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 5;
}

.bn-list-img03.type01 > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.4%;
    text-align: center;
}

.bn-list-img03.type01 > ul > li {
    position: relative;
    padding: 0 2.4% 60px;
    width: 33.3333%;
    box-sizing: border-box;
}

.bn-list-img03.type01 > ul > li.b-no-post {
    margin: 0;
    padding: 50px 0;
    width: 100%;
}

.bn-list-img03.type01 .b-box01 .b-img-box {
    position: relative;
    z-index: 10;
    margin: 0 auto -100px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.bn-list-img03.type01 .b-box01 .b-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.bn-list-img03.type01 > ul > li:hover .b-img-box img {
    transform: scale(1.1);
}

.bn-list-img03.type01 .b-box02 {
    position: relative;
    padding: 120px 30px 40px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    vertical-align: middle;
}

.bn-list-img03.type01 .b-box02 .b-name {
    display: inline-block;
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 19px;
    line-height: 27px;
    color: #2e8bcb;
    font-weight: 500;
}

.bn-list-img03.type01 .b-box02 .b-name:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 1px;
    background-color: #777;
    transform: translateX(-50%);
}

.bn-list-img03.type01 .b-box02 .b-cate {
    display: inline-block;
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 19px;
    line-height: 27px;
    color: #2e8bcb;
    font-weight: 500;
}

.bn-list-img03.type01 .b-box02 .b-cate:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 1px;
    background-color: #777;
    transform: translateX(-50%);
}

.bn-list-img03.type01 .b-box02 .b-subTitle {
    display: inline-block;
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 19px;
    line-height: 27px;
    color: #000;
    font-weight: 500;
}

.bn-list-img03.type01 .b-box02 .b-subTitle:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 1px;
    background-color: #777;
    transform: translateX(-50%);
}

.bn-list-img03.type01 .b-box02 .b-title-box {
    padding: 0 0 25px;
}

.bn-list-img03.type01 .b-box02 .b-title-box .b-title {
    display: block;
    font-size: 23px;
    line-height: 31px;
    font-weight: 500;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.bn-list-img03.type01 .b-box02 .b-title-box .b-title02 {
    display: inline-block;
    position: relative;
    font-size: 19px;
    line-height: 27px;
    color: #2e8bcb;
    font-weight: 500;
}

.bn-list-img03.type01 .b-box02 .b-title-box .b-new {
    display: none;
}

.bn-list-img03.type01 .b-box02 .b-btn-more {
    display: inline-block;
    padding: 9.6px 10px;
    min-width: 220px;
    border: 1px solid #333;
    font-size: 18px;
    box-sizing: border-box;
    transition: background .5s ease;
}

.bn-list-img03.type01 .b-box02 .b-btn-more:hover {
    background-color: #2e8bcb;
    border-color: #2e8bcb;
    color: #fff;
}

/* img05 type01 Ã»³â¼±±³±¹ ¸®½ºÆ®, ÁÖº¸ »ç¿ëÀÚ ¸ñ·Ï */
.bn-list-img05.type01 .b-top-info-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.bn-list-img05.type01 .adm-chk {
    float: left;
    margin: 0 0 10px 0;
    color: #222;
    font-weight: 500;
}

.bn-list-img05.type01 .adm-chk input {
    margin: -3px 0 0 0;
}

.bn-list-img05.type01 .adm-chk label {
    font-size: 15px;
}

.bn-list-img05.type01 .article-chk {
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 5;
}

.bn-list-img05.type01 > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.4%;
    text-align: center;
}

.bn-list-img05.type01 > ul > li {
    position: relative;
    padding: 0 1.4% 60px;
    width: 25%;
    box-sizing: border-box;
}

.bn-list-img05.type01 > ul > li.b-no-post {
    margin: 0;
    padding: 50px 0;
    width: 100%;
}

.bn-list-img05.type01 .b-box01 .b-img-box {
    position: relative;
    z-index: 10;
    margin: 0 auto -80px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
}

.bn-list-img05.type01 .b-box01 .b-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.bn-list-img05.type01 > ul > li:hover .b-img-box img {
    transform: scale(1.1);
}

.bn-list-img05.type01 .b-box02 {
    position: relative;
    padding: 100px 30px 40px;
    padding-bottom: 0 !important;
    /* Èò ¹Ú½º »èÁ¦ÇÏ¸é¼­ ÀÓ½Ã ÆÐµù 0 Ã³¸® */
    width: 100%;
    /* background:#fff; */
    box-sizing: border-box;
    vertical-align: middle;
}

.bn-list-img05.type01 .b-box02 .b-name {
    display: inline-block;
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 19px;
    line-height: 27px;
    color: #2e8bcb;
    font-weight: 500;
}

.bn-list-img05.type01 .b-box02 .b-name.type01 {
    color: #4674a0;
}

.bn-list-img05.type01 .b-box02 .b-name.type02 {
    color: #5196a6;
}

.bn-list-img05.type01 .b-box02 .b-name.type03 {
    color: #253f6b;
}

.bn-list-img05.type01 .b-box02 .b-name:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 1px;
    background-color: #777;
    transform: translateX(-50%);
}

.bn-list-img05.type01 .b-box02 .b-title-box .b-title {
    display: block;
    height: 62px;
    font-size: 23px;
    line-height: 31px;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
}

.bn-list-img05.type01 .b-box02 .b-title-box .b-new {
    display: none;
}

.bn-list-img05.type01 .b-box02 .b-btn01.type02 {
    padding: 25px 0 0;
}

.bn-list-img05.type01 .b-box02 .b-btn-more {
    display: inline-block;
    padding: 9.5px 10px;
    min-width: 220px;
    border: 1px solid #333;
    font-size: 18px;
    line-height: 23px;
    box-sizing: border-box;
    transition: background .5s ease;
    color: #333;
}

.bn-list-img05.type01 .b-box02 .b-btn-more.b-no-link {
    border: 1px solid #ccc;
    color: #ccc;
}

.bn-list-img05.type01 .b-box02 .b-btn-more.b-no-link:hover {
    border: 1px solid #ccc;
    background: #fff;
    color: #ccc;
}

.bn-list-img05.type01 .b-box02 .b-btn-more:hover {
    background-color: #2e8bcb;
    border-color: #2e8bcb;
    color: #fff;
}

/* img05 type02 ±¹³»¼±±³ ¸®½ºÆ® */
.bn-list-img05.type02 .b-top-info-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.bn-list-img05.type02 .adm-chk {
    float: left;
    margin: 0 0 10px 0;
    color: #222;
    font-weight: 500;
}

.bn-list-img05.type02 .adm-chk input {
    margin: -3px 0 0 0;
}

.bn-list-img05.type02 .adm-chk label {
    font-size: 15px;
}

.bn-list-img05.type02 .article-chk {
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 5;
}

.bn-list-img05.type02 > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.4%;
    text-align: center;
    overflow: hidden;
}

.bn-list-img05.type02 > ul > li {
    position: relative;
    padding: 0 1.4% 30px;
    width: 25%;
    box-sizing: border-box;
}

.bn-list-img05.type02 > ul > li.b-no-post {
    margin: 0;
    padding: 50px 0;
    width: 100%;
}

.bn-list-img05.type02 .b-box01 .b-img-box {
    position: relative;
    z-index: 10;
    margin: 0 auto -80px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
}

.bn-list-img05.type02 .b-box01 .b-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.bn-list-img05.type02 > ul > li:hover .b-img-box img {
    transform: scale(1.1);
}

.bn-list-img05.type02 .b-box02 {
    position: relative;
    padding: 100px 30px 35px;
    width: 100%;
    min-height: 323px;
    background: #fff;
    box-sizing: border-box;
    vertical-align: middle;
}

.bn-list-img05.type02 .b-box02 {
    position: relative;
    padding: 100px 30px 35px;
    width: 100%;
    min-height:0px;
    background: #fff;
    box-sizing: border-box;
    vertical-align: middle;
}

.bn-list-img05.type02 .b-box02 .b-name {
    display: inline-block;
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 23px;
    line-height: 31px;
    color: #2e8bcb;
    font-weight: 400;
}

.bn-list-img05.type02 .b-box02 .b-name:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 1px;
    background-color: #777;
    transform: translateX(-50%);
}

.bn-list-img05.type02 .b-box02 .b-title-box .b-title {
    display: block;
    margin: 0 0 25px;
    height: 54px;
    font-size: 19px;
    line-height: 27px;
    font-weight: 300;
    box-sizing: border-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
}

.bn-list-img05.type02 .b-box02 .b-title-box .b-new {
    display: none;
}

.bn-list-img05.type02 .b-box02 .b-btn-more {
    display: inline-block;
    padding: 9.5px 10px;
    width: 100%;
    border: 1px solid #333;
    font-size: 18px;
    box-sizing: border-box;
    transition: background .5s ease;
    color: #333;
}

.bn-list-img05.type02 .b-box02 .b-btn-more.b-no-link {
    border: 1px solid #ccc;
    color: #ccc;
}

.bn-list-img05.type02 .b-box02 .b-btn-more.b-no-link:hover {
    border: 1px solid #ccc;
    background: #fff;
    color: #ccc;
}

/* img06 type01 ºûÀÇ½£ ¼¥ */
.bn-list-img06.type01 .b-top-info-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.bn-list-img06.type01 .adm-chk {
    float: left;
    margin: 0 0 10px 0;
    color: #222;
    font-weight: 500;
}

.bn-list-img06.type01 .adm-chk input {
    margin: -3px 0 0 0;
}

.bn-list-img06.type01 .adm-chk label {
    font-size: 15px;
}

.bn-list-img06.type01 .article-chk {
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 5;
}

.bn-list-img06.type01 > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.2%;
    text-align: center;
}

.bn-list-img06.type01 > ul > li {
    position: relative;
    margin: 0 0 60px;
    padding: 0 2.2%;
    width: 33.3333%;
    box-sizing: border-box;
}

.bn-list-img06.type01 > ul > li.b-no-post {
    margin: 0;
    padding: 50px 0;
    width: 100%;
}

.bn-list-img06.type01 .b-box01 .b-img-box {
    height: 270px;
    overflow: hidden;
}

.bn-list-img06.type01 .b-box01 .b-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.bn-list-img06.type01 > ul > li:hover .b-img-box img {
    transform: scale(1.1);
}

.bn-list-img06.type01 .b-box02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 30px;
    width: 100%;
    min-height: 148px;
    background: #fff;
    box-sizing: border-box;
}

.bn-list-img06.type01 .b-box02 .b-title-box > a {
    display: block;
    max-height: 62px;
    font-size: 23px;
    line-height: 31px;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
}

.bn-list-img06.type01 .b-box02 .b-title-box .b-new {
    display: none;
}

/* bn-list-faq01 type01 */
.bn-list-faq01.type01 .adm-chk {
    margin: 0 0 10px 0;
}

.bn-list-faq01.type01 .adm-chk input {
    margin: -3px 0 0 0;
}

.bn-list-faq01.type01 .adm-chk label {
    font-size: 16px;
}

.bn-list-faq01.type01 .article-chk {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.bn-list-faq01.type01 ul {
    border-top: 4px solid #2e8bcb;
}

.bn-list-faq01.type01 ul li {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}

.bn-list-faq01.type01 .b-quest-box {
    display: table;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.bn-list-faq01.type01 .b-quest-box > span:nth-of-type(1) {
    display: table-cell;
    width: 120px;
    height: 100%;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

.bn-list-faq01.type01 .b-quest-box > span {
    display: none;
}

.bn-list-faq01.type01 .b-title-box {
    display: table-cell;
    background: url(/_res/klmc/_share/img/board/btn_faq_open.gif) no-repeat right 10px center;
    vertical-align: middle;
}

.bn-list-faq01.type01 .b-quest-box.faq-close .b-title-box {
    background: url(/_res/klmc/_share/img/board/btn_faq_close.gif) no-repeat right 10px center;
}

.bn-list-faq01.type01 .b-title-box a {
    display: block;
    padding: 20px;
    font-size: 16px;
    color: #333;
    line-height: 1.6em;
}

.bn-list-faq01.type01 .b-quest-box > div {
    display: table-cell;
    width: 40px;
    vertical-align: middle;
}

.bn-list-faq01.type01 .b-quest-box > div .b-btn-modify {
    display: inline-block;
    padding: 8px 5px;
    min-width: 40px;
    background-color: #d2d2d2;
    font-size: 13px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 1;
    vertical-align: middle;
}

.bn-list-faq01.type01 .b-ans-box {
    display: none;
}

.bn-list-faq01.type01 .b-ans-box > div {
    padding: 50px 40px 50px 80px;
    border-top: 1px solid #e7e7e7;
    background: #f5f5f5 url(/_res/klmc/_share/img/board/ico_reply.png) no-repeat 50px 52px;
}

.bn-list-faq01.type01 .b-ans-box > div span {
    display: none;
}

.bn-list-faq01.type01 .b-ans-box > div p {
    font-size: 16px;
    line-height: 1.6em;
}

/* bn-view-common01 °øÅë */
.bn-view-common01 .b-article-box .b-top-box {
    position: relative;
    padding: 0 0 7px 0;
}

.bn-view-common01 .b-article-box .b-top-box .b-cate {
    padding: 0 5px 0 0;
    font-weight: 700;
    color: #333;
}

.bn-view-common01 .b-article-box .b-top-box span:nth-of-type(2) {
    font-weight: 700;
    color: #333;
    word-wrap: break-word;
}

.bn-view-common01 .b-etc-box:after {
    content: "";
    display: block;
    clear: both;
}

.bn-view-common01 .b-etc-box ul li span:nth-of-type(1) {
    padding: 0 5px 0 0;
}

.bn-view-common01 .b-etc-box ul li {
    position: relative;
    float: left;
    margin: 0 8px 0 0;
    padding: 0 9px 0 0;
    font-weight: 400;
    font-size: 14px;
    color: #888;
    line-height: 22px;
}

.bn-view-common01 .b-etc-box ul li:last-of-type {
    margin: 0;
    padding: 0;
}

.bn-view-common01 .b-etc-box ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    width: 1px;
    height: 10px;
    background-color: #bfbfbf;
}

.bn-view-common01 .b-etc-box ul li:last-of-type:after {
    display: none;
}

.bn-view-common01 .b-etc-box ul li.b-writer-box span:nth-of-type(1) {
    display: none;
}

.bn-view-common01 .b-etc-box ul li.b-date-box span:nth-of-type(1) {
    display: none;
}

.bn-view-common01 .b-url-box {
    display: table;
    padding: 15px 30px;
    width: 100%;
    border-bottom: 1px solid #dedede;
    table-layout: fixed;
    box-sizing: border-box;
}

.bn-view-common01 .b-url-box > p {
    display: table-cell;
    width: 80px;
    border-right: 1px solid #dedede;
}

.bn-view-common01 .b-url-box ul {
    display: table-cell;
    padding: 0 0 0 20px;
}

.bn-view-common01 .b-url-box ul li {
    padding: 0 0 5px 0;
}

.bn-view-common01 .b-url-box ul li:last-of-type {
    padding: 0;
}

.bn-view-common01 .b-url-box ul li a {
    font-weight: 400;
    font-size: 15px;
    color: #ababab;
    line-height: 23px;
    word-break: break-all;
}

.bn-view-common01 .b-url-box ul li a:hover {
    color: #092e71;
}

.bn-view-common01 .b-top-sub-box {
    display: table;
    padding: 15px 30px;
    width: 100%;
    border-bottom: 1px solid #dedede;
    table-layout: fixed;
    box-sizing: border-box;
}

.bn-view-common01 .b-top-sub-box > p {
    display: table-cell;
    width: 80px;
    border-right: 1px solid #dedede;
}

.bn-view-common01 .b-top-sub-box ul {
    display: table-cell;
    padding: 0 0 0 20px;
}

.bn-view-common01 .b-top-sub-box ul li {
    padding: 0 0 5px 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    word-break: break-all;
}

.bn-view-common01 .b-top-sub-box ul li:last-of-type {
    padding: 0;
}

.bn-view-common01 .b-file-box {
    padding: 15px 30px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.bn-view-common01 .b-file-img {
    text-align : center;
}

.bn-view-common01 .b-file-box ul li {
    padding: 0 0 5px 0;
}

.bn-view-common01 .b-file-box ul li:last-of-type {
    padding: 0;
}

.bn-view-common01 .b-file-box ul li a {
    font-weight: 400;
    font-size: 15px;
    color: #ababab;
    line-height: 23px;
}

.bn-view-common01 .b-content-box {
    margin: 0 0 60px;
    padding: 26px 0;
    min-height: 200px;
    box-sizing: border-box;
}

.bn-view-common01 .b-content-box p {
    font-family: inherit;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    word-break: break-all;
}

.bn-view-common01 .b-content-box img {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    max-width: 100%;
}

.bn-view-common01 .b-content-box iframe {
    display: block;
    margin: 0 auto;
    padding: 20px 0 45px;
    width: 890px;
    min-height: 500px;
}

.bn-view-common01 .b-content-box video {
    display: block;
    margin: 0 auto;
    padding: 20px 0 45px;
    width: 890px;
    min-height: 500px;
}

.bn-view-common01 .b-etc-txt-box {
    padding: 15px 0 0 0;
}

.bn-view-common01 .b-etc-txt-box .b-etc-txt.type01 {
    position: relative;
    padding: 0 0 0 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.bn-view-common01 .b-etc-txt-box .b-etc-txt.type01:after {
    content: "*";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.b-pager-box {
    padding: 50px 0 0 0;
}

.b-pager-box div {
    display: table;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    table-layout: fixed;
}

.b-pager-box div p:nth-of-type(1) {
    display: table-cell;
    padding: 13px 45px 13px 30px;
    width: 130px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}

.b-pager-box div p:nth-of-type(1) a {
    font-weight: 700;
    font-size: 15px;
    color: #000;
}

.b-pager-box div p:nth-of-type(2) {
    display: table-cell;
    padding: 13px 30px 13px 10px;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
}

.b-pager-box div p:nth-of-type(2) a {
    font-weight: 400;
    font-size: 15px;
    color: #888;
    line-height: 23px;
    word-wrap: break-word;
}

.b-view-pager {
    position: absolute;
    top: 35px;
    left: 50%;
    min-width: 650px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.b-view-pager div {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.b-view-pager div a {
    display: inline-block;
    padding: 30px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    box-sizing: border-box;
}

.b-view-pager div:nth-of-type(1) {
    left: 0;
}

.b-view-pager div:nth-of-type(1) a {
    background-image: url(/_res/klmc/_share/img/board/btn-prev-page02.png);
}

.b-view-pager div:nth-of-type(1) a.active {
    background-image: url(/_res/klmc/_share/img/board/btn-prev-page02-on.png);
}

.b-view-pager div:nth-of-type(2) {
    right: 0;
}

.b-view-pager div:nth-of-type(2) a {
    background-image: url(/_res/klmc/_share/img/board/btn-next-page02.png);
}

.b-view-pager div:nth-of-type(2) a.active {
    background-image: url(/_res/klmc/_share/img/board/btn-next-page02-on.png);
}

/* view ÆäÀÌÁö °Ô½Ã±Û ³» ´äº¯ */
.bn-view-common01 .b-answer-common01-box {
    border-top: 2px solid #092e71;
    border-bottom: 1px solid #092e71;
}

.bn-view-common01 .b-answer-common01-box > div {
    padding: 27px 30px;
    border-bottom: 1px solid #dedede;
}

.bn-view-common01 .b-answer-common01-box .b-answer-title {
    padding: 0 0 7px;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
}

.bn-view-common01 .b-answer-common01-box .b-answer-title:before {
    content: '';
    display: inline-block;
    margin: 5px 10px 0 0;
    width: 10px;
    height: 10px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    vertical-align: top;
}

/* view ÆäÀÌÁö ´ñ±Û¿µ¿ª */
.bn-view-common01 .b-reply-wrap {
    padding: 50px 0 0 0;
}

.bn-view-common01 .b-reply-wrap .write-reply-content {
    border: 1px solid #999;
    box-sizing: border-box;
}

.bn-view-common01 .b-reply-wrap .write-reply-content .write-reply-con-box {
    border-bottom: 1px solid #dedede;
}

.bn-view-common01 .b-reply-wrap .write-reply-content .write-reply-etc-box {
    background-color: #fff;
    text-align: right;
}

.bn-view-common01 .b-reply-wrap .write-reply-content .write-reply-etc-box > p {
    display: inline-block;
    padding: 0 16px 0 0;
}

.bn-view-common01 .b-reply-wrap .write-reply-content .write-reply-etc-box > button {
    padding: 9px 23px;
    border: none;
}

.bn-view-common01 .b-reply-wrap .write-reply-content textarea {
    padding: 5px 15px;
    width: 100%;
    border: none;
    font-family: inherit;
    font-size: 14px;
    line-height: 19px;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
}

.bn-view-common01 .b-reply-wrap .b-reply-id {
    padding: 0 0 5px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.bn-view-common01 .b-reply-wrap .reply {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.bn-view-common01 .b-view-reply-box .b-view-reply-content .b-btn01.type02 {
    padding: 10px 0 0 0;
}

.bn-view-common01 .b-write-reply-box {
    padding: 0 0 30px;
    box-sizing: border-box;
}

.bn-view-common01 .b-write-reply-box .reply-content-count {
    padding: 0 0 20px 0;
    font-weight: 700;
    font-size: 18px;
    vertical-align: top;
}

.bn-view-common01 .b-write-reply-box .write-reply-con-box {
    padding: 30px;
}

.bn-view-common01 .b-write-reply-box .write-reply-content .write-reply-con-box {
    padding: 30px;
    border-bottom: 1px solid #dedede;
}

.bn-view-common01 .b-write-reply-box .write-reply-content .write-reply-con-box > div {
    border: 1px solid #dedede;
}

.bn-view-common01 .b-write-reply-box .write-reply-content .write-reply-con-box > div > p {
    padding: 15px 15px 0 15px;
}

.bn-view-common01 .b-write-reply-box .write-reply-content .write-reply-con-box textarea {
    height: 48px;
}

.bn-view-common01 .b-write-reply-box .write-reply-content .write-reply-etc-box > button {
    color: #fff;
}

.bn-view-common01 .b-write-reply-box .write-reply-info {
    padding: 10px 0 0 0;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.bn-view-common01 .b-write-reply-box .write-reply-info > a {
    position: relative;
    margin: 0 0 0 5px;
    font-style: italic;
    color: #043ca1;
}

.bn-view-common01 .b-write-reply-box .write-reply-info > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #043ca1;
}

.bn-view-common01 .b-view-reply-box .b-view-reply-etc-box {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #dedede;
}

.bn-view-common01 .b-view-reply-box .b-view-reply-etc-box ul li {
    display: inline-block;
    position: relative;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
}

.bn-view-common01 .b-view-reply-box .b-view-reply-etc-box ul li:last-of-type {
    margin: 0;
}

.bn-view-common01 .b-view-reply-box .b-view-reply-etc-box ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.bn-view-common01 .b-view-reply-box .b-view-reply-etc-box ul li:not(.active):after {
    width: 8px;
    height: 2px;
    background-color: #ababab;
}

.bn-view-common01 .b-view-reply-box .b-view-reply-etc-box ul li.active:after {
    width: 10px;
    height: 6px;
    background: url(/_res/klmc/_share/img/board/btn-sel-open02.png) no-repeat 0 0/100%;
}

.bn-view-common01 .b-view-reply-box .b-view-reply-etc-box ul li a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #ababab;
    line-height: 24px;
}

.bn-view-common01 .b-view-reply-box .b-view-reply-etc-box ul li.active a {
    color: #333;
}

.bn-view-common01 .b-view-reply-box .b-view-reply-content > div {
    border-bottom: 1px solid #dedede;
}

.bn-view-common01 .b-view-reply-box .b-view-reply-dep01-box {
    padding: 25px 0;
}

.bn-view-common01 .b-view-reply-box .b-view-reply-dep02-box {
    padding: 25px 0 0 0;
    background-color: #f5f5f5;
}

.bn-view-common01 .b-view-reply-box .b-view-reply-dep02-box > div {
    padding: 0 20px 30px 43px;
    background: url(/_res/klmc/_share/img/board/bg-reply-dep02.png) no-repeat 25px 0;
}

.bn-view-common01 .b-view-reply-box .write-reply-content {
    border: 1px solid #dedede;
}

.bn-view-common01 .b-view-reply-box .write-reply-content .write-reply-con-box textarea {
    height: 80px;
}

.bn-view-common01 .b-view-reply-box .write-reply-content .write-reply-etc-box > button {
    background-color: #f0f1f2;
    color: #666;
}

.bn-view-common01 .b-view-reply-box .b-btn-replay-box {
    padding: 10px 0 0 0;
}

.bn-view-common01 .b-view-reply-box .b-btn-replay-box ul li {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: top;
}

.bn-view-common01 .b-view-reply-box .b-btn-replay-box ul li .b-btn-reply {
    display: inline-block;
    padding: 3px 11px;
    min-width: 50px;
    min-height: 27px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 14px;
    color: #222;
    font-weight: 400;
    text-align: center;
    box-sizing: border-box;
}

.bn-view-common01 .b-view-reply-box .b-btn-replay-box ul li .b-btn-reply:hover {
    background-color: #092e71;
    color: #fff;
}

/* °Ô½Ã±Û ´õº¸±â ¿µ¿ª */
.bn-view-common01 .b-readmore-box {
    position: relative;
    padding: 80px 0 160px;
    background: #e1e5e7;
}

.bn-view-common01 .b-readmore-box:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100px;
    background: #e1e5e7;
}

.bn-view-common01 .b-readmore-box h3 {
    padding: 0 0 55px;
    font-size: 36px;
    line-height: 41px;
    font-weight: 400;
    text-align: center;
}

.bn-view-common01 .b-readmore-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 -0.75%;
}

.bn-view-common01 .b-readmore-box ul li {
    padding: 0 0.75%;
    width: 20%;
    box-sizing: border-box;
}

.bn-view-common01 .b-readmore-box .b-readmore-img-box {
    position: relative;
    margin: 0 0 25px;
    height: 128px;
    overflow: hidden;
}

.bn-view-common01 .b-readmore-box .b-readmore-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bn-view-common01 .b-readmore-box .b-readmore-con-box {
    text-align: center;
}

.bn-view-common01 .b-readmore-box .b-readmore-con-box .b-cate {
    display: none;
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 19px;
    line-height: 27px;
    color: #2e8bcb;
    font-weight: 500;
}

.bn-view-common01 .b-readmore-box .b-readmore-con-box .b-cate:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 1px;
    background: #959595;
    transform: translateX(-50%);
}

.bn-view-common01 .b-readmore-box .b-readmore-con-box .b-title-box .b-title {
    display: block;
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.bn-view-common01 .b-readmore-box .b-readmore-con-box .b-title-box .b-title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background: #c1c4c5;
}

.bn-view-common01 .b-readmore-box .b-readmore-con-box .b-title-box span {
    font-size: 17px;
    line-height: 23px;
    font-weight: 300;
}

.bn-view-common01 .b-btn-wrap {
    position: relative;
    z-index: 10;
    padding: 0 0 80px;
}

/* bn-view-common02 °øÅë */
.bn-view-common02 .b-main-box .b-top-box img {
    max-width: 100%;
}

.bn-view-common02 .b-main-box .b-title-box {
    padding: 0 0 7px 0;
}

.bn-view-common02 .b-main-box .b-title-box .b-cate {
    padding: 0 5px 0 0;
    font-weight: 700;
    color: #333;
}

.bn-view-common02 .b-main-box .b-title-box span:nth-of-type(2) {
    font-weight: 700;
    color: #333;
    word-wrap: break-word;
}

.bn-view-common02 .b-etc-box:after {
    content: "";
    display: block;
    clear: both;
}

.bn-view-common02 .b-etc-box ul li span:nth-of-type(1) {
    padding: 0 5px 0 0;
}

.bn-view-common02 .b-etc-box ul li {
    position: relative;
    float: left;
    margin: 0 8px 0 0;
    padding: 0 9px 0 0;
    font-weight: 400;
    font-size: 14px;
    color: #888;
    line-height: 22px;
}

.bn-view-common02 .b-etc-box ul li:last-of-type {
    margin: 0;
    padding: 0;
}

.bn-view-common02 .b-etc-box ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    width: 1px;
    height: 10px;
    background-color: #bfbfbf;
}

.bn-view-common02 .b-etc-box ul li:last-of-type:after {
    display: none;
}

.bn-view-common02 .b-etc-box ul li.b-writer-box span:nth-of-type(1) {
    display: none;
}

.bn-view-common02 .b-etc-box ul li.b-date-box span:nth-of-type(1) {
    display: none;
}

.bn-view-common02 .b-url-box {
    display: table;
    padding: 15px 30px;
    width: 100%;
    border-bottom: 1px solid #dedede;
    table-layout: fixed;
    box-sizing: border-box;
}

.bn-view-common02 .b-url-box > p {
    display: table-cell;
    width: 80px;
    border-right: 1px solid #dedede;
}

.bn-view-common02 .b-url-box ul {
    display: table-cell;
    padding: 0 0 0 20px;
}

.bn-view-common02 .b-url-box ul li {
    padding: 0 0 5px 0;
}

.bn-view-common02 .b-url-box ul li:last-of-type {
    padding: 0;
}

.bn-view-common02 .b-url-box ul li a {
    font-weight: 400;
    font-size: 15px;
    color: #ababab;
    line-height: 23px;
    word-break: break-all;
}

.bn-view-common02 .b-url-box ul li a:hover {
    color: #092e71;
}

.bn-view-common02 .b-top-sub-box {
    display: table;
    padding: 15px 30px;
    width: 100%;
    border-bottom: 1px solid #dedede;
    table-layout: fixed;
    box-sizing: border-box;
}

.bn-view-common02 .b-top-sub-box > p {
    display: table-cell;
    width: 80px;
    border-right: 1px solid #dedede;
}

.bn-view-common02 .b-top-sub-box ul {
    display: table-cell;
    padding: 0 0 0 20px;
}

.bn-view-common02 .b-top-sub-box ul li {
    padding: 0 0 5px 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    word-break: break-all;
}

.bn-view-common02 .b-top-sub-box ul li:last-of-type {
    padding: 0;
}

.bn-view-common02 .b-file-box {
    margin: 0 0 30px;
    padding: 15px 30px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.bn-view-common02 .b-file-box ul li {
    padding: 0 0 5px 0;
}

.bn-view-common02 .b-file-box ul li:last-of-type {
    padding: 0;
}

.bn-view-common02 .b-file-box ul li a {
    padding: 0 0 0 18px;
    background: url(/_res/klmc/_share/img/common/ico-file02.png) no-repeat 0 2px;
    font-weight: 400;
    font-size: 15px;
    color: #ababab;
    line-height: 23px;
}

.bn-view-common02 .b-link-box ul {
    border-top: 1px solid #ccc;
}

.bn-view-common02 .b-link-box ul li {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ccc;
    table-layout: fixed;
}

.bn-view-common02 .b-link-box ul li > span {
    display: table-cell;
    padding: 10px 15px;
    width: 150px;
    background-color: #f2f8f6;
    text-align: center;
}

.bn-view-common02 .b-link-box ul li > p {
    display: table-cell;
    padding: 0 15px;
    width: 100%:
}

.bn-view-common02 .b-link-box ul li > p a {
    color: #095d3b;
    text-decoration: underline;
}

.bn-view-common02 .b-content-box {
    padding: 30px;
    min-height: 200px;
    box-sizing: border-box;
}

.bn-view-common02 .b-content-box p {
    font-family: inherit;
    font-weight: 400;
    font-size: 17px;
    color: #333;
    line-height: 30px;
}

.bn-view-common02 .b-content-box a {
    display: inline-block;
}

.bn-view-common02 .b-content-box a img {
    display: block;
    max-width: 100%;
}

.bn-view-common02 .b-img-carousel-box {
    padding: 0 0 30px 0;
    text-align: center;
}

.bn-view-common02 .b-img-carousel-box .b-img-view-box {
    display: inline-block;
    position: relative;
    padding: 0 40px 30px;
    max-width: 100%;
    box-sizing: border-box;
}

.bn-view-common02 .b-img-carousel-box .b-img-thumb-box {
    position: relative;
    padding: 0 40px;
}

.bn-view-common02 .b-img-carousel-box .b-img-thumb-box a {
    display: block;
    height: 185px;
}

.bn-view-common02 .b-img-carousel-box .b-img-thumb-box a img {
    height: 100%;
    object-fit: cover;
}

.bn-view-common02 .b-img-carousel-box .control-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin: 0 auto;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.bn-view-common02 .b-img-carousel-box .control-wrap a {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 36px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.bn-view-common02 .b-img-carousel-box .control-wrap .prev {
    left: 0;
    background: url(/_res/klmc/_share/img/common/btn-prev01.png) no-repeat 50% 50%/100%;
}

.bn-view-common02 .b-img-carousel-box .control-wrap .next {
    right: 0;
    background: url(/_res/klmc/_share/img/common/btn-next01.png) no-repeat 50% 50%/100%;
}

.bn-view-common02 .b-video-box iframe {
    width: 100%;
    min-height: 400px;
}

.bn-view-common02 .b-etc-txt-box {
    padding: 15px 0 0 0;
}

.bn-view-common02 .b-etc-txt-box .b-etc-txt.type01 {
    position: relative;
    padding: 0 0 0 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.bn-view-common02 .b-etc-txt-box .b-etc-txt.type01:after {
    content: "*";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.bn-view-common02 .b-sns-box ul {
    padding: 10px 0 0;
    text-align: right;
}

.bn-view-common02 .b-sns-box ul li {
    display: inline-block;
    margin: 0 -4px 0 0;
    padding: 0 10px 0 0;
    vertical-align: middle;
}

.bn-view-common02 .b-sns-box ul li a {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.bn-view-common02 .b-sns-box ul li a.btn-kakao {
    background-image: url(/_res/klmc/_share/img/board/ico-sns01.png);
}

.bn-view-common02 .b-sns-box ul li a.btn-blog {
    background-image: url(/_res/klmc/_share/img/board/ico-sns02.png);
}

.bn-view-common02 .b-sns-box ul li a.btn-instagram {
    background-image: url(/_res/klmc/_share/img/board/ico-sns03.png);
}

.bn-view-common02 .b-pager-box {
    padding: 50px 0 0 0;
}

.bn-view-common02 .b-pager-box div {
    display: table;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    table-layout: fixed;
}

.bn-view-common02 .b-pager-box div p:nth-of-type(1) {
    display: table-cell;
    padding: 13px 45px 13px 30px;
    width: 130px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}

.bn-view-common02 .b-pager-box div p:nth-of-type(1) a {
    font-weight: 700;
    font-size: 15px;
    color: #000;
}

.bn-view-common02 .b-pager-box div p:nth-of-type(2) {
    display: table-cell;
    padding: 13px 30px 13px 10px;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
}

.bn-view-common02 .b-pager-box div p:nth-of-type(2) a {
    font-weight: 400;
    font-size: 15px;
    color: #888;
    line-height: 23px;
    word-wrap: break-word;
}

/* bn-view-common02 view ÆäÀÌÁö °Ô½Ã±Û ³» ´äº¯ */
.bn-view-common02 .b-answer-common01-box {
    border-top: 2px solid #092e71;
    border-bottom: 1px solid #092e71;
}

.bn-view-common02 .b-answer-common01-box > div {
    padding: 27px 30px;
    border-bottom: 1px solid #dedede;
}

.bn-view-common02 .b-answer-common01-box .b-answer-title {
    padding: 0 0 7px;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
}

.bn-view-common02 .b-answer-common01-box .b-answer-title:before {
    content: '';
    display: inline-block;
    margin: 5px 10px 0 0;
    width: 10px;
    height: 10px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    vertical-align: top;
}

/* bn-view-common02 view ÆäÀÌÁö ´ñ±Û¿µ¿ª */
.bn-view-common02 .b-reply-wrap {
    padding: 50px 0 0 0;
}

.bn-view-common02 .b-reply-wrap .write-reply-content {
    border: 1px solid #999;
    box-sizing: border-box;
}

.bn-view-common02 .b-reply-wrap .write-reply-content .write-reply-con-box {
    border-bottom: 1px solid #dedede;
}

.bn-view-common02 .b-reply-wrap .write-reply-content .write-reply-etc-box {
    background-color: #f7f7f7;
    text-align: right;
}

.bn-view-common02 .b-reply-wrap .write-reply-content .write-reply-etc-box > p {
    display: inline-block;
    padding: 0 16px 0 0;
}

.bn-view-common02 .b-reply-wrap .write-reply-content .write-reply-etc-box > button {
    padding: 9px 23px;
    border: none;
}

.bn-view-common02 .b-reply-wrap .write-reply-content textarea {
    padding: 5px 15px;
    width: 100%;
    border: none;
    font-family: inherit;
    font-size: 14px;
    line-height: 19px;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
}

.bn-view-common02 .b-reply-wrap .b-reply-id {
    padding: 0 0 5px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.bn-view-common02 .b-reply-wrap .reply {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.bn-view-common02 .b-view-reply-box .b-view-reply-content .b-btn01.type02 {
    padding: 10px 0 0 0;
}

.bn-view-common02 .b-write-reply-box {
    padding: 0 0 30px;
    box-sizing: border-box;
}

.bn-view-common02 .b-write-reply-box .reply-content-count {
    padding: 0 0 20px 0;
    font-weight: 700;
    font-size: 18px;
    vertical-align: top;
}

.bn-view-common02 .b-write-reply-box .write-reply-con-box {
    padding: 30px;
}

.bn-view-common02 .b-write-reply-box .write-reply-content .write-reply-con-box {
    padding: 30px;
    border-bottom: 1px solid #dedede;
    background: #f7f7f7;
}

.bn-view-common02 .b-write-reply-box .write-reply-content .write-reply-con-box > div {
    border: 1px solid #dedede;
}

.bn-view-common02 .b-write-reply-box .write-reply-content .write-reply-con-box > div > p {
    padding: 15px 15px 0 15px;
}

.bn-view-common02 .b-write-reply-box .write-reply-content .write-reply-con-box textarea {
    height: 48px;
    background: transparent;
}

.bn-view-common02 .b-write-reply-box .write-reply-content .write-reply-etc-box > button {
    color: #fff;
}

.bn-view-common02 .b-write-reply-box .write-reply-info {
    padding: 10px 0 0 0;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.bn-view-common02 .b-write-reply-box .write-reply-info > a {
    position: relative;
    margin: 0 0 0 5px;
    font-style: italic;
    color: #043ca1;
}

.bn-view-common02 .b-write-reply-box .write-reply-info > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #043ca1;
}

.bn-view-common02 .b-view-reply-box .b-view-reply-etc-box {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #dedede;
}

.bn-view-common02 .b-view-reply-box .b-view-reply-etc-box ul li {
    display: inline-block;
    position: relative;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
}

.bn-view-common02 .b-view-reply-box .b-view-reply-etc-box ul li:last-of-type {
    margin: 0;
}

.bn-view-common02 .b-view-reply-box .b-view-reply-etc-box ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.bn-view-common02 .b-view-reply-box .b-view-reply-etc-box ul li:not(.active):after {
    width: 8px;
    height: 2px;
    background-color: #ababab;
}

.bn-view-common02 .b-view-reply-box .b-view-reply-etc-box ul li.active:after {
    width: 10px;
    height: 6px;
    background: url(/_res/klmc/_share/img/board/btn-sel-open02.png) no-repeat 0 0/100%;
}

.bn-view-common02 .b-view-reply-box .b-view-reply-etc-box ul li a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #ababab;
    line-height: 24px;
}

.bn-view-common02 .b-view-reply-box .b-view-reply-etc-box ul li.active a {
    color: #333;
}

.bn-view-common02 .b-view-reply-box .b-view-reply-content > div {
    border-bottom: 1px solid #dedede;
}

.bn-view-common02 .b-view-reply-box .b-view-reply-dep01-box {
    padding: 25px 0;
}

.bn-view-common02 .b-view-reply-box .b-view-reply-dep02-box {
    padding: 25px 0 0 0;
    background-color: #f5f5f5;
}

.bn-view-common02 .b-view-reply-box .b-view-reply-dep02-box > div {
    padding: 0 20px 30px 43px;
    background: url(/_res/klmc/_share/img/board/bg-reply-dep02.png) no-repeat 25px 0;
}

.bn-view-common02 .b-view-reply-box .write-reply-content {
    border: 1px solid #dedede;
}

.bn-view-common02 .b-view-reply-box .write-reply-content .write-reply-con-box textarea {
    height: 80px;
}

.bn-view-common02 .b-view-reply-box .write-reply-content .write-reply-etc-box > button {
    background-color: #f0f1f2;
    color: #666;
}

.bn-view-common02 .b-view-reply-box .b-btn-replay-box {
    padding: 10px 0 0 0;
}

.bn-view-common02 .b-view-reply-box .b-btn-replay-box ul li {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: top;
}

.bn-view-common02 .b-view-reply-box .b-btn-replay-box ul li .b-btn-reply {
    display: inline-block;
    padding: 3px 11px;
    min-width: 50px;
    min-height: 27px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 14px;
    color: #222;
    font-weight: 400;
    text-align: center;
    box-sizing: border-box;
}

.bn-view-common02 .b-view-reply-box .b-btn-replay-box ul li .b-btn-reply:hover {
    background-color: #092e71;
    color: #fff;
}

/* bn-write-common01 °øÅë */
.bn-write-common01 .b-pc-hide {
    display: none;
}

.bn-write-common01 .b-table-box {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.bn-write-common01 .b-table-box .b-row-box > div {
    vertical-align: middle;
    background: #fff;
}

.bn-write-common01 .b-table-box.type01 .b-row-box {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.bn-write-common01 .b-table-box.type02 .b-row-box {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.bn-write-common01 .b-table-box.type03 .b-row-box {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.bn-write-common01 .b-table-box.type02 .b-row-box > div {
    display: table-cell;
}

.bn-write-common01 .b-table-box.type02 .b-row-box > div > div {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.bn-write-common01 .b-table-box.type03 .b-row-box > div {
    display: table-cell;
}

.bn-write-common01 .b-table-box.type03 .b-row-box > div > div {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.bn-write-common01 .b-table-box .b-row-box .b-title-box {
    display: table-cell;
    width: 160px;
    padding: 19px 15px 16px;
    border-right: 1px solid #d3d9dd;
    border-bottom: 1px solid #d3d9dd;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    vertical-align: top;
    box-sizing: border-box;
}

.bn-write-common01 .b-table-box .b-row-box .b-title-box br {
    display: none;
}

.bn-write-common01 .b-table-box .b-row-box .b-title-box.b-required:after {
    content: "*";
    display: inline-block;
    padding: 5px 0 0 2px;
    color: #d10909;
    line-height: 1;
    vertical-align: middle;
}

.bn-write-common01 .b-table-box .b-row-box .b-con-box {
    display: table-cell;
    position: relative;
    padding: 12px 15px;
    border-bottom: 1px solid #d8d8d8;
    vertical-align: middle;
}

.bn-write-common01 .b-table-box .b-row-box .b-con-box .b-guide-txt {
    display: inline-block;
    padding: 0 0 0 10px;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    vertical-align: middle;
}

.bn-write-common01 .b-table-box .b-row-box .b-con-box02 {
    display: table-cell;
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    vertical-align: middle;
}

.bn-write-common01 .b-select {
    position: relative;
    margin: 0 5px 0 0;
    padding: 5px 10px;
    width: calc(33.33% - 15px);
    max-width: 200px;
    height: 35px;
    border: 1px solid #dedede;
    background: #fff url(/_res/klmc/_share/img/board/btn-sel-open01.png) no-repeat right 10px center;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bn-write-common01 .b-select-wide {
    width: calc(50% - 15px);
    max-width: 100%;
}

.bn-write-common01 .b-select:last-of-type {
    margin: 0;
}

.bn-write-common01 .b-input {
    padding: 5px 10px;
    width: 100%;
    height: 35px;
    border: 1px solid #dedede;
    font-family: inherit;
    font-weight: 300;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
}

.bn-write-common01 .b-input::-webkit-input-placeholder {
    color: #777;
}

.bn-write-common01 .b-input::-ms-input-placeholder {
    color: #777;
}

.bn-write-common01 .b-input::placeholder {
    color: #777;
}

.bn-write-common01 .b-input.type02 {
    width: calc(50% - 11px);
    max-width: 200px;
}

.bn-write-common01 .b-table-box.b-notice-box .b-row-box .b-con-box:nth-of-type(2) {
    width: 25%;
}

.bn-write-common01 .b-table-box.b-notice-box .b-row-box .b-title-box:nth-of-type(3) {
    border-left: 1px solid #d3d9dd;
}

.bn-write-common01 .b-period-box > p {
    display: inline-block;
}

.bn-write-common01 .b-period-box > div {
    display: inline-block;
}

.bn-write-common01 .b-period-box span {
    padding: 0 2px 0 5px;
}

.bn-write-common01 .b-input.datepicker {
    padding-right: 40px;
    width: 100%;
    max-width: 180px;
}

.bn-write-common01 .b-textarea {
    padding: 20px;
    height: 300px;
    border: 1px solid #dedede;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.bn-write-common01 .b-password-box .b-input {
    width: calc(40% - 15px);
    max-width: 200px;
}

.bn-write-common01 .b-password-box span {
    display: inline-block;
    padding: 0 0 0 10px;
}

.bn-write-common01 .b-file-box > div {
    padding: 12px 10px;
    border-top: 1px solid #dedede;
}

.bn-write-common01 .b-file-box:first-of-type > div:first-of-type {
    border-top: none;
}

.bn-write-common01 .b-file-box > div .b-guide-box {
    padding: 4px 0 0 0;
}

.bn-write-common01 .b-file-box > div .b-guide-box label {
    position: absolute;
    top: 0;
    left: -999999px;
}

.bn-write-common01 .b-file-box.type01:after {
    content: "";
    display: block;
    clear: both;
}

.bn-write-common01 .b-file-box.type01 .b-left-box {
    float: left;
}

.bn-write-common01 .b-file-box.type01 .b-left-box .b-sel-box {
    display: inline-block;
    vertical-align: middle;
}

.bn-write-common01 .b-file-box.type01 .b-left-box .b-guide-txt {
    display: inline-block;
    vertical-align: middle;
}

.bn-write-common01 .b-file-box.type01 .b-right-box {
    float: right;
}

.bn-write-common01 .b-file-box.type01 .b-right-box .b-guide-txt {
    padding: 15px 0 0 0;
}

.bn-write-common01 .b-file-box.type02 {
    display: none;
}

.bn-write-common01 .b-file-box.type02 .b-left-box {
    float: left;
}

.bn-write-common01 .b-file-box.type02 .b-left-box .b-file-btn {
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #474747;
    background: none;
    font-weight: 200;
    font-size: 15px;
    color: #191919;
    border-radius: 5px;
    line-height: 1;
    cursor: pointer;
    vertical-align: middle;
}

.bn-write-common01 .b-file-box.type02 .b-left-box .b-file-status {
    width: 130px;
    border: none !important;
    background: none;
    font-family: inherit;
    font-weight: 300;
    font-size: 15px;
    color: #979797;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    vertical-align: middle;
}

.bn-write-common01 .b-file-box.type02 .b-left-box .b-add-btn {
    display: none;
}

.bn-write-common01 .b-file-box.type02 .b-right-box {
    float: right;
}

.bn-write-common01 .b-file-box.type02 .b-right-box .b-guide-txt {
    display: inline-block;
    vertical-align: middle;
}

.bn-write-common01 .b-file-box.type02 .b-right-box .b-input {
    display: inline-block;
    width: 300px;
    vertical-align: middle;
}

.bn-write-common01 .b-file-box.type03 .b-input[name="wr-file-name"] {
    width: calc(100% - 104px);
}

.bn-write-common01 .b-file-box.type03 .b-add-btn {
    padding: 8px;
    background-color: #fec240;
    color: #fff;
    border-radius: 5px;
    vertical-align: middle;
}

.bn-write-common01 .b-file-box.type03 .b-file-btn {
    display: inline-block;
    padding: 5px 0 6px;
    min-width: 100px;
    border: 1px solid #ccc;
    background-color: #ebebeb;
    font-weight: 400;
    font-size: 16px;
    color: #5c5c5c;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    vertical-align: middle;
}

.bn-write-common01 .b-file-box.type03 span {
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: 16px;
    line-height: 21px;
    vertical-align: middle;
}

.bn-write-common01 .b-file-box.type04 div p {
    display: inline-block;
    padding: 0 10px 0 0;
    width: calc(100% - 114px);
    line-height: 21px;
    vertical-align: middle;
}

.bn-write-common01 .b-file-box.type04 div p label {
    display: block;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bn-write-common01 .b-file-box.type04 .b-add-btn {
    padding: 8px;
    background-color: #fec240;
    color: #fff;
    border-radius: 5px;
    vertical-align: middle;
}

.bn-write-common01 .b-file-box.type04 .b-file-del-btn {
    display: inline-block;
    padding: 5px 0 6px;
    min-width: 100px;
    border: 1px solid #ccc;
    background-color: #ebebeb;
    font-weight: 400;
    font-size: 16px;
    color: #5c5c5c;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    vertical-align: middle;
}

.bn-write-common01 .b-file-box .b-chk:checked + label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #000;
    box-sizing: border-box;
}

.bn-write-common01 .b-file-box .b-guide-txt {
    display: inline-block;
    padding: 0 0 0 10px;
    font-weight: 400;
    font-size: 16px;
    color: #888;
    line-height: 24px;
    vertical-align: middle;
}

.bn-write-common01 .b-file-box .b-guide-txt span.privacy {
    display: block;
    color: #ff0000;
}

.bn-write-common01 .b-video-box > p {
    display: inline-block;
}

.bn-write-common01 .b-sel-box {
    display: block;
    position: relative;
    z-index: 0;
    width: 100px;
    text-align: left;
    vertical-align: middle;
}

.bn-write-common01 .b-sel-title {
    display: block;
    line-height: 17px;
    padding: 8px 24px 8px 10px;
    border: 1px solid #d8d8d8;
    background: #fff url(/_res/klmc/_share/img/board/btn-sel-open02.png) no-repeat right 12px center;
    font-weight: 200;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    box-sizing: border-box;
    vertical-align: middle;
}

.bn-write-common01 .b-sel-box.close {
    z-index: 20;
}

.bn-write-common01 .b-sel-box.close .b-sel-box-title {
    background: #fff url(/_res/klmc/_share/img/board/btn-sel-close02.png) no-repeat right 12px center;
}

.bn-write-common01 .b-sel-box.close ul {
    display: block;
}

.bn-write-common01 .b-sel-box ul {
    display: none;
    position: absolute;
    top: 35px;
    width: 100%;
}

.bn-write-common01 .b-sel-box ul li {
    width: 100%;
    height: 100%;
    border: 1px solid #d8d8d8;
    border-top: none;
    background-color: #fff;
    font-weight: 300;
    box-sizing: border-box;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.bn-write-common01 .b-sel-box ul li a {
    display: block;
    padding: 9px 10px;
    font-weight: 200;
    color: #333;
    box-sizing: border-box;
}

.bn-write-common01 .b-sel-box ul li:hover a {
    background-color: #b2b2b2;
    color: #fff;
}

.bn-write-common01 .b-tel-box span {
    padding: 0 5px;
}

.bn-write-common01 .b-tel-box label {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    text-indent: -9999999px;
    overflow: hidden;
}

.bn-write-common01 .b-tel-box .b-select {
    font-family: inherit;
    max-width: 200px;
}

.bn-write-common01 .b-tel-box .b-input {
    width: calc(33.33% - 16px);
    max-width: 200px;
}

.bn-write-common01 .b-period-box span {
    padding: 0 2px 0 5px;
}

.bn-write-common01 .b-email-box span {
    padding: 0 4px 0;
}

.bn-write-common01 .b-email-box .b-input {
    width: calc(33.33% - 15px);
    max-width: 200px;
}

.bn-write-common01 .b-address-box label {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    text-indent: -9999999px;
    overflow: hidden;
}

.bn-write-common01 .b-address-box > div div {
    display: inline-block;
    padding: 0 0 10px;
    max-width: calc(100% - 73px);
}

.bn-write-common01 .b-address-box > div div span {
    padding: 0 8px;
}

.bn-write-common01 .b-address-box > div div .b-input {
    width: calc(50% - 15px);
    max-width: 155px;
}

.bn-write-common01 .b-address-box > div > button {
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #474747;
    background: none;
    font-weight: 200;
    font-size: 15px;
    color: #191919;
    border-radius: 5px;
    line-height: 1;
    cursor: pointer;
    vertical-align: middle;
}

.bn-write-common01 .b-relation-box div:nth-of-type(1) {
    padding: 0 0 5px;
}

.bn-write-common01 .b-relation-box div:nth-of-type(2) label {
    padding: 0 10px 0 0;
}

.bn-write-common01 .b-relation-box div:nth-of-type(2) .b-input {
    max-width: calc(100% - 41px);
}

.bn-write-common01 .b-url-box .b-input {
    margin: 0 0 10px;
    max-width: 330px;
}

.bn-write-common01 .b-url-box p {
    line-height: 25px;
    word-break: break-all;
}

.bn-write-common01 .b-url-box p span {
    color: #FF0000;
}

/* bn-write-common01 type01 */
.bn-write-common01.type01 .b-table-wrap {
    border-top: 2px solid #2a88ca;
}

.bn-write-common01.type01 .b-table-box .b-row-box .b-title-box {
    background: #f7f7f7;
    text-align: center;
}

.bn-write-common01.type01 .b-input.datepicker {
    background: #fff url(/_res/klmc/_share/img/board/ico-datepicker01.gif) no-repeat right 10px top 50%;
}

.bn-write-common01.type01 .b-radio {
    display: none;
}

.bn-write-common01.type01 .b-radio + label {
    display: inline-block;
    position: relative;
    margin-right: 30px;
    padding-left: 30px;
    font-weight: 400;
    cursor: pointer;
}

.bn-write-common01.type01 .b-radio + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 0 0 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #959595;
    background-color: #ebebeb;
    font-size: 13px;
    border-radius: 24px;
    box-sizing: border-box;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.bn-write-common01.type01 .b-radio:checked + label:before {
    background-color: #fff;
}

.bn-write-common01.type01 .b-radio:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 7px;
    height: 7px;
    background-color: #2a88ca;
    border-radius: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.bn-write-common01.type01 .b-chk {
    display: none;
}

.bn-write-common01.type01 .b-chk + label {
    display: inline-block;
    position: relative;
    margin: 0 23px 0 0;
    padding: 0 0 0 34px;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    vertical-align: middle;
    cursor: pointer;
}

.bn-write-common01.type01 .b-chk + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 27px;
    border: 1px solid #959595;
    box-sizing: border-box;
}

.bn-write-common01.type01 .b-chk:checked + label:before {
    background: url(/_res/klmc/_share/img/board/ico-check01.png) no-repeat 50% 50%;
}

/* bn-write-common01 type03 */
.bn-write-common01.type03 .b-table-wrap {
    border-top: 2px solid #2a88ca;
}

.bn-write-common01.type03 .b-table-box .b-row-box .b-title-box {
    background: #f7f7f7;
    text-align: center;
}

.bn-write-common01.type03 .b-input.datepicker {
    background: #fff url(/_res/klmc/_share/img/board/ico-datepicker01.gif) no-repeat right 10px top 50%;
}

.bn-write-common01.type03 .b-radio {
    display: none;
}

.bn-write-common01.type03 .b-radio + label {
    display: inline-block;
    position: relative;
    margin-right: 30px;
    padding-left: 30px;
    font-weight: 400;
    cursor: pointer;
}

.bn-write-common01.type03 .b-radio + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 0 0 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #959595;
    background-color: #ebebeb;
    font-size: 13px;
    border-radius: 24px;
    box-sizing: border-box;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.bn-write-common01.type03 .b-radio:checked + label:before {
    background-color: #fff;
}

.bn-write-common01.type03 .b-radio:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 7px;
    height: 7px;
    background-color: #2a88ca;
    border-radius: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.bn-write-common01.type03 .b-chk {
    display: none;
}

.bn-write-common01.type03 .b-chk + label {
    display: inline-block;
    position: relative;
    margin: 0 23px 0 0;
    padding: 0 0 0 34px;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    vertical-align: middle;
    cursor: pointer;
}

.bn-write-common01.type03 .b-chk + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 27px;
    border: 1px solid #959595;
    box-sizing: border-box;
}

.bn-write-common01.type03 .b-chk:checked + label:before {
    background: url(/_res/klmc/_share/img/board/ico-check01.png) no-repeat 50% 50%;
}

/* ¿¹¹è »ó´Ü ºñµð¿À view ¿µ¿ª */
.bn-video-view-wrap {
    position: relative;
    margin: -390px auto 0;
    padding: 0 0 93px;
}

.bn-video-view-wrap .bn-video-view-box {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.bn-video-view-wrap .bn-video-view-box > div {
    display: table-cell;
    vertical-align: top;
}

.bn-video-view-wrap .bn-video-view-box .b-video-play-box {
    position: relative;
    z-index: 10;
    width: 70%;
    height: 563px;
    background: #000;
}

.bn-video-view-wrap .bn-video-view-box .b-video-play-box img {
    width: 100%;
    height: 100%;
}

.bn-video-view-wrap .bn-video-view-box .b-video-play-box iframe {
    width: 100%;
    height: 100%;
}

.bn-video-view-wrap .bn-video-view-box .b-video-play-box:hover .b-video-ctrl-box {
    display: block;
}

.bn-video-view-wrap .bn-video-view-box .b-video-play-box .b-video-ctrl-box {
    display: none;
    position: absolute;
    bottom: 82px;
    left: 50%;
    width: 100%;
    max-width: 605px;
    transform: translateX(-50%);
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.bn-video-view-wrap .bn-video-view-box .b-video-play-box .b-video-ctrl-box li {
    display: inline-block;
    margin: 0 -4px 0 0;
    padding: 0 17px 0 0;
    width: calc(33.33% - 15px);
}

.bn-video-view-wrap .bn-video-view-box .b-video-play-box .b-video-ctrl-box li:last-of-type {
    padding: 0;
}

.bn-video-view-wrap .bn-video-view-box .b-video-play-box .b-video-ctrl-box li a {
    display: block;
    padding: 13px 10px;
    background: rgba(0,0,0,0.6);
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

.bn-video-view-wrap .bn-video-view-box .b-video-play-box .b-video-ctrl-box li a:hover {
    background: #2a88ca;
}

.bn-video-view-wrap .bn-video-view-box .b-video-play-box .b-video-ctrl-box li a span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 20px;
}

.bn-video-view-wrap .bn-video-view-box .b-video-play-box .b-video-ctrl-box li a span:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 13px;
    height: 16px;
    background: url(/_res/klmc/_share/img/board/btn-play-video.png) no-repeat left center;
    background-size: 13px;
}

.bn-video-view-wrap .bn-video-view-box .b-video-play-box .b-video-ctrl-box.btn-other-play {
    display: block;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
}

.bn-video-view-wrap .bn-video-view-box .b-video-play-box .b-video-ctrl-box.btn-other-play li.worship a {
    display: inline-block;
    padding: 20px 40px;
    width: 14px;
    height: 18px;
    background: #00447f url(/_res/klmc/_share/img/board/btn-video-play.png) no-repeat center center;
    background-size: 18px;
    text-indent: -99999px;
}

.bn-video-view-wrap .bn-video-view-box .b-video-play-box .b-video-ctrl-box.btn-other-play li.bibleWords a {
    display: inline-block;
    padding: 20px 40px;
    width: 14px;
    height: 18px;
    background: #00447f url(/_res/klmc/_share/img/board/btn-video-play.png) no-repeat center center;
    background-size: 18px;
    text-indent: -99999px;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box {
    position: relative;
    padding: 30px;
    background: #00447f;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-date-box {
    position: relative;
    margin: 0 0 27px;
    padding: 13px 0 27px 0;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    font-weight: 500;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-date-box:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background: #fff;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-title-box {
    padding: 0 0 52px;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-title-box .b-title {
    display: -webkit-box;
    padding: 0 0 4px;
    max-height: 136px;
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    font-weight: 500;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-title-box .b-script {
    display: block;
    position: relative;
    padding: 0 0 0 10px;
    height: 28px;
    font-size: 20px;
    line-height: 28px;
    color: #95a6bd;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-title-box .b-script:before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 6px;
    height: 1px;
    background: #95a6bd;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-title-box .b-script:empty:before {
    display: none;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-info-box {
    margin: 0 0 22px;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-info-box p {
    position: relative;
    padding: 0 0 10px 15px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-info-box p:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 3px;
    height: 17px;
    background: #fff;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-info-box p:empty:before {
    display: none;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-info-box .b-text-box {
    min-height: 120px;
    overflow: auto;
    line-height: 24px;
    color: #fff;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-link-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-link-box > div {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-link-box > div > ul {
    display: table;
    width: 100%;
    border-right: 1px solid #fff;
    table-layout: fixed;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-link-box > div > ul > li {
    display: table-cell;
    width: 50%;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    vertical-align: middle;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-link-box > div > ul > li:last-of-type {
    border-right: 0;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-link-box > div > ul > li > a {
    display: block;
    padding: 13px 15px;
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    transition: background 0.2s;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-link-box > div > ul > li > a:hover {
    background: #fff;
    color: #2e8bcb;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-link-box > div > ul > li.b-online {
    width: 100%;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-link-box > div > ul > li.b-share > a {
    width: 21px;
    height: 25px;
    background: url(/_res/klmc/_share/img/board/ico-share.png) no-repeat center center;
}

.bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-link-box > div > ul > li.b-share > a:hover {
    background: #fff url(/_res/klmc/_share/img/board/ico-share-on.png) no-repeat center center;
}

/* ½Ç½Ã°£ ¿¹¹è »ó´Ü ºñµð¿À view ¿µ¿ª */
.bn-video-view-wrap.bn-video-live .b-video-status {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.bn-video-view-wrap.bn-video-live .b-video-status > div {
    display: table-cell;
    position: relative;
    width: 100%;
    height: 568px;
    vertical-align: middle;
    text-align: center;
}

.bn-video-view-wrap.bn-video-live .b-video-status .b-video-screen:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    height: calc(100% - 5px);
    background: rgba(0,0,0,0.2);
}

.bn-video-view-wrap.bn-video-live .b-video-status .b-video-screen .b-screen {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bn-video-view-wrap.bn-video-live .b-video-status .b-video-screen > div {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 40;
    width: 100%;
    transform: translate(-50%,-50%);
}

.bn-video-view-wrap.bn-video-live .b-video-status .b-video-screen:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: calc(100% - 5px);
    background-color: rgba(0,0,0,0.2);
}

.bn-video-view-wrap.bn-video-live .b-video-status .b-video-screen.worship:after {
    background: url(/_res/klmc/klmc/img/main/bg-live-video01.gif) no-repeat center center/cover;
}

.bn-video-view-wrap.bn-video-live .b-video-status .b-video-screen.child:after {
    background: url(/_res/klmc/klmc/img/main/bg-live-video02.gif) no-repeat center center/cover;
}

.bn-video-view-wrap.bn-video-live .b-video-status .b-video-screen.har:after {
    background: url(/_res/klmc/klmc/img/main/bg-live-video03.gif) no-repeat center center/cover;
}

.bn-video-view-wrap.bn-video-live .b-video-status p {
    padding: 0 0 10px 0;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}

.bn-video-view-wrap.bn-video-live .b-video-status p.b-time {
    padding: 0 0 100px;
    font-size: 90px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -1px;
}

.bn-video-view-wrap.bn-video-live .b-video-status p span {
    display: inline-block;
    position: relative;
    padding: 0 0 30px;
    font-family: 'gothambold', sans-serif;
    font-size: 113px;
    vertical-align: top;
}

.bn-video-view-wrap.bn-video-live .b-video-status p span:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Noto Sans KR',sans-serif;
    font-size: 22px;
    line-height: 1;
    color: #fff;
}

.bn-video-view-wrap.bn-video-live .b-video-status p span.b-day:after {
    content: 'ÀÏ';
}

.bn-video-view-wrap.bn-video-live .b-video-status p span.b-hour:after {
    content: '½Ã°£';
}

.bn-video-view-wrap.bn-video-live .b-video-status p span.b-minute:after {
    content: 'ºÐ';
}

.bn-video-view-wrap.bn-video-live .b-video-status p span.b-second:after {
    content: 'ÃÊ';
}

.bn-video-view-wrap.bn-video-live .b-video-status p:last-of-type {
    padding: 0;
}

.bn-video-view-wrap.bn-video-live .bn-video-view-box {
    padding: 0 0 50px;
}

.bn-video-view-wrap.bn-video-live .bn-video-view-box .b-video-info-box .b-live-list {
    height: 378px;
    border-top: 1px solid #fff;
    overflow-y: auto;
}

.bn-video-view-wrap.bn-video-live .bn-video-view-box .b-video-info-box .b-live-list li {
    display: table;
    padding: 17px 0;
    width: 100%;
    border-bottom: 1px solid #99b4cc;
    table-layout: fixed;
}

.bn-video-view-wrap.bn-video-live .bn-video-view-box .b-video-info-box .b-live-list li span {
    display: table-cell;
    padding: 0 15px 0 0;
    width: 20%;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
}

.bn-video-view-wrap.bn-video-live .bn-video-view-box .b-video-info-box .b-live-list li span:nth-of-type(1) {
    width: 55px;
}

.bn-video-view-wrap.bn-video-live .bn-video-view-box .b-video-info-box .b-live-list li .b-live-time {
    width: 55px;
}

.bn-video-view-wrap.bn-video-live .bn-video-view-box .b-video-info-box .b-live-list li .b-live-title {
    display: table-cell;
    width: auto;
    padding: 0 15px 0 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.bn-video-view-wrap.bn-video-live .bn-video-view-box .b-video-info-box .b-live-list li .b-live-status {
    font-family: 'gothambold';
    color: #8d8d8d;
    text-align: center;
}

.bn-video-view-wrap.bn-video-live .bn-video-view-box .b-video-info-box .b-live-list li .b-live-status.on {
    color: #fff;
}

.bn-video-view-wrap.bn-video-live .bn-video-view-box .b-video-info-box .b-live-list li .b-live-status.live {
    color: #36fe00;
}

.bn-video-view-wrap.bn-video-live .bn-video-view-box .b-video-info-box .b-live-list li span:last-of-type {
    padding: 0;
}

.bn-video-view-wrap.bn-video-live .bn-video-view-box .b-video-info-box .b-live-list li.b-no-post {
    padding: 60px 0 0;
    border: 0;
    color: #fff;
    text-align: center;
}

.bn-video-view-wrap.bn-video-live .bn-video-view-box .b-video-info-box .b-date-box {
    margin: 0;
    padding: 0 0 10px;
}

.bn-video-view-wrap.bn-video-live .bn-video-view-box .b-video-info-box .b-date-box:after {
    display: none;
}

.b-choir-box {
    padding: 25px 0 0;
    min-height: 80px;
}

.b-choir-box:after {
    content: '';
    display: block;
    clear: both;
}

.b-choir-box > a {
    display: block;
    float: left;
    padding: 26px 30px;
    width: 400px;
    background: #00447f;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.b-choir-box > ul {
    display: table;
    float: left;
    padding: 0 15px 0 0;
    width: calc(100% - 415px);
    table-layout: fixed;
}

.b-choir-box > ul > li {
    display: table-cell;
    padding: 0 15px 0 0;
    vertical-align: middle;
}

.b-choir-box > ul > li:last-of-type {
    padding: 0;
}

.b-choir-box > ul > li > a {
    display: block;
    position: relative;
    padding: 15px 30px;
    min-height: 80px;
    background: #fff;
    transition: background 0.2s;
    box-sizing: border-box;
}

.b-choir-box > ul > li > a:hover {
    background: #2a88ca;
}

.b-choir-box > ul > li > a:hover span:nth-of-type(1) {
    color: #fff;
}

.b-choir-box > ul > li > a:hover span:nth-of-type(2) {
    color: #fff;
}

.b-choir-box > ul > li > a span {
    display: block;
    font-weight: 500;
}

.b-choir-box > ul > li > a span:nth-of-type(1) {
    font-size: 14px;
    line-height: 22px;
    color: #2a88ca;
}

.b-choir-box > ul > li > a span:nth-of-type(2) {
    font-size: 20px;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.b-choir-box.b-choir-one > ul > li {
    text-align: center;
    padding-right: 0;
}

.b-choir-box.b-choir-one > ul > li span {
    display: inline-block;
    position: relative;
    padding: 0 10px 0 0;
    vertical-align: middle;
}

.b-choir-box.b-choir-one > ul > li > a {
    padding: 25px 30px;
}

.b-choir-box.b-choir-one > ul > li > a span:nth-of-type(1) {
    font-size: 20px;
    line-height: 28px;
}

.b-choir-box.b-choir-one > ul > li > a span:nth-of-type(2) {
    padding: 0 70px 0 0;
    text-overflow: initial;
    white-space: initial;
    word-wrap: initial;
    overflow: unset;
}

.b-choir-box.b-choir-one > ul > li > a span:nth-of-type(2):after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0,0,0,0.5) url(/_res/klmc/_share/img/board/ico-video-play02.png) no-repeat center center;
    background-size: 12px;
    transform: translateY(-50%);
}

.m-choir-box {
    display: none;
}

/* ½Ç½Ã°£ ¿¹¹è ¸®½ºÆ® */
.b-live-link-box > ul {
    display: flex;
    margin: 0 -0.5%;
    flex-wrap: wrap;
    overflow: hidden;
}

.b-live-link-box > ul > li {
    padding: 0 0.5% 30px;
    width: 25%;
    box-sizing: border-box;
}

.b-live-link-box > ul > li > a {
    display: block;
    position: relative;
    padding: 15px 40px 11px 20px;
    background: #fff url(/_res/klmc/_share/img/board/ico-arrow.png) no-repeat right 15px center;
    transition: background 0.2s;
    box-sizing: border-box;
}

.b-live-link-box > ul > li.har a {
    background: #f18e21 url(/_res/klmc/_share/img/board/ico-arrow-w.png) no-repeat right 15px center;
}

.b-live-link-box > ul > li a.active {
    background: #2a88ca url(/_res/klmc/_share/img/board/ico-arrow-w.png) no-repeat right 15px center;
}

.b-live-link-box > ul > li > a:hover {
    background: #63b2e9 url(/_res/klmc/_share/img/board/ico-arrow-w.png) no-repeat right 15px center;
}

.b-live-link-box > ul > li > a:hover span, .b-live-link-box > ul > li a.active span, .b-live-link-box > ul > li.har a span {
    color: #fff;
}

.b-live-link-box > ul > li > a:hover span:nth-of-type(2), .b-live-link-box > ul > li a.active span:nth-of-type(2), .b-live-link-box > ul > li.har a span:nth-of-type(2) {
    color: #fff;
}

.b-live-link-box > ul > li > a span {
    display: block;
}

.b-live-link-box > ul > li > a span:nth-of-type(1) {
    padding: 0 0 5px;
    font-size: 26px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.b-live-link-box > ul > li > a span:nth-of-type(2) {
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    color: #2a88ca;
}

.m-live-link-box {
    display: none;
}

/* newsletter list01 type01 */
.bn-list-newsletter01.type01 .b-top-info-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.bn-view-newsletter01.type01 .b-content-box {
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
    margin: 0 0 60px;
    padding: 26px 0;
    min-height: 200px;
    box-sizing: border-box;
}

.bn-list-newsletter01.type01 .adm-chk {
    float: left;
    margin: 0 0 10px 0;
    color: #222;
    font-weight: 500;
}

.bn-list-newsletter01.type01 .adm-chk input {
    margin: -3px 0 0 0;
}

.bn-list-newsletter01.type01 .adm-chk label {
    font-size: 15px;
}

.bn-list-newsletter01.type01 .article-chk {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.bn-list-newsletter01.type01 > ul:after {
    content: '';
    display: block;
    clear: both;
}

.bn-list-newsletter01.type01 > ul > li {
    float: left;
    position: relative;
    margin: 0 54px 60px 0;
    width: calc(50% - 27px);
    border: none;
    box-sizing: border-box;
    overflow: hidden;
}

.bn-list-newsletter01.type01 > ul > li:nth-of-type(2n) {
    margin-right: 0;
}

.bn-list-newsletter01.type01 > ul > li > a {
    display: block;
}

.bn-list-newsletter01.type01 > ul > li > a:hover .b-box01 .b-img-box img {
    transform: scale(1.1);
}

.bn-list-newsletter01.type01 > ul > li.b-no-post {
    float: none;
    margin: 0;
    padding: 50px 0;
    width: auto;
    text-align: center;
}

.bn-list-newsletter01.type01 .b-box01 {
    position: relative;
}

.bn-list-newsletter01.type01 .b-box01 .b-date-box {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-shadow: 5px 3px 5px #000;
}

.bn-list-newsletter01.type01 .b-box01 .b-img-box {
    height: 316px;
    text-align: center;
}

.bn-list-newsletter01.type01 .b-box01 .b-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.bn-list-newsletter01.type01 .b-box02 {
    position: relative;
    padding: 25px 30px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    vertical-align: middle;
}

.bn-list-newsletter01.type01 .b-box02 .b-title-box {
    display: inline-block;
    padding: 0 0 17px;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 23px;
    line-height: 25px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.bn-list-newsletter01.type01 .b-box02 .b-title-box .b-new {
    display: none;
}

.bn-list-newsletter01.type01 .b-box02 .b-cate {
    display: block;
    padding: 0 0 40px 0;
    font-size: 19px;
    line-height: 25px;
    color: #2e8bcb;
    font-weight: 700;
}

.bn-list-newsletter01.type01 .b-info-box li.b-date {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #8c8a8a;
}

/* newsletter view01 type01 */
.bn-view-newsletter01.type01 .b-article-box {
    padding: 0 0 80px;
}

.bn-view-newsletter01.type01 .b-article-box .b-top-box {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

.bn-view-newsletter01.type01 .b-article-box .b-top-box:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70px;
    height: 1px;
    background: #959595;
    transform: translateX(-50%);
}

.bn-view-newsletter01.type01 .b-article-box .b-top-box .b-cate {
    padding: 0 0 10px;
    font-size: 22px;
    line-height: 27px;
    color: #2b81bc;
    font-weight: 500;
}

.bn-view-newsletter01.type01 .b-article-box .b-top-box h3 {
    padding: 0 0 40px;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
}

.bn-view-newsletter01.type01 .b-article-box .b-top-box .b-date {
    padding: 0 0 20px;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
}

.bn-view-newsletter01.type01 .b-article-box .b-top-box h4 {
    padding: 0 0 10px;
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
}

.bn-view-newsletter01.type01 .b-article-box .b-top-box .b-desc {
    padding: 0 0 20px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
}

.bn-view-newsletter01.type01 .b-article-box .b-top-box .b-reporter {
    font-size: 15px;
    line-height: 22px;
    color: #888;
    font-weight: 300;
}

.bn-view-newsletter01.type01 .b-con-box {
    padding: 0 0 80px;
}

.bn-view-newsletter01.type01 .b-con-box:last-of-type {
    padding: 0;
}

.bn-view-newsletter01.type01 .b-con-box h5 {
    padding: 0 0 15px;
    font-size: 20px;
    line-height: 25px;
}

.bn-view-newsletter01.type01 .b-con-box h6 {
    padding: 0 0 10px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
}

.bn-view-newsletter01.type01 .b-con-box .b-con-p {
    padding: 0 0 40px;
    font-size: 17px;
    line-height: 30px;
}

.bn-view-newsletter01.type01 .b-con-box .b-bg-box {
    padding: 20px;
    border: 1px solid #dedede;
    background: #efefef;
}

.bn-view-newsletter01.type01 .b-img-box {
    text-align: center;
}

.bn-view-newsletter01.type01 .b-img-box img {
    max-width: 95%;
}

.bn-view-newsletter01.type01 .b-con-img-box {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.bn-view-newsletter01.type01 .b-con-img-box > div {
    display: table-cell;
    vertical-align: top;
}

.bn-view-newsletter01.type01 .b-con-img-box .b-inner-con-box {
    box-sizing: border-box;
    width: 57%;
}

.bn-view-newsletter01.type01 .b-con-img-box .b-inner-img-box {
    width: 43%;
}

.bn-view-newsletter01.type01 .b-con-img-box .b-inner-img-box img {
    width: 100%;
}

.bn-view-newsletter01.type01 .b-con-img-box.img-txt .b-inner-con-box {
    padding: 0 45px 0 0;
}

.bn-view-newsletter01.type01 .b-con-img-box.txt-img .b-inner-con-box {
    padding: 0 0 0 45px;
}

.bn-view-newsletter01.type01 .b-img-list-box ul {
    display: flex;
    flex-wrap: wrap;
}

.bn-view-newsletter01.type01 .b-img-list-box ul li {
    box-sizing: border-box;
}

.bn-view-newsletter01.type01 .b-img-list-box ul li img {
    width: 100%;
}

.bn-view-newsletter01.type01 .b-img-list-box.row02 ul {
    margin: 0 -1.2%;
}

.bn-view-newsletter01.type01 .b-img-list-box.row04 ul {
    margin: 0 -0.75%;
}

.bn-view-newsletter01.type01 .b-img-list-box.row02 ul li {
    padding: 0 1.2%;
    width: 50%;
}

.bn-view-newsletter01.type01 .b-img-list-box.row04 ul li {
    padding: 0 0.75%;
    width: 25%;
}

.bn-view-newsletter01.type01 .b-img-desc-box ul {
    display: flex;
    margin: 0 -1%;
    flex-wrap: wrap;
}

.bn-view-newsletter01.type01 .b-img-desc-box ul li {
    padding: 0 1%;
    width: 25%;
    box-sizing: border-box;
}

.bn-view-newsletter01.type01 .b-img-desc-box ul li .b-inner-img-box {
    margin: 0 auto 15px;
    width: 100%;
    max-width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
}

.bn-view-newsletter01.type01 .b-img-desc-box ul li .b-inner-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bn-view-newsletter01.type01 .b-img-desc-box ul li .b-desc-box {
    text-align: center;
}

.bn-view-newsletter01.type01 .b-img-desc-box ul li .b-desc-box p {
    padding: 0 0 5px;
}

.bn-view-newsletter01.type01 .b-img-desc-box ul li .b-desc-box p:last-of-type {
    padding: 0;
}

.bn-view-newsletter01.type01 .b-img-desc-box ul li .b-desc-box .b-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.bn-view-newsletter01.type01 .b-img-desc-box ul li .b-desc-box .b-desc {
    font-size: 17px;
    line-height: 25px;
}

.bn-view-newsletter01.type01 .b-history-box {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.bn-view-newsletter01.type01 .b-history-box .b-history-img-box {
    display: table-cell;
    padding: 0 50px 0 0;
    width: 35%;
    vertical-align: top;
}

.bn-view-newsletter01.type01 .b-history-box > ul {
    display: table-cell;
    vertical-align: top;
}

.bn-view-newsletter01.type01 .b-history-box > ul > li {
    display: table;
    margin: 0 0 10px;
    padding: 0 0 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    table-layout: fixed;
}

.bn-view-newsletter01.type01 .b-history-box > ul > li:last-of-type {
    margin: 0;
}

.bn-view-newsletter01.type01 .b-history-box > ul > li > div {
    display: table-cell;
    vertical-align: top;
}

.bn-view-newsletter01.type01 .b-history-box > ul > li .b-history-date {
    width: 100px;
}

.bn-view-newsletter01.type01 .b-history-box > ul > li .b-history-date p {
    font-size: 18px;
    line-height: 31px;
    font-weight: 500;
}

.bn-view-newsletter01.type01 .b-history-box > ul > li > div > ul > li {
    padding: 0 0 5px;
    font-size: 17px;
    line-height: 30px;
}

.bn-view-newsletter01.type01 .b-history-box > ul > li > div > ul > li:last-of-type {
    padding: 0;
}

.bn-view-newsletter01.type01 .b-readmore-box {
    position: relative;
    padding: 80px 0 160px;
    background: #e1e5e7;
}

.bn-view-newsletter01.type01 .b-readmore-box:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100px;
    background: #e1e5e7;
}

.bn-view-newsletter01.type01 .b-readmore-box h3 {
    padding: 0 0 55px;
    font-size: 36px;
    line-height: 41px;
    font-weight: 400;
    text-align: center;
}

.bn-view-newsletter01.type01 .b-readmore-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75%;
}

.bn-view-newsletter01.type01 .b-readmore-box ul li {
    padding: 0 0.75%;
    width: 20%;
    box-sizing: border-box;
}

.bn-view-newsletter01.type01 .b-readmore-box .b-readmore-img-box {
    margin: 0 0 20px;
    height: 130px;
    overflow: hidden;
    cursor: pointer;
}

.bn-view-newsletter01.type01 .b-readmore-box .b-readmore-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bn-view-newsletter01.type01 .b-readmore-box .b-readmore-con-box .b-cate {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 19px;
    line-height: 27px;
    color: #2e8bcb;
    font-weight: 500;
}

.bn-view-newsletter01.type01 .b-readmore-box .b-readmore-con-box .b-cate:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background: #959595;
}

.bn-view-newsletter01.type01 .b-readmore-box .b-readmore-con-box .b-title-box a {
    /* IE ´ëÀÀ */
    display: -webkit-box;
    margin: 0 0 15px;
    height: 50px;
    font-size: 19px;
    line-height: 25px;
    font-weight: 500;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bn-view-newsletter01.type01 .b-readmore-box .b-readmore-con-box .b-title-box span {
    font-size: 17px;
    line-height: 23px;
}

.bn-view-newsletter01.type01 .b-btn-wrap {
    padding: 0 0 80px;
}

.bn-view-newsletter01.type01 .b-column-box .b-con-p {
    padding: 0 0 20px;
}

.bn-view-newsletter01.type01 .b-column-box .b-paragraph-box {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.bn-view-newsletter01.type01 .b-column-box .b-paragraph-box > div {
    display: table-cell;
    vertical-align: top;
}

.bn-view-newsletter01.type01 .b-column-box .b-inner-img-box {
    width: 360px;
}

.bn-view-newsletter01.type01 .b-column-box .b-inner-img-box > div {
    margin: 0 0 10px;
}

.bn-view-newsletter01.type01 .b-column-box .b-inner-img-box > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bn-view-newsletter01.type01 .b-column-box .b-inner-img-box.round-img > div {
    height: 360px;
    border-radius: 50%;
    overflow: hidden;
}

.bn-view-newsletter01.type01 .b-column-box .b-inner-img-box.round-img > ul {
    text-align: center;
}

.bn-view-newsletter01.type01 .b-column-box .b-inner-img-box > ul li {
    padding: 0 0 5px;
    line-height: 24px;
}

.bn-view-newsletter01.type01 .b-column-box.img-txt .b-inner-img-box {
    padding: 0 45px 15px 0;
}

.bn-view-newsletter01.type01 .b-column-box.txt-img .b-inner-img-box {
    padding: 0 0 15px 45px;
}

/* newsletter list(total) popup */
.b-newsletter-popup-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    overflow: auto;
}

.b-newsletter-popup-box .b-list-popup-box {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 auto;
    padding: 135px 0;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.b-newsletter-popup-box .b-list-popup-box .b-list-top-box {
    padding: 0 0 90px 0;
    text-align: center;
}

.b-newsletter-popup-box .b-list-popup-box .b-list-top-box .b-list-title {
    display: inline-block;
    margin: 0 0 11px;
    padding: 0 0 16px;
    border-bottom: 1px solid #fff;
}

.b-newsletter-popup-box .b-list-popup-box .b-list-top-box .b-list-title h3 {
    font-size: 50px;
    line-height: 58px;
    color: #fff;
    font-weight: 400;
}

.b-newsletter-popup-box .b-list-popup-box .b-list-top-box .b-list-year-box ul li {
    display: inline-block;
    vertical-align: middle;
}

.b-newsletter-popup-box .b-list-popup-box .b-list-top-box .b-list-year-box ul li:not(.pager) {
    min-width: 255px;
}

.b-newsletter-popup-box .b-list-popup-box .b-list-top-box .b-list-year-box ul li.prev {
    padding: 0 0 0 26px;
}

.b-newsletter-popup-box .b-list-popup-box .b-list-top-box .b-list-year-box ul li.next {
    padding: 0 26px 0 0;
}

.b-newsletter-popup-box .b-list-popup-box .b-list-top-box .b-list-year-box ul li a {
    display: block;
    font-size: 23px;
    line-height: 31px;
    color: #fff;
    vertical-align: middle;
}

.b-newsletter-popup-box .b-list-popup-box .b-list-top-box .b-list-year-box ul li.pager a {
    background-repeat: no-repeat;
    background-position: center center;
}

.b-newsletter-popup-box .b-list-popup-box .b-list-top-box .b-list-year-box ul li.first a {
    width: 20px;
    height: 18px;
    background-image: url(/_res/klmc/_share/img/common/ico-list-first.png);
}

.b-newsletter-popup-box .b-list-popup-box .b-list-top-box .b-list-year-box ul li.prev a {
    width: 10px;
    height: 18px;
    background-image: url(/_res/klmc/_share/img/common/ico-list-prev.png);
}

.b-newsletter-popup-box .b-list-popup-box .b-list-top-box .b-list-year-box ul li.next a {
    width: 10px;
    height: 18px;
    background-image: url(/_res/klmc/_share/img/common/ico-list-next.png);
}

.b-newsletter-popup-box .b-list-popup-box .b-list-top-box .b-list-year-box ul li.last a {
    width: 20px;
    height: 18px;
    background-image: url(/_res/klmc/_share/img/common/ico-list-last.png);
}

.b-newsletter-popup-box .b-list-popup-box .b-list-top-box .b-list-year-box ul li.first a:hover {
    background-image: url(/_res/klmc/_share/img/common/ico-list-first-on.png);
}

.b-newsletter-popup-box .b-list-popup-box .b-list-top-box .b-list-year-box ul li.prev a:hover {
    background-image: url(/_res/klmc/_share/img/common/ico-list-prev-on.png);
}

.b-newsletter-popup-box .b-list-popup-box .b-list-top-box .b-list-year-box ul li.next a:hover {
    background-image: url(/_res/klmc/_share/img/common/ico-list-next-on.png);
}

.b-newsletter-popup-box .b-list-popup-box .b-list-top-box .b-list-year-box ul li.last a:hover {
    background-image: url(/_res/klmc/_share/img/common/ico-list-last-on.png);
}

.b-newsletter-popup-box .b-btn-wrap {
    margin: 30px 0 0;
}

.b-newsletter-popup-box .b-btn-type01 {
    border: 1px solid #fff;
    color: #fff;
}

.b-newsletter-popup-box .b-btn-type01:hover {
    border-color: #2e8bcb;
}

.b-newsletter-popup-box .b-btn-popup-close {
    display: block;
    position: absolute;
    top: 60px;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(/_res/klmc/_share/img/common/btn-pop-close.png) no-repeat center center;
}

/* weekly02 */
.weekly02 .bn-view-newsletter01.type01 .b-article-box .b-top-box {
    position: relative;
    text-align: center;
}

.weekly02 .bn-view-newsletter01.type01 .b-article-box .b-top-box h3 {
    padding-bottom: 13px;
}

.weekly02 .bn-view-newsletter01.type01 .b-article-box .b-top-box .b-date {
    padding-bottom: 40px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}

.weekly02 .bn-view-newsletter01.type01 .b-article-box .b-top-box:after {
    display: none;
}

.weekly02 .bn-view-newsletter01.type01 .b-content-box {
    padding-top: 36px;
}

/* newsletter list02 type01 */
.bn-list-newsletter02.type01 .b-top-info-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.bn-list-newsletter02.type01 .adm-chk {
    float: left;
    margin: 0 0 10px 0;
    color: #222;
    font-weight: 500;
}

.bn-list-newsletter02.type01 .adm-chk input {
    margin: -3px 0 0 0;
}

.bn-list-newsletter02.type01 .adm-chk label {
    font-size: 15px;
    color: #fff;
}

.bn-list-newsletter02.type01 .article-chk {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.bn-list-newsletter02.type01 > ul {
    display: flex;
    flex-wrap: wrap;
}

/* .bn-list-newsletter02.type01 > ul:after{content:'';display:block;clear:both;} */
.bn-list-newsletter02.type01 > ul > li {
    /* float:left; */
    position: relative;
    margin: 0 58px 60px 0;
    width: calc(25% - 44px);
    border: none;
    box-sizing: border-box;
    overflow: hidden;
}

.bn-list-newsletter02.type01 > ul > li.b-no-post {
    float: none;
    margin: 0;
    padding: 50px 0;
    width: auto;
    text-align: center;
    color: #fff;
}

.bn-list-newsletter02.type01 > ul > li:nth-of-type(4n) {
    margin-right: 0;
}

.bn-list-newsletter02.type01 > ul > li .b-btn-total {
    display: none;
    position: absolute;
    top: 33%;
    left: 50%;
    padding: 12px;
    min-width: 150px;
    background: #2b81bc;
    font-size: 18px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.bn-list-newsletter02.type01 > ul > li:hover .b-btn-total {
    display: inline-block;
}

.bn-list-newsletter02.type01 > ul > li:hover .b-img-box a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

.bn-list-newsletter02.type01 .b-box01 {
    position: relative;
    padding: 0 0 15px;
}

.bn-list-newsletter02.type01 .b-box01 .b-date-box {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-shadow: 5px 3px 5px #000;
}

.bn-list-newsletter02.type01 .b-box01 .b-img-box {
    position: relative;
}

.bn-list-newsletter02.type01 .b-box01 .b-img-box a {
    display: block;
    /*height:365px;*/
    background: #fff;
    text-align: center;
    cursor: default;
}

.bn-list-newsletter02.type01 .b-box01 .b-img-box img {
    width: 100%;
    /*height:100%;object-fit:contain;*/
}

.bn-list-newsletter02.type01 .b-box02 {
    position: relative;
    padding: 0 0 22px;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
}

.bn-list-newsletter02.type01 .b-box02 .b-title-box .b-new {
    display: none;
}

.bn-list-newsletter02.type01 .b-box02 .b-title-box a {
    display: inline-block;
    width: 100%;
    font-size: 23px;
    line-height: 30px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.bn-list-newsletter02.type01 .b-box02 .b-title-box .b-cate {
    display: none;
    padding: 0 0 5px 0;
    font-size: 14px;
    line-height: 20px;
    color: #3d9100;
    font-weight: 700;
}

.bn-list-newsletter02.type01 .b-box03 {
    text-align: center;
}

.bn-list-newsletter02.type01 .b-box03 a {
    display: inline-block;
    padding: 12px 15px;
    min-width: 150px;
    border: 1px solid #fff;
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
}

.bn-list-newsletter02.type01 .b-box03 a:hover {
    background: #fff;
    color: #333;
}

/* .bn-process-box01 type01(±³È¸Çà»ç ÀýÂ÷) */
.bn-process-box01.type01 {
    margin: 0 0 45px;
}

.bn-process-box01.type01 ul {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}

.bn-process-box01.type01 ul li {
    display: inline-block;
    margin: 0 -4px 0 0;
    width: 20%;
    vertical-align: middle;
    text-align: center;
}

.bn-process-box01.type01 ul li a {
    display: block;
    padding: 19px 0;
    position: relative;
    font-size: 20px;
    color: #939598;
    font-weight: 300;
}

.bn-process-box01.type01 ul li a.active {
    color: #333;
    font-weight: 400;
}

.bn-process-box01.type01 ul li a.active:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 76px;
    height: 5px;
    background: #ff9b14;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/* ÁÖº¸ »ó¼¼ - Å×ÀÌºí */
.weekly-table-wrap {
    margin: 0 auto;
    max-width: 756px;
}

.weekly-table-box {
    padding: 0 0 45px;
}

.intro-table-box > div {
    display: table;
    padding: 45px 0;
    width: 100%;
    table-layout: fixed;
}

.intro-table-box .row-box {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.intro-table-box .col-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.intro-table-box .col-box.th {
    font-weight: 500;
    padding: 0 20px;
    font-size: 19px;
    text-align: left;
}

.intro-table-box .weekly-th {
    padding: 18px 0;
    border-top: 1px solid #646464;
    border-bottom: 1px solid #646464;
}

.intro-table-box .weekly-th > div {
    font-size: 19px;
    font-weight: 500;
}

.intro-table-box .weekly-td .col-box {
    border-right: 1px solid #c1c1c1;
    font-size: 18px;
    line-height: 30px;
}

.intro-table-box .weekly-td .col-box:last-of-type {
    border: 0;
}

.intro-table-box.info-table {
    padding: 0 0 45px;
}

.intro-table-box.info-table:last-of-type {
    padding: 0;
}

.intro-table-box.info-table .weekly-td {
    padding: 20px 0;
    border-bottom: 1px solid #646464;
}

.intro-table-box.info-table .weekly-td .col-box {
    border: 0;
    font-weight: 300;
}

.intro-table-box.info-table .weekly-td .col-box:nth-of-type(1) {
    text-align: left;
}

.intro-table-box.info-table .weekly-td .col-box:nth-of-type(2) {
    text-align: right;
}

.intro-table-box.news-table > div {
    border-bottom: 1px solid #646464;
}

.intro-table-box.news-table .weekly-td .col-box {
    padding: 0 25px;
    font-weight: 300;
    text-align: left;
}

.intro-table-box.news-table .weekly-td .col-box.th {
    width: 20%;
}

.mark-blue {
    display: block;
    position: relative;
}

.mark-blue:before {
    content: '*';
    display: block;
    position: absolute;
    top: 6px;
    left: -20px;
    font-size: 25px;
    color: #2b88cb;
}

.weekly-table {
    position: relative;
}

.weekly-table:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #333;
}

.weekly-table .col01 {
    width: 25%;
}

.weekly-table .col02 {
    width: 50%;
}

.weekly-table .col03 {
    width: 25%;
}

.weekly-table td {
    padding: 18px 27px;
    border-right: 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 18px;
    line-height: 31px;
}

.weekly-table th {
    padding: 18px 27px;
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
}

.weekly-table ul li {
    padding: 0 0 10px;
}

.weekly-table ul li:last-of-type {
    padding-bottom: 0;
}

/* .weekly .b-main-box img{margin:auto;max-width:756px;} */
/* ¿µÀû°ø°£ »ó´Ü ¹Ì´Ïº¸µå ¸®½ºÆ®(type01) */
.bn-list-mini01.type01 .b-mini-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.4%;
}

.bn-list-mini01.type01 .b-mini-box > li {
    padding: 60px 2.4% 0;
    width: 33.33%;
    box-sizing: border-box;
    text-align: center;
}

.bn-list-mini01.type01 .b-mini-box > li:nth-of-type(-n+3) {
    padding-top: 0;
}

.bn-list-mini01.type01 .b-mini-box > li .b-mini-img-box {
    display: inline-block;
    width: 216px;
    height: 216px;
    border-radius: 50%;
    overflow: hidden;
}

.bn-list-mini01.type01 .b-mini-box > li .b-mini-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bn-list-mini01.type01 .b-mini-box > li .b-mini-info-box {
    margin: -107px 0 0;
    padding: 130px 40px 55px;
    background: #fff;
}

.bn-list-mini01.type01 .b-mini-box > li .b-mini-info-box .b-mini-title {
    display: -webkit-box;
    margin: 0 0 20px;
    height: 76px;
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
}

.bn-list-mini01.type01 .b-mini-box > li .b-mini-info-box .b-mini-text {
    margin: 0 0 30px;
    height: 60px;
    font-size: 23px;
    line-height: 30px;
    font-weight: 300;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
}

.bn-list-mini01.type01 .b-mini-box > li .b-mini-info-box .b-btn-more {
    display: inline-block;
    padding: 9.5px 10px;
    min-width: 220px;
    border: 1px solid #333;
    font-size: 18px;
    box-sizing: border-box;
    transition: background .5s ease;
}

.bn-list-mini01.type01 .b-mini-box > li .b-mini-info-box .b-btn-more:hover {
    background-color: #2e8bcb;
    border-color: #2e8bcb;
    color: #fff;
}

.bn-list-mini01.type01 .b-mini-box.center {
    justify-content: center;
}

/* view common01.type01 */
.bn-view-common01.type01 .b-content-box {
    position: relative;
    padding: 26px 0 60px;
    border-bottom: 1px solid #959595;
}

.bn-view-common01.type01 .b-content-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 70px;
    height: 1px;
    background: #959595;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.bn-view-common01.type01 .b-article-box .b-top-box {
    padding: 0 0 45px;
    text-align: center;
}

.bn-view-common01.type01 .b-article-box .b-top-box .b-date {
    display: none;
    padding: 0 0 13px;
    font-size: 22px;
    line-height: 30px;
}

.bn-view-common01.type01 .b-article-box .b-top-box .b-progress {
    display: inline-block;
    margin: 0 13px 0 0;
    padding: 0 13px;
    background: #2b81bc;
    font-size: 17px;
    color: #fff;
}

.bn-view-common01.type01 .b-article-box .b-top-box .b-cate {
    display: none;
}

.bn-view-common01.type01 .b-article-box .b-top-box h3 {
    padding: 0 0 20px;
    font-size: 50px;
    line-height: 58px;
    font-weight: 400;
}

.bn-view-common01.type01 .b-article-box .b-top-box h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

.bn-view-common01.type01 .b-article-box .b-top-box .b-desc {
    display: none;
}

.bn-view-common01.type01 .b-article-box .b-top-box .b-reporter {
    display: none;
}

.bn-view-common01.type01 .b-readmore-box .b-readmore-img-box:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 74px;
    background: url(/_res/klmc/_share/img/board/ico-video-play.png) no-repeat center center/100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

/* view common01.type02 */
/*
.b-wrapper{margin:0 auto;max-width:1200px;}
*/
.bn-view-common01.type02 {
    padding: 0 0 160px;
}

.bn-view-common01.type02 .b-content-box {
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
}

.bn-view-common01.type02 .b-article-box .b-top-box {
    padding: 0 0 40px;
    text-align: center;
}

.bn-view-common01.type02 .b-article-box .b-top-box .b-date {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}

.bn-view-common01.type02 .b-article-box .b-top-box .b-status {
    display: block;
    padding: 0 0 13px;
    font-size: 17px;
    color: #fff;
}

.bn-view-common01.type02 .b-article-box .b-top-box .b-progress {
    color: #2b81bc;
}

.bn-view-common01.type02 .b-article-box .b-top-box .b-expected {
    color: #4caf50;
}

.bn-view-common01.type02 .b-article-box .b-top-box .b-end {
    color: #999999;
}

.bn-view-common01.type02 .b-article-box .b-top-box .b-cate {
    display: none;
}

.bn-view-common01.type02 .b-article-box .b-top-box h3 {
    padding: 0 0 13px;
    font-size: 50px;
    line-height: 58px;
    font-weight: 400;
}

.bn-view-common01.type02 .b-article-box .b-top-box h4 {
    display: none;
}

.bn-view-common01.type02 .b-article-box .b-top-box .b-desc {
    display: none;
}

.bn-view-common01.type02 .b-article-box .b-top-box .b-reporter {
    display: none;
}

/* img03 À¯Çü */
.img03 .bn-view-common01.type03 .b-article-box .b-top-box h3 {
    position: relative;
    padding: 0 0 30px 0;
    font-size: 40px;
    color: #333;
    letter-spacing: -0.6px;
}

.img03 .bn-view-common01.type03 .b-article-box .b-top-box h3::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70px;
    height: 1px;
    background: #959595;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.img03 .bn-view-common01.type03 .b-article-box .b-top-box h4 {
    padding: 30px 0 0 0;
    font-size: 50px;
    font-weight: 400;
    color: #2e8bcb;
    line-height: 1.25;
    letter-spacing: -0.75px;
}

.img03 .b-view-pager div:nth-of-type(1) a.active {
    background-image: url(/_res/klmc/_share/img/board/btn-prev-page03-on.png);
}

.img03 .b-view-pager div:nth-of-type(2) a.active {
    background-image: url(/_res/klmc/_share/img/board/btn-next-page03-on.png);
}

/* view common01.type03 */
.bn-view-common01.type03 .b-content-box {
    position: relative;
    margin: 0;
    padding: 45px 0 60px;
    border-bottom: none;
}

.bn-view-common01.type03 .b-content-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 70px;
    height: 1px;
    background: #959595;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.bn-view-common01.type03 .b-content-box img {
    padding: 0;
}

.bn-view-common01.type03 .b-article-box .b-top-box {
    padding: 0 0 45px;
    text-align: center;
}

.bn-view-common01.type03 .b-article-box .b-top-box .b-date {
    display: none;
    padding: 0 0 13px;
    font-size: 22px;
    line-height: 30px;
}

.bn-view-common01.type03 .b-article-box .b-top-box .b-progress {
    display: inline-block;
    margin: 0 13px 0 0;
    padding: 0 13px;
    background: #2b81bc;
    font-size: 17px;
    color: #fff;
}

.bn-view-common01.type03 .b-article-box .b-top-box .b-cate {
    display: none;
}

.bn-view-common01.type03 .b-article-box .b-top-box h3 {
    font-size: 50px;
    line-height: 58px;
    font-weight: 400;
}

.bn-view-common01.type03 .b-article-box .b-top-box h4 {
    padding: 20px 0 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

.bn-view-common01.type03 .b-article-box .b-top-box h4:empty {
    padding: 0;
}

.bn-view-common01.type03 .b-article-box .b-top-box .b-desc {
    display: none;
}

.bn-view-common01.type03 .b-article-box .b-top-box .b-reporter {
    display: none;
}

.bn-view-common01.type03 .b-readmore-box ul {
    margin: 0 -1.4%;
}

.bn-view-common01.type03 .b-readmore-box ul li {
    padding: 0 1.4%;
    width: 20%;
}

.bn-view-common01.type03 .b-readmore-box .b-readmore-img-box {
    margin: 0 auto 25px;
    width: 216px;
    height: 216px;
    overflow: hidden;
    border-radius: 50%;
}

.bn-view-common01.type03 .b-readmore-box .b-readmore-con-box .b-cate {
    display: block;
}

.bn-view-common01.type03 .b-readmore-box .b-readmore-con-box .b-title-box span {
    display: none;
}

.bn-view-common01.type03 .b-readmore-box .b-readmore-con-box .b-title-box .b-title {
    margin: 0;
    padding: 0;
}

.bn-view-common01.type03 .b-readmore-box .b-readmore-con-box .b-title-box .b-title:after {
    display: none;
}

/* view common01.type04 */
.bn-view-common01.type04 .b-content-box {
    position: relative;
    padding: 45px 0 36px;
    border-bottom: 1px solid #959595;
}

.bn-view-common01.type04 .b-content-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 70px;
    height: 1px;
    background: #959595;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.bn-view-common01.type04 .b-article-box .b-top-box {
    padding: 0 0 40px;
    text-align: center;
}

.bn-view-common01.type04 .b-article-box .b-top-box .b-date {
    display: none;
    padding: 0 0 13px;
    font-size: 22px;
    line-height: 30px;
}

.bn-view-common01.type04 .b-article-box .b-top-box .b-progress {
    display: inline-block;
    margin: 0 13px 0 0;
    padding: 0 13px;
    background: #2b81bc;
    font-size: 17px;
    color: #fff;
}

.bn-view-common01.type04 .b-article-box .b-top-box .b-cate {
    display: block;
    padding: 0 0 8px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #2b81bc;
}

.bn-view-common01.type04 .b-article-box .b-top-box h3 {
    padding: 0 0 20px;
    font-size: 50px;
    line-height: 58px;
    font-weight: 400;
}

.bn-view-common01.type04 .b-article-box .b-top-box h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

.bn-view-common01.type04 .b-article-box .b-top-box .b-desc {
    display: none;
}

.bn-view-common01.type04 .b-article-box .b-top-box .b-reporter {
    display: none;
}

.bn-view-common01.type04 .b-view-pager {
    display: none;
}

.bn-view-common01.type04 .b-view-img-list {
    position: relative;
    padding: 0 0 40px;
}

.bn-view-common01.type04 .b-view-img-list .b-view-img-swiper {
    position: relative;
    max-width: 890px;
}

.bn-view-common01.type04 .b-view-img-list .b-view-img-swiper .b-view-img-box {
    height: 500px;
}

.bn-view-common01.type04 .b-view-img-list .b-view-img-swiper .b-view-img-box img {
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bn-view-common01.type04 .b-view-img-list .b-view-img-swiper .b-txt-box {
    padding: 10px 0 0;
}

.bn-view-common01.type04 .b-view-img-list .b-view-img-swiper .b-txt-box > p {
    position: relative;
    padding: 0 0 0 25px;
}

.bn-view-common01.type04 .b-view-img-list .b-view-img-swiper .b-txt-box > p:before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 15px;
    height: 13px;
    background: url(/_res/klmc/_share/img/board/img-desc.png) no-repeat center center/100%;
    ;}

.bn-view-common01.type04 .b-view-img-list .b-control-wrap {
    position: absolute;
    top: 40%;
    left: 50%;
    max-width: 1200px;
    width: 100%;
    transform: translateX(-50%);
}

.bn-view-common01.type04 .b-view-img-list .b-control-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.bn-view-common01.type04 .b-view-img-list .b-control-wrap > div {
    width: 32px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    cursor: pointer;
}

.bn-view-common01.type04 .b-view-img-list .b-control-wrap > div.b-swiper-view-prev {
    float: left;
    background-image: url(/_res/klmc/_share/img/board/btn-prev-page02-on.png);
}

.bn-view-common01.type04 .b-view-img-list .b-control-wrap > div.b-swiper-view-next {
    float: right;
    background-image: url(/_res/klmc/_share/img/board/btn-next-page02-on.png);
}

.bn-view-common01.type04 .b-view-img-list .b-control-wrap .b-swiper-view-prev.swiper-button-disabled {
    background-image: url(/_res/klmc/_share/img/board/btn-prev-page02.png);
}

.bn-view-common01.type04 .b-view-img-list .b-control-wrap .b-swiper-view-next.swiper-button-disabled {
    background-image: url(/_res/klmc/_share/img/board/btn-next-page02.png);
}

.bn-view-common01.type04 .b-info-con-box {
    margin: 30px 0 0;
    padding: 36px 0 0;
    border-top: 1px solid #959595;
    text-align: center;
}

.bn-view-common01.type04 .b-info-con-box p {
    padding: 0 0 10px;
}

.bn-view-common01.type04 .b-info-con-box p:last-of-type {
    padding: 0;
}

.bn-view-common01.type04 .b-readmore-box ul {
    margin: 0 -1.1%;
}

.bn-view-common01.type04 .b-readmore-box ul li {
    padding: 0 1.1%;
}

.bn-view-common01.type04 .b-readmore-box .b-readmore-img-box {
    margin: 0 auto 25px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.bn-view-common01.type04 .b-readmore-box .b-readmore-con-box .b-cate {
    display: block;
}

.bn-view-common01.type04 .b-readmore-box .b-readmore-con-box .b-title-box span {
    display: none;
}

.bn-view-common01.type04 .b-readmore-box .b-readmore-con-box .b-title-box .b-title {
    margin: 0;
    padding: 0;
}

.bn-view-common01.type04 .b-readmore-box .b-readmore-con-box .b-title-box .b-title:after {
    display: none;
}

/* view common01.type05 */
.bn-view-common01.type05 .b-content-box {
    position: relative;
    margin: 0;
    padding: 45px 0 90px;
    border-bottom: 0;
}

.bn-view-common01.type05 .b-content-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 70px;
    height: 1px;
    background: #959595;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.bn-view-common01.type05 .b-content-box img {
    padding: 0;
}

.bn-view-common01.type05 .section-box.bg-white {
    margin: 0 0 90px;
}

.bn-view-common01.type05 .b-article-box .b-top-box {
    padding: 0 0 40px;
    text-align: center;
}

.bn-view-common01.type05 .b-article-box .b-top-box .b-date {
    display: none;
    padding: 0 0 13px;
    font-size: 22px;
    line-height: 30px;
}

.bn-view-common01.type05 .b-article-box .b-top-box .b-progress {
    display: inline-block;
    margin: 0 13px 0 0;
    padding: 0 13px;
    background: #2b81bc;
    font-size: 17px;
    color: #fff;
}

.bn-view-common01.type05 .b-article-box .b-top-box .b-cate {
    padding: 0 0 8px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #2b81bc;
}

.bn-view-common01.type05 .b-article-box .b-top-box h3 {
    padding: 0 0 34px;
    font-size: 50px;
    line-height: 58px;
    font-weight: 400;
}

.bn-view-common01.type05 .b-article-box .b-top-box h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

.bn-view-common01.type05 .b-article-box .b-top-box .b-desc {
    display: none;
    padding: 0 0 20px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
}

.bn-view-common01.type05 .b-article-box .b-top-box .b-reporter {
    display: none;
}

.bn-view-common01.type05 .b-view-pager {
    display: none;
}

.bn-view-common01.type05 .b-view-img-list .swiper-container {
    margin: 0 75px;
}

.bn-view-common01.type05 .b-view-img-list .swiper-container .swiper-slide {
    height: 190px;
}

.bn-view-common01.type05 .b-view-img-list .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bn-view-common01.type05 .b-view-img-list .b-control-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1200px;
    width: 100%;
    transform: translateX(-50%);
}

.bn-view-common01.type05 .b-view-img-list .b-control-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.bn-view-common01.type05 .b-view-img-list .b-control-wrap > div {
    margin: 0;
    width: 32px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    cursor: pointer;
    transform: translateY(-50%);
}

.bn-view-common01.type05 .b-view-img-list .b-control-wrap > div.b-swiper-view-prev {
    float: left;
    left: 0;
    background-image: url(/_res/klmc/_share/img/board/btn-view-prev01-on.png);
}

.bn-view-common01.type05 .b-view-img-list .b-control-wrap > div.b-swiper-view-next {
    float: right;
    right: 0;
    background-image: url(/_res/klmc/_share/img/board/btn-view-next01-on.png);
}

.bn-view-common01.type05 .b-view-img-list .b-control-wrap .b-swiper-view-prev.swiper-button-disabled {
    background-image: url(/_res/klmc/_share/img/board/btn-view-prev01.png);
}

.bn-view-common01.type05 .b-view-img-list .b-control-wrap .b-swiper-view-next.swiper-button-disabled {
    background-image: url(/_res/klmc/_share/img/board/btn-view-next01.png);
}

.bn-view-common01.type05 .b-info-con-box {
    margin: 30px 0 0;
    padding: 36px 0 0;
    border-top: 1px solid #959595;
    text-align: center;
}

.bn-view-common01.type05 .b-info-con-box p {
    padding: 0 0 10px;
}

.bn-view-common01.type05 .b-info-con-box p:last-of-type {
    padding: 0;
}

.bn-view-common01.type05 .b-readmore-box ul {
    margin: 0 -1.4%;
}

.bn-view-common01.type05 .b-readmore-box ul li {
    padding: 0 1.4%;
}

.bn-view-common01.type05 .b-readmore-box .b-readmore-img-box {
    margin: 0 auto 25px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.bn-view-common01.type05 .b-readmore-box .b-readmore-con-box .b-cate {
    display: block;
}

.bn-view-common01.type05 .b-readmore-box .b-readmore-con-box .b-title-box span {
    display: none;
}

.bn-view-common01.type05 .b-readmore-box .b-readmore-con-box .b-title-box .b-title {
    margin: 0;
    padding: 0;
}

.bn-view-common01.type05 .b-readmore-box .b-readmore-con-box .b-title-box .b-title:after {
    display: none;
}

/* view common01.type06 */
.bn-view-common01.type06 .b-content-box {
    position: relative;
    padding: 45px 0 36px;
    border-bottom: 1px solid #e1e1e1;
}

.bn-view-common01.type06 .b-content-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 70px;
    height: 1px;
    background: #959595;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.bn-view-common01.type06 .b-article-box .b-top-box {
    padding: 0 0 40px;
    text-align: center;
}

.bn-view-common01.type06 .b-article-box .b-top-box .b-date {
    display: none;
    padding: 0 0 13px;
    font-size: 22px;
    line-height: 30px;
}

.bn-view-common01.type06 .b-article-box .b-top-box .b-progress {
    display: inline-block;
    margin: 0 13px 0 0;
    padding: 0 13px;
    background: #2b81bc;
    font-size: 17px;
    color: #fff;
}

.bn-view-common01.type06 .b-article-box .b-top-box .b-cate {
    display: none;
    padding: 0 0 8px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #2b81bc;
}

.bn-view-common01.type06 .b-article-box .b-top-box h3 {
    padding: 0 0 20px;
    font-size: 50px;
    line-height: 58px;
    font-weight: 400;
}

.bn-view-common01.type06 .b-article-box .b-top-box h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

.bn-view-common01.type06 .b-article-box .b-top-box .b-desc {
    display: none;
}

.bn-view-common01.type06 .b-article-box .b-top-box .b-reporter {
    display: none;
}

.bn-view-common01.type06 .b-view-pager {
    display: none;
}

.bn-view-common01.type06 .b-view-img-list {
    position: relative;
    padding: 0 0 40px;
}

.bn-view-common01.type06 .b-view-img-list .b-view-img-swiper {
    position: relative;
    max-width: 890px;
}

.bn-view-common01.type06 .b-view-img-list .b-view-img-swiper .b-view-img-box {
    height: 500px;
}

.bn-view-common01.type06 .b-view-img-list .b-view-img-swiper .b-view-img-box img {
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bn-view-common01.type06 .b-view-img-list .b-view-img-swiper .b-txt-box {
    padding: 10px 0 0;
}

.bn-view-common01.type06 .b-view-img-list .b-view-img-swiper .b-txt-box > p {
    position: relative;
    padding: 0 0 0 25px;
}

.bn-view-common01.type06 .b-view-img-list .b-view-img-swiper .b-txt-box > p:before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 15px;
    height: 13px;
    background: url(/_res/klmc/_share/img/board/img-desc.png) no-repeat center center/100%;
    ;}

.bn-view-common01.type06 .b-view-img-list .b-control-wrap {
    position: absolute;
    top: 40%;
    left: 50%;
    max-width: 1200px;
    width: 100%;
    transform: translateX(-50%);
}

.bn-view-common01.type06 .b-view-img-list .b-control-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.bn-view-common01.type06 .b-view-img-list .b-control-wrap > div {
    width: 32px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    cursor: pointer;
}

.bn-view-common01.type06 .b-view-img-list .b-control-wrap > div.b-swiper-view-prev {
    float: left;
    background-image: url(/_res/klmc/_share/img/board/btn-prev-page02-on.png);
}

.bn-view-common01.type06 .b-view-img-list .b-control-wrap > div.b-swiper-view-next {
    float: right;
    background-image: url(/_res/klmc/_share/img/board/btn-next-page02-on.png);
}

.bn-view-common01.type06 .b-view-img-list .b-control-wrap .b-swiper-view-prev.swiper-button-disabled {
    background-image: url(/_res/klmc/_share/img/board/btn-prev-page02.png);
}

.bn-view-common01.type06 .b-view-img-list .b-control-wrap .b-swiper-view-next.swiper-button-disabled {
    background-image: url(/_res/klmc/_share/img/board/btn-next-page02.png);
}

.bn-view-common01.type06 .b-info-con-box > ul > li {
    display: table;
    padding: 0 0 10px;
    width: 100%;
    table-layout: fixed;
}

.bn-view-common01.type06 .b-info-con-box > ul > li:last-of-type {
    padding: 0;
}

.bn-view-common01.type06 .b-info-con-box > ul > li div {
    display: table-cell;
    font-size: 18px;
    line-height: 26px;
    vertical-align: middle;
}

.bn-view-common01.type06 .b-info-con-box > ul > li div:nth-of-type(1) {
    width: 165px;
    font-weight: 500;
}

.bn-view-common01.type06 .b-info-con-box > ul > li div span {
    padding: 0 25px 0 0;
}

.bn-view-common01.type06 .b-info-con-box > ul > li div span:last-of-type {
    padding: 0;
}

.bn-view-common01.type06 .b-info-con-box02 {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.bn-view-common01.type06 .b-info-con-box02 > div {
    display: table-cell;
    vertical-align: top;
}

.bn-view-common01.type06 .b-info-con-box02 .b-left-box {
    width: 80%;
}

.bn-view-common01.type06 .b-info-con-box02 .b-left-box > ul > li {
    display: table;
    padding: 0 0 10px;
    width: 100%;
    table-layout: fixed;
}

.bn-view-common01.type06 .b-info-con-box02 .b-left-box > ul > li:last-of-type {
    padding: 0;
}

.bn-view-common01.type06 .b-info-con-box02 .b-left-box > ul > li div {
    display: table-cell;
    font-size: 18px;
    line-height: 26px;
    vertical-align: middle;
}

.bn-view-common01.type06 .b-info-con-box02 .b-left-box > ul > li div:nth-of-type(1) {
    width: 165px;
    font-weight: 500;
}

.bn-view-common01.type06 .b-info-con-box02 .b-left-box > ul > li div span {
    padding: 0 25px 0 0;
}

.bn-view-common01.type06 .b-info-con-box02 .b-left-box > ul > li div span:last-of-type {
    padding: 0;
}

.bn-view-common01.type06 .b-info-con-box02 .b-btn01.type01 ul {
    padding: 0;
}

.bn-view-common01.type06 .b-info-con-box02 .b-btn01.type01 ul li {
    display: block;
    margin: 0 0 10px;
}

.bn-view-common01.type06 .b-info-con-box02 .b-btn01.type01 ul li a {
    text-align: center;
}

.bn-view-common01.type06 .b-readmore-box ul {
    margin: 0 -1.4%;
}

.bn-view-common01.type06 .b-readmore-box ul li {
    padding: 0 1.4%;
}

.bn-view-common01.type06 .b-readmore-box .b-readmore-img-box {
    margin: 0 auto 25px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.bn-view-common01.type06 .b-readmore-box .b-readmore-con-box .b-cate {
    display: block;
}

.bn-view-common01.type06 .b-readmore-box .b-readmore-con-box .b-title-box span {
    display: none;
}

.bn-view-common01.type06 .b-readmore-box .b-readmore-con-box .b-title-box .b-title {
    margin: 0;
    padding: 0;
}

.bn-view-common01.type06 .b-readmore-box .b-readmore-con-box .b-title-box .b-title:after {
    display: none;
}

.bn-view-common01.type07 .b-content-box {
    position: relative;
    margin: 0;
    padding: 45px 0 60px;
    border-bottom: none;
}

.bn-view-common01.type07 .b-content-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 70px;
    height: 1px;
    background: #959595;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.overseas-missionary .bn-view-common01.type07 .b-content-box:before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    width: 70px;
    height: 1px;
    background: #959595;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.bn-view-common01.type07 .b-content-box img {
    padding: 0;
}

.bn-view-common01.type07 .b-article-box .b-top-box {
    padding: 0 0 45px;
    text-align: center;
}

.bn-view-common01.type07 .b-article-box .b-top-box .b-date {
    display: none;
    padding: 0 0 13px;
    font-size: 22px;
    line-height: 30px;
}

.bn-view-common01.type07 .b-article-box .b-top-box .b-progress {
    display: inline-block;
    margin: 0 13px 0 0;
    padding: 0 13px;
    background: #2b81bc;
    font-size: 17px;
    color: #fff;
}

.bn-view-common01.type07 .b-article-box .b-top-box .b-cate {
    display: none;
}

.bn-view-common01.type07 .b-article-box .b-top-box h3 {
    font-size: 50px;
    line-height: 58px;
    font-weight: 400;
}

.bn-view-common01.type07 .b-article-box .b-top-box h4 {
    padding: 20px 0 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

.bn-view-common01.type07 .b-article-box .b-top-box h4:empty {
    display: none;
}

.bn-view-common01.type07 .b-article-box .b-top-box .b-desc {
    display: none;
}

.bn-view-common01.type07 .b-article-box .b-top-box .b-reporter {
    display: none;
}

.bn-view-common01.type07 .b-readmore-box ul {
    margin: 0 -1.4%;
}

.bn-view-common01.type07 .b-readmore-box ul li {
    padding: 0 1.4%;
    width: 20%;
}

.bn-view-common01.type07 .b-readmore-box .b-readmore-img-box {
    margin: 0 auto 25px;
    width: 216px;
    height: 216px;
    overflow: hidden;
    border-radius: 50%;
}

.bn-view-common01.type07 .b-readmore-box .b-readmore-con-box .b-cate {
    display: block;
}

.bn-view-common01.type07 .b-readmore-box .b-readmore-con-box .b-title-box span {
    display: none;
}

.bn-view-common01.type07 .b-readmore-box .b-readmore-con-box .b-title-box .b-title {
    margin: 0;
    padding: 0;
}

.bn-view-common01.type07 .b-readmore-box .b-readmore-con-box .b-title-box .b-title:after {
    display: none;
}

/* bn-view-common02 type01 */
.bn-view-common02.type01 .b-main-box {
    border-top: 2px solid #2b81bc;
}

.bn-view-common02.type01 .b-main-box .b-top-box {
    padding: 27px 30px;
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
}

.bn-view-common02.type01 .b-main-box .b-title-box .b-cate {
    font-size: 20px;
    line-height: 26px;
}

.bn-view-common02.type01 .b-main-box .b-title-box span:nth-of-type(2) {
    font-size: 20px;
    line-height: 26px;
}

.bn-view-common02.type01 .b-file-box ul li a {
    padding: 0 0 0 18px;
    background: url(/_res/klmc/_share/img/board/ico-file02-off.png) no-repeat 0 2px;
}

.bn-view-common02.type01 .b-file-box ul li a:hover {
    color: #095d3b;
}

.bn-view-common02.type01 .b-pager-box div:nth-of-type(1) {
    border-top: 1px solid #2b2b2b;
}

.bn-view-common02.type01 .b-pager-box div:nth-of-type(2) {
    border-bottom: 1px solid #2b2b2b;
}

.bn-view-common02.type01 .b-pager-box div:nth-of-type(1) p:nth-of-type(1) {
    background: url(/_res/klmc/_share/img/board/ico-pager-prev03.png) no-repeat right 30px top 50%;
}

.bn-view-common02.type01 .b-pager-box div:nth-of-type(2) p:nth-of-type(1) {
    background: url(/_res/klmc/_share/img/board/ico-pager-next03.png) no-repeat right 30px top 50%;
}

.bn-view-common02.type01 .b-write-reply-box .reply-content-count span {
    color: #2c81bc;
}

.bn-view-common02.type01 .b-write-reply-box .write-reply-content .write-reply-etc-box > button {
    background-color: #2c81bc;
}

/* ±¤¸²¼öµµ¿ø view ÄÜÅÙÃ÷ */
.b-view-con-wrap .inner-con-box {
    padding: 0 0 45px;
}

.b-view-con-wrap .inner-con-box:last-of-type {
    padding: 0;
}

.b-view-con-wrap .inner-con-p {
    padding: 0 0 30px;
    font-size: 17px;
    line-height: 25px;
}

.b-view-con-wrap .inner-h5-tit01 {
    margin: 0 0 35px;
    padding: 10px 0;
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
}

.b-view-con-wrap .inner-img-box {
    margin: 0 0 15px;
}

.b-view-con-wrap .inner-img-box > img {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
}

.b-view-con-wrap .inner-txt-box > p {
    font-size: 17px;
    line-height: 25px;
    word-break: break-all;
}

.b-view-con-wrap .inner-txt-box > p span {
    padding: 0 8px 0 0;
    font-weight: 500;
    color: #2a88ca;
}

.b-view-con-wrap .inner-txt-box > p .sub-txt {
    padding: 0 0 0 8px;
    font-weight: 400;
    color: #8c8a8a;
}

.b-view-con-wrap .inner-layout-box {
    padding: 0 0 45px;
}

.b-view-con-wrap .inner-layout-box:last-of-type {
    padding: 0;
}

.b-view-con-wrap .btn-more {
    display: block;
    padding: 11px 10px;
    border: 1px solid #454545;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

.b-view-con-wrap .btn-more:hover {
    border-color: #2e8bcb;
    background: #2e8bcb;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

.b-view-con-wrap.bg-white-wrap {
    position: relative;
}

.b-view-con-wrap.bg-white-wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 500px;
    background: #fff;
}

/* ±¤¸² Çì¸®Æ¼Áö ºñÀüÈ¦ */
.b-view-con-wrap .h6-tit03 {
    margin: 0 0 35px;
    padding: 0;
    font-size: 25px;
    line-height: 28px;
    color: #333;
    font-weight: 400;
}

/* ºûÀÇ ½£ ¼¥ view */
.bn-view-shop01.type01 .b-top-box {
    position: relative;
    margin: 0 0 60px;
    padding: 0 0 30px;
    text-align: center;
}

.bn-view-shop01.type01 .b-top-box:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70px;
    height: 1px;
    background: rgba(0,0,0,0.3);
    transform: translateX(-50%);
}

.bn-view-shop01.type01 .b-top-box h3 {
    padding: 0 0 25px;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
}

.bn-view-shop01.type01 .b-top-box p {
    font-size: 22px;
    line-height: 30px;
}

.bn-view-shop01.type01 .b-content-box {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 100px;
}

.bn-view-shop01.type01 .b-content-box > div {
    width: 50%;
    box-sizing: border-box;
}

.bn-view-shop01.type01 .b-content-box .b-item-thumb-box .gallery-top {
    padding: 0 0 30px;
}

.bn-view-shop01.type01 .b-content-box .b-item-thumb-box .gallery-top .swiper-slide {
    width: 100%;
}

.bn-view-shop01.type01 .b-content-box .b-item-thumb-box .gallery-top .swiper-slide img {
    width: 100%;
}

.bn-view-shop01.type01 .b-content-box .b-item-thumb-box .gallery-thumbs {
    width: 245px;
}

.bn-view-shop01.type01 .b-content-box .b-item-thumb-box .gallery-thumbs .swiper-slide {
    width: 75px;
    height: 75px;
}

.bn-view-shop01.type01 .b-content-box .b-item-thumb-box .gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bn-view-shop01.type01 .b-content-box .b-item-thumb-box .gallery-thumbs .swiper-slide.swiper-slide-active {
    position: relative;
}

.bn-view-shop01.type01 .b-content-box .b-item-thumb-box .gallery-thumbs .swiper-slide.swiper-slide-focus:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #2e8bcb;
    box-sizing: border-box;
}

.bn-view-shop01.type01 .b-content-box .b-item-info-box {
    padding: 0 0 0 40px;
}

.bn-view-shop01.type01 .b-content-box .b-item-info-box h4 {
    padding: 0 0 60px;
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
}

.bn-view-shop01.type01 .b-content-box .b-item-info-box pre {
    padding: 20px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

.bn-view-shop01.type01 .b-content-box .b-item-info-box .b-item-common-info-box {
    padding: 60px 0 0;
}

.bn-view-shop01.type01 .b-content-box .b-item-info-box .b-item-common-info-box .b-con-p {
    font-weight: 300;
}

.bn-view-shop01.type01 .b-content-box .b-item-info-box .b-item-common-info-box .b-info-p {
    padding: 12px 0;
    font-size: 20px;
    line-height: 30px;
    border: 1px solid #d8d8d8;
    border-left: 0;
    border-right: 0;
}

/* bn-list-dept01 type02 ´ÙÀ½¼¼´ë ºÎ¼­ ¸®½ºÆ® */
.bn-list-dept01.type02 .b-list-title-box {
    position: relative;
    padding: 0 0 70px;
    text-align: center;
}

.bn-list-dept01.type02 .b-list-title-box .h4-tit01 {
    padding: 0;
}

.bn-list-dept01.type02 .b-list-title-box .b-btn-view-open {
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 0;
    padding: 13px;
    min-width: 247px;
    background: #2e8bcb;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    box-sizing: border-box;
}

.bn-list-dept01.type02 .b-list-title-box .b-btn-view-open span {
    position: relative;
    padding: 0 36px 0 0;
}

.bn-list-dept01.type02 .b-list-title-box .b-btn-view-open span:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 16px;
    height: 16px;
    background: url(/_res/klmc/klmc/img/common/ico-view-more.png) no-repeat center center;
}

.bn-list-dept01.type02 > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5%;
    text-align: center;
}

.bn-list-dept01.type02 > ul > li:nth-of-type(-n+4) {
    padding-top: 0;
}

.bn-list-dept01.type02 > ul > li {
    position: relative;
    padding: 40px 1.5% 0 1.5%;
    width: 25%;
    box-sizing: border-box;
}

.bn-list-dept01.type02 > ul > li.b-no-post {
    margin: 0;
    padding: 50px 0;
    width: 100%;
}

.bn-list-dept01.type02 .b-box01 .b-img-box {
    position: relative;
    height: 195px;
    overflow: hidden;
}

.bn-list-dept01.type02 .b-box01 .b-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.bn-list-dept01.type02 li:hover .b-img-box img {
    transform: scale(1.1);
}

.bn-list-dept01.type02 .b-box02 {
    position: relative;
    padding: 40px 30px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    vertical-align: middle;
}

.bn-list-dept01.type02 .b-box02 .b-name {
    display: inline-block;
    padding: 0 0 20px;
    font-size: 30px;
    line-height: 38px;
}

.bn-list-dept01.type02 .b-box02 .b-title-box {
    padding: 0 0 30px;
}

.bn-list-dept01.type02 .b-box02 .b-title-box .b-title {
    display: block;
    max-height: 62px;
    font-size: 23px;
    line-height: 31px;
    font-weight: 300;
    box-sizing: border-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bn-list-dept01.type02 .b-box02 .b-btn-more {
    display: inline-block;
    padding: 12px 10px;
    width: 100%;
    border: 1px solid #333;
    font-size: 18px;
    line-height: 23px;
    box-sizing: border-box;
    transition: background .5s ease;
}

.bn-list-dept01.type02 .b-box02 .b-btn-more:hover {
    background-color: #2e8bcb;
    border-color: #2e8bcb;
    color: #fff;
}

/* bn-list-dept01 type03 ´ÙÀ½¼¼´ë Ã»Àå³âºÎ ºÎ¼­ ¸®½ºÆ® */
.bn-list-dept01.type03 .b-list-title-box {
    padding: 0 0 70px;
    text-align: center;
}

.bn-list-dept01.type03 .b-list-title-box .h4-tit01 {
    padding: 0;
}

/* 20230714 º»·¡ padding 80px */
.bn-list-dept01.type03 > ul {
    padding: 0 78px;
    text-align: center;
}

.bn-list-dept01.type03 > ul > li {
    display: flex;
    flex-wrap: wrap;
    margin: 50px;
    background: #fff;
    align-items: center;
    box-sizing: border-box;
}

.bn-list-dept01.type03 > ul > li:last-of-type {
    margin: 0;
}

.bn-list-dept01.type03 .b-box01 {
    width: 60%;
}

.bn-list-dept01.type03 .b-box01 .b-img-box {
    overflow: hidden;
}

.bn-list-dept01.type03 .b-box01 .b-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.bn-list-dept01.type03 li:hover .b-img-box img {
    transform: scale(1.1);
}

.bn-list-dept01.type03 .b-box02 {
    padding: 40px 30px;
    width: 40%;
    background: #fff;
    box-sizing: border-box;
    vertical-align: middle;
}

.bn-list-dept01.type03 .b-box02 .b-name {
    display: inline-block;
    padding: 0 0 20px;
    font-size: 30px;
    line-height: 38px;
}

.bn-list-dept01.type03 .b-box02 .b-title-box {
    padding: 0 0 30px;
}

.bn-list-dept01.type03 .b-box02 .b-title-box .b-title {
    display: block;
    /* IE ´ëÀÀ */
    display: -webkit-box;
    max-height: 62px;
    font-size: 23px;
    line-height: 31px;
    font-weight: 300;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bn-list-dept01.type03 .b-box02 .b-btn-more {
    display: inline-block;
    padding: 12px 10px;
    width: 100%;
    max-width: 200px;
    border: 1px solid #333;
    font-size: 18px;
    line-height: 23px;
    box-sizing: border-box;
    transition: background .5s ease;
}

.bn-list-dept01.type03 .b-box02 .b-btn-more:hover {
    background-color: #2e8bcb;
    border-color: #2e8bcb;
    color: #fff;
}

/*±è¼±µµ °¨µ¶ Ãß¸ð°ü*/
.remembrance .bn-list-img03.type01 .b-box01 .b-img-box {
    margin: 0 auto -107px;
    width: 216px;
    height: 216px;
}

.remembrance .bn-list-img03.type01 .b-box02 {
    padding: 130px 40px 55px;
    background: #fff;
}

.remembrance .bn-list-img03.type01 .b-box02 .b-name {
    display: -webkit-box;
    margin: 0 0 20px;
    padding: 0;
    height: 76px;
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
    color: #333;
}

.remembrance .bn-list-img03.type01 .b-box02 .b-name:after {
    display: none;
    padding: 0;
}

.remembrance .bn-list-img03.type01 .b-box02 .b-title-box {
    padding: 0;
    margin: 0 0 30px;
    height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
}

.remembrance .bn-list-img03.type01 .b-box02 .b-title-box .b-title {
    font-size: 23px;
    line-height: 30px;
    font-weight: 300;
}

.remembrance .bn-list-img03.type01 .b-box02 .b-btn-more {
    color: #333;
}

.remembrance .bn-list-img03.type01 .b-box02 .b-btn-more:hover {
    color: #fff;
}

.remembrance .bn-list-img03.type01 > ul > li {
    padding: 60px 2.4% 0;
}

.remembrance-video .bn-video-view-wrap .bn-video-view-box .b-video-info-box {
    background-color: #000!important;
}

.remembrance-video .b-choir-box {
    display: none;
}

.remembrance-video .tab01.type01 .tab-box .tab-ul01 li.active {
    padding: 0;
}

.remembrance-video .bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-link-box {
    display: none;
}

.remembrance-video .tab01.type01 .tab-box .tab-ul01 li.active {
    color: #333;
}

.remembrance-sub02 .b-category01.type01 .category-box .tab-cate01 li.active a span:after {
    background: #939598;
}

.remembrance-sub02 .b-btn01.type00 ul {
    padding-bottom: 0;
}

@media screen and (min-width: 1025px) {
    /* ½Ç½Ã°£ ¿¹¹è »ó´Ü ºñµð¿À view ¿µ¿ª */ .bn-video-view-wrap.bn-video-live .b-video-status .b-video-screen > div {
        padding:100px 0 0;
    }
}

@media screen and (max-width: 1024.98px) {
    /* common */ .b-wrapper {
        padding:0 20px;
    }

    /* common */
    .view-box {
        padding: 20px 0;
    }

    .view-btn-box {
        padding: 0 0 20px;
    }

    .view-btn-box a {
        padding: 5px 15px;
        font-size: 14px;
        line-height: 19px;
    }

    .b-h4-tit01 {
        padding: 0 0 12px 0;
        font-size: 15px;
        line-height: 23px;
    }

    .b-h5-tit01 {
        margin: 0 0 15px;
        padding: 5px 0;
        font-size: 15px;
        line-height: 23px;
    }

    .b-con-p {
        padding: 0 0 12px 0;
    }

    /* .b-btn01 type01 */
    .b-btn01.type01 ul {
        padding: 25px 0;
    }

    .b-btn01.type01 ul li {
        margin: 0 0 5px 0px;
    }

    .b-btn01.type01 ul li a, .b-btn01.type01 ul li button {
        padding: 8px 10px;
        font-size: 14px;
    }

    /* .b-btn01 type02 */
    .b-btn01.type02 {
        padding: 25px 0 0;
    }

    .b-btn01.type02 ul li {
        display: block;
        margin: 0 0 5px 0px;
    }

    .b-btn01.type02 ul li a, .b-btn01.type02 ul li button {
        padding: 12px 10px;
        font-size: 14px;
        width: 100%;
        display: block;
        box-sizing: border-box;
    }

    /* .b-btn01 type03 */
    .b-btn01.type03 ul {
        padding: 25px 0 0;
    }

    .b-btn01.type03 ul li {
        display: block;
        margin: 0 0 5px 0px;
    }

    .b-btn01.type03 ul li a, .b-btn01.type03 ul li button {
        padding: 12px 10px;
        font-size: 14px;
        width: 100%;
        display: block;
        box-sizing: border-box;
        text-align: center;
    }

    /* .b-btn01 type04 */
    .b-btn01.type04 ul {
        padding: 25px 0 0;
    }

    .b-btn01.type04 ul li {
        margin: 0 0 5px 0px;
    }

    .b-btn01.type04 ul li a, .b-btn01.type04 ul li button {
        min-width: auto;
        padding: 8px 10px;
        font-size: 14px;
    }

    /* .b-btn01 type05 */
    .b-btn01.type05 ul {
        padding: 25px 0 0;
    }

    .b-btn01.type05 ul li {
        margin: 0 0 5px 0px;
    }

    .b-btn01.type05 ul li a, .b-btn01.type05 ul li button {
        min-width: auto;
        padding: 8px 10px;
        font-size: 14px;
    }

    /* button */
    .b-btn-wrap {
        padding: 25px 0 0;
    }

    .b-btn-wrap a, .b-btn-wrap button {
        margin: 15px 0 0;
    }

    .b-btn-type01 {
        padding: 11px 10px;
        width: 100%;
        font-size: 15px;
        line-height: 23px;
    }

    /* checkbox, radio */
    .type01 .b-radio + label {
        margin-right: 10px;
        padding-left: 20px;
        font-size: 14px;
    }

    .type01 .b-chk + label {
        margin: 0 10px 0 0;
        padding: 0 0 0 25px;
        font-size: 14px;
        line-height: 25px;
    }

    .type01 .b-radio + label:before {
        width: 15px;
        height: 15px;
    }

    .type01 .b-radio:hover + label:after, .type01 .b-radio:checked + label:after {
        left: 5px;
        width: 5px;
        height: 5px;
    }

    .type01 .b-chk + label:before {
        margin: 3px 0 0 0;
        width: 20px;
        height: 20px;
    }

    .type01 .b-chk:hover + label:before, .type01 .b-chk:checked + label:before {
        padding: 2px 0 0 3px;
        background-size: 9px;
        font-size: 10px;
    }

    .type02 .b-radio + label {
        margin-right: 10px;
        padding-left: 20px;
        font-size: 14px;
    }

    .type02 .b-chk + label {
        margin: 0 10px 0 0;
        padding: 0 0 0 25px;
        font-size: 14px;
        line-height: 25px;
    }

    .type02 .b-radio + label:before {
        width: 15px;
        height: 15px;
    }

    .type02 .b-radio:hover + label:after, .type02 .b-radio:checked + label:after {
        left: 5px;
        width: 5px;
        height: 5px;
    }

    .type02 .b-chk + label:before {
        margin: 3px 0 0 0;
        width: 20px;
        height: 20px;
    }

    .type02 .b-chk:hover + label:before, .type02 .b-chk:checked + label:before {
        padding: 2px 0 0 3px;
        background-size: 9px;
        font-size: 10px;
    }

    .type03 .b-radio + label {
        margin-right: 10px;
        padding-left: 20px;
        font-size: 14px;
    }

    .type03 .b-chk + label {
        margin: 0 10px 0 0;
        padding: 0 0 0 25px;
        font-size: 14px;
        line-height: 25px;
    }

    .type03 .b-radio + label:before {
        width: 15px;
        height: 15px;
    }

    .type03 .b-radio:hover + label:after, .type03 .b-radio:checked + label:after {
        left: 5px;
        width: 5px;
        height: 5px;
    }

    .type03 .b-chk + label:before {
        margin: 3px 0 0 0;
        width: 20px;
        height: 20px;
    }

    .type03 .b-chk:hover + label:before, .type03 .b-chk:checked + label:before {
        padding: 2px 0 0 3px;
        background-size: 9px;
        font-size: 10px;
    }

    /* °³ÀÎÁ¤º¸ µ¿ÀÇ */
    .b-privacy-box.type01 {
        margin: 20px 0 0 0;
    }

    .b-privacy-box.type01 .b-border-box {
        padding: 10px;
    }

    .b-privacy-box.type01 .b-border-box > ol > li {
        padding: 0 0 5px 0;
    }

    .b-privacy-box.type01 .b-privacy-chk-box {
        padding: 10px 0 0 0;
    }

    .b-privacy-box.type02 {
        margin: 20px 0 0 0;
    }

    .b-privacy-box.type02 .b-border-box {
        padding: 10px;
    }

    .b-privacy-box.type02 .b-border-box > ol > li {
        padding: 0 0 5px 0;
    }

    .b-privacy-box.type02 .b-privacy-chk-box {
        padding: 10px 0 0 0;
    }

    .b-privacy-box.type03 {
        margin: 20px 0 0 0;
    }

    .b-privacy-box.type03 .b-border-box {
        padding: 10px;
    }

    .b-privacy-box.type03 .b-border-box > ol > li {
        padding: 0 0 5px 0;
    }

    .b-privacy-box.type03 .b-privacy-chk-box {
        padding: 10px 0 0 0;
    }

    /* °Ë»ö¿µ¿ª 02  */
    .board-calendar-sub-box {
        display: none;
    }

    .bn-search01.type01 .b-search-wrap {
        margin: 0 0 20px;
    }

    .bn-search01.type01 .b-search-wrap .b-search-input-box {
        width: 80%;
    }

    .bn-search01.type01 .b-search-box {
        width: auto;
    }

    .bn-search01.type01 .b-sel-title {
        padding: 15px 10px;
        font-size: 14px;
        line-height: 19px;
    }

    .bn-search01.type01 .b-sel-box ul li a {
        padding: 15px 10px;
        font-size: 14px;
        line-height: 19px;
    }

    .bn-search01.type01 .b-sel-box {
        width: 100%;
        margin: 0 0 5px;
    }

    .bn-search01.type01 input {
        padding: 14px 10px;
        width: calc(100% - 50px);
        font-size: 15px;
    }

    .bn-search01.type01 .b-sel-btn {
        padding: 14px 8px;
        width: 50px;
        background-size: 20px;
        font-size: 15px;
    }

    .bn-search01.type01 .b-select-box {
        float: none;
        margin: 0 0 10px;
        width: auto;
    }

    .bn-search01.type01 .b-select-box select {
        padding: 10px 35px 10px 10px;
        width: 100%;
        height: 40px;
        background-position: center right 15px;
        font-size: 15px;
    }

    .bn-search01.type02 .b-cate01 {
        width: 100%;
        z-index: 20;
        margin: 0 0 5px 0;
    }

    .bn-search01.type02 .b-cate-basic {
        width: 25%;
        z-index: 18;
    }

    .bn-search01.type02 .b-sel-title {
        padding: 10px 8px;
        font-size: 14px;
        line-height: 19px;
    }

    .bn-search01.type02 input {
        padding: 10px 8px 9px;
        width: calc(75% - 100px);
        font-size: 14px;
    }

    .bn-search01.type02 .b-sel-btn {
        padding: 11px 8px;
        font-size: 14px;
    }

    .bn-search01.type03 .b-sel-title {
        padding: 10px 8px;
        font-size: 14px;
        line-height: 19px;
    }

    .bn-search01.type03 .b-sel-box {
        width: 100%;
        margin: 0 0 5px;
    }

    .bn-search01.type03 input {
        padding: 10px 8px 9px;
        width: calc(100% - 95px);
        font-size: 14px;
    }

    .bn-search01.type03 .b-sel-btn {
        padding: 11px 8px;
        font-size: 14px;
    }

    .bn-search01.type04 .b-sel-title {
        padding: 10px 8px;
        font-size: 14px;
        line-height: 19px;
    }

    .bn-search01.type04 .b-sel-box {
        width: 30%;
    }

    .bn-search01.type04 input {
        padding: 10px 8px 9px;
        width: calc(70% - 46px);
        font-size: 14px;
    }

    .bn-search01.type04 .b-sel-btn {
        padding: 11px 8px;
        font-size: 14px;
    }

    .bn-search01.type05 .b-cate01 {
        display: inline-block;
        width: 50%;
        margin: 0 -6px 5px 0;
        z-index: 10;
    }

    .bn-search01.type05 .b-cate02 {
        display: inline-block;
        width: 50%;
        margin: 0 0 5px 0;
        z-index: 8;
    }

    .bn-search01.type05 .b-cate-basic {
        width: 120px;
        z-index: 6;
    }

    .bn-search01.type05 .b-sel-title {
        padding: 10px 8px;
        font-size: 14px;
        line-height: 19px;
    }

    .bn-search01.type05 input {
        padding: 10px 8px 9px;
        width: calc(100% - 166px);
        font-size: 14px;
    }

    .bn-search01.type05 .b-sel-btn {
        padding: 11px 8px;
        font-size: 14px;
    }

    .bn-search01.type06 .b-sel-title {
        padding: 10px 8px;
        font-size: 14px;
        line-height: 19px;
    }

    .bn-search01.type06 .b-sel-label {
        width: 18%;
        margin: 15px 0px 0 0;
        display: inline-block;
    }

    .bn-search01.type06 .b-sel-label span {
        font-size: 14px;
    }

    .bn-search01.type06 input {
        padding: 10px 8px 9px;
        width: calc(70% - 70px);
        font-size: 14px;
    }

    .bn-search01.type06 .b-sel-btn {
        padding: 11px 8px;
        font-size: 14px;
    }

    /* °Ë»ö¿µ¿ª 02  */
    .board-calendar-sub-box {
        display: none;
    }

    .bn-search02.type01 .b-search-wrap {
        margin: 0 0 20px;
    }

    .bn-search02.type01 .b-search-wrap .b-search-input-box {
        width: 80%;
    }

    .bn-search02.type01 .b-sel-title {
        padding: 10px 8px;
        font-size: 14px;
        line-height: 19px;
    }

    .bn-search02.type01 .b-sel-box {
        width: 100%;
        margin: 0 0 5px;
    }

    .bn-search02.type01 input {
        padding: 14px 10px;
        width: calc(100% - 50px);
        border-right: 0;
        font-size: 15px;
    }

    .bn-search02.type01 .b-sel-btn {
        padding: 14px 8px;
        width: 50px;
        background-size: 20px;
        font-size: 15px;
    }

    /* ÀÌ¹ÌÁö/¸®½ºÆ® À¯Çü ¹öÆ° */
    .b-viewmode-box {
        padding: 0;
    }

    .b-viewmode-box > ul {
        border-left: none;
    }

    .b-viewmode-box > ul > li {
        min-width: 40px;
    }

    .b-viewmode-box > ul > li > a {
        padding: 25px 10px;
        background-position: center center;
        background-size: 19px;
        font-size: 0;
        text-indent: -9999px;
    }

    /* .b-paging01 type01 */
    .b-paging01.type01 .b-paging-wrap ul {
        padding: 25px 0 0;
    }

    .b-paging01.type01 .b-paging-wrap ul li:not(.pager) {
        margin: 0 10px 0 0;
    }

    .b-paging01.type01 .b-paging-wrap ul li:not(.pager) a {
        padding: 3px 0 4px;
        min-width: 26px;
    }

    .b-paging01.type01 .b-paging-wrap ul li a {
        font-size: 14px;
    }

    .b-paging01.type01 .b-paging-wrap ul li {
        margin: 0 5px 0 0;
    }

    .b-paging01.type01 .b-paging-wrap ul li.first a {
        width: 18px;
        height: 17px;
    }

    .b-paging01.type01 .b-paging-wrap ul li.prev a {
        width: 10px;
        height: 18px;
    }

    .b-paging01.type01 .b-paging-wrap ul li.next a {
        width: 10px;
        height: 18px;
    }

    .b-paging01.type01 .b-paging-wrap ul li.last a {
        width: 18px;
        height: 17px;
    }

    /* .b-paging01 type02 */
    .b-paging01.type02 .b-paging-wrap ul li:not(.pager) {
        margin: 0 10px 0 0;
    }

    .b-paging01.type02 .b-paging-wrap ul li:not(.pager) a {
        padding: 3px 0 4px;
        min-width: 26px;
    }

    .b-paging01.type02 .b-paging-wrap ul li a {
        font-size: 14px;
    }

    .b-paging01.type02 .b-paging-wrap ul li {
        margin: 0 5px 0 0;
    }

    .b-paging01.type02 .b-paging-wrap ul li.first a {
        width: 30px;
        height: 28px;
    }

    .b-paging01.type02 .b-paging-wrap ul li.prev a {
        width: 27px;
        height: 28px;
    }

    .b-paging01.type02 .b-paging-wrap ul li.next a {
        width: 27px;
        height: 28px;
    }

    .b-paging01.type02 .b-paging-wrap ul li.last a {
        width: 30px;
        height: 28px;
    }

    /* .b-paging01 type03 */
    .b-paging01.type03 .b-paging-wrap ul {
        padding: 25px 0 0;
    }

    .b-paging01.type03 .b-paging-wrap ul li:not(.pager) a {
        padding: 5px 0 6px;
        min-width: 26px;
    }

    .b-paging01.type03 .b-paging-wrap ul li a {
        font-size: 14px;
    }

    .b-paging01.type03 .b-paging-wrap ul li {
        margin: 0 0 5px;
    }

    .b-paging01.type03 .b-paging-wrap ul li.first a {
        width: 30px;
        height: 27px;
    }

    .b-paging01.type03 .b-paging-wrap ul li.prev a {
        width: 27px;
        height: 27px;
    }

    .b-paging01.type03 .b-paging-wrap ul li.next a {
        width: 27px;
        height: 27px;
    }

    .b-paging01.type03 .b-paging-wrap ul li.last a {
        width: 30px;
        height: 27px;
    }

    /* .b-paging01 type04 */
    .b-paging01.type04 .b-paging-wrap ul {
        padding: 25px 0 0;
    }

    .b-paging01.type04 .b-paging-wrap ul li:not(.pager) a {
        padding: 5px 0 6px;
        min-width: 26px;
    }

    .b-paging01.type04 .b-paging-wrap ul li a {
        font-size: 14px;
    }

    .b-paging01.type04 .b-paging-wrap ul li {
        margin: 0 0 5px;
    }

    .b-paging01.type04 .b-paging-wrap ul li.first a {
        width: 30px;
        height: 27px;
    }

    .b-paging01.type04 .b-paging-wrap ul li.prev a {
        width: 27px;
        height: 27px;
    }

    .b-paging01.type04 .b-paging-wrap ul li.next a {
        width: 27px;
        height: 27px;
    }

    .b-paging01.type04 .b-paging-wrap ul li.last a {
        width: 30px;
        height: 27px;
    }

    /* .b-category01 type01 */
    .b-category01.type01 .b-category01-m {
        position: relative;
        margin: 0 0 20px;
        background: #2e8bcb url(/_res/klmc/_share/img/common/ico-tab-open.png) no-repeat center right 15px;
        background-size: 12px;
        text-align: center;
    }

    .b-category01.type01 .b-category01-m.active {
        background-image: url(/_res/klmc/_share/img/common/ico-tab-close.png);
    }

    .b-category01.type01 .b-category01-m label {
        display: block;
        padding: 11px 0;
        font-size: 15px;
        color: #fff;
        font-weight: 400;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
    }

    .b-category01.type01 .sel-category {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: transparent;
        height: 39px;
        border: 0;
        color: #fff;
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .b-category01.type01 .sel-category option {
        font-size: 15px;
        color: #666;
    }

    /* bn-list-common01 °øÅë */
    .bn-list-common01 .adm-chk label {
        font-size: 14px;
    }

    .bn-list-common01 .b-title-box .b-m-con .b-file {
        display: inline-block;
        width: 15px;
        height: 16px;
        background: url(/_res/klmc/_share/img/board/ico-file01.png) no-repeat 0 0/100%;
        vertical-align: middle;
        text-indent: -9999px;
        overflow: hidden;
    }

    .bn-list-common01 .b-title-box .b-m-con .b-answer {
        position: relative;
        display: inline-block;
        padding: 2px 5px;
        margin: 3px 0 0 9px;
        font-size: 13px;
        line-height: 18px;
        vertical-align: middle;
    }

    .bn-list-common01.bn-common table tbody tr td:nth-of-type(1) {
        display: none;
    }

    .bn-list-common01.bn-common table tbody tr td:nth-of-type(3) {
        display: none;
    }

    .bn-list-common01.bn-common table tbody tr td:nth-of-type(4) {
        display: none;
    }

    .bn-list-common01.bn-common table tbody tr td:nth-of-type(5) {
        display: none;
    }

    .bn-list-common01.bn-common table tbody tr td:nth-of-type(6) {
        display: none;
    }

    .bn-list-common01.bn-common table tbody tr td:nth-of-type(7) {
        display: none;
    }

    .bn-list-common01.bn-common table tbody tr td:nth-of-type(8) {
        display: none;
    }

    .bn-list-common01.bn-common table tbody tr td.b-no-post {
        display: block !important;
    }

    .bn-list-common01.bn-common .b-col-title {
        width: 100%;
    }

    .bn-list-common01.bn-common .b-col-date {
        display: none;
        width: 0;
    }

    .bn-list-common01.bn-common .b-col-expand {
        display: none;
        width: 0;
    }

    .bn-list-common01.bn-common .b-col {
        display: none;
        width: 0;
    }

    .bn-list-common01.bn-common-cate table tbody tr td:nth-of-type(1) {
        display: none;
    }

    .bn-list-common01.bn-common-cate table tbody tr td:nth-of-type(2) {
        display: none;
    }

    .bn-list-common01.bn-common-cate table tbody tr td:nth-of-type(4) {
        display: none;
    }

    .bn-list-common01.bn-common-cate table tbody tr td:nth-of-type(5) {
        display: none;
    }

    .bn-list-common01.bn-common-cate table tbody tr td:nth-of-type(6) {
        display: none;
    }

    .bn-list-common01.bn-common-cate table tbody tr td:nth-of-type(7) {
        display: none;
    }

    .bn-list-common01.bn-common-cate table tbody tr td:nth-of-type(8) {
        display: none;
    }

    .bn-list-common01.bn-common-cate table tbody tr td.b-no-post {
        display: block !important;
    }

    .bn-list-common01.bn-common-cate .b-col-title {
        width: 100%;
    }

    .bn-list-common01.bn-common-cate .b-col-date {
        display: none;
        width: 0;
    }

    .bn-list-common01.bn-common-cate .b-col-expand {
        display: none;
        width: 0;
    }

    .bn-list-common01.bn-common-cate .b-col {
        display: none;
        width: 0;
    }

    /* bn-list-common01 type01 */
    .bn-list-common01.type01 table thead tr {
        display: none;
    }

    .bn-list-common01.type01 table tbody tr:hover {
        background: none;
    }

    .bn-list-common01.type01 table tbody td {
        padding: 13px 0;
        border-right: none;
        font-size: 14px;
    }

    .bn-list-common01.type01 .b-top-box .b-title-box {
        background-size: 18px;
        background-position: 0 4px;
    }

    .bn-list-common01.type01 .b-reply-box .b-title-box {
        padding: 0 0 0 20px;
        background-position: 0 6px;
    }

    .bn-list-common01.type01 .b-title-box a {
        font-size: 15px;
        line-height: 23px;
    }

    .bn-list-common01.type01 .b-title-box .b-m-con {
        display: block;
        padding: 5px 0 0 0;
    }

    .bn-list-common01.type01 .b-title-box .b-m-con span {
        position: relative;
        margin: 0 7px 0 0;
        padding: 0 8px 0 0;
        font-size: 14px;
        line-height: 20px;
    }

    .bn-list-common01.type01 .b-title-box .b-m-con span:after {
        content: "";
        display: block;
        position: absolute;
        top: 5px;
        right: 0;
        width: 1px;
        height: 12px;
        background-color: #8c8c8c;
    }

    .bn-list-common01.type01 .b-title-box .b-m-con span:last-of-type {
        padding: 0;
    }

    .bn-list-common01.type01 .b-title-box .b-m-con span:last-of-type:after {
        display: none;
    }

    /* thumb type01 */
    .bn-list-thumb01.type01 > ul > li {
        display: block;
        padding: 18px 0;
    }

    .bn-list-thumb01.type01 .b-box01 {
        display: block;
        margin: 0 0 15px 0;
        width: auto;
        height: auto;
    }

    .bn-list-thumb01.type01 .b-box01 .b-img-box a {
        display: block;
        height: 250px;
        overflow: hidden;
    }

    .bn-list-thumb01.type01 .b-box01 .b-img-box a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .bn-list-thumb01.type01 .b-box02 {
        display: block;
        padding: 0 30px 0 5px;
    }

    .bn-list-thumb01.type01 .b-box02 .b-title-box a {
        font-size: 16px;
        line-height: 21px;
    }

    .bn-list-thumb01.type01 .b-box02 .b-text-box a {
        height: auto;
        max-height: 46px;
        font-size: 14px;
        line-height: 23px;
    }

    .bn-list-thumb01.type01 .b-info-box li {
        margin: 0 10px 0 0;
        padding: 0 0 0 20px;
        font-size: 13px;
        line-height: 20px;
    }

    .bn-list-thumb01.type01 .b-box03 {
        display: none;
    }

    /* img01 type01 */
    .bn-list-img01.type01 > ul > li {
        width: calc(50% - 8px);
    }

    .bn-list-img01.type01 > ul > li:nth-of-type(n) {
        margin: 0 16px 30px 0;
    }

    .bn-list-img01.type01 > ul > li:nth-of-type(2n) {
        margin-right: 0;
    }

    .bn-list-img01.type01 > ul > li.b-no-post {
        margin: 0;
        padding: 20px 0;
        font-size: 15px;
    }

    .bn-list-img01.type01 .b-box01 .b-date-box {
        font-size: 16px;
        line-height: 24px;
    }

    .bn-list-img01.type01 .b-box02 {
        padding: 15px;
    }

    .bn-list-img01.type01 .b-box02 .b-title-box {
        font-size: 16px;
        line-height: 21px;
    }

    .bn-list-img01.type01 .b-box02 .b-text-box {
        height: auto;
        max-height: 54px;
        font-size: 15px;
        line-height: 19px;
    }

    .bn-list-img01.type01 .b-box02 .b-title-box .b-cate {
        padding: 0 0 2px 0;
        font-size: 13px;
        line-height: 19px;
    }

    .bn-list-img01.type01 .b-info-box li.b-script {
        padding: 0 0 5px 8px;
        font-size: 15px;
        line-height: 20px;
    }

    .bn-list-img01.type01 .b-info-box li.b-paster {
        height: 23px;
        font-size: 15px;
        line-height: 23px;
    }

    /* img01 type02 */
    .bn-list-img01.type02 > ul > li {
        width: calc(50% - 8px);
    }

    .bn-list-img01.type02 > ul > li:nth-of-type(n) {
        margin: 0 16px 24px 0;
    }

    .bn-list-img01.type02 > ul > li:nth-of-type(2n) {
        margin-right: 0;
    }

    .bn-list-img01.type02 > ul > li.b-no-post {
        margin: 0;
        padding: 20px 0;
        font-size: 15px;
    }

    .bn-list-img01.type02 .b-box01 .b-date-box {
        font-size: 16px;
        line-height: 24px;
    }

    .bn-list-img01.type02 .b-box01:after {
        width: 75px;
        height: 74px;
    }

    .bn-list-img01.type02 .b-box02 {
        padding: 15px;
    }

    .bn-list-img01.type02 .b-box02 .b-title-box {
        padding: 0 0 5px;
        font-size: 16px;
        line-height: 21px;
    }

    .bn-list-img01.type02 .b-box02 .b-text-box {
        height: auto;
        max-height: 54px;
        font-size: 15px;
        line-height: 19px;
    }

    .bn-list-img01.type02 .b-box02 .b-title-box .b-cate {
        padding: 0 0 2px 0;
        font-size: 13px;
        line-height: 19px;
    }

    .bn-list-img01.type02 .b-info-box li.b-date {
        font-size: 15px;
        line-height: 23px;
    }

    .bn-list-img01.type02 .b-info-box li.b-script {
        padding: 0 0 5px 8px;
        font-size: 15px;
        line-height: 20px;
    }

    .bn-list-img01.type02 .b-info-box li.b-paster {
        font-size: 15px;
        line-height: 23px;
    }

    /* img03 type01 ÇØ¿Ü ¼±±³ ¸®½ºÆ® */
    .bn-list-img03.type01 .article-chk {
        left: 10px;
    }

    .bn-list-img03.type01 > ul {
        margin: 0 -1%;
    }

    .bn-list-img03.type01 > ul > li {
        padding: 0 1% 50px;
        width: 50%;
    }

    .bn-list-img03.type01 > ul > li.b-no-post {
        margin: 0;
        padding: 20px 0;
        font-size: 15px;
    }

    .bn-list-img03.type01 .b-box01 .b-img-box {
        margin: 0 auto -75px;
        width: 150px;
        height: 150px;
    }

    .bn-list-img03.type01 .b-box02 {
        padding: 100px 15px 15px;
    }

    .bn-list-img03.type01 .b-box02 .b-name {
        margin: 0 0 10px;
        padding: 0 0 10px;
        font-size: 16px;
        line-height: 23px;
    }

    .bn-list-img03.type01 .b-box02 .b-cate {
        margin: 0 0 10px;
        padding: 0 0 10px;
        font-size: 16px;
        line-height: 23px;
    }

    .bn-list-img03.type01 .b-box02 .b-btn01.type02 {
        padding: 0;
    }

    .bn-list-img03.type01 .b-box02 .b-title-box {
        padding: 0 0 46px;
    }

    .bn-list-img03.type01 .b-box02 .b-title-box .b-title {
        font-size: 18px;
        line-height: 25px;
    }

    .bn-list-img03.type01 .b-box02 .b-btn-more {
        padding: 8px 10px;
        min-width: 180px;
        font-size: 16px;
        line-height: 23px;
    }

    /* img05 type01 Ã»³â ¼±±³±¹ ¸®½ºÆ® */
    .bn-list-img05.type01 .article-chk {
        left: 10px;
    }

    .bn-list-img05.type01 > ul {
        margin: 0 -1%;
    }

    .bn-list-img05.type01 > ul > li {
        padding: 0 1% 50px;
        width: 50%;
    }

    .bn-list-img05.type01 > ul > li.b-no-post {
        margin: 0;
        padding: 20px 0;
        font-size: 15px;
    }

    .bn-list-img05.type01 .b-box01 .b-img-box {
        margin: 0 auto -75px;
        width: 140px;
        height: 140px;
    }

    .bn-list-img05.type01 .b-box02 {
        padding: 100px 30px 30px;
    }

    .bn-list-img05.type01 .b-box02 .b-name {
        margin: 0 0 15px;
        padding: 0 0 15px;
        font-size: 15px;
        line-height: 23px;
    }

    .bn-list-img05.type01 .b-box02 .b-title-box .b-title {
        height: 46px;
        font-size: 16px;
        line-height: 23px;
    }

    .bn-list-img05.type01 .b-box02 .b-btn01.type02 {
        padding: 20px 0 0;
    }

    .bn-list-img05.type01 .b-box02 .b-btn-more {
        padding: 10px 0;
        min-width: 100%;
        font-size: 15px;
    }

    /* img05 type02 ±¹³»¼±±³ ¸®½ºÆ® */
    .bn-list-img05.type02 .article-chk {
        left: 10px;
    }

    .bn-list-img05.type02 > ul {
        margin: 0 -1%;
    }

    .bn-list-img05.type02 > ul > li {
        padding: 0 1% 50px;
        width: 50%;
    }

    .bn-list-img05.type02 > ul > li.b-no-post {
        margin: 0;
        padding: 20px 0;
        font-size: 15px;
    }

    .bn-list-img05.type02 .b-box01 .b-img-box {
        margin: 0 auto -75px;
        width: 140px;
        height: 140px;
    }

    .bn-list-img05.type02 .b-box02 {
        padding: 100px 30px 0px 30px;
        /*min-height: 299px;*/
    }

    .bn-list-img05.type02 .b-box02 .b-name {
        margin: 0 0 15px;
        padding: 0 0 15px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }

    .bn-list-img05.type02 .b-box02 .b-title-box .b-title {
        height: 46px;
        font-size: 15px;
        line-height: 23px;
    }

    .bn-list-img05.type02 .b-box02 .b-btn01.type02 {
        padding: 20px 0 0;
    }

    .bn-list-img05.type02 .b-box02 .b-btn-more {
        padding: 10px 0;
        min-width: 100%;
        font-size: 15px;
    }

    /* img06 type01 */
    .bn-list-img06.type01 .article-chk {
        left: 10px;
    }

    .bn-list-img06.type01 > ul {
        margin: 0 -0.75%;
    }

    .bn-list-img06.type01 > ul > li {
        margin: 0 0 20px;
        padding: 0 0.75%;
        width: 50%;
    }

    .bn-list-img06.type01 > ul > li.b-no-post {
        margin: 0;
        padding: 20px 0;
        font-size: 15px;
    }

    .bn-list-img06.type01 .b-box01 .b-img-box {
        height: 240px;
    }

    .bn-list-img06.type01 .b-box02 {
        padding: 15px;
        min-height: 100px;
    }

    .bn-list-img06.type01 .b-box02 .b-title-box > a {
        max-height: 50px;
        font-size: 18px;
        line-height: 25px;
    }

    /* bn-list-faq01 type01 */
    .bn-list-faq01.type01 .b-quest-box > span:nth-of-type(1) {
        width: 80px;
        font-size: 14px;
    }

    .bn-list-faq01.type01 .b-quest-box {
        padding: 0 10px 0 0;
    }

    .bn-list-faq01.type01 .b-title-box {
        background-size: 15px;
    }

    .bn-list-faq01.type01 .b-quest-box.faq-close .b-title-box {
        background-size: 15px;
    }

    .bn-list-faq01.type01 .b-title-box a {
        padding: 12px 30px 12px 10px;
        font-size: 14px;
    }

    .bn-list-faq01.type01 .b-ans-box > div {
        padding: 15px 15px 15px 60px;
        background-position: 30px 15px;
    }

    .bn-list-faq01.type01 .b-ans-box > div p {
        font-size: 14px;
    }

    /* bn-view-common01 °øÅë */
    .bn-view-common01 .b-article-box {
        border-width: 2px;
    }

    .bn-view-common01 .b-article-box .b-top-box {
        padding: 0 0 2px;
    }

    .bn-view-common01 .b-article-box .b-top-box .b-cate {
        font-size: 16px;
        line-height: 24px;
    }

    .bn-view-common01 .b-article-box .b-top-box span:nth-of-type(2) {
        font-size: 16px;
        line-height: 24px;
    }

    .bn-view-common01 .b-content-box {
        padding: 15px 10px;
        min-height: 100px;
    }

    .bn-view-common01 .b-content-box img {
        padding: 10px 0;
    }

    .bn-view-common01 .b-content-box iframe {
        padding: 15px 0;
        width: 100%;
    }

    .bn-view-common01 .b-content-box video {
        padding: 10px 0;
        width: 100%;
    }

    .bn-view-common01 .b-url-box {
        padding: 10px;
    }

    .bn-view-common01 .b-url-box > p {
        width: 50px;
        font-size: 14px;
        line-height: 22px;
    }

    .bn-view-common01 .b-url-box ul {
        padding: 0 0 0 10px;
    }

    .bn-view-common01 .b-url-box ul li {
        padding: 0 0 2px 0;
    }

    .bn-view-common01 .b-url-box ul li a {
        font-size: 14px;
        line-height: 22px;
    }

    .bn-view-common01 .b-top-sub-box {
        padding: 10px;
    }

    .bn-view-common01 .b-top-sub-box > p {
        width: 80px;
        font-size: 14px;
        line-height: 22px;
    }

    .bn-view-common01 .b-top-sub-box ul {
        padding: 0 0 0 10px;
    }

    .bn-view-common01 .b-top-sub-box ul li {
        padding: 0 0 2px 0;
        font-size: 14px;
        line-height: 22px;
    }

    .bn-view-common01 .b-file-box {
        padding: 10px;
    }

    .bn-view-common01 .b-file-box ul li {
        padding: 0 0 2px;
    }

    .bn-view-common01 .b-file-box ul li a {
        font-size: 14px;
        line-height: 22px;
    }

    .b-pager-box {
        padding: 20px 0 0;
    }

    .b-pager-box div p:nth-of-type(1) {
        padding: 10px 25px 10px 10px;
        width: 80px;
        background-position: right 10px top 50% !important;
    }

    .b-pager-box div p:nth-of-type(1) a {
        font-size: 14px;
        line-height: 22px;
    }

    .b-pager-box div p:nth-of-type(2) {
        padding: 10px;
    }

    .b-pager-box div p:nth-of-type(2) a {
        font-size: 14px;
        line-height: 22px;
    }

    .b-view-pager {
        top: 20px;
        min-width: 300px;
    }

    .b-view-pager div a {
        padding: 20px;
        background-size: 10px;
    }

    /* °Ô½Ã±Û ³» ´äº¯ */
    .bn-view-common01 .b-answer-common01-box > div {
        padding: 15px 10px;
    }

    .bn-view-common01 .b-answer-common01-box .b-answer-title {
        padding: 0 0 2px;
        font-size: 16px;
        line-height: 24px;
    }

    .bn-view-common01 .b-answer-common01-box .b-answer-title:before {
        margin: 5px 5px 0 0;
        width: 8px;
        height: 8px;
    }

    /* view ÆäÀÌÁö ´ñ±Û¿µ¿ª */
    .bn-view-common01 .b-reply-wrap {
        padding: 20px 0 0 0;
    }

    .bn-view-common01 .b-reply-wrap .write-reply-content .write-reply-etc-box > p {
        font-size: 14px;
        line-height: 22px;
    }

    .bn-view-common01 .b-reply-wrap .write-reply-content .write-reply-etc-box > button {
        padding: 5px 13px;
    }

    .bn-view-common01 .b-reply-wrap .write-reply-content textarea {
        padding: 5px 15px;
    }

    .bn-view-common01 .b-reply-wrap .b-reply-id {
        font-size: 14px;
        line-height: 22px;
    }

    .bn-view-common01 .b-reply-wrap .reply {
        padding: 0 0 5px 0;
    }

    .bn-view-common01 .b-write-reply-box {
        padding: 0 0 15px;
    }

    .bn-view-common01 .b-write-reply-box .reply-content-count {
        padding: 0 0 10px 0;
        font-size: 16px;
    }

    .bn-view-common01 .b-write-reply-box .write-reply-con-box {
        padding: 15px;
    }

    .bn-view-common01 .b-write-reply-box .write-reply-content .write-reply-con-box {
        padding: 10px;
    }

    .bn-view-common01 .b-write-reply-box .write-reply-content .write-reply-con-box > div > p {
        padding: 10px 10px 0 10px;
    }

    .bn-view-common01 .b-write-reply-box .write-reply-content .write-reply-con-box textarea {
        height: 40px;
    }

    .bn-view-common01 .b-write-reply-box .write-reply-info {
        padding: 5px 0 0 0;
        font-size: 13px;
        line-height: 20px;
    }

    .bn-view-common01 .b-view-reply-box .b-view-reply-etc-box {
        padding: 0 0 5px 0;
    }

    .bn-view-common01 .b-view-reply-box .b-view-reply-etc-box ul li {
        margin: 0 10px 0 0;
        padding: 0 10px 0 0;
    }

    .bn-view-common01 .b-view-reply-box .b-view-reply-etc-box ul li:not(.active):after {
        width: 6px;
        height: 2px;
    }

    .bn-view-common01 .b-view-reply-box .b-view-reply-etc-box ul li.active:after {
        width: 8px;
        height: 5px;
    }

    .bn-view-common01 .b-view-reply-box .b-view-reply-etc-box ul li a {
        font-size: 14px;
        line-height: 22px;
    }

    .bn-view-common01 .b-view-reply-box .b-view-reply-dep01-box {
        padding: 10px 0;
    }

    .bn-view-common01 .b-view-reply-box .b-view-reply-dep02-box {
        padding: 10px 0 0 0;
    }

    .bn-view-common01 .b-view-reply-box .b-view-reply-dep02-box > div {
        padding: 0 10px 15px 30px;
        background-position: 15px 5px;
        background-size: 8px;
    }

    .bn-view-common01 .b-view-reply-box .b-view-reply-dep02-box .write-reply-content .write-reply-con-box textarea {
        height: 60px;
    }

    .bn-view-common01 .b-view-reply-box .b-btn-replay-box {
        padding: 5px 0 0 0;
    }

    .bn-view-common01 .b-view-reply-box .b-btn-replay-box ul li .b-btn-reply {
        padding: 3px 8px;
        min-width: auto;
        min-height: auto;
        font-size: 13px;
    }

    /* °Ô½Ã±Û ´õº¸±â ¿µ¿ª */
    .bn-view-common01 .b-readmore-box {
        padding: 30px 0 60px;
    }

    .bn-view-common01 .b-readmore-box h3 {
        padding: 0 0 20px;
        font-size: 22px;
        line-height: 28px;
    }

    .bn-view-common01 .b-readmore-box ul li {
        margin: 0 0 40px;
        width: 33.3333%;
    }

    .bn-view-common01 .b-readmore-box .b-readmore-img-box {
        margin: 0 0 10px;
    }

    .bn-view-common01 .b-readmore-box .b-readmore-con-box .b-cate {
        margin: 0 0 8px;
        padding: 0 0 8px;
        font-size: 15px;
        line-height: 21px;
    }

    .bn-view-common01 .b-readmore-box .b-readmore-con-box .b-title-box .b-title {
        margin: 0 0 5px;
        padding: 0 0 10px;
        font-size: 17px;
        line-height: 23px;
    }

    .bn-view-common01 .b-readmore-box .b-readmore-con-box .b-title-box span {
        font-size: 15px;
        line-height: 21px;
    }

    .bn-view-common01 .b-btn-wrap {
        padding: 0 0 40px;
    }

    /* bn-view-common02 °øÅë */
    .bn-view-common02 .b-main-box {
        border-width: 2px;
    }

    .bn-view-common02 .b-main-box .b-title-box {
        padding: 0 0 2px;
    }

    .bn-view-common02 .b-main-box .b-title-box .b-cate {
        font-size: 16px;
        line-height: 24px;
    }

    .bn-view-common02 .b-main-box .b-title-box span:nth-of-type(2) {
        font-size: 16px;
        line-height: 24px;
    }

    .bn-view-common02 .b-content-box {
        padding: 15px 10px;
        min-height: 100px;
    }

    .bn-view-common02 .b-video-box iframe {
        min-height: 300px;
    }

    .bn-view-common02 .b-url-box {
        padding: 10px;
    }

    .bn-view-common02 .b-url-box > p {
        width: 50px;
        font-size: 14px;
        line-height: 22px;
    }

    .bn-view-common02 .b-url-box ul {
        padding: 0 0 0 10px;
    }

    .bn-view-common02 .b-url-box ul li {
        padding: 0 0 2px 0;
    }

    .bn-view-common02 .b-url-box ul li a {
        font-size: 14px;
        line-height: 22px;
    }

    .bn-view-common02 .b-top-sub-box {
        padding: 10px;
    }

    .bn-view-common02 .b-top-sub-box > p {
        width: 80px;
        font-size: 14px;
        line-height: 22px;
    }

    .bn-view-common02 .b-top-sub-box ul {
        padding: 0 0 0 10px;
    }

    .bn-view-common02 .b-top-sub-box ul li {
        padding: 0 0 2px 0;
        font-size: 14px;
        line-height: 22px;
    }

    .bn-view-common02 .b-file-box {
        margin: 0 0 10px;
        padding: 10px;
    }

    .bn-view-common02 .b-file-box ul li {
        padding: 0 0 2px;
    }

    .bn-view-common02 .b-file-box ul li a {
        font-size: 14px;
        line-height: 22px;
    }

    .bn-view-common02 .b-link-box ul li > span {
        padding: 7px 10px;
        width: 100px;
        font-size: 14px;
        line-height: 19px;
    }

    .bn-view-common02 .b-link-box ul li > p {
        padding: 0 10px;
        font-size: 14px;
        line-height: 19px;
    }

    .bn-view-common02 .b-img-carousel-box {
        padding: 0 0 20px 0;
    }

    .bn-view-common02 .b-img-carousel-box .b-img-view-box {
        padding: 0 25px 15px;
    }

    .bn-view-common02 .b-img-carousel-box .b-img-thumb-box {
        padding: 0 25px;
    }

    .bn-view-common02 .b-img-carousel-box .b-img-thumb-box a {
        height: 160px;
    }

    .bn-view-common02 .b-img-carousel-box .control-wrap a {
        width: 12px;
        height: 22px;
    }

    .bn-view-common02 .b-sns-box ul li a {
        width: 25px;
        height: 25px;
    }

    .bn-view-common02 .b-pager-box {
        padding: 20px 0 0;
    }

    .bn-view-common02 .b-pager-box div p:nth-of-type(1) {
        padding: 10px 25px 10px 10px;
        width: 80px;
        background-position: right 10px top 50% !important;
    }

    .bn-view-common02 .b-pager-box div p:nth-of-type(1) a {
        font-size: 14px;
        line-height: 22px;
    }

    .bn-view-common02 .b-pager-box div p:nth-of-type(2) {
        padding: 10px;
    }

    .bn-view-common02 .b-pager-box div p:nth-of-type(2) a {
        font-size: 14px;
        line-height: 22px;
    }

    /* bn-view-common02 °Ô½Ã±Û ³» ´äº¯ */
    .bn-view-common02 .b-answer-common01-box > div {
        padding: 15px 10px;
    }

    .bn-view-common02 .b-answer-common01-box .b-answer-title {
        padding: 0 0 2px;
        font-size: 16px;
        line-height: 24px;
    }

    .bn-view-common02 .b-answer-common01-box .b-answer-title:before {
        margin: 5px 5px 0 0;
        width: 8px;
        height: 8px;
    }

    /* bn-view-common02 view ÆäÀÌÁö ´ñ±Û¿µ¿ª */
    .bn-view-common02 .b-reply-wrap {
        padding: 20px 0 0 0;
    }

    .bn-view-common02 .b-reply-wrap .write-reply-content .write-reply-etc-box > p {
        font-size: 14px;
        line-height: 22px;
    }

    .bn-view-common02 .b-reply-wrap .write-reply-content .write-reply-etc-box > button {
        padding: 5px 13px;
    }

    .bn-view-common02 .b-reply-wrap .write-reply-content textarea {
        padding: 5px 15px;
    }

    .bn-view-common02 .b-reply-wrap .b-reply-id {
        font-size: 14px;
        line-height: 22px;
    }

    .bn-view-common02 .b-reply-wrap .reply {
        padding: 0 0 5px 0;
    }

    .bn-view-common02 .b-write-reply-box {
        padding: 0 0 15px;
    }

    .bn-view-common02 .b-write-reply-box .reply-content-count {
        padding: 0 0 10px 0;
        font-size: 16px;
    }

    .bn-view-common02 .b-write-reply-box .write-reply-con-box {
        padding: 15px;
    }

    .bn-view-common02 .b-write-reply-box .write-reply-content .write-reply-con-box {
        padding: 10px;
    }

    .bn-view-common02 .b-write-reply-box .write-reply-content .write-reply-con-box > div > p {
        padding: 10px 10px 0 10px;
    }

    .bn-view-common02 .b-write-reply-box .write-reply-content .write-reply-con-box textarea {
        height: 40px;
    }

    .bn-view-common02 .b-write-reply-box .write-reply-info {
        padding: 5px 0 0 0;
        font-size: 13px;
        line-height: 20px;
    }

    .bn-view-common02 .b-view-reply-box .b-view-reply-etc-box {
        padding: 0 0 5px 0;
    }

    .bn-view-common02 .b-view-reply-box .b-view-reply-etc-box ul li {
        margin: 0 10px 0 0;
        padding: 0 10px 0 0;
    }

    .bn-view-common02 .b-view-reply-box .b-view-reply-etc-box ul li:not(.active):after {
        width: 6px;
        height: 2px;
    }

    .bn-view-common02 .b-view-reply-box .b-view-reply-etc-box ul li.active:after {
        width: 8px;
        height: 5px;
    }

    .bn-view-common02 .b-view-reply-box .b-view-reply-etc-box ul li a {
        font-size: 14px;
        line-height: 22px;
    }

    .bn-view-common02 .b-view-reply-box .b-view-reply-dep01-box {
        padding: 10px 0;
    }

    .bn-view-common02 .b-view-reply-box .b-view-reply-dep02-box {
        padding: 10px 0 0 0;
    }

    .bn-view-common02 .b-view-reply-box .b-view-reply-dep02-box > div {
        padding: 0 10px 15px 30px;
        background-position: 15px 5px;
        background-size: 8px;
    }

    .bn-view-common02 .b-view-reply-box .b-view-reply-dep02-box .write-reply-content .write-reply-con-box textarea {
        height: 60px;
    }

    .bn-view-common02 .b-view-reply-box .b-btn-replay-box {
        padding: 5px 0 0 0;
    }

    .bn-view-common02 .b-view-reply-box .b-btn-replay-box ul li .b-btn-reply {
        padding: 3px 8px;
        min-width: auto;
        min-height: auto;
        font-size: 13px;
    }

    /* ºûÀÇ ½£ ¼¥ view */
    .bn-view-shop01.type01 .b-top-box {
        margin: 0 0 40px;
        padding: 0 0 15px;
    }

    .bn-view-shop01.type01 .b-top-box h3 {
        padding: 0 0 7px;
        font-size: 22px;
        line-height: 30px;
    }

    .bn-view-shop01.type01 .b-top-box pre {
        font-size: 17px;
        line-height: 30px;
    }

    .bn-view-shop01.type01 .b-content-box .b-item-info-box h4 {
        padding: 0 0 40px;
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
    }

    .bn-view-shop01.type01 .b-content-box .b-item-info-box pre {
        padding: 18px 0;
        font-size: 17px;
        line-height: 30px
    }

    .bn-view-shop01.type01 .b-content-box .b-item-info-box .b-item-common-info-box {
        padding: 30px 0 0;
    }

    .bn-view-shop01.type01 .b-content-box .b-item-info-box .b-item-common-info-box .b-con-p {
        padding: 0 0 18px;
        font-size: 16px;
        line-height: 29px;
    }

    .bn-view-shop01.type01 .b-content-box .b-item-info-box .b-item-common-info-box .b-info-p {
        padding: 8px 0;
        font-size: 17px;
        height: 28px;
    }

    /* ´º½º·¹ÅÍ ÀÏ¹Ý¸®½ºÆ® */
    .newslatter .bn-list-common01.bn-common .b-col-title {
        width: auto;
    }

    .newslatter .bn-list-common01.bn-common table tbody tr td:nth-of-type(1) {
        display: none;
    }

    .newslatter .bn-list-common01.bn-common table tbody tr td:nth-of-type(2) {
        display: none;
    }

    .newslatter .bn-list-common01.bn-common table tbody tr td:nth-of-type(3) {
        display: block;
    }

    .newslatter .bn-list-common01.bn-common table tbody tr td:nth-of-type(4) {
        display: none;
    }

    .newslatter .bn-list-common01.bn-common table tbody tr td:nth-of-type(5) {
        display: none;
    }

    .newslatter .bn-list-common01.bn-common table tbody tr td:nth-of-type(6) {
        display: none;
    }

    .newslatter .bn-list-common01.bn-common table tbody tr td:nth-of-type(7) {
        display: none;
    }

    .newslatter .bn-list-common01.bn-common table tbody tr td:nth-of-type(8) {
        display: none;
    }

    .newslatter .bn-list-common01.bn-common .b-col-title {
        width: 100%;
    }

    .newslatter .bn-list-common01.bn-common .b-col-date {
        display: none;
        width: 0;
    }

    .newslatter .bn-list-common01.bn-common .b-col-expand {
        display: none;
        width: 0;
    }

    .newslatter .bn-list-common01.bn-common .b-col {
        display: none;
        width: 0;
    }

    /* .bn-process-box01.type01(±³È¸Çà»ç ÀýÂ÷) */
    .bn-process-box01.type01 {
        margin: 0 0 20px;
    }

    .bn-process-box01.type01 ul li {
        width: 25%;
    }

    .bn-process-box01.type01 ul li a {
        padding: 10px 0;
        font-size: 16px;
    }

    .bn-process-box01.type01 ul li a.active:after {
        width: 65px;
        height: 3px;
    }

    /* ÁÖº¸ ÀÏ¹Ý ¸®½ºÆ® */
    .weekly .bn-list-common01.bn-common-cate table tbody tr td:nth-of-type(3) {
        display: none;
    }

    .weekly .bn-list-common01.bn-common-cate table tbody tr td:nth-of-type(4) {
        display: block;
    }

    /* ¿µÀû°ø°£ »ó´Ü ¹Ì´Ïº¸µå ¸®½ºÆ®(type01) */
    .bn-list-mini01.type01 .b-mini-box {
        margin: 0 -1%;
    }

    .bn-list-mini01.type01 .b-mini-box > li {
        padding: 50px 1% 0;
        width: 50%;
    }

    .bn-list-mini01.type01 .b-mini-box > li:nth-of-type(-n+3) {
        padding-top: 50px;
    }

    .bn-list-mini01.type01 .b-mini-box > li:nth-of-type(-n+2) {
        padding-top: 0;
    }

    .bn-list-mini01.type01 .b-mini-box > li .b-mini-img-box {
        width: 170px;
        height: 170px;
    }

    .bn-list-mini01.type01 .b-mini-box > li .b-mini-info-box {
        margin: -85px 0 0;
        padding: 100px 30px 30px;
    }

    .bn-list-mini01.type01 .b-mini-box > li .b-mini-info-box .b-mini-title {
        margin: 0 0 10px;
        height: 48px;
        font-size: 16px;
        line-height: 24px;
    }

    .bn-list-mini01.type01 .b-mini-box > li .b-mini-info-box .b-mini-text {
        margin: 0 0 20px;
        height: 46px;
        font-size: 15px;
        line-height: 23px;
    }

    .bn-list-mini01.type01 .b-mini-box > li .b-mini-info-box .b-btn-more {
        padding: 10px 0;
        min-width: 100%;
        font-size: 15px;
    }

    .bn-list-mini01.type01 .b-mini-box.center {
        justify-content: left;
    }

    /* ¿¹¹è »ó´Ü ºñµð¿À view ¿µ¿ª */
    .bn-video-view-wrap {
        margin: -80px auto 0;
        padding: 0 0 40px;
    }

    .bn-video-view-wrap .bn-video-view-box {
        display: block;
        table-layout: unset;
    }

    .bn-video-view-wrap .bn-video-view-box > div {
        display: block;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-play-box {
        margin: -200px auto -385px;
        width: auto;
        height: 554px;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-play-box .b-video-ctrl-box {
        display: block;
        bottom: auto;
        top: 50%;
        max-width: 100%;
        text-align: center;
        transform: translate(-50%, -50%);
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-play-box .b-video-ctrl-box li.worship a {
        display: inline-block;
        padding: 15px 30px;
        width: 14px;
        height: 18px;
        background: #00447f url(/_res/klmc/_share/img/board/btn-video-play.png) no-repeat center center;
        background-size: 15px;
        text-indent: -99999px;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-play-box .b-video-ctrl-box li {
        display: inline-block;
        padding: 0;
        width: auto;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-play-box .b-video-ctrl-box li:nth-of-type(1) {
        display: block;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-play-box .b-video-ctrl-box li:nth-of-type(2) {
        display: block;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-play-box .b-video-ctrl-box li:nth-of-type(3) {
        display: none;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-play-box .b-video-ctrl-box li a {
        display: inline-block;
        padding: 10px 15px;
        font-size: 15px;
        line-height: 23px;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-play-box .b-video-ctrl-box li a:hover {
        background: rgba(0,0,0,0.6);
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-play-box .b-video-ctrl-box.btn-other-play li.worship a, .bn-video-view-wrap .bn-video-view-box .b-video-play-box .b-video-ctrl-box.btn-other-play li.bibleWords a {
        padding: 15px 30px;
        background-size: 15px;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-play-box .b-video-ctrl-box li a span:before {
        background-size: 12px;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-info-box {
        padding: 400px 30px 30px;
        min-height: 267px;
        box-shadow: 0 0px 10px -1px;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-date-box {
        margin: 0;
        padding: 0 0 12px;
        font-size: 24px;
        line-height: 32px;
        font-weight: 400;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-date-box:after {
        display: none;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-title-box {
        padding: 0 0 12px;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-title-box .b-title {
        max-height: 104px;
        font-size: 20px;
        line-height: 28px;
        font-weight: 300;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-title-box .b-script {
        height: auto;
        font-size: 14px;
        line-height: 22px;
        color: #fff;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-title-box .b-script:before {
        top: 11px;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-info-box {
        margin: 0 0 70px;
        font-size: 14px;
        line-height: 22px;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-info-box .b-text-box {
        min-height: auto;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-info-box p {
        padding: 0 0 3px 15px;
        height: auto;
        font-size: 17px;
        line-height: 25px;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-info-box p:before {
        top: 5px;
        width: 1px;
        height: 19px;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-link-box {
        position: static;
        width: auto;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-link-box > div > ul.b-etc {
        display: block;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-link-box > div > ul.b-etc > li {
        display: block;
        width: auto;
        border-right: 0;
        border-bottom: 1px solid #fff;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-link-box > div > ul.b-etc > li:last-of-type {
        border-bottom: 0;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-link-box > div > ul > li > a {
        padding: 12px 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-info-box .b-link-box > div > ul > li.b-share > a {
        width: auto;
        height: 22px;
        background-size: 15px;
    }

    /* ½Ç½Ã°£ ¿¹¹è »ó´Ü ºñµð¿À view ¿µ¿ª */
    .bn-video-view-wrap.bn-video-live .b-video-status > div {
        height: 554px;
    }

    .bn-video-view-wrap.bn-video-live .b-video-status p {
        font-size: 16px;
        line-height: 24px;
    }

    .bn-video-view-wrap.bn-video-live .b-video-status p.b-time {
        padding: 0;
        font-size: 55px;
    }

    .bn-video-view-wrap.bn-video-live .b-video-status p span {
        padding: 0 0 20px;
        font-size: 55px;
    }

    .bn-video-view-wrap.bn-video-live .b-video-status p span:after {
        width: 35px;
        font-size: 14px;
    }

    .bn-video-view-wrap.bn-video-live .bn-video-view-box {
        padding: 0 0 30px;
    }

    .bn-video-view-wrap.bn-video-live .bn-video-view-box .b-video-info-box {
        min-height: 220px;
    }

    .bn-video-view-wrap.bn-video-live .bn-video-view-box .b-video-info-box .b-live-list {
        height: auto;
    }

    .bn-video-view-wrap.bn-video-live .bn-video-view-box .b-video-info-box .b-live-list li {
        padding: 10px 0;
    }

    .bn-video-view-wrap.bn-video-live .bn-video-view-box .b-video-info-box .b-live-list li .b-live-title {
        font-size: 17px;
        line-height: 30px;
    }

    .bn-video-view-wrap.bn-video-live .bn-video-view-box .b-video-info-box .b-live-list li span {
        width: 10%;
        font-size: 15px;
    }

    .bn-video-view-wrap.bn-video-live .bn-video-view-box .b-video-info-box .b-live-list li span:nth-of-type(1) {
        width: 40px;
    }

    .bn-video-view-wrap.bn-video-live .bn-video-view-box .b-video-info-box .b-live-list li.b-no-post {
        padding: 40px 0 0;
    }

    .m-b-link-box {
        position: relative;
    }

    .m-b-link-box label {
        display: none;
    }

    .m-b-link-box .b-link-title {
        display: block;
        padding: 12px 10px;
        background-image: url(/_res/klmc/_share/img/board/btn-bg-sel02.png);
        background-repeat: no-repeat;
        background-position: center right 15px;
        background-size: 14px;
        color: #fff;
        text-align: center;
    }

    .m-b-link-box > ul:not(.m-b-etc) {
        display: none;
        position: absolute;
        top: 100%;
        left: -1px;
        z-index: 20;
        width: calc(100% + 2px);
        border: 1px solid #fff;
        background: #226096;
        box-sizing: border-box;
    }

    .m-b-link-box > ul > li {
        border-bottom: 1px solid #fff;
    }

    .m-b-link-box > ul.m-b-etc > li:last-of-type {
        border: 0;
    }

    .m-b-link-box a {
        display: block;
        padding: 10px;
        color: #fff;
        text-align: center;
    }

    .m-b-link-box.close ul {
        display: block;
    }

    .m-b-link-box.close .b-link-title {
        background-color: #fff;
        background-image: url(/_res/klmc/_share/img/board/btn-bg-sel-on.png);
        color: #2e8bcb
    }

    .b-choir-box {
        padding: 25px 30px 0;
        min-height: auto;
    }

    .b-choir-box > ul {
        display: none;
    }

    .b-choir-box > a {
        float: none;
        padding: 10px;
        width: auto;
        font-size: 15px;
        line-height: 23px;
    }

    .m-choir-box {
        display: block;
        position: relative;
        background: #fff url(/_res/klmc/_share/img/board/btn_m_tab_open.png) no-repeat center right 15px;
        background-size: 12px;
        text-align: center;
    }

    .m-choir-box label {
        display: none;
    }

    .m-choir-box .b-choir-title {
        display: block;
        padding: 13px 30px 13px 11px;
        font-weight: 300;
        width: 100%;
        background: #fff url(/_res/klmc/_share/img/board/btn-bg-sel.png) no-repeat right 12px center;
        background-size: 14px;
        font-size: 15px;
        color: #333;
        box-sizing: border-box;
        vertical-align: middle;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
    }

    .m-choir-box.close .b-choir-title {
        background-image: url(/_res/klmc/_share/img/board/btn-bg-sel-on.png)
    }

    .m-choir-box .b-choir-title span {
        font-weight: 500;
    }

    .m-choir-box .b-choir-title span:nth-of-type(1) {
        padding: 0 10px 0 0;
        font-size: 14px;
        line-height: 22px;
        color: #2a88ca;
    }

    .m-choir-box .b-choir-title span:nth-of-type(2) {
        font-size: 15px;
        line-height: 23px;
    }

    .m-choir-box .b-choir-title.no-select {
        background: #fff;
    }

    .m-choir-box ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 20;
        padding: 10px;
        width: 100%;
        border-top: 1px solid #eee;
        background: #fff;
        box-sizing: border-box;
    }

    .m-choir-box.close ul {
        display: block;
    }

    .m-choir-box ul li {
        padding: 0 0 5px;
    }

    .m-choir-box ul li a span {
        font-weight: 500;
    }

    .m-choir-box ul li a span:nth-of-type(1) {
        padding: 0 10px 0 0;
        font-size: 14px;
        line-height: 22px;
        color: #2a88ca;
    }

    .m-choir-box ul li a span:nth-of-type(2) {
        font-size: 15px;
        line-height: 23px;
    }

    /* ½Ç½Ã°£ ¿¹¹è ¸®½ºÆ® */
    .b-live-link-box {
        padding: 0 20px;
    }

    .b-live-link-box > ul {
        margin: 0 -0.75%;
    }

    .b-live-link-box > ul > li {
        padding: 0 0.75% 10px;
        width: 50%;
    }

    .b-live-link-box > ul > li > a {
        padding: 11px 30px 11px 15px;
        background-position: right 15px center;
        background-size: 15px;
    }

    .b-live-link-box > ul > li > a span:nth-of-type(1) {
        font-size: 18px;
        line-height: 26px;
    }

    .b-live-link-box > ul > li > a span:nth-of-type(2) {
        font-size: 15px;
        line-height: 23px;
    }

    /* newsletter list01 type01 */
    .bn-list-newsletter01.type01 > ul > li {
        width: calc(50% - 10px);
    }

    .bn-list-newsletter01.type01 > ul > li:nth-of-type(n) {
        margin: 0 20px 30px 0;
    }

    .bn-list-newsletter01.type01 > ul > li:nth-of-type(2n) {
        margin-right: 0;
    }

    .bn-list-newsletter01.type01 > ul > li.b-no-post {
        margin: 0;
        padding: 20px 0;
        font-size: 15px;
    }

    .bn-list-newsletter01.type01 .b-box01 .b-img-box {
        height: 194px;
    }

    .bn-list-newsletter01.type01 .b-box02 {
        padding: 15px;
    }

    .bn-list-newsletter01.type01 .b-box02 .b-title-box {
        padding: 0 0 5px;
        font-size: 16px;
        line-height: 21px;
    }

    .bn-list-newsletter01.type01 .b-box02 .b-cate {
        padding: 0 0 5px 0;
        font-size: 14px;
        line-height: 20px;
    }

    .bn-list-newsletter01.type01 .b-info-box li.b-date {
        font-size: 15px;
        line-height: 23px;
    }

    /* newsletter view01 type01 */
    .bn-view-newsletter01.type01 .b-article-box {
        padding: 0 0 30px;
    }

    .bn-view-newsletter01.type01 .b-article-box .b-top-box {
        margin: 0 0 30px;
        padding: 0 0 30px;
    }

    .bn-view-newsletter01.type01 .b-article-box .b-top-box:after {
        width: 40px;
    }

    .bn-view-newsletter01.type01 .b-article-box .b-top-box .b-cate {
        font-size: 15px;
        line-height: 20px;
        color: #2b81bc;
    }

    .bn-view-newsletter01.type01 .b-article-box .b-top-box h3 {
        padding: 0 0 25px;
        font-size: 25px;
        line-height: 32px;
    }

    .bn-view-newsletter01.type01 .b-article-box .b-top-box .b-date {
        padding: 0 0 30px;
        font-size: 15px;
        line-height: 20px;
    }

    .bn-view-newsletter01.type01 .b-article-box .b-top-box h4 {
        font-size: 18px;
        line-height: 23px;
    }

    .bn-view-newsletter01.type01 .b-article-box .b-top-box .b-desc {
        padding: 0 0 15px;
        font-size: 15px;
        line-height: 22px;
    }

    .bn-view-newsletter01.type01 .b-article-box .b-top-box .b-reporter {
        font-size: 14px;
        line-height: 21px;
    }

    .bn-view-newsletter01.type01 .b-con-box {
        padding: 0 0 40px;
    }

    .bn-view-newsletter01.type01 .b-con-box h5 {
        padding: 0 0 12px;
        font-size: 19px;
        line-height: 27px;
    }

    .bn-view-newsletter01.type01 .b-con-box h6 {
        font-size: 17px;
        line-height: 25px;
    }

    /*.bn-view-newsletter01.type01 .b-con-box .b-con-p{font-size:16px;line-height:25px;}*/
    .bn-view-newsletter01.type01 .b-con-box .b-bg-box {
        padding: 15px;
    }

    .bn-view-newsletter01.type01 .b-img-box {
        margin: 0 auto;
        max-width: 500px;
    }

    .bn-view-newsletter01.type01 .b-con-img-box {
        display: block;
    }

    .bn-view-newsletter01.type01 .b-con-img-box > div {
        display: block;
    }

    .bn-view-newsletter01.type01 .b-con-img-box .b-inner-con-box {
        padding: 0 0 20px;
        width: auto;
    }

    .bn-view-newsletter01.type01 .b-con-img-box .b-inner-img-box {
        margin: 0 auto;
        width: auto;
        max-width: 500px;
    }

    .bn-view-newsletter01.type01 .b-con-img-box.img-txt .b-inner-con-box {
        padding: 0 0 40px;
    }

    .bn-view-newsletter01.type01 .b-con-img-box.txt-img .b-inner-img-box {
        padding: 0 0 40px;
    }

    .bn-view-newsletter01.type01 .b-con-img-box.txt-img .b-inner-con-box {
        padding: 0;
    }

    .bn-view-newsletter01.type01 .b-img-list-box.row02 ul {
        margin: 0 -0.75%;
    }

    .bn-view-newsletter01.type01 .b-img-list-box.row02 ul li {
        padding: 0 0.75%;
        width: 50%;
    }

    .bn-view-newsletter01.type01 .b-img-desc-box ul li .b-inner-img-box {
        max-width: 200px;
        height: 200px;
    }

    .bn-view-newsletter01.type01 .b-history-box {
        display: block;
        table-layout: unset;
    }

    .bn-view-newsletter01.type01 .b-history-box .b-history-img-box {
        display: block;
        margin: 0 auto 20px;
        padding: 0;
        width: 50%;
    }

    .bn-view-newsletter01.type01 .b-history-box > ul {
        display: block;
    }

    .bn-view-newsletter01.type01 .b-history-box > ul > li .b-history-date {
        width: 70px;
    }

    .bn-view-newsletter01.type01 .b-history-box > ul > li > div > ul > li {
        padding: 0 0 3px;
    }

    .bn-view-newsletter01.type01 .b-readmore-box {
        padding: 30px 0 90px;
    }

    .bn-view-newsletter01.type01 .b-readmore-box h3 {
        padding: 0 0 20px;
        font-size: 22px;
        line-height: 28px;
    }

    .bn-view-newsletter01.type01 .b-readmore-box ul li {
        margin: 0 0 20px;
        width: 33.3333%;
    }

    .bn-view-newsletter01.type01 .b-readmore-box .b-readmore-img-box {
        margin: 0 0 10px;
    }

    .bn-view-newsletter01.type01 .b-readmore-box .b-readmore-con-box .b-cate {
        margin: 0 0 8px;
        padding: 0 0 8px;
        font-size: 15px;
        line-height: 21px;
    }

    .bn-view-newsletter01.type01 .b-readmore-box .b-readmore-con-box .b-title-box .b-title {
        margin: 0 0 5px;
        height: 46px;
        font-size: 16px;
        line-height: 22px;
    }

    .bn-view-newsletter01.type01 .b-readmore-box .b-readmore-con-box .b-title-box span {
        font-size: 15px;
        line-height: 21px;
    }

    .bn-view-newsletter01.type01 .b-btn-wrap {
        padding: 0 0 40px;
    }

    .bn-view-newsletter01.type01 .b-column-box .b-con-p {
        padding: 0 0 15px;
    }

    .bn-view-newsletter01.type01 .b-column-box .b-paragraph-box {
        display: block;
        table-layout: unset;
    }

    .bn-view-newsletter01.type01 .b-column-box .b-paragraph-box > div {
        display: block;
    }

    .bn-view-newsletter01.type01 .b-column-box .b-inner-img-box {
        margin: 0 auto;
        width: auto;
        max-width: 360px;
    }

    .bn-view-newsletter01.type01 .b-column-box .b-inner-img-box.round-img > div {
        height: auto;
    }

    .bn-view-newsletter01.type01 .b-column-box .b-inner-img-box > ul li {
        padding: 0 0 3px;
    }

    .bn-view-newsletter01.type01 .b-column-box.img-txt .b-inner-img-box {
        padding: 0 0 40px;
    }

    .bn-view-newsletter01.type01 .b-column-box.txt-img .b-inner-img-box {
        padding: 40px 0;
    }

    /* newsletter list(total) popup */
    .b-newsletter-popup-wrap .b-list-popup-box {
        padding: 70px 0 135px;
        width: calc(100% - 20px);
        max-width: none;
    }

    .b-newsletter-popup-wrap .b-list-popup-box .b-list-top-box {
        padding: 0 0 30px 0;
    }

    .b-newsletter-popup-wrap .b-list-popup-box .b-list-top-box p {
        font-size: 17px;
        line-height: 25px;
    }

    .b-newsletter-popup-box .b-list-popup-box .b-list-top-box .b-list-title {
        margin: 0 0 10px;
        padding: 0 0 10px;
    }

    .b-newsletter-popup-box .b-list-popup-box .b-list-top-box .b-list-title h3 {
        font-size: 25px;
        line-height: 33px;
    }

    .b-newsletter-popup-box .b-list-popup-box .b-list-top-box .b-list-year-box ul li a {
        font-size: 16px;
        line-height: 24px;
    }

    .b-newsletter-popup-box .b-list-popup-box .b-list-top-box .b-list-year-box ul li:not(.pager) {
        padding: 0 20px;
        min-width: auto;
    }

    .b-newsletter-popup-box .b-list-popup-box .b-list-top-box .b-list-year-box ul li.prev {
        padding: 0 0 0 10px;
    }

    .b-newsletter-popup-box .b-list-popup-box .b-list-top-box .b-list-year-box ul li.next {
        padding: 0 10px 0 0;
    }

    .b-newsletter-popup-box .b-btn-popup-close {
        top: 30px;
        right: 10px;
        width: 35px;
        height: 34px;
    }

    /* newsletter list02 type01 */
    .bn-list-newsletter02.type01 > ul > li {
        width: calc(50% - 8px);
    }

    .bn-list-newsletter02.type01 > ul > li:nth-of-type(n) {
        margin: 0 16px 60px 0;
    }

    .bn-list-newsletter02.type01 > ul > li:nth-of-type(2n) {
        margin-right: 0;
    }

    .bn-list-newsletter02.type01 > ul > li:hover .b-img-box:before {
        display: none;
    }

    .bn-list-newsletter02.type01 > ul > li:hover .b-btn-total {
        display: block;
    }

    .bn-list-newsletter02.type01 > ul > li .b-btn-total {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto;
        padding: 10px;
        width: 60%;
        min-width: auto;
        font-size: 15px;
        line-height: 23px;
        transform: unset;
    }

    .bn-list-newsletter02.type01 > ul > li.b-no-post {
        margin: 0;
        padding: 20px 0;
        font-size: 15px;
    }

    .bn-list-newsletter02.type01 .b-box01 {
        padding: 0 0 10px;
    }

    .bn-list-newsletter02.type01 .b-box01 .b-img-box {
        margin: 0 auto;
        width: 60%;
    }

    .bn-list-newsletter02.type01 .b-box02 {
        padding: 0 0 10px;
    }

    .bn-list-newsletter02.type01 .b-box02 .b-title-box a {
        font-size: 16px;
        line-height: 21px;
    }

    .bn-list-newsletter02.type01 .b-box03 {
        padding: 0 0 10px;
        margin: 0 auto;
        width: 60%;
    }

    .bn-list-newsletter02.type01 .b-box03 a {
        padding: 10px;
        min-width: 100%;
        font-size: 15px;
        line-height: 23px;
    }

    /* img list02 type01 */
    .bn-list-img02.type01 > ul > li {
        width: calc(50% - 8px);
    }

    .bn-list-img02.type01 > ul > li:nth-of-type(n) {
        margin: 0 16px 24px 0;
    }

    .bn-list-img02.type01 > ul > li:nth-of-type(2n) {
        margin-right: 0;
    }

    .bn-list-img02.type01 > ul > li.b-no-post {
        margin: 0;
        padding: 20px 0;
        font-size: 15px;
    }

    .bn-list-img02.type01 .b-box01 .b-img-box {
        height: 194px;
    }

    .bn-list-img02.type01 .b-box01 p {
        padding: 10px;
        font-size: 15px;
    }

    .bn-list-img02.type01 .b-box02 {
        padding: 15px;
    }

    .bn-list-img02.type01 .b-box02 .b-title-box {
        padding: 0 0 5px;
        font-size: 16px;
        line-height: 21px;
    }

    .bn-list-img02.type01 .b-box02 .b-cate {
        padding: 0 0 5px 0;
        font-size: 14px;
        line-height: 20px;
    }

    .bn-list-img02.type01 .b-info-box li.b-date {
        font-size: 15px;
        line-height: 23px;
    }

    /* view common01.type01 */
    .bn-view-common01.type01 .b-article-box .b-top-box {
        padding: 0 0 15px;
    }

    .bn-view-common01.type01 .b-article-box .b-top-box .b-date {
        padding: 0 0 5px;
        font-size: 17px;
        line-height: 25px;
    }

    .bn-view-common01.type01 .b-article-box .b-top-box .b-progress {
        margin: 0 10px 0 0;
        padding: 0 8px;
        font-size: 15px;
    }

    .bn-view-common01.type01 .b-article-box .b-top-box h3 {
        padding: 0 0 7px;
        font-size: 22px;
        line-height: 30px;
    }

    .bn-view-common01.type01 .b-article-box .b-top-box h4 {
        font-size: 17px;
        line-height: 30px;
    }

    .bn-view-common01.type01 .b-content-box {
        margin: 0 0 30px;
        padding: 30px 0;
    }

    .bn-view-common01.type01 .b-readmore-box .b-readmore-img-box:after {
        width: 50px;
        height: 49px;
    }

    /* view common01.type02 */
    .bn-view-common01.type02 {
        padding: 0 0 150px;
    }

    .bn-view-common01.type02 .b-article-box .b-top-box {
        padding: 0 0 20px;
    }

    .bn-view-common01.type02 .b-article-box .b-top-box .b-date {
        font-size: 17px;
        line-height: 25px;
    }

    .bn-view-common01.type02 .b-article-box .b-top-box p span {
        margin: 0 10px 0 0;
        padding: 0 8px;
        font-size: 15px;
    }

    .bn-view-common01.type02 .b-article-box .b-top-box h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .bn-view-common01.type02 .b-content-box {
        margin: 0 0 30px;
        padding: 30px 0;
    }

    /* view common01.type03 */
    .bn-view-common01.type03 .b-article-box .b-top-box {
        padding: 0 0 15px;
    }

    .bn-view-common01.type03 .b-article-box .b-top-box .b-date {
        padding: 0 0 5px;
        font-size: 17px;
        line-height: 25px;
    }

    .bn-view-common01.type03 .b-article-box .b-top-box .b-progress {
        margin: 0 10px 0 0;
        padding: 0 8px;
        font-size: 15px;
    }

    .bn-view-common01.type03 .b-article-box .b-top-box h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .bn-view-common01.type03 .b-article-box .b-top-box h4 {
        padding: 10px 0 0;
        font-size: 17px;
        line-height: 30px;
    }

    .bn-view-common01.type03 .b-content-box {
        margin: 0 0 30px;
        padding: 40px 0;
    }

    .bn-view-common01.type03 .b-readmore-box .b-readmore-img-box {
        margin: 0 auto 15px;
        width: 150px;
        height: 150px;
    }

    .img03 .bn-view-common01.type03 .b-article-box .b-top-box h3 {
        position: relative;
        padding: 0 0 15px 0;
        font-size: 22px;
        color: #333;
        letter-spacing: -0.6px;
    }

    .img03 .bn-view-common01.type03 .b-article-box .b-top-box h3::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 70px;
        height: 1px;
        background: #959595;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .img03 .bn-view-common01.type03 .b-article-box .b-top-box h4 {
        padding: 15px 0 0 0;
        font-size: 32px;
        font-weight: 400;
        color: #2e8bcb;
        line-height: 1.25;
        letter-spacing: -0.75px;
    }

    .img03 .b-view-pager div:nth-of-type(1) a.active {
        background-image: url(/_res/klmc/_share/img/board/btn-prev-page03-on.png);
    }

    .img03 .b-view-pager div:nth-of-type(2) a.active {
        background-image: url(/_res/klmc/_share/img/board/btn-next-page03-on.png);
    }

    /* view common01.type04 */
    .bn-view-common01.type04 .b-article-box .b-top-box {
        padding: 0 0 15px;
    }

    .bn-view-common01.type04 .b-article-box .b-top-box .b-date {
        padding: 0 0 5px;
        font-size: 17px;
        line-height: 25px;
    }

    .bn-view-common01.type04 .b-article-box .b-top-box .b-cate {
        padding: 0 0 5px;
        font-size: 16px;
        line-height: 24px;
    }

    .bn-view-common01.type04 .b-article-box .b-top-box .b-progress {
        margin: 0 10px 0 0;
        padding: 0 8px;
        font-size: 15px;
    }

    .bn-view-common01.type04 .b-article-box .b-top-box h3 {
        padding: 0 0 7px;
        font-size: 22px;
        line-height: 30px;
    }

    .bn-view-common01.type04 .b-article-box .b-top-box h4 {
        font-size: 17px;
        line-height: 30px;
    }

    .bn-view-common01.type04 .b-content-box {
        margin: 0 0 30px;
        padding: 30px 0;
    }

    .bn-view-common01.type04 .b-view-img-list {
        padding: 0 0 20px;
    }

    .bn-view-common01.type04 .b-view-img-list .b-view-img-swiper {
        max-width: 100%;
        width: calc(100% - 60px);
    }

    .bn-view-common01.type04 .b-view-img-list .b-view-img-swiper .b-txt-box > p {
        padding: 0 0 0 20px;
    }

    .bn-view-common01.type04 .b-view-img-list .b-view-img-swiper .b-txt-box > p:before {
        width: 13px;
        height: 12px;
    }

    .bn-view-common01.type04 .b-view-img-list .b-control-wrap > div {
        width: 17px;
        height: 30px;
    }

    .bn-view-common01.type04 .b-info-con-box {
        margin: 20px 0 0;
        padding: 20px 0 0;
    }

    .bn-view-common01.type04 .b-info-con-box p {
        padding: 0 0 5px;
    }

    .bn-view-common01.type04 .b-readmore-box .b-readmore-img-box {
        width: 150px;
        height: 150px;
    }

    .bn-view-common01.type04 .b-readmore-box .b-readmore-img-box:after {
        width: 50px;
        height: 49px;
    }

    /* view common01.type05 */
    .bn-view-common01.type05 .b-article-box .b-top-box {
        padding: 0 0 15px;
    }

    .bn-view-common01.type05 .b-article-box .b-top-box .b-date {
        padding: 0 0 5px;
        font-size: 17px;
        line-height: 25px;
    }

    .bn-view-common01.type05 .b-article-box .b-top-box .b-cate {
        padding: 0 0 5px;
        font-size: 16px;
        line-height: 24px;
    }

    .bn-view-common01.type05 .b-article-box .b-top-box .b-desc {
        padding: 0 0 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .bn-view-common01.type05 .b-article-box .b-top-box .b-progress {
        margin: 0 10px 0 0;
        padding: 0 8px;
        font-size: 15px;
    }

    .bn-view-common01.type05 .b-article-box .b-top-box h3 {
        padding: 0 0 7px;
        font-size: 22px;
        line-height: 30px;
    }

    .bn-view-common01.type05 .b-article-box .b-top-box h4 {
        font-size: 17px;
        line-height: 30px;
    }

    .bn-view-common01.type05 .b-content-box {
        padding: 30px 0 50px;
    }

    .bn-view-common01.type05 .section-box.bg-white {
        margin: 0 0 50px;
    }

    .bn-view-common01.type05 .b-view-img-list .b-view-img-swiper {
        max-width: 100%;
        width: calc(100% - 60px);
    }

    .bn-view-common01.type05 .b-view-img-list .b-view-img-swiper .b-txt-box > p {
        padding: 0 0 0 20px;
    }

    .bn-view-common01.type05 .b-view-img-list .b-view-img-swiper .b-txt-box > p:before {
        width: 13px;
        height: 12px;
    }

    .bn-view-common01.type05 .b-view-img-list .b-control-wrap > div {
        width: 17px;
        height: 30px;
    }

    .bn-view-common01.type05 .b-view-img-list .b-view-img-swiper {
        margin: 0 30px;
    }

    .bn-view-common01.type05 .b-view-img-list .b-view-img-swiper .swiper-slide {
        height: 175px;
    }

    .bn-view-common01.type05 .b-view-img-list .b-control-wrap > div {
        width: 17px;
        height: 30px;
    }

    .bn-view-common01.type05 .b-view-img-list .b-control-wrap > div.b-swiper-view-prev {
        left: 10px;
    }

    .bn-view-common01.type05 .b-view-img-list .b-control-wrap > div.b-swiper-view-next {
        right: 10px;
    }

    .bn-view-common01.type05 .b-info-con-box {
        margin: 20px 0 0;
        padding: 20px 0 0;
    }

    .bn-view-common01.type05 .b-info-con-box p {
        padding: 0 0 5px;
    }

    .bn-view-common01.type05 .b-readmore-box .b-readmore-img-box {
        width: 150px;
        height: 150px;
    }

    .bn-view-common01.type05 .b-readmore-box .b-readmore-img-box:after {
        width: 50px;
        height: 49px;
    }

    /* view common01.type06 */
    .bn-view-common01.type06 .b-article-box .b-top-box {
        padding: 0 0 15px;
    }

    .bn-view-common01.type06 .b-article-box .b-top-box .b-date {
        padding: 0 0 5px;
        font-size: 17px;
        line-height: 25px;
    }

    .bn-view-common01.type06 .b-article-box .b-top-box .b-cate {
        padding: 0 0 5px;
        font-size: 16px;
        line-height: 24px;
    }

    .bn-view-common01.type06 .b-article-box .b-top-box .b-progress {
        margin: 0 10px 0 0;
        padding: 0 8px;
        font-size: 15px;
    }

    .bn-view-common01.type06 .b-article-box .b-top-box h3 {
        padding: 0 0 7px;
        font-size: 22px;
        line-height: 30px;
    }

    .bn-view-common01.type06 .b-article-box .b-top-box h4 {
        font-size: 17px;
        line-height: 30px;
    }

    .bn-view-common01.type06 .b-content-box {
        margin: 0 0 30px;
        padding: 30px 0;
    }

    .bn-view-common01.type06 .b-view-img-list {
        padding: 0 0 20px;
    }

    .bn-view-common01.type06 .b-view-img-list .b-view-img-swiper {
        max-width: 100%;
        width: calc(100% - 60px);
    }

    .bn-view-common01.type06 .b-view-img-list .b-view-img-swiper .b-txt-box > p {
        padding: 0 0 0 20px;
    }

    .bn-view-common01.type06 .b-view-img-list .b-view-img-swiper .b-txt-box > p:before {
        width: 13px;
        height: 12px;
    }

    .bn-view-common01.type06 .b-view-img-list .b-control-wrap > div {
        width: 17px;
        height: 30px;
    }

    .bn-view-common01.type06 .b-info-con-box > ul > li div {
        font-size: 17px;
        line-height: 30px;
    }

    .bn-view-common01.type06 .b-info-con-box > ul > li div:nth-of-type(1) {
        width: 90px;
    }

    .bn-view-common01.type06 .b-info-con-box > ul > li div span {
        padding: 0 20px 0 0;
    }

    .bn-view-common01.type06 .b-info-con-box02 {
        display: block;
        table-layout: unset;
    }

    .bn-view-common01.type06 .b-info-con-box02 > div {
        display: block;
    }

    .bn-view-common01.type06 .b-info-con-box02 .b-left-box {
        padding: 0 0 30px;
        width: auto;
    }

    .bn-view-common01.type06 .b-info-con-box02 .b-left-box > p {
        font-size: 16px;
        line-height: 24px;
    }

    .bn-view-common01.type06 .b-info-con-box02 .b-left-box > ul > li {
        padding: 0 0 7px;
    }

    .bn-view-common01.type06 .b-info-con-box02 .b-left-box > ul > li div {
        font-size: 16px;
        line-height: 24px;
    }

    .bn-view-common01.type06 .b-info-con-box02 .b-left-box > ul > li div:nth-of-type(1) {
        width: 90px;
    }

    .bn-view-common01.type06 .b-info-con-box02 .b-left-box > ul > li div span {
        padding: 0 20px 0 0;
    }

    .bn-view-common01.type06 .b-info-con-box02 .b-btn01.type01 ul li a {
        padding: 10px;
    }

    .bn-view-common01.type06 .b-readmore-box .b-readmore-img-box {
        width: 150px;
        height: 150px;
    }

    .bn-view-common01.type06 .b-readmore-box .b-readmore-img-box:after {
        width: 50px;
        height: 49px;
    }

    /* view common01.type07 */
    .bn-view-common01.type07 .b-article-box .b-top-box {
        padding: 0 0 15px;
    }

    .bn-view-common01.type07 .b-article-box .b-top-box .b-date {
        padding: 0 0 5px;
        font-size: 17px;
        line-height: 25px;
    }

    .bn-view-common01.type07 .b-article-box .b-top-box .b-progress {
        margin: 0 10px 0 0;
        padding: 0 8px;
        font-size: 15px;
    }

    .bn-view-common01.type07 .b-article-box .b-top-box h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .bn-view-common01.type07 .b-article-box .b-top-box h4 {
        padding: 7px 0 0;
        font-size: 17px;
        line-height: 30px;
    }

    .bn-view-common01.type07 .b-content-box {
        margin: 0 0 30px;
        padding: 40px 0;
    }

    .bn-view-common01.type07 .b-readmore-box .b-readmore-img-box {
        margin: 0 auto 15px;
        width: 150px;
        height: 150px;
    }

    /* bn-view-common02 type01 */
    .bn-view-common02.type01 .b-main-box .b-top-box {
        padding: 10px 15px;
    }

    .bn-view-common02.type01 .b-main-box .b-title-box .b-cate {
        font-size: 16px;
        line-height: 21px;
    }

    .bn-view-common02.type01 .b-main-box .b-title-box span:nth-of-type(2) {
        font-size: 16px;
        line-height: 21px;
    }

    /* ±¤¸²¼öµµ¿ø view ÄÜÅÙÃ÷ */
    .b-view-con-wrap .inner-con-box {
        padding: 0 0 30px;
    }

    .b-view-con-wrap .inner-img-box {
        margin: 0 0 10px;
    }

    .b-view-con-wrap .inner-h5-tit01 {
        margin: 0 0 20px;
        padding: 10px 0;
        font-size: 18px;
        line-height: 22px;
    }

    .b-view-con-wrap .inner-con-p {
        padding: 0 0 12px 0;
        font-size: 14px;
        line-height: 19px;
    }

    .b-view-con-wrap .inner-txt-box > p {
        font-size: 15px;
        line-height: 23px;
    }

    .b-view-con-wrap .btn-more {
        padding: 5px;
        font-size: 15px;
        line-height: 23px;
    }

    .b-view-con-wrap .inner-layout-box {
        padding: 0 0 15px;
    }

    /* ±¤¸² Çì¸®Æ¼Áö ºñÀüÈ¦ */
    .b-view-con-wrap .h6-tit03 {
        margin: 0 0 20px;
        padding: 0;
        font-size: 18px;
        line-height: 22px;
    }

    /* bn-write-common01 type01 °øÅë */
    .bn-write-common01 .b-table-box .b-row-box .b-title-box {
        display: block;
        padding: 7px 10px 6px;
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        text-align: left;
        border-right: none;
    }

    .bn-write-common01 .b-table-box .b-row-box .b-con-box {
        display: block;
        padding: 10px;
    }

    .bn-write-common01 .b-table-box .b-row-box .b-con-box02 {
        display: block;
    }

    .bn-write-common01 .b-select {
        width: calc(50% - 5px);
        max-width: 100%;
        height: 35px;
        border-radius: 0;
    }

    .bn-write-common01 .b-input {
        height: 32px;
        font-size: 14px;
    }

    .bn-write-common01 .b-input.datepicker {
        margin: 0 0 5px;
    }

    .bn-write-common01 .b-textarea {
        padding: 10px;
        height: 200px;
    }

    .bn-write-common01 .b-sel-title {
        font-size: 14px;
    }

    .bn-write-common01 .b-sel-box ul li a {
        font-size: 14px;
    }

    .bn-write-common01 .b-table-box.b-notice-box .b-row-box .b-con-box:nth-of-type(2) {
        width: auto;
    }

    .bn-write-common01 .b-table-box.b-notice-box .b-row-box .b-title-box:nth-of-type(3) {
        border-left: none;
    }

    .bn-write-common01 .b-email-box .b-input {
        width: calc(50% - 12px);
        max-width: 100%;
    }

    .bn-write-common01 .b-email-box .b-select {
        margin: 5px 0 0 0;
        width: 100%;
    }

    .bn-write-common01 .b-email-box span {
        font-size: 14px;
    }

    .bn-write-common01 .b-tel-box .b-select {
        width: calc(33.33% - 15px);
        max-width: 100%;
    }

    .bn-write-common01 .b-tel-box .b-input {
        margin: 5px 0 0 0;
    }

    .bn-write-common01 .b-password-box span {
        display: block;
        padding: 5px 0 0 0;
        font-size: 14px;
        line-height: 19px;
    }

    .bn-write-common01 .b-date-box .b-input.datepicker {
        margin: 0 0 10px;
        width: 100%;
        max-width: 100%;
    }

    .bn-write-common01 .b-write-box {
        padding: 20px 0;
    }

    .bn-write-common01 .b-write-box .b-textarea {
        height: 200px;
    }

    .bn-write-common01 .b-file-box > div .b-guide-box {
        padding: 5px 0 0 0;
    }

    .bn-write-common01 .b-file-box > div .b-guide-box label {
        padding: 0 25px 0 0;
        font-size: 14px;
    }

    .bn-write-common01 .b-file-box.type01 .b-left-box {
        float: none;
    }

    .bn-write-common01 .b-file-box.type01 .b-left-box .b-sel-box {
        padding: 0 0 10px;
    }

    .bn-write-common01 .b-file-box.type01 .b-right-box {
        float: none;
    }

    .bn-write-common01 .b-file-box.type02 .b-left-box {
        float: none;
        padding: 0 0 10px;
    }

    .bn-write-common01 .b-file-box.type02 .b-right-box {
        float: none;
    }

    .bn-write-common01 .b-file-box.type02 .b-right-box .b-guide-txt {
        padding: 0 0 5px;
    }

    .bn-write-common01 .b-file-box.type02 .b-right-box .b-input {
        width: 100%;
    }

    .bn-write-common01 .b-file-box.type03 .b-file-btn {
        width: 65px;
        font-size: 14px;
    }

    .bn-write-common01 .b-file-box.type03 span {
        font-size: 14px;
        line-height: 24px;
    }

    .bn-write-common01 .b-file-box.type04 div p {
        width: calc(100% - 75px);
    }

    .bn-write-common01 .b-file-box.type04 .b-file-del-btn {
        min-width: 65px;
        font-size: 14px;
    }

    .bn-write-common01 .b-file-box .b-guide-txt {
        padding: 5px 0 0 0;
        width: 100%;
        font-size: 14px;
        line-height: 19px;
    }

    .bn-write-common01 .b-url-box p {
        line-height: 20px;
    }

    /* bn-write-common01 type01 */
    .bn-write-common01.type01 .b-radio + label {
        margin-right: 10px;
        padding-left: 20px;
        font-size: 14px;
    }

    .bn-write-common01.type01 .b-chk + label {
        margin: 0 10px 0 0;
        padding: 0 0 0 25px;
        font-size: 14px;
        line-height: 25px;
    }

    .bn-write-common01.type01 .b-radio + label:before {
        width: 15px;
        height: 15px;
    }

    .bn-write-common01.type01 .b-radio:hover + label:after, .bn-write-common01.type01 .b-radio:checked + label:after {
        left: 5px;
        width: 5px;
        height: 5px;
    }

    .bn-write-common01.type01 .b-chk + label:before {
        margin: 3px 0 0 0;
        width: 20px;
        height: 20px;
    }

    .bn-write-common01.type01 .b-chk:hover + label:before, .bn-write-common01.type01 .b-chk:checked + label:before {
        padding: 2px 0 0 3px;
        background-size: 9px;
        font-size: 10px;
    }

    /* bn-write-common01 type03 */
    .bn-write-common01.type03 .b-radio + label {
        margin-right: 10px;
        padding-left: 20px;
        font-size: 14px;
    }

    .bn-write-common01.type03 .b-chk + label {
        margin: 0 10px 0 0;
        padding: 0 0 0 25px;
        font-size: 14px;
        line-height: 25px;
    }

    .bn-write-common01.type03 .b-radio + label:before {
        width: 15px;
        height: 15px;
    }

    .bn-write-common01.type03 .b-radio:hover + label:after, .bn-write-common01.type01 .b-radio:checked + label:after {
        left: 5px;
        width: 5px;
        height: 5px;
    }

    .bn-write-common01.type03 .b-chk + label:before {
        margin: 3px 0 0 0;
        width: 20px;
        height: 20px;
    }

    .bn-write-common01.type03 .b-chk:hover + label:before, .bn-write-common01.type01 .b-chk:checked + label:before {
        padding: 2px 0 0 3px;
        background-size: 9px;
        font-size: 10px;
    }

    /* bn-list-dept01 type02 ´ÙÀ½¼¼´ë ºÎ¼­ ¸®½ºÆ® */
    .bn-list-dept01.type02 .b-list-title-box {
        padding: 0 0 20px;
    }

    .bn-list-dept01.type02 .b-list-title-box .h4-tit01 {
        padding: 0 0 15px;
    }

    .bn-list-dept01.type02 .b-list-title-box .b-btn-view-open {
        position: static;
        padding: 10px;
        min-width: auto;
        width: 100%;
        font-size: 15px;
        line-height: 23px;
    }

    .bn-list-dept01.type02 .b-list-title-box .b-btn-view-open span {
        padding: 0 30px 0 0;
    }

    .bn-list-dept01.type02 .b-list-title-box .b-btn-view-open span:after {
        top: 3px;
        background-size: 14px;
    }

    .bn-list-dept01.type02 > ul {
        margin: 0 -0.75%;
    }

    .bn-list-dept01.type02 > ul > li {
        padding: 0 0.75% 30px;
        width: 50%;
    }

    .bn-list-dept01.type02 > ul > li:last-of-type {
        padding: 0 0.75% 0 0;
    }

    .bn-list-dept01.type02 .b-box01 .b-img-box {
        height: 190px;
    }

    .bn-list-dept01.type02 .b-box02 {
        padding: 20px 30px 30px;
    }

    .bn-list-dept01.type02 .b-box02 .b-name {
        padding: 0 0 10px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }

    .bn-list-dept01.type02 .b-box02 .b-title-box {
        padding: 0 0 15px;
    }

    .bn-list-dept01.type02 .b-box02 .b-title-box .b-title {
        max-height: 46px;
        font-size: 15px;
        line-height: 23px;
    }

    .bn-list-dept01.type02 .b-box02 .b-btn-more {
        padding: 10px;
        font-size: 15px;
        line-height: 22px;
    }

    /* bn-list-dept01 type02 ´ÙÀ½¼¼´ë Ã»Àå³âºÎ ºÎ¼­ ¸®½ºÆ® */
    .bn-list-dept01.type03 .b-list-title-box {
        padding: 0 0 20px;
    }

    .bn-list-dept01.type03 .b-list-title-box .h4-tit01 {
        padding: 0 0 15px;
    }

    .bn-list-dept01.type03 > ul {
        padding: 0;
    }

    .bn-list-dept01.type03 > ul > li {
        margin: 0 0 30px;
    }

    .bn-list-dept01.type03 .b-box02 {
        padding: 20px 30px 30px;
    }

    .bn-list-dept01.type03 .b-box02 .b-name {
        padding: 0 0 10px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }

    .bn-list-dept01.type03 .b-box02 .b-title-box {
        padding: 0 0 15px;
    }

    .bn-list-dept01.type03 .b-box02 .b-title-box .b-title {
        max-height: 46px;
        font-size: 15px;
        line-height: 23px;
    }

    .bn-list-dept01.type03 .b-box02 .b-btn-more {
        padding: 10px;
        font-size: 15px;
        line-height: 22px;
    }

    /*remembrance*/
    .remembrance .sub-container {
        padding: 0;
    }

    .remembrance .bn-list-img03.type01 > ul > li {
        padding: 50px 1% 0px;
    }

    .remembrance .bn-list-img03.type01 .b-box01 .b-img-box {
        width: 170px;
        height: 170px;
    }

    .remembrance .bn-list-img03.type01 .b-box02 {
        padding: 100px 30px 30px;
    }

    .remembrance .bn-list-img03.type01 .b-box02 .b-name {
        margin: 0 0 10px;
        padding: 0;
        height: 48px;
        font-size: 16px;
        line-height: 24px;
    }

    .remembrance .bn-list-img03.type01 .b-box01 .b-img-box {
        margin: 0 auto -85px;
    }

    .remembrance .bn-list-img03.type01 .b-box02 .b-title-box {
        margin: 0 0 20px;
        height: 46px;
    }

    .remembrance .bn-list-img03.type01 .b-box02 .b-title-box .b-title {
        font-size: 15px;
        line-height: 23px;
    }

    .remembrance .bn-list-img03.type01 .b-box02 .b-btn01.type02 {
        min-width: 100%;
        font-size: 15px;
    }

    .remembrance .bn-list-img03.type01 .b-box02 .b-btn-more {
        min-width: 100%;
        font-size: 15px;
        color: #333;
    }
}

@media screen and (max-width: 768px) {
    /* bn-view-common01 °øÅë */ .bn-view-common01 .b-content-box iframe {
        min-height:420px;
    }

    .bn-view-common01 .b-content-box video {
        min-height: 420px;
    }

    /* img01 type02 */
    .bn-list-img01.type02 .b-box01 .b-img-box {
        height: 197px;
    }

    /* view common01 type03*/
    .bn-view-common01.type03 .b-readmore-box ul {
        justify-content: unset;
        margin: 0 -2.4%;
    }

    .bn-view-common01.type03 .b-readmore-box ul li {
        padding: 0 2.4%;
        width: 50%;
    }

    /* view common01 type04*/
    .bn-view-common01.type04 .b-view-img-list .b-view-img-swiper .b-view-img-box {
        height: 363px;
    }

    .bn-view-common01.type04 .b-readmore-box ul {
        margin: 0 -2.1%;
    }

    .bn-view-common01.type04 .b-readmore-box ul li {
        padding: 0 2.1%;
    }

    /* view common01 type05 */
    .bn-view-common01.type05 .b-view-img-list .b-view-img-swiper .b-view-img-box {
        height: 363px;
    }

    .bn-view-common01.type05 .b-readmore-box ul {
        justify-content: unset;
        margin: 0 -2.4%;
    }

    .bn-view-common01.type05 .b-readmore-box ul li {
        padding: 0 2.4%;
        width: 50%;
    }

    /* view common01 type06*/
    .bn-view-common01.type06 .b-view-img-list .b-view-img-swiper .b-view-img-box {
        height: 363px;
    }

    .bn-view-common01.type06 .b-readmore-box ul {
        justify-content: unset;
        margin: 0 -2.4%;
    }

    .bn-view-common01.type06 .b-readmore-box ul li {
        padding: 0 2.4%;
        width: 50%;
    }

    /* view common01 type07*/
    .bn-view-common01.type07 .b-view-img-list .b-view-img-swiper .b-view-img-box {
        height: 363px;
    }

    .bn-view-common01.type07 .b-readmore-box ul {
        justify-content: unset;
        margin: 0 -2.4%;
    }

    .bn-view-common01.type07 .b-readmore-box ul li {
        padding: 0 2.4%;
        width: 50%;
    }

    /* ¿¹¹è »ó´Ü ºñµð¿À view ¿µ¿ª */
    .bn-video-view-wrap .bn-video-view-box .b-video-play-box {
        margin: -200px auto -230px;
        height: 400px;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-info-box {
        padding: 250px 30px 30px;
    }

    /* ½Ç½Ã°£ ¿¹¹è »ó´Ü ºñµð¿À view ¿µ¿ª */
    .bn-video-view-wrap.bn-video-live .b-video-status > div {
        height: 400px;
    }

    /* newsletter view01 type01 */
    .bn-view-newsletter01.type01 .b-img-list-box.row04 ul li {
        padding: 0 0.75% 10px;
        width: 50%;
    }

    .bn-view-newsletter01.type01 .b-img-desc-box ul {
        margin: 0 -2.4%;
    }

    .bn-view-newsletter01.type01 .b-img-desc-box ul li {
        padding: 0 2.4% 25px;
        width: 50%;
    }

    .bn-view-newsletter01.type01 .b-img-desc-box ul li .b-inner-img-box {
        max-width: 250px;
        height: 250px;
    }

    /* ÁÖº¸ Å×ÀÌºí */
    .weekly-table-wrap {
        max-width: auto;
    }

    .weekly-table-box {
        padding: 0 0 20px;
    }

    .intro-table-box > div {
        padding: 15px 0 30px;
    }

    .intro-table-box .col-box.th {
        padding: 0 10px 15px;
        font-size: 17px;
        text-align: center;
    }

    .intro-table-box .weekly-th {
        padding: 15px 0;
    }

    .intro-table-box .weekly-th > div {
        font-size: 17px;
        line-height: 25px;
    }

    .intro-table-box .weekly-td .col-box {
        padding: 0 5px;
        font-size: 15px;
    }

    .intro-table-box.info-table {
        padding: 0 0 30px;
    }

    .intro-table-box.info-table .weekly-td {
        padding: 15px 0;
    }

    .intro-table-box.news-table .weekly-td .col-box {
        padding: 0 15px;
    }

    .mark-blue:before {
        top: 5px;
        left: -10px;
        font-size: 15px;
    }

    .weekly-table .col01 {
        width: 25%;
    }

    .weekly-table .col02 {
        width: 42%;
    }

    .weekly-table .col03 {
        width: 33%;
    }

    .weekly-table th, .weekly-table td {
        padding: 10px;
        font-size: 15px;
        line-height: 23px;
        letter-spacing: -1px;
    }

    .weekly-table-box .con-p {
        font-size: 15px;
        line-height: 23px;
        letter-spacing: -1px;
    }

    /* ºûÀÇ ½£ ¼¥ view */
    .bn-view-shop01.type01 .b-content-box {
        padding: 0 0 40px;
    }

    .bn-view-shop01.type01 .b-content-box > div {
        width: 100%;
    }

    .bn-view-shop01.type01 .b-content-box .b-item-thumb-box .gallery-top {
        padding: 0 0 20px;
        max-width: 85%;
    }

    .bn-view-shop01.type01 .b-content-box .b-item-info-box {
        padding: 40px 0 0;
    }

    .bn-view-shop01.type01 .b-content-box .b-item-info-box h4 {
        padding: 0 0 20px;
    }
}

@media screen and (max-width: 640px) {
    /* °Ô½Ã±Û ´õº¸±â ¿µ¿ª */ .bn-view-common01 .b-readmore-box ul li {
        width:50%;
    }

    /* newsletter view01 type01 */
    .bn-view-newsletter01.type01 .b-readmore-box ul li {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    /* °Ë»ö¿µ¿ª */ .bn-search01.type01 .b-search-wrap .b-search-input-box {
        width:70%;
    }

    .bn-search02.type01 .b-search-wrap .b-search-input-box {
        width: 70%;
    }

    /* img01 type01 */
    .bn-list-img01.type01 > ul > li {
        width: 100%;
    }

    .bn-list-img01.type01 > ul > li:nth-of-type(n) {
        margin: 0 0 30px 0;
    }

    /* img01 type02 */
    .bn-list-img01.type02 > ul > li {
        width: 100%;
    }

    .bn-list-img01.type02 > ul > li:nth-of-type(n) {
        margin: 0 0 24px 0;
    }

    /* img02 type01 */
    .bn-list-img02.type01 > ul > li {
        width: 100%;
    }

    .bn-list-img02.type01 > ul > li:nth-of-type(n) {
        margin: 0 0 24px 0;
    }

    /* img03 type01 ÇØ¿Ü ¼±±³ ¸®½ºÆ® */
    .bn-list-img03.type01 .article-chk {
        left: 5px;
    }

    .bn-list-img03.type01 > ul {
        margin: 0;
    }

    .bn-list-img03.type01 > ul > li {
        padding: 0 0 50px;
        width: 100%;
    }
	
	

    /* img05 Ã»³â¼±±³±¹, ±¹³»¼±±³ ¸®½ºÆ® */
    .bn-list-img05 .article-chk {
        left: 5px;
    }

    .bn-list-img05 .b-box02 .b-title-box .b-title {
        height: auto;
        max-height: 46px;
    }

    /* img05 type01 Ã»³â¼±±³±¹ ¸®½ºÆ® */
    .bn-list-img05.type01 > ul {
        margin: 0;
    }

    .bn-list-img05.type01 > ul > li {
        padding: 0 0 50px;
        width: 10%;
    }

    /* img05 type01 ±¹³»¼±±³ ¸®½ºÆ® */
    .bn-list-img05.type02 > ul {
        margin: 0;
    }

    .bn-list-img05.type02 > ul > li {
        padding: 0px 10px 20px 10px;
        width: 50%;
    }

    /* img06 type01 */
    .bn-list-img06.type01 .article-chk {
        left: 5px;
    }

    .bn-list-img06.type01 > ul {
        margin: 0;
    }

    .bn-list-img06.type01 > ul > li {
        padding: 0;
        width: 100%;
    }

    /* bn-view-common01 °øÅë */
    .bn-view-common01 .b-content-box iframe {
        min-height: 260px;
    }

    .bn-view-common01 .b-content-box video {
        min-height: 260px;
    }

    /* °Ô½Ã±Û ´õº¸±â ¿µ¿ª */
    .bn-view-common01 .b-readmore-box {
        padding: 30px 0 60px;
    }

    /* bn-view-common01 type03 */
    .bn-view-common01.type03 .b-readmore-box .b-readmore-img-box {
        width: 120px;
        height: 120px;
    }

    /* view common01.type04 */
    .bn-view-common01.type04 .b-view-img-list .b-view-img-swiper .b-view-img-box {
        height: 210px;
    }

    .bn-view-common01.type04 .b-readmore-box .b-readmore-img-box {
        width: 120px;
        height: 120px;
    }

    /* view common01.type05 */
    .bn-view-common01.type05 .b-view-img-list .b-view-img-swiper .b-view-img-box {
        height: 210px;
    }

    .bn-view-common01.type05 .b-readmore-box .b-readmore-img-box {
        width: 120px;
        height: 120px;
    }

    /* view common01.type06 */
    .bn-view-common01.type06 .b-view-img-list .b-view-img-swiper .b-view-img-box {
        height: 210px;
    }

    .bn-view-common01.type06 .b-readmore-box .b-readmore-img-box {
        width: 120px;
        height: 120px;
    }

    /* view common01.type07 */
    .bn-view-common01.type07 .b-readmore-box .b-readmore-img-box {
        width: 120px;
        height: 120px;
    }

    /* ¿¹¹è »ó´Ü ºñµð¿À view ¿µ¿ª */
    .bn-video-view-wrap .bn-video-view-box .b-video-play-box {
        margin: -208px auto -77px;
        height: 247px;
    }

    .bn-video-view-wrap .bn-video-view-box .b-video-info-box {
        padding: 92px 30px 30px;
    }

    /* ½Ç½Ã°£ ¿¹¹è »ó´Ü ºñµð¿À view ¿µ¿ª */
    .bn-video-view-wrap.bn-video-live .b-video-status > div {
        height: 247px
    }

    .bn-video-view-wrap.bn-video-live .b-video-status p.b-time {
        font-size: 40px;
    }

    .bn-video-view-wrap.bn-video-live .b-video-status p span {
        font-size: 40px;
    }

    .bn-video-view-wrap.bn-video-live .bn-video-view-box .b-video-info-box .b-live-list li span {
        width: 20%;
    }

    /* ½Ç½Ã°£ ¿¹¹è ¸®½ºÆ® */
    .b-live-link-box > ul {
        margin: 0;
    }

    .b-live-link-box > ul > li {
        padding: 0 0 10px;
        width: 100%;
    }

    /* newsletter list01 type01 */
    .bn-list-newsletter01.type01 > ul > li {
        width: 100%;
    }

    .bn-list-newsletter01.type01 > ul > li:nth-of-type(n) {
        margin: 0 0 30px 0;
    }

    /* newsletter list02 type01 */
    .bn-list-newsletter02.type01 > ul > li {
        width: 100%;
    }

    .bn-list-newsletter02.type01 > ul > li:nth-of-type(n) {
        margin: 0 0 60px 0;
    }

    /* newsletter view01 type01 */
    .bn-view-newsletter01.type01 .b-img-list-box.row02 ul {
        margin: 0;
    }

    .bn-view-newsletter01.type01 .b-img-list-box.row02 ul li {
        padding: 0 0 10px;
        width: 100%;
    }

    .bn-view-newsletter01.type01 .b-img-list-box.row02 ul li:last-of-type {
        padding-bottom: 0;
    }

    .bn-view-newsletter01.type01 .b-img-list-box.row04 ul {
        margin: 0;
    }

    .bn-view-newsletter01.type01 .b-img-list-box.row04 ul li {
        padding: 0 0 10px;
        width: 100%;
    }

    .bn-view-newsletter01.type01 .b-img-list-box.row04 ul li:last-of-type {
        padding-bottom: 0;
    }

    .bn-view-newsletter01.type01 .b-img-desc-box ul {
        margin: 0;
    }

    .bn-view-newsletter01.type01 .b-img-desc-box ul li {
        padding: 0 0 25px;
        width: 100%;
    }

    .bn-view-newsletter01.type01 .b-history-box .b-history-img-box {
        width: auto;
    }

    .bn-view-newsletter01.type01 .b-readmore-box {
        padding: 30px 0;
    }

    /* ¿µÀû°ø°£ »ó´Ü ¹Ì´Ïº¸µå ¸®½ºÆ®(type01) */
    .bn-list-mini01.type01 .b-mini-box {
        margin: 0;
    }

    .bn-list-mini01.type01 .b-mini-box > li {
        padding: 50px 0 0;
        width: 100%;
    }

    .bn-list-mini01.type01 .b-mini-box > li:nth-of-type(-n+2) {
        padding-top: 50px;
    }

    .bn-list-mini01.type01 .b-mini-box > li:nth-of-type(1) {
        padding-top: 0;
    }

    .bn-list-mini01.type01 .b-mini-box > li .b-mini-info-box .b-mini-title {
        height: auto;
    }

    .bn-list-mini01.type01 .b-mini-box > li .b-mini-info-box .b-mini-text {
        height: auto;
    }

    /* ºûÀÇ ½£ ¼¥ view */
    .bn-view-shop01.type01 .b-content-box .b-item-thumb-box .gallery-top {
        max-width: 100%;
    }

    /* bn-list-dept01 ´ÙÀ½¼¼´ë ºÎ¼­ ¸®½ºÆ® */
    .bn-list-dept01.type02 > ul {
        margin: 0;
    }

    .bn-list-dept01.type02 > ul > li {
        padding: 0 0 30px 0;
        width: 100%;
    }

    /* bn-list-dept01 type02 ´ÙÀ½¼¼´ë Ã»Àå³âºÎ ºÎ¼­ ¸®½ºÆ® */
    .bn-list-dept01.type03 .b-box01 {
        width: 100%;
    }

    .bn-list-dept01.type03 .b-box01 .b-img-box {
        height: 180px;
    }

    .bn-list-dept01.type03 .b-box02 {
        width: 100%;
    }

    /*remembrance*/
    .remembrance .bn-list-img03.type01 .b-box02 .b-name {
        height: auto;
    }

    .remembrance .bn-list-img03.type01 .b-box02 .b-title-box {
        height: auto;
    }
}

@media screen and (max-width: 375px) {
    /* ¿¹¹è »ó´Ü ºñµð¿À view ¿µ¿ª */ .bn-video-view-wrap .bn-video-view-box .b-video-play-box {
        margin:-208px auto -50px;
        height: 188px;
    }

    /* ½Ç½Ã°£ ¿¹¹è »ó´Ü ºñµð¿À view ¿µ¿ª */
    .bn-video-view-wrap.bn-video-live .b-video-status > div {
        height: 188px;
    }
}

@media screen and (max-width: 320px) {
    /* ¿¹¹è »ó´Ü ºñµð¿À view ¿µ¿ª */ .bn-video-view-wrap .bn-video-view-box .b-video-play-box {
        height:158px;
    }

    /* ½Ç½Ã°£ ¿¹¹è »ó´Ü ºñµð¿À view ¿µ¿ª */
    .bn-video-view-wrap.bn-video-live .bn-video-view-box .b-video-info-box {
        padding: 90px 30px 30px;
    }
}
