body{
    font-family: 'Noto Sans KR';
    color:#32362B;
}
body, div, table, th, td, ul, li, a, button, a, span, p, section{
    padding: 0;
    margin: 0;
    list-style: none;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    text-decoration: none;
    font-style: initial;
    color: initial;
}
a:hover{
    color: #0075BE;
}
::-moz-selection {
    background: #0075BE;
    color: #fff;
 }
 ::selection {
    background: #0075BE;
    color: #fff;
 }
.block{
    background-color: #9db869;
    padding: 2px 2px 0;
    margin-right: 2px;
}
.btn_primary{
    border-color: #9db869;
    color: #9db869;
    background-color: inherit;
    font-size: 14px;
    padding: 7px 15px;
}
.btn_primary:hover{
    background-color: #9db869 !important;
    color:#fff !important;
}
.btn_secondary{
    border-color: #32362B;
    color: #32362B;
    background-color: inherit;
    font-size: 14px;
    padding: 7px 15px;
}
.btn_secondary:hover{
    background-color: #32362B !important;
    color:#fff !important;
}

.btn_underline{
    border:none;
    border-bottom: 2px solid #32362B;
    padding: 7px 15px;
    border-radius: 0;
}
.btn_underline:hover{
    border-color: #9db869 !important;
}

/* ------------------------- */
/* 공통 css */
/* ------------------------- */
.bg_white{ background-color: #ffffff;}
.bg_black{ background-color: #32362B;}
.bg_wg{ background-color: #F5F5F5;}
.bg_cap{ background-color: #F5F5F5; }
.bg_print{ background-color: #F5F5F5;}
.bg_treeplen{ background-color: #0075BE;}

#tab_cap.bg_cap,#tab_print.bg_print {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #F5F5F5;
    position: relative;
    z-index: 2; /* 컨텐츠보다 위에 표시 */
}
#content_cap.bg_cap , #content_print.bg_print {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: -1px; /* 탭과 1px 겹치게 */
    position: relative;
    z-index: 1;
}
.fcolor_white{ color: #ffffff;}
.fcolor_black{ color: #32362B;}
.fcolor_gwon{ color: #6ABECC;}
.fcolor_helloremote{ color: #EFB015;}
.fcolor_intropgage{ color: #32A2DB;}
.fcolor_page2me{ color: #5FBF8F;}
.fcolor_easymenu{ color: #6ABECC;}
.fcolor_treeplen{ color: #555;}
.fcolor_treeplen2{ color: #32362B;}
.fcolor_grey{ color:#757575; }

.fsize_B{
    font-size: 80px;
    line-height:60px;
    letter-spacing: 0.36px;
    font-weight: 900;
}

.h1_black{
    font-weight: 900;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: -0.36px;
}
.h1_medium{
    font-weight: 400;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: -0.36px;
}
.h2_black{
    font-weight: 900;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -0.36px;
}
.h2_bold{
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -0.36px;
}
.h2_medium{
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -0.36px;
}
.h3_black{
    font-weight: 900;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.24px;
}
.h3_bold{
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.24px;
}
.h3_medium{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.24px;
}
.body1_black{
    font-weight: 900;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.08px;
}
.body1_bold{
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.08px;
}
.body1_medium{
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.08px;
}
.body1_regular{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.08px;
}
.body2_black{
    font-weight: 900;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.08px;
}
.body2_bold{
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.08px;
}
.body2_medium{
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.08px;
}
.body2_regular{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.08px;
}
.body3_black{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.08px;
}
.body3_bold{
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}
.body3_medium{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.body3_regular{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.caption1_medium{
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}
.caption1_regular{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
.text_left{ text-align: left;}
.text_right{ text-align: right;}
.text_center{ text-align: center;}
.text_justify{ text-align: justify;}
.border_top {border-top: 1px solid #0075BE;}
.border_right {border-right: 1px solid #0075BE;}
.border_bottom {border-bottom: 1px solid #0075BE;}
.border_left {border-left: 1px solid #0075BE;}



/* ------------------------- */
/* header */
/* ------------------------- */
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding:26px;
    z-index:999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.header.shrink{
    height: 99px;
    opacity: 0.9;
}
.header .logo_img{
    width: 100px;
    height: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.header .btn_nav{
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.header.shrink{
    background: #292929;
}
.header.shrink .logo_img{
    width: 80px;
}

.header.shrink .btn_nav{
    height: 30px;
    margin-top: 10px;
}

#sub_con_area{
    width:100%;
    max-width: 1296px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 50px;
}
/* nav */
nav{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-y: scroll;
    z-index: 999;

}
nav a:hover{
    color: #0075BE !important;
}
nav .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 99vw;
    height: 100vh;
    background-color: #32362B;
    opacity: 0.9;
}
nav .content{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    padding-top: 20vh;
    gap: 200px;
}
nav .close_btn{
    position: absolute;
    top: 30px;
    right: 30px;
}
nav .menu ul li a{
    font-weight: 900;
    font-size: 55px;
    letter-spacing: -0.254469px;
    color: #FFFFFF;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
nav .direct_contact{
    padding-top: 10px;
}
nav .direct_contact ul li{
    margin-bottom: 30px;
}
nav .direct_contact ul li a{
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -0.36px;
    color: #FFFFFF;
}
nav .sns ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 20px;
}
nav .direct_contact .divider{
    border-bottom: 1px solid #ffffff;
    width: 100%;
}

/* scroll down */
.scroll-down {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .scroll-down {
    position: fixed;
    bottom: 30px;
    left: 50%;
    margin-left: -16px;
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid #FFF;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transform: scale(1)
  }
  
  .scroll-down:before {
      position: absolute;
      top: calc(50% - 8px);
      left: calc(50% - 6px);
      transform: rotate(-45deg);
      display: block;
      width: 12px;
      height: 12px;
      content: "";
      border: 2px solid white;
      border-width: 0px 0 2px 2px;
  }
  
  @keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    60% {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px);
    }
  } 

/* content */

section{
    position: relative;
    clear: both;
    padding: 30px 10px;
}
#main_banner{
    text-align: center;
    padding-top: 160px;
    padding-bottom: 160px;
}
#main_banner p{
    font-weight: 400;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: -0.36px;
}
.main_img{
    width: 100%;
    text-align: center;
}
.main_img img{
    max-width: 500px;
    width: 50%;
}
#about p{
    font-weight: 400;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.36px;
}
.dot_area{
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.dot{
    width: 9px;
    height: 9px;
    border-radius: 10px;
    background: #0075BE;
}
.subject_no{
    color:#0075BE;
    border-bottom: 1px solid #0075BE;
    width: 184px;
    padding-bottom: 4px;
    font-size: 14px;
}
.service_tab{
    max-width: 1320px;
    margin: 0 auto;
}
.service_tab ul{
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.service_tab ul li{
    height: 104px;
    display: flex;
    width: 20%;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.service_tab ul li img{
    margin: auto;
    display: block;
}
.service_content_area{
    padding: 180px 0;
}
.service_content{
    margin-top: 10px;
}
.service_content p{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.24px;
    margin-top: 20px;
}
.cta_more{
    text-align: ;
    margin-top: 20px;
    margin-bottom:10px
}
.cta_more a{
    color: #ffffff;
    text-decoration: underline;
    font-size: 14px;
}
.cta_area{
    display: block;
    margin-top: 20px;
    
}
.cta_area button{
    width: 183px !important;;
    height: 56px !important;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    margin-right: 25px;
    margin-bottom: 10px;
    color: #ffffff;
    position: relative;
    text-align: left;
    padding-left: 25px!important;
    background: transparent!important;
}
.cta_area button:hover{
    background-color: #ffffff !important;
    color:#32362B !important;
}
.cta_area button:last-child{
    margin-right: 0;
}
.cta_area button:after{
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("../img/icon_arrow_right.png");
    top: 13px;
    right: 10px;
    position: absolute;
    display: inline-block;
}
.experience{
    position: relative;
    height: fit-content;
}
.swiper{
    margin-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
}
.swiper-button-prev{
    width: 45px;
    height: 44px;
    position: absolute;
    bottom: 30px;
    left: initial;
    right: 100px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-image: url('../img/bt_arrow_left.png');
    -moz-background-size: 45px 44px;
    -webkit-background-size: 45px 44px;
    background-size: 45px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next{
    width: 45px;
    height: 44px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-image: url('../img/bt_arrow_right.png');
    -moz-background-size: 45px 44px;
    -webkit-background-size: 45px 44px;
    background-size: 45px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.news_tab{
    padding: 50px 0;
}
.news_tab ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 15px
}
.news_tab ul li{
    
}
.news_tab ul li a{
    padding: 9px 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.08px;
    color: #757575;
}
.news_tab ul li a.active{
    background: #0075BE;
    box-shadow: inset 0px 4px 8px rgba(117, 117, 117, 0.5);
    border-radius: 10px;
    color: #ffffff;
}
.news_content .news_cate{
    width: 180px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.24px;
}
.news_content .news_head{
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -0.36px;
}
#noti_main{
    float: left;
    width: 70%;
    margin-right: 30px;
}
#noti_mobile{
    display: none;
}
#fb_main{
    float: left;
    width: 20%;
}
.content_table ul li{
    padding: 15px 0;
    border-top: 1px solid #efefef;
}
.content_table ul li:last-child{
    border-bottom: 0px solid #AAAAA9;
}
.content_table ul li .container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.pagination ul{
    margin: 40px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 15px;
}
.pagination img{
    width: 24px;
    height: 24px;
}


.post-slider .post-wrapper{
    height:145px;
}
.partner_content{
    margin-top: 20px;
}
/* footer */
footer{
    padding: 30px 0 30px;
    float: left;
    width: 100%;

}
.cta_contact{
    margin-top: 10px;
    margin-bottom: 30px;
}
.cta_contact button{
    border-color: #ffffff;
    color: #ffffff;
    background-color: #ffffff !important; 
    color:#32362B !important;
    padding: 9px 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    margin-right: 10px;
}
.cta_contact button:hover{
    background-color: #ffffff !important; 
    color:#32362B !important;
}
.cta_contact, .cta_contact > a{
    color: #fff;
}
.info{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 15px;
}
.info a{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.info a span{
    color:#AAAAA9;
}
.info p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.footer_block{
    margin-bottom: 30px;
}
.footer_block span{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: block;
    color:#AAAAA9;
    padding-bottom: 5px;
}
.footer_block p{
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
}
.footer_block ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 15px;
}
.footer_block ul li a{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color:#AAAAA9;
}


/* recruit */
#recruit{
    padding: 180px 0 120px;
}
.recruit_content{
    margin-top:50px;
}
.recruit_subject_no{
    font-weight: 700;
    color:#0075BE;
    border-bottom: 1px solid #0075BE;
    width: 184px;
    padding-bottom: 4px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.recruit_subject_no_black{
    font-weight: 700;
    color:#32362B;
    border-bottom: 1px solid #32362B;
    width: 184px;
    padding-bottom: 4px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.recruit_subject_no_white{
    font-weight: 700;
    color:#fff;
    border-bottom: 1px solid #fff;
    width: 184px;
    padding-bottom: 4px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 20px;
}
#culture{
    padding: 120px 0;
}
.cta_recruit{
    margin-top: 80px;
}
.cta_recruit button{
    width: 183px !important;;
    height: 56px !important;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    margin-right: 25px;
    margin-bottom: 10px;
    color: #ffffff;
    position: relative;
    text-align: left;
    padding-left: 25px!important;
    background: transparent!important;
}
.cta_recruit button:hover{
    background-color: #ffffff !important;
    color:#32362B !important;
}
.cta_recruit button:last-child{
    margin-right: 0;
}
.recruit_head{
    text-align: center;
    margin-bottom: 40px;
}
.recruit_list ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:10px;
}
.recruit_list li{
    padding: 10px 20px;
    border: 1px solid #32362B;
    
}
/* 트리플N */
#introduce{
    padding-top: 50px;
}

#introduce::before,
#introduce::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: opacity 2s ease-in-out;
    z-index: -1;
}

/* 첫 번째 배경 이미지 */
#introduce::before {
    background-image: url('../img/sub_top_banner1.png');
    opacity: 1;
}

/* 두 번째 배경 이미지 */
#introduce::after {
    background-image: url('../img/sub_top_banner2.png');
    opacity: 0;
}
/* 페이드 전환 클래스 */
#introduce.fade-second::before {
    opacity: 0;
}

#introduce.fade-second::after {
    opacity: 1;
}

/* 텍스트 내용이 배경 위에 오도록 z-index 설정 */
#introduce > * {
    position: relative;
    z-index: 1;
}
.intro_title{
    font-size: 35px;
    line-height:42px;
    letter-spacing: 0.36px;
    font-weight: 500;
}
.intro_subtitle{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.24px;
}
.about_subject_no{
    font-weight: 700;
    color:#0075BE;
    padding-bottom: 4px;
    font-size: 20px;
}
.horizon_line{
    height: 20px;
    border-left: 1px solid #0075BE;
    margin: 20px 0;
}
.about_content{
    margin-top:40px;
    padding-top:40px;
}
.about_content span{
    font-size: 14px;
    display: block;
    padding-top: 5px;
}
#top_navi_area{
    width: 100%;
    text-align: right;
}
.callout{
    border: 1px solid #0075BE;
    padding: 20px;
    margin: 15px 0;
}
.callout h4{
    font-size: 16px;
    font-weight: 700;
}
.callout p{
    font-size: 14px;
}
.diagram_circle_area{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap:8%;
    margin-bottom: 30px;
    margin-top: 30px;
}
.diagram_circle{
    width: 100%;
    border-radius: 50%;
    border: 1px solid #0075BE;
    position: relative;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 45px;
}
.diagram_circle h3{
    font-size: 16px;
    font-weight: 700;
    margin-top: 28%;
    margin-bottom: 5%;
    line-height: 1.5em;
}
.diagram_circle p{
    font-size: 12px;
    padding-left: 15%;
    padding-right: 15%;
}
.history{

}
.history_tab{
    padding: 40px 0;
}
.history_tab ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
}
.history_tab ul li{
    
}
.history_tab ul li a{
    padding: 8px 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.08px;
    color: #757575;
}
.history_tab ul li a.active{
    background: #0075BE;
    box-shadow: inset 0px 4px 8px rgba(117, 117, 117, 0.5);
    border-radius: 10px;
    color: #ffffff;
}
.history_content .history_card{

}
.history_content h2{
    font-size: 25px;
    font-weight: 700;
}
.history_content .history_card{
    padding: 20px 30px 25px;
    background: #f7f7f7;
    margin-bottom: 30px;
}
.history_content h3{
    font-size: 18px;
}
.history_content .history_date{
    color: #0075BE;
    display: block;
    margin-bottom: 5px;
}
.history_content p{
    font-size: 15px;
}
.history_content .history_with{
    margin: 10px 0;
}
.history_content .history_with span{
    background-color: #EAEAEA;
    color: #AAAAA9;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 3px 6px 1px;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
}


/* solution */
#solution{
    padding-top: 0;
    padding-bottom: 0;

}
.solution_content{
    display: flex;
    flex-wrap: wrap;
}
.solution_card{
    width: 50%;
    padding: 80px 5% 70px;
    overflow: hidden;
}
.solution_logo{
    margin-bottom: 20px;
}
.solution_logo img{
    width: 160px;
}
.solution_des{
    font-size: 14px;
    line-height: 1.3em;
}
.solution_content .cta_area button{
    font-size: 11px;
    width: 115px;
    height: 40px;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #ffffff;
    position: relative;
    text-align: left;
    padding-left: 13px;
}
.solution_content .cta_area button:after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/icon_arrow_right.png);
    top: 14px;
    right: 10px;
    position: absolute;
    display: inline-block;
}
.left_con{
    float: left;
    width: 20%;
}
#left_menu_title {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 18px;
    background: #32362B;
    color: #fff;
    font-weight: bold;
}

.menu_1depts {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dddddd; 
    font-size: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
    font-weight: bold;
    color: #727272;     
    cursor: pointer;
}

#sub_contents_right {
    float: right;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    width: 75%;
    word-wrap: break-word;
    margin-bottom: 30px;
}
.list .pagination{
    width: 100%;
    text-align: center;
    display: inline-block;
}
#sub_contents_right h5{
    color: #0B75BE;
    font-weight: bold;
}
#sub_contents_right img{
    margin-top: 15px;
    margin-bottom: 25px;
    max-width: 100%;
}
.list .pagination{
    width: 100%;
    text-align: center;
    display: inline-block;
}
.cTab li{
    padding:0px !important;
    margin: 0px !important;
}
.cTab li.on a, .cTab li:hover a{
    border-top: 2px solid #0075BE !important;
}
.thumb img{
    width: 170px !important;
}