/*******************************************************************
   layout style
******************************************************************* */
.container-area {
    position: relative;
    background-color: #fdfdfd;
}
.container-area #container {
    /*min-width: 1100px;*/
    background-color: #fff;
}
.container-area #container .contents-area {
    max-width: 1280px;
    min-height: 820px;
    margin: 0 auto;
    /*padding: 50px 94px;*/
    padding: 4.8% 9%;
}
.container-inner {
    display: table;
    width: 100%;
}
#container {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    /*width: 65%;*/
    /*width: 1100px;*/
}

#quick-menu {
    display: table-cell;
    /*padding: 52px 3% 3% 3%;*/
    padding: 52px 1% 1% 1%;
    vertical-align: top;
    /*width: 35%;*/
    width: 30%;
    background-color: #f3f3f3;
    /*position: absolute;*/
    /*left: 1130px;*/
    /*top: 50px;*/
    /*width: 400px;*/
}
/*#quick-menu ul:after {*/
/*content: '';*/
/*display: block;*/
/*clear: both;*/
/*padding-bottom: 10px;*/
/*}*/
/*#quick-menu ul {*/
/*height: 100%;*/
/*}*/
#quick-menu ul li {
    display: inline-block;
    /*float: left;*/
    width: 49%;
    padding-bottom: 10px;
}
#quick-menu ul li:nth-child(odd) {
    padding-right: 5px;
}
#quick-menu ul li:nth-child(even) {
    padding-left: 5px;
}
#quick-menu ul li a {
    padding: 45px 0;
    text-align: center;
    display: block;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
    outline: none;
    text-decoration: none;
    transition: 0.25s;
}
#quick-menu ul li a:hover {
    background-color: #004bae;
}
#quick-menu ul li a:hover i {
    color: #fff;
}
#quick-menu ul li a i {
    display: block;
    font-size: 67px;
    /*font-size: 8rem;*/
    line-height: 1;
    color: #909090;
}
#quick-menu ul li a span {
    display: block;
}
#quick-menu ul li a .title {
    padding-top: 10px;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
#quick-menu ul li a:hover .title {
    color: #fafafa;
}
#quick-menu ul li a .explain {
    font-size: 11px;
    line-height: 1;
    padding-top: 3px;
    color: #909090;
}
#quick-menu ul li a:hover .explain {
    color: #dfdfdf;
}

/*****************************
퀵메뉴 항상 아래 나오도록  수정
 *****************************/
#container {
        min-width: 980px;
        /*width: 1100px;*/
    }

    .container-inner {
        display: block;
    }
    .container-area #container {
        min-width: auto;
    }
    #container {
        display: block;
        vertical-align: top;
        width: 100%;
        /*width: 1100px;*/
    }
#quick-menu {
    display: block;
    padding: 40px 0;
    vertical-align: top;
    width: 100%;
    background-color: #f3f3f3;
}

#quick-menu ul {
    text-align: center;
}
#quick-menu ul li {
    width: 100%;
}
#quick-menu ul li:nth-child(odd) {
    padding-right: 0;
}
#quick-menu ul li:nth-child(even) {
    padding-left: 0;
}

#quick-menu ul li {
    display: inline-block;
    width: 15%;
    padding-bottom: 0;
}

#quick-menu ul li a {
    padding: 30px 0;
}
#quick-menu ul li a i {
    display: block;
    font-size: 50px;
    /*font-size: 8rem;*/
    line-height: 1;
    color: #909090;
}




/*breadcrumb*/
.breadcrumb {
    padding: 0 !important;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 0;
    background-color: #fff;
}
.breadcrumb > ul > li {
    float: left;
    position: relative;
    /*padding: 0 10px 0 15px;*/
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-right: 1px solid #dfdfdf;
    min-width: 160px;
    cursor: pointer;
}
.breadcrumb > ul > li:first-child {
    min-width: 53px;
}
.breadcrumb > ul > li:first-child i {
    font-size: 20px;
    color: #525252;
}
.breadcrumb > ul > li:not(:first-child) {
    padding: 0 10px 0 15px;
}
.breadcrumb > ul > li:not(:first-child) span {
    float: left;
    font-size: 12px;
}
.breadcrumb > ul > li:not(:first-child) i {
    float: right;
    color: #8f8e8e;
}

