/* ----------------------------------------------------------------------------------
    Init styles
---------------------------------------------------------------------------------- */
.pages {
    min-height: 600px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}
/*.pages h3.flash-title {*/
/*font-size: 18px;*/
/*margin-top: 40px;*/
/*}*/
.pages h3 {
    font-size: 18px;
    margin-top: 40px;
    padding-left: 22px;
    background: url(/assets/images/bullet/gray_arrow02.png) left 2px no-repeat;
}
.pages h3 small {
    margin: 0 0 0 10px;
    font-weight: normal;
    font-size: 15px;
    color: #333;
}
.pages ul,
.pages ol {
    padding-left: 20px;
}
.pages ul.list,
.pages ol.list {
    margin: 0 0 20px;
    padding-left: 23px;
}
.pages ul.list li,
.pages ol.list li {
    margin: 0 0 5px;
}
.pages ul.list li:last-child,
.pages ol.list li:last-child {
    margin: 0;
}
.pages ul.list li > ul,
.pages ol.list li > ul {
    margin: 8px 0 10px;
}
.pages ul.no-disc {
    padding-left: 0 !important;
    list-style: none;
}
.pages h4 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #3a9aeb;
    font-weight: 500;
}
.pages p {
    text-align: justify;
}

.pages  .impact {
    color: #1554b0;
}
/*.btn-area {*/
/*padding: 20px 0 0 0;*/
/*}*/
.btn i {
    font-size: 17px;
    padding-left: 10px;
}
.btn-lg i {
    font-size: 23px;
    line-height: 1;
}

/*english pages*/
.eng-sub {
    text-align: justify;
}
/* ==========================================================================
    table
   ========================================================================== */
.tb-basic {
    border-bottom: 1px solid #e0e0e0;
}
.tb-basic thead {
    background: #fefefe;
    border-top: 1px solid #e0e0e0;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    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 */
    /*background: #dfdfdf;*/
}
.tb-basic td,
.tb-basic th {

}
.tb-basic tbody {
    border-top: 0;
}
.tb-basic tbody td {
    vertical-align: middle !important;
}
.tb-basic tbody th {
    vertical-align: middle !important;
    background: #f5f5f5;
}
.tb-basic thead th {
    vertical-align: middle !important;
}
.tb-center th,
.tb-center td  {
    text-align: center !important;
}
.tb-basic ul {
    padding-left: 15px;
    margin-bottom: 0;
}
.tb-basic th.special {
    /*border-left: 1px solid #ddd;*/
    background-color: #f2f2f2;
}
.tb-basic a {
    color: #333;
}
.tb-basic a.btn.btn-primary {
    color: #fff;
}
.tb-basic a:hover {
    color: #1554b0;
}
.tb-honor tbody td {
    font-size: 15px;
}
.tb-rule tbody tr td:nth-child(4) {
    text-align: left!important;
}
/* ==========================================================================
    Tab
   ========================================================================== */
.nav-tabs.nav-tabs-custom {
    /*margin-top: 50px;*/
    padding-left: 0px !important;
}
.nav-tabs > li {
    width: 146.66666px;
    float: left;
    margin-bottom: -1px !important;
}
.nav-tabs.nav-tabs-custom > li > a {
    margin-right: 1px;
    /*height: 67px;*/
    line-height: 1.3;
    color: #9f978c;
    background: #f7f7f7;
    border-top: 3px solid transparent;
    border-bottom: 1px solid #DDD;
    border-radius: 0px;
    font-size: 15px;
    outline: none;
    text-align: center;
}
.nav-tabs > li > a:hover {
    color: #333 !important;
    text-decoration: none !important;
    border-color: #EEE #EEE #DDD;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #47413d;
    font-weight: 400;
    cursor: default;
    background-color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-color: #DDD #DDD transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-top: 3px solid #3287d2 !important;
}

/*.tab-content .tab-pane {*/
/*padding:0 10px 0 15px; ;*/
/*}*/

/* ==========================================================================
	Sub new pages
   ========================================================================== */

/*------------------------------
           ÇÐÈ¸ ¼Ò°³
------------------------------*/
.introduce .future_plan {
    text-align: center;
}
.introduce .future_plan img {
    width: 520px;
}
.major-business {
    padding-left: 7px !important;
}
.major-business li {
    list-style: none;
    margin: 0 0 5px;
    padding-left: 16px;
    background: left 4px no-repeat;
}
.major-business li:first-child {
    background-image: url("/assets/images/bullet/blue_01.png");
}
.major-business li:nth-child(2) {
    background-image: url("/assets/images/bullet/blue_02.png");
}
.major-business li:nth-child(3) {
    background-image: url("/assets/images/bullet/blue_03.png");
}
.major-business li:nth-child(4) {
    background-image: url("/assets/images/bullet/blue_04.png");
}
.major-business li:nth-child(5) {
    background-image: url("/assets/images/bullet/blue_05.png");
}
.major-business li:nth-child(6) {
    background-image: url("/assets/images/bullet/blue_06.png");
}
.major-business li:nth-child(7) {
    background-image: url("/assets/images/bullet/blue_07.png");
}
.major-business li:last-child {
    margin: 0;
    background-image: url("/assets/images/bullet/blue_08.png");
}
.aik-goal {
    padding: 10px 0;
}

