@import url(/cloud_ver2/new_cloud/css/v3_cmm.css);
/**/

.btn_analmore {
    align-items: center;
    float: left;
    position: relative;
    display: flex;
    width: 76px;
    height: 76px;
    margin-right: 6px;
    border-radius: 5px;
}

.btn_analmore a,
.btn_analmore span {
    color: white;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
}

.btn_analmore.stat {
    background-color: rgb(230, 139, 139);
    box-shadow: 0 3px 3px #cdd0d2;
    /*background-color: #527FCE;*/
}

.btn_analmore.usecase {
    background-color: rgb(172, 143, 236);
    box-shadow: 0 3px 3px #cdd0d2;
    /*background-color: #8F6CC8;*/
}

.btn_analmore.certif {
    background-color: rgb(101, 161, 218);
    box-shadow: 0 3px 3px #cdd0d2;
    /*background-color: #CC58C1;*/
}

.btn_analmore2 a {
    float: left;
    position: relative;
    width: 115px;
    height: 74px;
    margin-right: 5px;
    padding: 22px 13px 22px 13px;
    border-radius: 5px;
    background-color: #2B579A;
}


.btn_analmore span:nth-child(1) {
    display: inline-block;
    text-align: center;
}

.btn_analmore span:nth-child(2) {
    float: right;
    display: inline-block;
    margin: 3px 0 0 5px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.btn_analmore span:nth-child(3) {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.btn_analmore2 span:nth-child(2) {
    float: right;
    display: inline-block;
    margin: 3px 0 0 5px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.btn_analmore2 span:nth-child(3) {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.mr0 {
    margin-right: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

/****************** 서비스 카테고리 ****************/

article.value_product {
    position: relative;
    width: 100%;
    background: #bfd8ed;
    min-width: 1280px;
    margin: 0 auto;
    height: 600px;
}

.popular_search_service_area {
    position: Relative;
    width: 1280px;
    /*padding: 2.5em 0 0 0;*/
    padding: 0;
    margin: 0 auto;
}

.judge_selec {
    position: relative;
    top: -15px;
    left: -18px;
}

.judge_selec img {
    width: 90px;
}

.judge_selec span {
    position: relative;
    left: -10px;
    color: #000;

}

.judge_selec .title {
    font-size: 1.5em;
    position: relative;
    top: 2px;
    margin-right: 0.5em;
}

.judge_selec .value {
    font-size: 2.5em;
    position: relative;
    top: 7px;
    margin-right: 0.1em;
}

.judge_selec .text {
    font-size: 1.2em;
    position: relative;
    top: 0px;
}

.popular_search,
.service_link,
.justice,
.judge_selec {
    position: relative;
    display: inline-block;
    width: 290px;
    vertical-align: top;
    padding-left: 2em;
}

/* 인기검색어 */

.popular_search h2 {
    color: #212121;
    font-size: 16px;
    font-weight: 500;
}

.popular_search_list li {
    list-style: decimal !important;
    list-style-position: inside !important;
    color: #2c4074;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.popular_search_list li span {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 55%;
    width: auto;
    overflow: hidden;
    color: #2c4074;
    font-size: 22px;
    font-weight: 500;
    vertical-align: bottom;
}

.popular_search_list em {
    position: relative;
    display: inline-block;
    margin-left: 1em;
    font-size: 18px;
    top: -2px;
}

.popular_search_list_arrow {
    position: absolute;
    top: 35px;
    right: 40px;
}

.popular_search_up,
.popular_search_new {
    color: #ff5151;
}

.popular_search_up {
    animation: moveArrow 1.5s infinite;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation-timing-function: linear;
    z-index: -9;
}

@keyframes moveArrow {
    0% {
        transform: translatey(6px);
        overflow: hidden;
    }

    50% {
        transform: translatey(0px);
        overflow: hidden;
    }

    100% {
        transform: translatey(6px);
        overflow: hidden;
    }
}

.popular_search_down {
    color: #1a4bff;
}

.popular_search_none {
    color: #343434;
}

.popular_search_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 430px;
    display: none;
    background: #384e85;
    border-radius: 15px;
    padding: 1.5em;
    z-index: 99;
    box-shadow: 0 0 10px rgba(11, 11, 11, .2);

}

.popular_search_hover.on {
    display: block;
}

.popular_search_hover h2 {
    position: relative;
    color: #fff;
    float: left;
    width: 89%;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 9px;
}

.popular_search_list_hover_arrow {
    position: relative;
    display: inline-block;
    top: 4px;
    float: right;
    cursor: pointer;
    width: 20px;
}

.popular_search_hover_list {
    border-top: 1px solid #fff;
    padding-top: 10px;
    clear: both;
}

.popular_search_hover_list li {
    position: relative;
    list-style: decimal !important;
    list-style-position: inside !important;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    font-weight: 400;
    cursor: pointer;
}

.popular_search_hover_list li span:hover {
    text-decoration: underline;
}

.popular_search_hover_list li span {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    padding-right: 3px;
    max-width: 85%;
    width: auto;
    overflow: hidden;
    vertical-align: bottom;
}

.popular_search_hover_list li em {
    position: absolute;
    top: -1px;
    right: -4px;
    width: 33px;
    text-align: center;
}

.popular_search_hover_list li .popular_search_up,
.popular_search_hover_list li .popular_search_new {
    color: #ffa9a9;
}

.popular_search_hover_list li .popular_search_down {
    color: #a3fef9;
}

.popular_search_hover_list li .popular_search_none {
    color: #ffffff;
}

.popular_search_hover_list_day {
    position: relative;
    display: block;
    color: #fff;
    width: 100%;
    text-align: right;
    font-weight: 300;
}

.popular_search_hover_list_day em {
    letter-spacing: 0;
    margin-right: 3px;
    font-weight: 300;
}

/* 검색 select */

.main_search_select {
    position: relative;
    vertical-align: top !important;
    width: 175px !important;
    width: 175px !important;
    font-size: 14px;
    border: 0;
    background: transparent !important;
}

.main_search_select strong {
    color: #014da2;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    height: 60px;
    padding-top: 1.3em;
    padding-left: 1em;
    background: #ddedff url("/cloud_ver3/html_web/images/common/popular_search_list_arrow.png") no-repeat 90% center;
    background-size: 15px;
    border: 2px solid #014da2;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}

.main_search_select .scroll {
    width: 175px !important;
    height: 310px !important;
    border: 2px solid #014da2;
    position: relative;
    top: -1px;
    background: #fff;
}

.main_search_select a {
    overflow: hidden;
    display: block;
    padding: 7px;
    color: #666;
    font-size: 14px;
    word-break: break-all;
    line-height: 20px;
    text-decoration: none;
}

/* 검색창 */
.search_input_box {
  position: relative;
  display: inline-block;
  width: 675px;
  margin: 0 auto;
  text-align: center;
}

.search_input_box .search_input {
  width: 100%;
  height: 60px;
  padding: 10px 60px 10px 20px;
  border: 2px solid #014da2;
  /*border-left: 0;*/
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  color: #515151;
  border-radius: 5px;
}

.search_input_box .search_input_btn {
  position: absolute;
  top: 17px;
  right: 4%;
  width: 26px;
}

.total_search_input_box {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    z-index: 100;
}

.total_search_input_box .search_input {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 5px;
    border: none;
    border-bottom: 2px solid #014da2;
    /*border-left: 0;*/
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    color: #515151;
}

.total_search_input_box .search_input_btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
}

/* 서비스 신청하기 */

.service_link,
.justice,
.judge_selec {
    text-align: Center;
}

.service_link a,
.justice a,
.judge_selec a {
    position: relative;
    display: block;
    margin-top: 6px;
}

.service_link em,
.justice em,
.judge_selec em {
    position: relative;
    padding: 2px 0;
    font-size: 20px;
    color: #00133e;
    font-weight: 600;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    vertical-align: bottom;
}

.service_link a img,
.justice a img,
.judge_selec a img {
    padding-left: 0.5em;
}

.service_link a em:hover,
.justice a em:hover,
.judge_selec a em:hover {
    border-bottom: 0;
}

/*.service_link a em:hover:before {*/
/*right:0;*/
/*}*/

.service_link a em:before,
.justice a em:before,
.judge_selec a em:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #fff;*/
    height: 14px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.justice {
    top: -17px;
    left: -36px;
    /*text-align: left !important;*/
}

/* 메인 통계카운트 */
.count_wrap {
    background: #f1f8fd;
    border-top: 1px solid #e5e5e5;
}

.count_area {
    width: 1280px;
    padding: 10px 0;
    margin: 0 auto;
}

.count_inner {
    float: left;
    width: 70%;
}

.count_inner ul {
}

.count_inner ul li {
    position: relative;
    float: left;
    width: calc(100% / 3 - 20px);
    text-align: right;
    margin-right: 20px;
    /*border: 1px solid #e5e5e5;*/
    /*background: rgba(201, 226, 247, 0.25);*/
    border-radius: 10px;
}

.count_inner ul li a {
    display: block;
    padding: 15px 20px 20px 40px;
    border-radius: 4px;
    transition: 0.3s;
}

.count_inner ul li a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.count_inner ul li img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 40px;
    margin-right: 10px;
}

.count_inner ul li p {
    display: inline-block;
    font-size: 18px;
    color: #1d1d1d;
}

.count_inner ul li p span {
    display: inline-block;
    width: 55px;
    font-size: 24px;
    font-weight: 500;
    color: #1d1d1d;
    margin: 0 5px 0 10px;
}

.digital_link {
    float: right;
    width: 30%;
    height: 70px;
    text-align: right;
}

.digital_link a {
    font-size: 16px;
    line-height: 70px;
}

.digital_link a:hover,
.digital_link a:active,
.digital_link a:focus {
    color: #0b4da2;
    text-decoration: underline;
}

.digital_link a:nth-child(1) {
    margin-right: 20px;
}

.digital_link a:nth-child(1) img {
    width: 160px;
}

.digital_link a:nth-child(2) img {
    width: 180px;
}

/* main slider content */
.product_area {
    position: relative;
    width: 1280px;
    height: 340px;
    margin: 30px auto 0 auto;
}

.thumb .product {
    float: left;
    width: 236px !important;
    height: 236px;
    margin: 0px 22px 4.5em 0px;
    border-radius: 10px;
    box-shadow: 5px 10px 10px rgba(11, 11, 11, .2);
    list-style: none;
    background: #fff;
    text-align: center;
}

.product_area .bx-viewport {
    height: 310px !important;
}

.thumb .product a {
    position: relative;
    display: block;
    padding: 2em;
    height: 240px;
}

.thumb .product a dl {
    position: relative;
    text-align: center;
}

.thumb .product a dl dt {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #656565;
}

.product_pointer {
    color: #f3974d;
}

.product_pointer.cloud {
    color: #54b669 !important;
}

.product_pointer.support {
    color: #f3974d !important;
}

.product_pointer.convergence {
    color: #8578ff !important;
}

.product_pointer.saas {
    color: #FF5831 !important;
}

.product_pointer.paas {
    color: #E17832 !important;
}

.product_pointer.iaas {
    color: #F36B27 !important;
}

.product_pointer.managed {
    color: #129612 !important;
}

.product_pointer.consulting {
    color: #6BA115 !important;
}

.product_pointer.operation {
    color: #00949B !important;
}

.product_pointer.migration {
    color: #00A685 !important;
}

.product_pointer.convergence {
    color: #7A51BC !important;
}

.thumb .product a dl dd {
    position: relative;
    display: table;
    height: 164px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    bottom: 15px;
}

.product_title_company {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 30px;
    font-size: 18px;
    color: #515151;
    text-align: center;
}

.product_title_text {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    position: relative;
    height: 65px;
    overflow: hidden;
    word-break: break-all;
    color: #212121;
}

.thumb:after {
    clear: both;
    display: block;
    content: '';
}

.product_area .bx-controls {
    position: relative;
    margin-top: -4em;
    padding: 0;
}

.product_area .bx-controls-auto{position:absolute; top:14px; left:63%; transform:translateX(-50%);}
.product_area .bx-controls-auto .bx-stop,
.product_area .bx-controls-auto .bx-start{display:inline-block; font-size:0; width:24px; height:24px;}
.product_area .bx-controls-auto .bx-stop:focus,
.product_area .bx-controls-auto .bx-start:focus{border:2px solid #000;}
.product_area .bx-controls-auto .bx-stop::after,
.product_area .bx-controls-auto .bx-start::after{content:""; display:inline-block; width:20px; height:20px; background:no-repeat 50%;}
.product_area .bx-controls-auto .bx-stop::after{ background-image:url(/cloud_ver3/html_web/images/ico_product_stop.svg);}
.product_area .bx-controls-auto .bx-start::after{ background-image:url(/cloud_ver3/html_web/images/ico_product_play.svg);}

.product_area .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    position: absolute;
    top: 15px;
    left: 40%;
    padding: 9px;
    font-size: 0;
    background: url('/cloud_ver3/html_web/images/common/prev01.png') no-repeat;
}

.product_area .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    position: absolute;
    top: 15px;
    right: 40%;
    padding: 9px;
    font-size: 0;
    background: url('/cloud_ver3/html_web/images/common/next01.png') no-repeat;
}

.product_area .bx-wrapper .bx-pager {
    position: relative;
    width: 100%;
    font-size: 16px;
    padding-top: 10px;
    color: #222;
    text-align: center;
    overflow: hidden;
}

.product_area .bx-wrapper .bx-pager .bx-pager-item {
    position: relative;
    display: inline-block;
    margin: 1.3em 2px;
}

.product_area .bx-wrapper .bx-pager.bx-default-pager a {
    background: #91a9ca;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: .3s all ease;
}

.product_area .bx-wrapper .bx-pager.bx-default-pager a:hover,
.product_area .bx-wrapper .bx-pager.bx-default-pager a.active,
.product_area .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #384e85;
    width: 25px;
    transition: .3s all ease;
}

.product_area_all {
    position: absolute;
    bottom: 0;
    right: 0;
}

.product_area_all a {
    display: block;
    color: #384e85;
    font-size: 18px;
    margin-bottom: 55px;
}

.product_area_all a img {
    vertical-align: baseline;
    margin-left: 5px;
}

.product_area_all a:hover img {
    transition: 3s all ease;
    -webkit-transition: 3s all ease;
    -moz-transition: 3s all ease;
    -ms-transition: 3s all ease;
    -o-transition: 3s all ease;
    transform: rotate(720deg);
}


/*      main icon counter    */

.value_area {
    position: relative;
    width: 100%;
    /*padding:0.5em 0;*/
    padding: 0;
    /*background:#f8fafc;*/
    background: #bfd8ed;
    /*border-top:1px solid #ececec;*/
    border-bottom: 1px solid #ececec;
}

.back_naby {
    background: #384e85 !important;
}

.main_icon_counter {
    width: 1280px;
    margin: 0 auto;
    /*position: relative;*/
    /*left: 76px;*/
}

.main_step {
    float: left;
    position: relative;
    width: calc(100% / 4);
}

/* 심사 선정 안내 */

.digital_service_intro {
    position: relative;
    width: 1180px;
    height: 290px;
    margin: -2.5em auto 0 auto;
}

.mainTex {
    display:flex;
    align-items:center;
    text-align: center;
    margin-bottom: 10px;
    padding: 15px 0 10px;
}

.mainTex h2 {
    width:300px;
    font-size: 20px;
    text-align: center;
    color: #000;
    margin: 0 10px;
    letter-spacing: 0.3px;
}

.mainTex .line {
    width: calc((100% - 300px) / 2);
    height: 3px;
    background: #fff;
}

.value_area .value_bg {
    float: left;
    /*width: calc(83% / 3);*/
    /*padding:0;*/
    /*padding:0 2.5em;*/
}

.value_bg {
    background: #fff;
    height: 84px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    margin-right: -50px;
    width: 30%;
}

.value_bg_1,
.value_bg_2,
.value_bg_3 {
    float: left;
    background: #fff;
    height: 84px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    margin-right: -50px;
    left: 52px;
}

.value_bg_1 {
    width: 30%;
}

.value_bg_2 {
    width: 30%;
    position: relative;
    left: -26px;
}

.value_bg_3 {
    width: 30%;
    position: relative;
    left: -20px;
}


.accumulate {
    padding: 5px 15px;
    border-radius: 30px;
    background: #e5e5e5;
    color: #000;
    margin: 0 1em;
}

dl.value_use {
    height: 73px;
}

.value_area dl dt {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    color: #212121;
    margin-top: 25px;
}

.value_area dl dd,
.value_area dl dt {
    float: left;
    vertical-align: middle;
}

.value_area dl dd.txt_value {
    font-size: 18px;
    color: #212121;
    font-weight: 300;
    text-align: center;
    padding-left: 5px;
    position: relative;
    top: 16px;
    left: -117px;
    /*top: 26px;*/
    /*left: -68px;*/
}


.boundary_01 {
    color: #fff;
    position: relative;
    left: 62px;
    top: -2px;
}

.value_area .txt_value01 {
    font-size: 18px;
    color: #212121;
    font-weight: 400;
    text-align: center;
    display: inline-block;
}


.value_area .txt_value02 {
    font-size: 18px;
    color: #212121;
    font-weight: 400;
}

.value_area dl dd div.img_box1 img {
    width: 100px;
    padding-right: 1em;
    margin-left: 20px;
}

.value_area dl dd div.box1 > img {
    vertical-align: middle;
}

.txt_name a {
    font-size: 20px;
    color: #000;
}

.font_white,
.font_white a {
    color: #fff !important;
}

.fs_30px {
    font-size: 30px !important;
}

.txt_name a:hover {
    color: #4287ea;
}

.txt_value01:hover {
    color: #de284a;
}

/*메인 절차도*/
.main_step_01 {
    /*background: #fff;*/
    width: 100%;
    position: relative;
    left: 0;
    /*border: 4px solid #ffffffc9;*/
    top: -8px;
    padding: 20px;
    text-align: center;
    vertical-align: top;
    margin-bottom: 0;
    margin-top: 0;
}

.main_step_01 .step_icon {
    padding: 10px;
}

.main_step_01 .main_icon {
    width: 100px;
    padding-bottom: 10px;
}

.main_step_01 .arrow_icon {
}

.main_step_01 .icon_title td {
    font-size: 16px;
    font-weight: 500;
    color: #071129;
}


.main-step{display:flex; align-items:center; justify-content:space-between; padding:10px 0 20px; text-align:center;}
.main-step li{display:inline-flex; align-items:center; font-size:16px; font-weight:500; color:#071129;}
.main-step li:not(:last-child)::after{content:""; width:33px; height:34px; margin:0 45px; background:url(/cloud_ver3/html_web/images/step_arrow_w.png) no-repeat;}


/*  board  */

.board_banner_area {
    position: relative;
    width: 100%;
    padding: 3em 0 2em 0;
}

.board_banner_area:after {
    content: '';
    display: block;
    clear: both;
}

.board_box {
    position: relative;
    float: left;
    width: 60%;
}

/*.tabs_wrap {
    overflow: hidden;
}

.tabs_wrap label {
    float: left;
    width: 25%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    color: #222;
}

#notice,
#bidding,
#contract,*/
.tabs_list {
    display: none;
}
/*
#notice:checked ~ .tabs_wrap label:first-child {
    border: 1px solid #0068b7;
    border-bottom: 1px solid #fff;
}

#bidding:checked ~ .tabs_wrap label:nth-child(2) {
    border: 1px solid #0068b7;
    border-bottom: 1px solid #fff;
}

#contract:checked ~ .tabs_wrap label:last-child {
    border: 1px solid #0068b7;
    border-bottom: 1px solid #fff;
}*/

.tabs_list {
    border-top: 1px solid #0068b7;
    height: 317px;
}

#notice:checked ~ .tabs_list:first-of-type {
    display: block;
    margin-top: -1px;
}

#bidding:checked ~ .tabs_list:nth-of-type(2) {
    display: block;
    margin-top: -1px;
}