/*submenue*/
.breadcrumb > ul > li > ul {
    display: none;
    position: absolute;
    padding-right: 6px;
    top: 46px;
    left: -1px;
    min-width: 131px;
    width: 101%;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background-color: #fff;
    z-index: 10000;
}
.breadcrumb > ul > li.active > ul {
    display: block;
}
.breadcrumb > ul > li > ul > li {
    display: block;
    padding: 0 10px 0 15px;
}
/*.breadcrumb > ul > li > ul > li > a {*/
/*line-height: 30px;*/
/*text-align: left;*/
/*display: block;*/
/*color: #333;*/
/*font-size: 12px;*/
/*}*/

.breadcrumb .menu > ul span,
.breadcrumb .menu > ul i {
    display: none;
}
.breadcrumb .menu > ul a {
    display: block;
    padding-left: 15px;
    line-height: 30px;
    text-align: left;
    color: #333;
    font-size: 12px;
}
.breadcrumb .menu > ul a b {
    font-weight: 500;
}
.breadcrumb .depth2 > ul > li > a {
    padding-left: 0;
}
.breadcrumb .menu > ul ul.nav-sub > li a {
    display: block;
    padding-left: 0;
    line-height: 1.8;
    color: #999;
    font-size: 12px;
}
.breadcrumb .menu > ul ul.nav-sub > li a::before {
    content:"-";
    margin-right: 5px;
}


/*sub-title*/
.sub-title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
}


/*table*/
#container .section .tb-customed thead tr th {
    color: #fff;
    background-color: #707bc0;
    /*background-color: #9FA8DA;*/
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
}
#container .section .tb-customed tbody tr th {
    background-color: #f7fbff;
    /*background-color: #E8EAF6;*/
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
}
#container .section .tb-customed tr td {
    vertical-align: middle;
}
#container .section .tb-customed tr td a {
    color: #052f70;
    transition: all 0.25s;
}
#container .section.company .tb-customed tr td a {
    white-space: normal;
}
#container .section .tb-customed tr td a:hover {
    color: #6193f2;
}
#container .section .tb-customed tr td a i {
    font-size: 16px;
}
#container .section .tb-customed tr td p {
    margin: 0;
}
#container .section .tb-customed tr td ul.list {
    text-align: left;
    list-style: disc;
    margin-left: 20px;
}

/*list-style*/
.basic-list li {
    padding-left: 10px;
    background: url("/images/bullet/bullet3.gif") no-repeat 0 10px;
}
/*.btn-area .btn {*/
/*border-radius: 2px;*/
/*background-color: #3975cf;*/
/*transition: 0.25s;*/
/*border: 2px solid #3975cf;*/
/*}*/
/*.btn-area .btn:hover {*/
/*border: 2px solid #3975cf;*/
/*color: #3975cf;*/
/*background-color: #fff;*/
/*}*/

/*tab*/
.tab-double.border-top-tab li > a > span {
    display: block;
}
.tab-double.border-top-tab li {
    vertical-align: middle;
}
.tab-double.border-top-tab li > a {
    min-height: 70px;
}