/* ´Ù¿î·Îµå ¸®½ºÆ® */
.download-list02 {
    /*padding-left: 0 !important;*/
    margin-top: 30px;
    padding: 10px 20px;
    list-style: none;
    border: 5px solid #eee;
}
.download-list02 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-list02 li:last-child {
    border-bottom: 0;
}
.download-list02 li:after {
    content: '';
    display: block;
    clear: both;
}
.download-list02 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-list02 .btn-download i {
    padding-right: 10px;
}
i.pdf {
    color: #ff3f39;
}
i.hwp {
    color: #49bffd;
}
i.zip {
    /*color: #eaa752;*/
    color: #3c497e;
}
i.share {
    color: #1554b0;
}
i.e-book {
    color: #49bffd;
}


/* ¾Ë¸² ¸®½ºÆ® */
.alert-list {
    /*padding-left: 0 !important;*/
    margin: 30px 0;
    padding: 0 !important;
    list-style: none;
    /*border: 5px solid #eee;*/
}
.alert-list > li {
    width: 100%;
    margin: 0 0 10px;
    /*padding-left: 5px;*/
}
.alert-list > li:last-child {
    margin: 0;
}
.alert-list > li > ul,
.alert-list > li > ol {
    margin: 0 0 0 15px;
}

/*------------------------------
           È¸Àå ÀÎ»ç¸»
------------------------------*/
.greeting {
    padding: 0 0 30px;
}
.greeting p {
    margin-bottom: 20px;
}
.greeting p.first {
    font-size: 18px;
    font-weight: 500;
}
.greeting p.bold {
    font-weight: 500;
    color: #1554b0;
}
.greeting p.name {
    font-size: 16px;
}
.greeting img {
    float: left;
    margin: 0 30px 20px 0;
    width: 130px;
}
.greeting .chairman {
    margin: 40px 0 0;
    text-align: right;
    font-weight: bold;
}
.greeting .chairman .position {
    padding-right: 10px;
}
.greeting .chairman .name {
    font-size: 18px;
}

/*------------------------------
           °ü·Ã±ÔÁ¤
------------------------------*/
.history-button .buttons-group {
    margin: 40px 0 0 0;
    padding: 0;
}
.history-button .buttons-group li.on {
    background: #2690ea;
    color: #fff;
}
.history-button .history-area.on {
    display: block;
}
.history-button .history-area {
    display: none;
    transition: 0.25s;
}
.history-button .buttons-group li {
    float: left;
    display: block;
    width: 33.333333%;
    height: 45px;
    padding: 8px 0;
    font-size: 16px;
    text-align: center;
    background: #f7f7f7;
    color: #999;
    border-right: 1px solid #e6ecf2;
    cursor: pointer;
    transition: 0.25s;
}
.history-button .buttons-group li:last-child {
    border-right: 0;
}
.history-button .history-area .history-list {
    margin-top: 20px;
    padding: 10px 15px;
    list-style: none;
    border: 1px solid #dfdfdf;
}
.history-button .history-area .history-list li {
    *zoom:1;
    padding: 5px 0 5px 2px;
    border-bottom: 1px dotted #dfdfdf;
}
.history-button .history-area .history-list li:after {
    content: '';
    display: block;
    clear: both;
}
.history-button .history-area .history-list li:last-child {
    border-bottom: 0;
}
.history-button .history-area .history-list span {
    display: block;
    float: left;
}
.history-button .history-area .history-list .date {
    width: 20%;
    font-weight: 500;
}
.history-button .history-area .history-list .ep {
    width: 80%;
}

.chairman-area {
    margin-top: 20px;
}
.chairman-area ul {
    *zoom: 1;
    padding: 20px 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #dfdfdf;
}
.chairman-area ul:after {
    content: '';
    display: block;
    clear: both;
}
.chairman-area ul li {
    display: block;
    float: left;
}
.chairman-area ul li:first-child {
    width: 15%;
    text-align: center;
    padding-top: 20px;
    font-weight: 600;
}
.chairman-area ul li:nth-child(2) {
    width: 15%;
    text-align: center;
}
.chairman-area ul li:nth-child(3) {
    width: 35%;
    padding: 0 15px 0 10px;
}
.chairman-area ul li:last-child {
    width: 35%;
}
.chairman-area ul li dl {
    margin-bottom: 0;
}
.chairman-area ul li dl dd {
    padding-left: 10px;
    background: url("/img/bullet/bullet3.gif")left 8px no-repeat;
}

.google_docs_view {
    margin-top: 30px;
    border: 1px solid #ddd;
}

/*------------------------------
           ¿ª´ë È¸Àå ¾È³»
------------------------------*/
.tb-chairman thead th {
    text-align: center !important;
}
.tb-chairman td {
    text-align: left !important;
}
.tb-chairman td img {
    display: block;
    width: 80px;
    margin: 0 auto;
}

/*------------------------------
           °ü·Ã±ÔÁ¤
------------------------------*/