#contract:checked ~ .tabs_list:last-of-type {
    display: block;
    margin-top: -1px;
}

.board_content_list {
    position: relative;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ececec;
}

.board_content_list_none {
    height: 317px;
    line-height: 317px;
    border-bottom: 1px solid #0068b7;
    text-align: center;
    vertical-align: middle;
}

.tabs_list li:nth-child(5) {
    border-bottom: 0;
}

.board_content_list a {
    display: block;
}

.board_content_list dl {
    position: relative;
    overflow:hidden;
}

.board_content_list dl dt {
    float: left;
    width: 150px;
    font-size: 16px;
    color: #384e85;
    text-align: center;
    padding: 1.2em 0;
}

.board_content_list dl dd {
    display: flex;
    justify-content:space-between;
    padding: 1.2em 0;
    width:calc(100% - 150px);
}
.board_content_list dl dd p{
    width:calc(100% - 130px);
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow:hidden;
}

.board_content_date {
    font-size: 14px;
    letter-spacing: 0;
    text-align: right;
    width: 130px;
    padding-right:20px;
}

.board_content_list dl dd:hover {
    text-decoration: underline;
    color: #212121;
}

.board_content_list:after {
    content: '';
    clear: both;
    display: block;
}


.noti-tab__list{appearance:none; width:190px; height:60px; margin-right:10px;}
.noti-tab__list + label{width:190px; height:60px; line-height:60px; text-align:center; cursor:pointer; position:absolute; left:0; font-size:18px; color:#222;}
.noti-tab__list#contract + label{left:202px;}
.noti-tab__list:checked{border:1px solid #0068b7; border-bottom-color:#fff;}

.board_more_btn_box {
    position: absolute !important;
    top: 1em;
    right: 0;
}

.board_more_btn_box a {
    display: block;
    width: 31px;
    height: 30px;
    text-align: center;
    background: #384e85;
    padding-top: 3px;
    transition: background-color ease .3s;
}

.board_more_btn_box a:hover {
    background: #de284a;
    transition: background-color ease .3s;
}

/*   banner_area    */

.banner_area {
    position: relative;
    display: table;
    width: 435px;
    height: 376px;
    float: right;
    text-align: center;
    overflow: hidden;
}

/*.banner_area span {
    position: relative;
    display: block;
    width: 100%;
    height: 59px;
    text-align: left;
    font-size: 18px;
    color: #212121;
    padding-top: 1.1em;
}*/

.banner_area h2 {
    position: relative;
    display: block;
    width: 100%;
    height: 59px;
    text-align: left;
    font-size: 18px;
    color: #212121;
    padding-top: 1.1em;
}

.banner_ima_area {
    position: relative;
    width: 100%;
    height: 318px;
    border: 1px solid #ececec;
}

.banner_ima_area ul li a img {
    width: 100%;
}

.banner_area:after {
    clear: both;
    display: block;
    content: '';
}

.banner_ima_area .bx-controls {
    position: absolute;
    top: -43px;
    right: 0;
    width: 30%;
}

.banner_ima_area .bx-wrapper .bx-controls .bx-default-pager {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 16px;
    font-weight: 300;
    color: #212121;
}

.banner_ima_area .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    position: absolute;
    top: 0;
    left: 39px;
    border: 1px solid #ececec;
    padding: 1em;
    width: 31px;
    height: 30px;
    font-size: 0;
    background: url('/cloud_ver3/html_web/images/common/prev02.png') no-repeat center center;
}

.banner_ima_area .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    position: absolute;
    top: 0;
    right: 30px;
    border: 1px solid #ececec;
    padding: 1em;
    width: 31px;
    height: 30px;
    font-size: 0;
    background: url('/cloud_ver3/html_web/images/common/next02.png') no-repeat center center;
}