/*다운로드 리스트*/
/* 다운로드 리스트 */
.download-list {
    /*padding-left: 0 !important;*/
    margin-top: 30px;
    padding: 10px 20px;
    list-style: none;
    border: 5px solid #eee;
}
.download-list li {
    width: 100%;
    padding-left: 5px;
    line-height: 35px;
    border-bottom: 1px dashed #ddd;
    /*background: url("/assets/images/bullet/square.png") left 10px no-repeat;*/
}
.download-list li:last-child {
    border-bottom: 0;
}
.download-list li:after {
    content: '';
    display: block;
    clear: both;
}
.download-list li a {
    float: right;
    margin-top: 5px;
    display: inline-block;
    width: 100px;
    line-height: 23px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 2px;

    background: -moz-linear-gradient(top,  #fefefe 0%, #fbfbfb 49%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#fbfbfb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
}

.download-list .btn-download i {
    padding-right: 10px;
}
i.pdf {
    color: #ff3f39;
}
i.hwp {
    color: #49bffd;
}

/*president-area*/
.president-area ul li {
    float: left;
    width: 33.33%;
    height: 230px;
    text-align: center;
}
.president-area ul li img {
    border-radius: 8px;
    padding: 4px;
    background: linear-gradient(#c4b68f, #a28841);
}
.president-area ul li p {
    line-height: 1 !important;
    text-align: center !important;
    /*margin: 0 !important;*/
}
.president-area ul li .title {
    margin: 10px 0 0 0 !important;
    font-size: 19px !important;
    font-weight: 700 !important;
}
.president-area ul li .conts {
    margin: 7px 0 0 0 !important;
}

/*전시/협찬/광고사*/
.exhibition-area ul li {
    display: table;
    width: 100%;
    border-top: 1px solid #dfdfdf;
}
.exhibition-area ul li:last-child {
    border-bottom: 1px solid #dfdfdf;
}
.exhibition-area ul li span {
    display: table-cell;
    padding: 8px 0 8px 15px;
}
.exhibition-area ul li span:first-child {
    width: 30%;
    background-color: #fafafa;
}
.exhibition-area ul li span:last-child {
    width: 70%;
}

/*논문자료검색*/
.journal-search iframe {
    width: 100% !important;
    min-height: 1600px !important;
    padding: 30px;
    border: 5px solid #eee;
}
.journal-search .iframe img{
    padding: 30px;
    border: 5px solid #eee;
}

/*간행물*/
/*.publications dl:after {*/
/*content: '';*/
/*display: block;*/
/*clear: both;*/
/*}*/
/*.publications dl {*/
/*margin: 0 0 10px 0 !important;*/
/*}*/
.publications dl {
    display: table;
}
.publications dl dt,
.publications dl dd {
    display: table-cell;
    vertical-align: top;
}
.publications dl dt {
    /*width: 28%;*/
    width: 200px;
}
.publications dl dt img {
    border: 1px solid #dfdfdf;
}
.publications dl dd {
    /*width: 72%;*/
    position: relative;
    min-width: 220px;
    max-width: 700px;
    padding-left: 40px;
}
.publications dl dd ul.book-info {
    padding-top: 10px;
}
.publications dl dd p {
    margin: 0 !important;
}
.publications dl dd .title {
    display: inline-block;
    text-align: left !important;
    font-size: 22px !important;
    vertical-align: middle;
    margin-bottom: 0 !important;
}
.publications dl dd .tag {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #309ae9;
    padding: 3px 10px;
    background-color: #edf6ff;
}
.publications dl dd .eng-title {
    color: #888;
}
.publications .explain {
    padding: 10px;
    border: 5px solid #eee;
    /*padding: 10px 20px;*/
    /*background-color: #fafafa;*/
}
.publications .explain p {
    margin: 0 !important;
}
.publications .explain p.mg-t10 {
    margin-top: 10px !important;
}
.publications dl dd .book-btn {
    /*padding-top: 20px;*/
    position: absolute;
    bottom: 0;
    left: 40px;
}


/*학회주요일정 : major_schedule.vm*/

.section.major-schedule {

}
.section.major-schedule .fc-row.fc-widget-header table {

}
.fc-head-container.fc-widget-header,
.fc-day-header.fc-widget-header.fc-sun,
.fc-day-header.fc-widget-header.fc-sat {
    border-top: 2px solid #49586d;
    background-color: #f2f5f8 !important;
}
.fc-row.fc-widget-header table thead tr th {
    padding: 10px 0;
}

/* 토요일 */
.section.major-schedule .fc-sat {
    /*background-color: #f3f8fc;*/
}
.section.major-schedule .fc-sat .fc-day-number {
    color: #2e78bf;
}

/* 일요일 */
.section.major-schedule .fc-sun {
    /*background-color: #fff4f2;*/
}
.section.major-schedule .fc-sun .fc-day-number {
    color: #c62a00;
}

/* 이벤트 */
.section.major-schedule .fc-event {
    margin-top: 2px;
    border-radius: 2px;
    cursor: pointer;
}


/*회원검색*/
.member-search-area {
    margin-top: 40px !important;
}
.member-search-area .highlight-box, .highlight-box-yellow {
    text-align: center !important;
}
.member-search-area .highlight-box strong {
    font-size: 24px;
    color: #284c9f;
}
.member-search-area .highlight-box-yellow strong {
    font-size: 24px;
    color: #ab9132;
}
.member-search-area .panel {
    margin: 0 auto;
}
.member-search-area .panel .panel-body {

}
.member-search-area .panel .panel-body .form-control {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    height: 40px;
}
.member-search-area .panel .panel-body .btn-primary {
    background-color: #284c9f;
    vertical-align: middle;
    height: 40px;
}

/*학회장 인사말*/
.greetings-title {
    word-break: keep-all;
}
.greetings-title strong {
    font-size: 21px;
}
.greetings-title .img-area {
    float: left;
    margin: 0 40px 40px 0;
    text-align: center;
}
.greetings-title .img-area img {
    height: 250px;
}
.greetings-title .img-area span {
    display: block;
    font-size: 13px;
}
.greetings-title .img-area span.name {
    margin-top: 10px;
    font-weight: bold;
    font-size: 17px;
}
.section.greeting b {
    color: #0c529d !important;
}


/**************************************************************************************
    margin
**************************************************************************************/
.mg-0 { margin: 0 !important }

.mg-l0 { margin-left: 0 !important}
.mg-t0 { margin-top: 0 !important}
.mg-r0 { margin-right: 0 !important}
.mg-b0 { margin-bottom: 0 !important}

.mg-l5 { margin-left: 5px !important}
.mg-t5 { margin-top: 5px !important}
.mg-r5 { margin-right: 5px !important}
.mg-b5 { margin-bottom: 5px !important}

.mg-l10 { margin-left: 10px !important}
.mg-t10 { margin-top: 10px !important}
.mg-r10 { margin-right: 10px !important}
.mg-b10 { margin-bottom: 10px !important}

.mg-l15 { margin-left: 15px !important}
.mg-t15 { margin-top: 15px !important}
.mg-r15 { margin-right: 15px !important}
.mg-b15 { margin-bottom: 15px !important}

.mg-l20 { margin-left: 20px !important}
.mg-t20 { margin-top: 20px !important}
.mg-r20 { margin-right: 20px !important}
.mg-b20 { margin-bottom: 20px !important}

.mg-l25 { margin-left: 25px !important}
.mg-t25 { margin-top: 25px !important}
.mg-r25 { margin-right: 25px !important}
.mg-b25 { margin-bottom: 25px !important}

.mg-l30 { margin-left: 30px !important}
.mg-t30 { margin-top: 30px !important}
.mg-r30 { margin-right: 30px !important}
.mg-b30 { margin-bottom: 30px !important}

.mg-l35 { margin-left: 35px !important}
.mg-t35 { margin-top: 35px !important}
.mg-r35 { margin-right: 35px !important}
.mg-b35 { margin-bottom: 35px !important}

.mg-l40 { margin-left: 40px !important}
.mg-t40 { margin-top: 40px !important}
.mg-r40 { margin-right: 40px !important}
.mg-b40 { margin-bottom: 40px !important}

.mg-l45 { margin-left: 45px !important}
.mg-t45 { margin-top: 45px !important}
.mg-r45 { margin-right: 45px !important}
.mg-b45 { margin-bottom: 45px !important}

.mg-l50 { margin-left: 50px !important}
.mg-t50 { margin-top: 50px !important}
.mg-r50 { margin-right: 50px !important}
.mg-b50 { margin-bottom: 50px !important}


/**************************************************************************************
    padding
**************************************************************************************/
.pd-0 { padding: 0 }

.pd-l0 { padding-left: 0 !important}
.pd-t0 { padding-top: 0 !important}
.pd-r0 { padding-right: 0 !important}
.pd-b0 { padding-bottom: 0 !important}

.pd-l5 { padding-left: 5px !important}
.pd-t5 { padding-left: 5px !important}
.pd-r5 { padding-left: 5px !important}
.pd-b5 { padding-left: 5px !important}

.pd-l10 { padding-left: 10px !important}
.pd-t10 { padding-top: 10px !important}
.pd-r10 { padding-right: 10px !important}
.pd-b10 { padding-bottom: 10px !important}

.pd-l15 { padding-left: 15px !important}
.pd-t15 { padding-top: 15px !important}
.pd-r15 { padding-right: 15px !important}
.pd-b15 { padding-bottom: 15px !important}

.pd-l20 { padding-left: 20px }
.pd-t20 { padding-top: 20px }
.pd-r20 { padding-right: 20px }
.pd-b20 { padding-bottom: 20px }

.pd-l25 { padding-left: 25px !important}
.pd-t25 { padding-top: 25px !important}
.pd-r25 { padding-right: 25px !important}
.pd-b25 { padding-bottom: 25px !important}

.pd-l30 { padding-left: 30px !important}
.pd-t30 { padding-top: 30px !important}
.pd-r30 { padding-right: 30px !important}
.pd-b30 { padding-bottom: 30px !important}

.pd-l35 { padding-left: 35px !important}
.pd-t35 { padding-top: 35px !important}
.pd-r35 { padding-right: 35px !important}
.pd-b35 { padding-bottom: 35px !important}

.pd-l40 { padding-left: 40px !important}
.pd-t40 { padding-top: 40px !important}
.pd-r40 { padding-right: 40px !important}
.pd-b40 { padding-bottom: 40px !important}

.pd-l45 { padding-left: 45px !important}
.pd-t45 { padding-top: 45px !important}
.pd-r45 { padding-right: 45px !important}
.pd-b45 { padding-bottom: 45px !important}

.pd-l50 { padding-left: 50px !important}
.pd-t50 { padding-top: 50px !important}
.pd-r50 { padding-right: 50px !important}
.pd-b50 { padding-bottom: 50px !important}


/*
    align style
*/
.ta-center { text-align: center !important }
.ta-left { text-align: left !important }
.ta-right { text-align: right !important }

.va-top { vertical-align: top !important }
.va-middle { vertical-align: middle !important }
.va-bottom { vertical-align: bottom !important }
.va-baseline { vertical-align: baseline !important }

/* list style */
ul.list-disc {
    list-style: disc;
    margin: 5px 0 5px 30px;
}
ul.list-disc li {
    margin: 5px 0;
}

/* paragraph */
.highlight-box {
    padding: 2.3% 2.8%;
    background-color: #f7fbff;
    border: 1px solid #82a9da;
    margin-bottom: 20px;
}
.highlight-box p {
    margin-bottom: 0 !important;
}
.highlight-box strong {
    font-size: 24px;
    color: #284c9f;
}
.highlight-box ul.disc {
    margin-left: 20px;
}
.highlight-box .box-list li {
    margin: 5px 0;
    padding-left: 15px;
    background: url("/images/bullet/box-bullet02.gif") no-repeat 0 8px;
}

/* modify */
.tab-content {
    padding-top: 30px;
}

/* 학술행사, 행사관련 게시판 */
.tab-customized.nav-tabs > li > a {
    color: #999;
    /*border-bottom: 1px solid #dfdfdf;*/
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
}
.tab-customized.nav-tabs > li > a:hover {
    /*color: #147ac5;*/
    color: #777;
    border-bottom: none;
    border-color: #fafafa #fafafa #ddd;
    background-color: #fafafa;
}
.tab-customized.nav-tabs > li.active > a,
.tab-customized.nav-tabs > li.active > a:hover,
.tab-customized.nav-tabs > li.active > a:focus {
    color: #1578c4;
    cursor: default;
    outline: none;
    /*background-color: #f6fbff;*/
    /*background-color: #fff;*/
    border: 1px solid #dfdfdf;
    border-top: 3px solid #1578c4;
    border-bottom-color: transparent;
    background-color: #fff;
}
.nav-tabs > li > a:active {
    outline: none;
}


/*button-tab*/
#event_page.tab-custom .tab-bg {
    padding: 8px;
    background-color: #e7f3fe;
    /*background-image: url("/images/sub/backup/acade2_1_bg.png");*/
}
#event_page.tab-custom .tab-bg .tab-area {
    background-color: #fff;
}
#event_page.tab-custom .nav-tabs.button-tab {
    border-bottom: 0 solid #ddd
}
#event_page.tab-custom .tab-bg .tab-area .button-tab li {
    width: 33.333%;
    /*width: 25%;*/
    /*border-right: 1px solid #fafafa;*/
    /*border-top: 1px solid #fafafa;*/
}
#event_page.tab-custom .tab-bg .tab-area .button-tab.history-tab li {
    width: 33.333%;
}
#event_page.tab-custom .tab-bg .tab-area .button-tab.tab-num-2 li,
#event_page.tab-custom .tab-bg .tab-area .button-tab.submission-tab li {
    width: 50%;
}