/*download-list*/
.download-list {
    margin: 40px 0 0 0;
    padding: 0 !important;
}
.download-list p {
    margin: 0;
    /*padding: 0;*/
}
.download-list li:after {
    content: '';
    display: block;
    clear: both;
}
.download-list li {
    *zoom:1;
    display: block;
    float: left;
    width: 50%;
    padding: 6px 20px 6px 10px;
    /*border-bottom: 1px solid #E1E1E1;*/
}
.download-list li:nth-child(2n) {
    padding: 6px 10px 6px 20px;
}
.download-list li:nth-child(4n),
.download-list li:nth-child(4n-1) {
    background: #fafafa;
}
.download-list li:first-child {
    /*border-top: 1px dashed #E1E1E1;*/
}
.download-list li p:first-child {
    float: left;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #0054a6;
    line-height: 30px;
    /*background: url(/assets/images/bullet/bullet_h4_02.png) left center no-repeat;*/
}
.download-list li p.btn.btn-default {
    float: right;
}
.download-list li p.btn.btn-default a {
    color: #0054a6 !important;
}


/*------------------------------
           Çà»çÀÚ·á
------------------------------*/
.event-data {
    list-style: none;
    margin: 30px 0 0 0;
    padding-left: 0 !important;
}
.event-data li {
    display: block;
    position: relative;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}
.event-data li:after {
    content: '';
    display: block;
    clear: both;
}
.event-data li:first-child {
    border-top: 1px solid #ddd;
}
.event-data li:nth-child(2n) {
    background-color: #fafafa;
}
.event-data li span {
    vertical-align: middle;
}
.event-data li .label {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 0;
    width: 100px;
    text-align: center;
    line-height: 1.42857143;
    font-size: 12px;
    /*font-weight: 500;*/
    /*background-color: #3a9aeb;*/
    background-color: #bbbbbb;
}
.event-data li .subject {
    /*font-size: 13px;*/
    font-weight: 500;
}
.event-data li .btn {
    float: right;
    /*padding: 4px 12px;*/
    /*position: absolute;*/
    /*top: 8px;*/
    /*right: 8px;*/
}

/*------------------------------
         Çà»çÀÚ·á-popup
------------------------------*/
/*.popup-event-data .popup-wrap {*/
/*    padding: 40px 20px;*/
/*}*/
/*.popup-event-data .popup-wrap dl {*/
/*    border-bottom: 0;*/
/*}*/
/*.popup-event-data h1 {*/
/*    margin: 0;*/
/*    padding: 10px 15px;*/
/*    font-size: 15px;*/
/*    color: #fff;*/
/*    background-color: #485065;*/
/*}*/
/*------------------------------
           Á¤±âÇà»ç
------------------------------*/
.conference-list {
    position: relative;
    padding: 30px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}
.conference-list:after {
    content: '';
    display: block;
    clear: both;
}
.conference-list dt {
    float: left;
    /*width: 120px;*/
    /*text-align: center;*/
    /*overflow: hidden;*/
    /*background-color: #fafafa;*/
}
.conference-list dt img {
    width: 120px;
    height: 170px;
    border: 1px solid #eee;
    margin-right: 30px;
}
.wide-img .conference-list dt img {
    width: 170px;
    height: 120px;
    border: 1px solid #eee;
    margin-right: 30px;
}

/*.conference-list dd {*/
/*float: left;*/
/*width: 610px;*/
/*}*/
/*.conference-list.conf-single dt {*/
/*display: none;*/
/*}*/
/*.conference-list.conf-single dd {*/
/*position: relative;*/
/*float: none;*/
/*padding-left: 0;*/
/*width: 100%;*/
/*}*/
.conference-list dd h5 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.conference-list dd h5 .flag {
    padding: 3px 6px;
    font-weight: 400;
    font-size: 12px;
    background-color: #d43f3a;
    color: #fff;
    border: transparent;
    border-radius: 2px;
    margin-left: 10px;
}

.conference-list dd ul {
    padding-left: 15px !important;
}
.conference-list dd .title {
    margin: 20px 0 5px 0;
    font-size: 15px;
    color: #3a9aeb;
    font-weight: 500;
}
.conference-list dd ul.plan {
    margin: 0 0 10px !important;
    padding-left: 0 !important;
    list-style: none;
    font-size: 14px;
}
.conference-list.conts-short dd ul.plan {
    margin: 0 0 50px !important;
}
.conference-list dd ul.plan li {
    margin-bottom: 5px;
}
.conference-list dd ul.plan .label {
    display: inline-block;
    width: 64px;
    height: 20px;
    margin: 0 15px 0 0;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    /*font-weight: 700;*/
    color: #fff;
    border-radius: 2px;
    background-color: #6F4DCB;
}
.conference-list dd ul.plan li:last-child {
    overflow: hidden;
}
.conference-list dd ul.plan li:last-child .label {
    float: left;
}
.conference-list.conts-long dd ul.plan li:last-child .label {
    margin-bottom: 25px;
}
.conference-list dd ul.plan li:last-child .conts {
    float: none;
    display: inline-block;
    width: 535px;
}