.banner_ima_area .bx-wrapper .bx-controls .bx-controls-auto .bx-stop {
    position: absolute;
    top: 0;
    right: 0;
    width: 31px;
    height: 30px;
    border: 1px solid #ececec;
    font-size: 0;
    background: url('/cloud_ver3/html_web/images/common/stop.png') no-repeat center center;
}

.banner_ima_area .bx-wrapper .bx-controls .bx-controls-auto .bx-start {
    position: absolute;
    top: 0;
    right: 0;
    width: 31px;
    height: 30px;
    border: 1px solid #ececec;
    font-size: 0;
    background: url('/cloud_ver3/html_web/images/common/start.png') no-repeat center center;
}

.banner_area ul a{display:block;}
.banner_area ul a:focus{padding:2px; outline:2px solid #000;}
/*.banner_ima_area .bx-wrapper .bx-pager {*/
/*position:relative;*/
/*width:100%;*/
/*text-align:center;*/
/*overflow: hidden;*/
/*}*/

/*.banner_ima_area .bx-wrapper .bx-pager .bx-pager-item {*/
/*position:relative;*/
/*display:inline-block;*/
/*margin:1.3em 2px;*/
/*}*/

/*.banner_ima_area .bx-wrapper .bx-pager.bx-default-pager a {*/
/*background: #91a9ca;*/
/*text-indent: -9999px;*/
/*display: block;*/
/*width: 10px;*/
/*height: 10px;*/
/*margin: 0 3px;*/
/*outline: 0;*/
/*-moz-border-radius: 5px;*/
/*-webkit-border-radius: 5px;*/
/*border-radius: 5px;*/
/*transition:.3s all ease;*/
/*}*/
/*.banner_ima_area .bx-wrapper .bx-pager.bx-default-pager a:hover,*/
/*.banner_ima_area .bx-wrapper .bx-pager.bx-default-pager a.active,*/
/*.banner_ima_area .bx-wrapper .bx-pager.bx-default-pager a:focus {*/
/*background: #384e85;*/
/*width:25px;*/
/*transition:.3s all ease;*/
/*}*/

.bg_color_1 {
    background-color: #ecf4ff;
}

.bg_color_2 {
    background-color: #f4fff2;
}

/* 씨앗회원 전환 안내 */
.ceart_conversion {
    /*position: fixed;*/
    /*top: 257px;*/
    position: absolute;
    top: 140px;
    left: 50px;
    width: 100px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 5px 10px 10px rgb(11 11 11 / 20%);
    z-index: 99999;
    animation: move 1s ease-in-out forwards infinite alternate;
}
.ceart_conversion a{display:block; border-radius:20px;}
.ceart_conversion a:focus{outline:2px solid #000;}

.ceart_conversion:hover {
    animation-play-state: paused;
}

.ceart_conversion .ceart_inner_top {
    padding: 5px 0 0 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #009DA4;
}

.ceart_conversion .ceart_inner_top .ceart_logo {
    width: 80px;
}

.ceart_conversion .ceart_inner_middle {
    padding: 0 0 5px 0;
    background: #009DA4;
}

.ceart_conversion .ceart_inner_middle .cpcp_logo {
    width: 50px;
}

.ceart_conversion .ceart_inner_top .ceart_logo {
    width: 80px;
}

.ceart_conversion .ceart_inner_bottom {
    color: #fff;
    padding: 10px 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #005A79;
}

@keyframes move {
    from {
        /*top: 257px;*/
        top: 140px;
    }

    to {
        /*top: 277px;*/
        top: 155px;
    }
}