#event_page.tab-custom .tab-bg .tab-area .button-tab li a {
    margin-right: 0;
    display: block;
    text-align: center;
    border: 1px solid transparent !important;
    outline: none;
    font-size: 15px;
    font-weight: 500;
}
#event_page.tab-custom .tab-bg .tab-area .button-tab li a:hover {
    border-radius: 0;
    background-color: #fafafa;
    outline: none;
}
#event_page.tab-custom .tab-bg .tab-area .button-tab li.active a {
    border: 1px solid transparent !important;
    border-radius: 0;
    background-color: #052f70;
    color: #fff;
    /*background-color: #edf6ff;*/
    outline: none;
}
#event_page.tab-custom .tab-bg .tab-area .button-tab li.active a:hover {
    border: 1px solid transparent !important;
    outline: none;
}
#event_page.tab-custom .tab-bg .tab-area .go-list a {
    background-color: #edf6ff;
    border-radius: 0;
    color: #1578c4;
}
#event_page.tab-custom .tab-bg .tab-area .go-list a:hover {
    background-color: #edf6ff !important;
    border-radius: 0;
    color: #1578c4 !important;
}
#event_page.tab-custom .tab-area .nav {margin-bottom:0}

.checked_field {
    margin: 10px 0 0;
}
.checked_field > li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 3px 5px;
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
    background-color: #63a5ed;
}

/*commemorative-book*/
#container .section.commemorative-book {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#container .section.commemorative-book .book-list a {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    border: 1px solid #dfdfdf;
    padding: 35px 50px 40px 50px;
    border-radius: 10px;
    transition: 0.5s;
}
#container .section.commemorative-book .book-list a:hover {
    background-color: rgba(227, 234, 244, 0.36);
}
#container .section.commemorative-book .book-list a p {
    margin-bottom:0;
    font-size: 22px;
    font-weight: 980;
    color: #275cac;
}
#container .section.commemorative-book .book-list a p:last-child{
    margin-top: 50px;
}
#container .section.commemorative-book .book-list a .img-area {
    height: 240px;
    box-shadow: 15px 15px 1px #e3eaf4;

}
#container .section.commemorative-book .book-list a .img-area img {
    width: 100%;
    height: 100%;
}