.conference-list dd ul.link {
    margin: 0;
    list-style: none;
    text-align: right;
}
.conference-list.conts-short dd ul.link {
    position: absolute;
    bottom: 30px;
    right: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}
.conference-list dd ul.link li {
    display: inline-block;
}
.conference-list dd ul.link li:first-child {
    /*margin-right: 10px;*/
}
.conf-intro {
    font-size: 15px;
    padding-bottom: 30px;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}

/*------------------------------
           Çà»çÀÚ·á_ÆË¾÷
------------------------------*/
.popup-wrap .conference-list {
    padding: 20px 0;
}
/*.popup-wrap .conference-list dt {*/
/*padding-bottom: 20px;*/
/*}*/
.popup-wrap .conference-list dd ul.link {
    margin: 10px 0 0 0;
    list-style: none;
    text-align: right;
}
.popup-wrap .conference-list dd ul {
    padding-left: 0 !important;
}

/*.conference-list.present {*/
/*padding: 0 0 30px 0;*/
/*border-bottom: 0;*/
/*border-top: 0;*/
/*}*/
/*.conference-list.present dd h5 {*/
/*margin: 20px 0 10px;*/
/*}*/
/*.conference-list.present i {*/
/*line-height: 1;*/
/*font-size: 18px;*/
/*position: relative;*/
/*top: 1px;*/
/*}*/
/*------------------------------
           Á¶Á÷
------------------------------*/
.organization-area {
    *zoom:1;
}
.organization-area:after {
    content: '';
    display: block;
    clear: both;
}
.organization-area dl {
    float: left;
    width: 20%;
}
.organization-area dl dt {
    text-align: center;
    padding: 10px;
    /*border-bottom: 1px dotted #dfdfdf;*/
}
.organization-area dl dt img {
    border: 1px solid #dfdfdf;
}
.organization-area dl dd {
    text-align: center;
    line-height: 1.2;
    /*padding: 10px;*/
    /*background: #fafafa;*/
    /*border-bottom: 1px dotted #dfdfdf;*/
    /*border-left: 1px solid #dfdfdf;*/
    /*border-right: 1px solid #dfdfdf;*/
}
.organization-area dl dd small {
    color: #6d6d6d;
    font-size: 13px;
}

.organization-area ul {
    *zoom:1;
    margin-left: 25px;
    padding-left: 0;
}
.organization-area ul:after {
    content: '';
    display: block;
    clear: both;
}
.organization-area ul li {
    float: left;
    width: 8.333%;
    padding: 0;
    text-align: left;
    list-style: none;
}
.organization-area ul li.last {
    width: 75px;
}
.org-group {
    margin-top: 15px;
    *zoom:1;
}
.org-group:after {
    content: '';
    display: block;
    clear: both;
}

/*------------------------------
           ºÎ¼³±â°ü¾È³»
------------------------------*/
.img-organ {
    padding: 30px 0;
    text-align: center;
}
.intro.border-box {
    margin: 0 0 20px;
    padding: 0;
    border: 0;
}
.intro.border-box ul {
    margin: 0 !important;
}
.organ-sub .nav-tabs.nav-tabs-custom {
    padding-left: 0px !important;
}
.organ-sub .nav-tabs > li {
    width: 25%;
    height: 130px;
    float: left;
    margin: 0 !important;
    padding: 5px !important;
}
.organ-sub .nav-tabs > li.long {
    width: 25%;
    margin-bottom: 0 !important;
}
.organ-sub .nav-tabs.nav-tabs-custom > li > a {
    display: block;
    height: 120px;
    margin-right: 0;
    line-height: 1.3;
    color: #9f978c;
    background: #f7f7f7;
    border: 1px solid #DDD;
    border-radius: 2px;
    font-size: 15px;
    transition: all 0.25s;
}
.organ-sub .nav-tabs.nav-tabs-custom > li.long > a {
    height: 250px;
}
.organ-sub .nav-tabs > li > a:hover {
    color: #3287d2 !important;
    text-decoration: none !important;
    border-color: #3287d2;
    background-color: #fff;
}
.organ-sub .nav-tabs > li.active > a,
.organ-sub .nav-tabs > li.active > a:focus,
.organ-sub .nav-tabs > li.active > a:hover {
    color: #fff !important;
    font-weight: 400;
    border: 1px solid #3287d2 !important;
    background-color: #3287d2;
    cursor: default;
}
.organ-sub .nav-tabs.nav-tabs-custom > li > a i {
    display: block;
    margin: 0 0 5px;
    padding: 5px 0 0;
    font-size: 48px !important;
}
.organ-sub .nav-tabs.nav-tabs-custom > li.long > a i {
    padding: 30px 0 0;
}
.organ-sub .nav-tabs.nav-tabs-custom > li > a b {
    display: block;
}
.organ-sub .nav-tabs.nav-tabs-custom > li > a b + ul {
    margin: 10px 0 0 20px;
}
.organ-sub .nav-tabs.nav-tabs-custom > li > a b + ul > li {
    margin: 0 0 5px;
    list-style: disc;
    text-align: left;
    font-size: 14px;
}

/*------------------------------
           ¿¬°£ ÈÄ¿ø»ç
------------------------------*/
/* sponsors */
.sponsors-list {
    margin: 0;
    padding: 0;
}
.sponsors-divline {
    height: 32px;
    margin: 20px 0 40px;
    background: url(/assets/images/pages/bg_divline.jpg) center bottom no-repeat;
}
.sponsors-list h4 {
    width: 144px;
    margin: 0 0 20px;
    padding: 5px 10px;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    border-radius: 2px;
    background-color: #ccc;
}
.sponsors-list.platinum h4 {
    width: 175px;
    background-color: #274f86;
}
.sponsors-list.gold h4 {
    background-color: #C98910;
}
.sponsors-list.silver h4 {
    background-color: #A8A8A8;
}
.sponsors-list.bronze h4 {
    background-color: #965A38;
}
.sponsors-list > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sponsors-list > ul > li {
    float: left;
    width: 144px;
    margin: 0 10px 10px 0;
}
.sponsors-list.bronze > ul > li {
    height: 60px;
}
.sponsors-list > ul > li a img {
    max-width: 100%;
}
.sponsors-list > ul > li:nth-child(5n) {
    margin-right: 0;
}
.sponsors-list > ul > li > a {
    display: block;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 2px;
    transition: all 0.25s;
}
.sponsors-list > ul > li.empty > a {
    background: #f7f7f7 url(/assets/images/sponsors/special_member_ready.jpg) center 50% no-repeat;
}
.sponsors-list > ul > li > a .sample-text {
    display: inline-block;
    padding-top: 10px;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 700;
    height: 58px;
    width: 142px;
    color: #333;
}
.sponsors-list > ul > li > a:hover {
    border: 1px solid #0054a6;
}

/* ÇÃ·¡Æ¼³Ñ */
.sponsors-list.platinum > ul > li {
    float: left;
    width: 370px;
    margin: 0 20px 20px 0;
}
.sponsors-list.platinum > ul > li > a {
    height: 120px;
    /*line-height: 120px;*/
}
.sponsors-list.platinum > ul > li:nth-child(2n) {
    margin-right: 0;
}
.sponsors-list.platinum > ul > li.empty > a {
    height: 80px;
    background: #f7f7f7 url(/assets/images/sponsors/special_member_ready.jpg) center 50% no-repeat;
}

/* °ñµå */
.sponsors-list.gold > ul > li {
    float: left;
    width: 240px;
    margin: 0 20px 20px 0;
}
.sponsors-list.gold > ul > li > a {
    height: 100px;
    /*line-height: 100px;*/
}
.sponsors-list.gold > ul > li:nth-child(3n) {
    margin-right: 0;
}

/* ½Ç¹ö */
.sponsors-list.silver > ul > li {
    float: left;
    width: 175px;
    margin: 0 20px 20px 0;
}
.sponsors-list.silver > ul > li > a {
    height: 80px;
    /*line-height: 80px;*/
}
.sponsors-list.silver > ul > li:nth-child(4n) {
    margin-right: 0;
}

/* Çà»ç ÈÄ¿ø */
.sponsors-list.event {
    padding-top: 60px;
    padding-bottom: 100px;
}
.sponsors-list.event h4 {
    width: auto;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0 0 20px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #eeeeee;
    background-color: #fff;
}
.sponsors-list.event {

}
.sponsors-list.event {

}

/* a link color */
.sponsors-list.platinum > ul > li > a:hover {
    border: 1px solid #274f86;
}
.sponsors-list.gold > ul > li > a:hover {
    border: 1px solid #C98910;
}
.sponsors-list.silver > ul > li > a:hover {
    border: 1px solid #A8A8A8;
}
.sponsors-list.bronze > ul > li > a:hover {
    border: 1px solid #965A38;
}
.sponsors-list.event > ul > li > a:hover {
    border: 1px solid #0dd987;
}
.sponsors-list > ul > li img {
    max-width: 100%;
}

/*------------------------------
           Á÷¿ø ¾È³»
------------------------------*/
/*.border-box {*/
/*border: 1px solid #ddd;*/
/*}*/
/*.border-box ul {*/
/*!*padding: 20px;*!*/
/*}*/
.border-box {
    margin-top: 30px;
    padding: 15px 15px;
    border: 1px solid #dfdfdf;
}
.staff-area  {
    margin-top: 20px;
}
.staff-area ul {
    *zoom:1;
    margin-bottom: 0;
    padding: 10px;
    list-style: none;
    border-bottom: 1px solid #e0e0e0;
}
.staff-area ul:after {
    content: '';
    display: block;
    clear: both;
}
.staff-area ul li {
    display: block;
    float: left;
}
.staff-area.staff01 ul li:first-child {
    width: 34%;
}
.staff-area.staff01 ul li:nth-child(2) {
    width: 27%;
    text-align: center;
}
.staff-area.staff01 ul li:last-child {
    width: 39%;
}

.staff-area.staff02 ul li:first-child {
    width: 34%;
    text-align: center;
}
.staff-area.staff02 ul li:last-child {
    width: 66%;
    padding-left: 60px;
}
.staff-area.staff02 .header ul li:last-child {
    padding-left: 0;
}

.staff-area ul.header {
    font-weight: 600;
    font-size: 15px;
    padding: 3px;
    /*line-height: 2.2;*/
    background: #fefefe;
    border-top: 1px solid #e0e0e0;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    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 */
    /*background: #dfdfdf;*/
}
.staff-area ul.header li {
    text-align: center;
}
/*.staff-area.staff01 ul li {*/
/*width: 33.3333%;*/
/*}*/

/*------------------------------
     È¸¿øÅë°è
------------------------------*/
.pages.statics {

}
.pages.statics .form-group {
    text-align: right;
}
.pages.statics select.form-control {
    display: inline-block;
    width: 200px;
}
.pages.statics .tb-static {

}
.pages.statics .tb-static thead th {
    text-align: center;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
.pages.statics .tb-static tbody tr.total {
    border-top: 3px double #ccc;
    border-bottom: 3px double #ccc;
    background-color: #fafecb;
}
.pages.statics .tb-static tbody tr.total th {
    background-color: #fafecb;
}
.pages.statics .tb-static tbody th {
    padding: 5px;
    text-align: center;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
.pages.statics .tb-static tbody td {
    padding: 5px;
    text-align: right;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

/*------------------------------
     È¸¿ø°Ë»ö
------------------------------*/
.member-search {

}
.member-search-area {
    width: 100%;
    margin: 30px 0;
    padding: 20px;
    text-align: center;
    border: 5px solid #f4f4f4;
}
.member-search-area label {
    display: inline-block;
}
.member-search-area .form-control {
    display: inline-block;
    width: 300px;
    height: 34px;
    margin: 0 0 0 10px;
    font-size: 15px;
    vertical-align: middle;
}
.member-search-area .btn {
    display: inline-block;
    vertical-align: middle;
}

.member-search  h4 {
    margin: 0 0 10px;
    color: #333;
}
.member-search  h4 .impact {
    color: #2690ea;
}
.member-search  .table {

}
.member-search  .table thead th {
    font-size: 13px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}
.member-search  .table tbody td {
    font-size: 13px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

/*------------------------------
     ´ëÇÑ°ÇÃàÇÐÈ¸ À±¸®±ÔÁ¤
------------------------------*/
.regular01 ul {
    list-style: none;
    padding-left: 0;
}

/*------------------------------
     ¹®Çå DB
------------------------------*/
.book-area dt,
.book-area dd {
    float: left;
}
.book-area dd {
    margin-left: 30px;
    width: 600px;
}
.book-area dd p.journal-title {
    margin-bottom: 0;
    font-size: 18px;
}
.book-area dd ul.journal-issue {
    position: relative;
    top: 20px;
}
.book-area dd ul.journal-issue li {
    line-height: 1.8;
}
.book-area .book-btn {
    padding: 5px 50px 0 0;
    text-align: right;
}

/*------------------------------
           ÇÐÈ¸ÁÖ¿äÀÏÁ¤
------------------------------*/
.conts.schedule {

}
.conts.schedule h3.flash-title {
    margin-top: 50px;
    font-weight: bold;
}
.conts.schedule > ul {
    margin: 15px 0;
}
.conts.schedule > ul.list-event {
    margin: 7px 0;
}
.conts.schedule > ul.list-event.date-same {

}
.conts.schedule > ul > li {
    overflow: hidden;
    margin: 0 0 8px;
    list-style: none;
}
.conts.schedule > ul.list-event.date-same > li {

}
.conts.schedule .date {
    float: left;
    display: block;
    width: 125px;
    margin-right: 20px;
    padding: 0;
    text-align: right;
    font-family: arial, 'Noto', 'Noto Sans KR', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #144f9b;
}
.conts.schedule .event-detail {
    float: left;
    width: 595px;
}
.conts.schedule .event-detail .event-title {

}
.conts.schedule .event-detail .event-contents {
    line-height: 1.6;
    font-size: 13px;
    color: #767676;
}
.conts.schedule .event-detail p {
    margin: 0;
}
.conts.schedule .event-detail .btn {
    margin-top: 5px;
}
.conts.schedule .event-detail .btn i {
    font-size: 13px;
    padding: 0 5px 0 2px;
}
.conts.schedule {

}

/*------------------------------
           ÇÐÈ¸Áö
------------------------------*/
.book-intro {
    padding: 20px 0 0 0;
}
.book-intro dt {
    float: left;
    width: 100px;
}
.book-intro dd {
    float: left;
    width: 600px;
    padding: 15px 0 0 15px;
}

.image-table .image {
    float: left;
    width: 205px;
    text-align: center;
    padding-top: 40px;
}
.image-table .image img {
    border: 1px solid #eee;
}
.image-table .table-responsive {
    float: left;
    width: 555px;
}
/*------------------------------
     ÁØºñÁß ÆäÀÌÁö
------------------------------*/
.under-construction {
    padding: 40px 0;
    height: 120px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #bbbbbb;
    background: #fafafa;
    border: 1px solid #ddd;
}
.under-construction i {
    padding-right:10px;
    font-size: 25px;
    vertical-align: middle;
}
.under-construction span {
    vertical-align: middle;
}

/*------------------------------
    ¹®Çå ÆäÀÌÁö
------------------------------*/
.paper-list {
    margin: 0;
    text-align: center;
    list-style: none;
}
.paper-list li {
    display: inline-block;
    margin: 50px 30px 0 0;
    padding: 0;
}
/*.alert-area{*/
/*display: inline-block;*/
/*margin: 10px 0 0;*/
/*padding: 10px 20px 10px;*/
/*border: 1px solid #d9eaf9;*/
/*border-radius: 5px;*/
/*background-color: #f8fbfe;*/
/*text-align: left;*/
/*}*/
.alert-area {
    padding-top: 10px;
    text-align: right;
}

/* ±âÅ¸ÀÚ·á */
.portletBody {

}
.portletBody > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.portletBody > ul > li {
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}
.portletBody > ul > li:nth-child(2n) {
    background-color: #fafafa;
}
.portletBody > ul > li .subject{
    display: block;
    font-size: 15px;
    font-weight: 700;
}
.portletBody > ul > li .etcDatas {
    display: block;
    margin: 0 0 5px;
}
.portletBody > ul > li .etcDatas .btn {
    display: inline-block;
    margin: 5px 0 0;
    font-size: 12px;
}
.portletBody > ul > li .etcDatas i {
    margin-right: 3px;
    font-size: 13px;
}
.portletBody > ul > li .etcDatas i.ion-android-alert {
    margin-right: 5px;
    font-size: 15px;
    color: #ccc;
}

/*article-notice*/
.article-notice {
    /*display: none;*/
    border: 1px solid #eee;
    padding: 10px 15px;
    background-color: #fafafa;
}

/*------------------------------
           °ÇÃàµµ½Ã´ëÈ¸
------------------------------*/
/*.conf-introduction {*/
/*margin-bottom: 30px;*/
/*}*/
/*.conf-introduction dt img {*/
/*float: left;*/
/*width: 200px;*/
/*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);*/
/*-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);*/
/*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);*/
/*}*/
/*.conf-introduction dd {*/
/*float: left;*/
/*width: 560px;*/
/*padding-left: 25px;*/
/*}*/
/*.conf-introduction .info {*/
/*list-style: none;*/
/*padding-left: 0 !important;*/
/*}*/
/*.conf-introduction h4 {*/
/*margin: 40px 0 10px 0;*/
/*font-size: 18px;*/
/*color: #1554b0;*/
/*}*/

/*------------------------------
    ÇÐÈ¸µµ¼­ ¾È³» - ¸®½ºÆ®
------------------------------*/
.pages-area.book-info-wrap {

}
.pages-area.book-info-wrap .highlight-box {
    margin: 0 0 30px;
    padding: 15px 20px;
    font-size: 14px;
    border-radius: 2px;
    background-color: #f5fafe;
}
.pages-area.book-info-wrap .book-list {

}
.pages-area.book-info-wrap .book-list > ul {
    margin: 0;
    padding: 0;
}
.pages-area.book-info-wrap .book-list > ul > li {
    margin: 0 0 30px;
    padding: 0 0 20px;
    border-bottom: 1px solid #eee;
}
.pages-area.book-info-wrap .book-list > ul > li:last-child {
    margin: 0 0 40px;
    padding: 0;
    border-bottom: 0px solid #eee;
}

/* Ç¥Áö */
.pages-area.book-info-wrap .book-list > ul > li > .cover {
    float: left;
    width: 120px;
}
.pages-area.book-info-wrap .book-list > ul > li > .cover > a {
    display: block;
    width: 100%;
    background-color: #eee;
}
.pages-area.book-info-wrap .book-list > ul > li > .cover > a > img {
    display: block;
    max-width: 100%;
}

/* Ã¥¼Ò°³ */
.pages-area.book-info-wrap .book-list > ul > li > .book-info {
    float: left;
    width: 640px;
    padding-left: 50px;
}
.pages-area.book-info-wrap .book-list > ul > li > .book-info .title {
    margin: 0 0 10px;
}
.pages-area.book-info-wrap .book-list > ul > li > .book-info .title a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.pages-area.book-info-wrap .book-list > ul > li > .book-info .title a:hover {
    color: #2690ea;
}
.pages-area.book-info-wrap .book-list > ul > li > .book-info .author {
    margin: 0;
    font-size: 14px;
    color: #767676;
}
.pages-area.book-info-wrap .book-list > ul > li > .book-info .etc {
    margin: 0 0 10px;
    font-size: 14px;
    color: #767676;
}
.pages-area.book-info-wrap .book-list > ul > li > .book-info .txt {

}
.pages-area.book-info-wrap .book-list > ul > li > .book-info .btn-area {

}
.pages-area.book-info-wrap .book-list > ul > li > .book-info .btn-area a {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin-top: 2px;
    padding: 3px 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    background-color: #1554b0;
    text-decoration: none;
}
.pages-area.book-info-wrap .book-list > ul > li > .book-info a.btn-detail {
    margin-right: 5px;
    color: #333;
    border: 1px solid #eee;
    background-color: #fafafa;
}
.pages-area.book-info-wrap .book-list > ul > li > .book-info a.btn-detail:hover {
    background-color: #fff;
}
.pages-area.book-info-wrap .book-list > ul > li > .book-info a.btn-order {
    background-color: #1554b0;
}
.pages-area.book-info-wrap .book-list > ul > li > .book-info a.btn-order:hover {
    background-color: #2690ea;
}


/*------------------------------
    ÇÐÈ¸µµ¼­ ¾È³» - »ó¼¼
------------------------------*/
.pages-area.book-info-wrap {

}
.pages-area.book-info-wrap .book-view {

}
.pages-area.book-info-wrap .book-view .title {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #147cd1;
}
.pages-area.book-info-wrap .book-view > ul {
    margin: 0;
    padding: 0;
}
.pages-area.book-info-wrap .book-view > ul > li {
    margin: 0 0 30px;
    padding: 0 0 20px;
    border-bottom: 1px solid #eee;
}
.pages-area.book-info-wrap .book-view > ul > li:last-child {
    margin: 0 0 30px;
    padding: 0;
    border-bottom: 0px solid #eee;
}

/* Ç¥Áö */
.pages-area.book-info-wrap .book-view > ul > li > .cover {
    float: left;
    width: 180px;
}
.pages-area.book-info-wrap .book-view > ul > li > .cover > a {
    display: block;
    width: 100%;
    background-color: #eee;
}
.pages-area.book-info-wrap .book-view > ul > li > .cover > a > img {
    display: block;
    max-width: 100%;
}
.pages-area.book-info-wrap .book-view > ul > li > .cover > a.btn-order {
    display: block;
    max-width: 100%;
    margin-top: 7px;
    padding: 5px 10px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 2px;
    background-color: #1554b0;
    text-decoration: none;
}
.pages-area.book-info-wrap .book-view > ul > li > .cover > a.btn-order:hover {
    background-color: #2690ea;
}

/* Ã¥¼Ò°³ */
.pages-area.book-info-wrap .book-view > ul > li > .book-info {
    float: left;
    width: 580px;
    padding-left: 50px;
}
.pages-area.book-info-wrap .book-view > ul > li > .book-info p {

}
.pages-area.book-info-wrap .book-view > ul > li > .book-info p b {
    margin: 0 10px 0 0;
}
.pages-area.book-info-wrap .book-view > ul > li > .book-info p b.isbn {
    letter-spacing: 1.2px;
}
.pages-area.book-info-wrap .book-view > ul > li > .book-info p span {

}
.pages-area.book-info-wrap .info {
    line-height: 1.68;
    font-size: 15px;
}



@media screen and (max-width: 768px) {

    /*------------------------------
        ÇÐÈ¸µµ¼­ ¾È³» - ¸®½ºÆ®
    ------------------------------*/
    .pages-area.book-info-wrap .highlight-box {
        margin: 0 0 30px;
        padding: 15px 20px;
        font-size: 14px;
    }
    .pages-area.book-info-wrap .book-list > ul > li {
        margin: 0 0 30px;
        padding: 0 0 20px;
    }

    /* Ç¥Áö */
    .pages-area.book-info-wrap .book-list > ul > li > .cover {
        float: none;
        width: 120px;
        margin: 0 0 20px;
    }
    .pages-area.book-info-wrap .book-list > ul > li > .cover > a {
        display: block;
        width: 100%;
    }

    /* Ã¥¼Ò°³ */
    .pages-area.book-info-wrap .book-list > ul > li > .book-info {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .pages-area.book-info-wrap .book-list > ul > li > .book-info .title {
        margin: 0 0 10px;
    }
    .pages-area.book-info-wrap .book-list > ul > li > .book-info .title a {
        font-size: 16px;
    }
    .pages-area.book-info-wrap .book-list > ul > li > .book-info .author {
        margin: 0;
        font-size: 14px;
    }
    .pages-area.book-info-wrap .book-list > ul > li > .book-info .etc {
        margin: 0 0 10px;
        font-size: 14px;
    }

    /*------------------------------
        ÇÐÈ¸µµ¼­ ¾È³» - »ó¼¼
    ------------------------------*/
    .pages-area.book-info-wrap .book-view .title {
        margin: 0 0 20px;
        line-heigh: 1.4;
        font-size: 18px;
    }
    .pages-area.book-info-wrap .book-view > ul > li {
        margin: 0 0 30px;
        padding: 0 0 20px;
    }

    /* Ç¥Áö */
    .pages-area.book-info-wrap .book-view > ul > li > .cover {
        float: none;
        width: 180px;
        margin: 0 0 20px;
    }
    .pages-area.book-info-wrap .book-view > ul > li > .cover > a {
        width: 100%;
    }
    .pages-area.book-info-wrap .book-view > ul > li > .cover > a > img {
        max-width: 100%;
    }

    /* Ã¥¼Ò°³ */
    .pages-area.book-info-wrap .book-view > ul > li > .book-info {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .pages-area.book-info-wrap .book-view > ul > li > .book-info p b {
        margin: 0 10px 0 0;
    }
    .pages-area.book-info-wrap .info {
        font-size: 15px;
    }

}


















