@charset "utf-8";

/* 상단 비주얼 */
.subtop_visual01 {
    background: #40424d url(../img/purchase/img_subtop_purchase01.jpg) no-repeat 50% / cover;
}

/* 가격 안내 */
.con_spec_area {
    width: 1000px;
    margin: 10px auto 0;
}

.con_spec_area h2 {
    text-align: center;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -2px;
    font-weight: 500;
    color: #003767;
}

.con_spec_area h3 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2px;
    font-weight: 500;
    color: #003767;
}

.con_spec_area h2:lang(en) {
    letter-spacing: -1px;
}

.con_spec_area .img_area {
    padding: 10px 0 50px;
    text-align: center;
}

.con_spec_area .okspec_area {
    padding: 90px 0 50px;
    text-align: center;
}

.con_spec_area .okspec_area .okspec_table {
    width: 1000px;
    margin: 0 auto;
}

.con_spec_area .okspec_area table {
    width: 100%;
}

.con_spec_area .okspec_area table th {
    padding: 16px;
}

.con_spec_area .okspec_area table td {
    padding: 16px;
}

.con_spec_area .okspec_area table td .con_bx {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 3px auto;
    background: url('../img/purchase/icon_price_type.png') no-repeat;
}

.con_spec_area .okspec_area table td .price_con01 {
    background-position: 0 0;
}

.con_spec_area .okspec_area table td .price_con02 {
    background-position: 0 -60px;
}

.con_spec_area .okspec_area table td .price_con03 {
    background-position: 0 -120px;
}

.con_spec_area .okspec_area table td .price_con04 {
    background-position: 0 -180px;
}

.con_spec_area .okspec_area table tr.bd_tvalue {
    border-top: 2px solid #111;
}

.con_spec_area .okspec_area table td.pd_reset {
    padding: 17px 0 24px 0 !important;
}


.con_spec_area .spec_table {
    width: 850px;
    margin: 0 auto;
}

.con_spec_area .spec_table table {
    width: 100%;
}

.con_spec_area .spec_table table.txt_center {
    text-align: center;
}

.con_spec_area .spec_table table th {
    padding: 16px;
}

.con_spec_area .spec_table table td {
    padding: 16px;
}

.con_spec_area .spec_table .caution_text {
    font-size: 14px;
    line-height: 19px;
    padding-top: 12px;
}

.con_spec_area .sub_text {
    text-align: center;
    padding-top: 30px;
    font-size: 17px;
    line-height: 26px;
    color: #666;
    font-weight: 400;
}

.con_spec_area .btn_area {
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}

.con_ser_area {
    width: 1000px;
    margin: 10px auto 0;
}

.con_ser_area .tab_area_type02 {
    padding-top: 80px;
    width: 1000px;
    margin: 0 auto;
}

.con_tab_pr {
    width: 1000px;
    margin: 0 auto;
}

.con_tab_pr h2 {
    color: #003767;
}

.con_tab_pr .inner_con {
    padding-top: 80px;
}

.con_tab_pr .inner_con:after {
    content: "";
    display: block;
    clear: both;
}

.con_tab_pr .inner_con .img_area {
    float: left;
    padding-top: 40px;
}

.con_tab_pr .inner_con .spec_table {
    float: right;
}

.con_tab_pr .inner_con .spec_table table {
    width: 570px;
}

.con_tab_pr .inner_con .spec_table table th {
    padding: 16px;
}

.con_tab_pr .inner_con .spec_table table td {
    padding: 16px;
}

.con_tab_pr .inner_con .spec_table .caution_text {
    font-size: 14px;
    line-height: 19px;
    padding-top: 12px;
}

.oc_mockup {
    width: 547px;
    padding: 17px 0 0 0;
}

/* 오피스메신저 > 가격정책 202106 */
.h_auto {
    height: auto !important;
}

.con_spec_area .spec_grp {
    width: 100%;
    min-height: 50px;
    /*background:#eee;*/
    box-sizing: border-box;
}

.con_spec_area .spec_grp ul {
    padding-top: 50px;
}

.con_spec_area .spec_grp ul:after {
    display: block;
    content: "";
    clear: both;
}

.con_spec_area .spec_grp ul>li {
    position: relative;
    float: left;
    width: 250px;
    background: #fff;
    box-sizing: border-box;
    height: 650px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.con_spec_area .spec_grp ul>li:first-child {
    border: 2px solid #0059a6;
    border-radius: 0 0 0 20px
}

.con_spec_area .spec_grp ul>li:first-child .titbx {
    position: absolute;
    top: -50px;
    left: -2px;
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    background: #0059a6;
    border-radius: 20px 20px 0 0;
}

.con_spec_area .spec_grp ul>li:last-child {
    border-right: 1px solid #ddd;
    border-radius: 0 20px 20px 0;
}

.con_spec_area .spec_grp ul>li .top_bx {
    padding: 35px 0;
    height: 220px;
    box-sizing: border-box;
}

.con_spec_area .spec_grp ul>li .top_bx .fx_box {
    position: absolute;
    top: 110px;
    left: 0;
    width: 749px;
    z-index: 9999;
}

.con_spec_area .spec_grp ul>li .top_bx .fx_box h5 {
    font-size: 21px;
    line-height: 100%;
}

.con_spec_area .spec_grp ul>li .top_bx .fx_box h5 b {
    position: relative;
    padding: 0 4px;
}

.con_spec_area .spec_grp ul>li .top_bx .fx_box h5 b .mark1 {
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 100%;
    height: 13px;
    border-radius: 50px 50px;
    background: #e5edf6;
    z-index: -100 !important;
}

.con_spec_area .spec_grp ul>li .top_bx .fx_box p {
    font-size: 13px;
    padding-top: 14px;
    line-height: 145%;
    letter-spacing: -0.3px;
}

.con_spec_area .spec_grp ul>li h4 {
    display: inline-block;
    min-width: 60px;
    padding: 0 20px;
    height: 40px;
    line-height: 39px;
    margin: 0 auto;
    font-size: 22px;
    border-radius: 50px;
}

.con_spec_area .spec_grp ul li .bg_service01 {
    background: #e5eef6;
}

.con_spec_area .spec_grp ul li .bg_service02 {
    background: #eeeeee;
}

.con_spec_area .spec_grp ul li .bg_service03 {
    background: #e1f6fb;
}

.con_spec_area .spec_grp ul li .bg_service04 {
    background: #eaf3fc;
}

.con_spec_area .spec_grp ol {
    padding: 0 24px;
}

.con_spec_area .spec_grp ol>li {
    text-align: left;
    font-size: 14px;
    line-height: 150%;
    border-bottom: 1px dashed #ddd;
    padding: 20px 0;
}

.con_spec_area .bd_nonebx {
    height: 426px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 0;
    padding: 40px 25px;
    text-align: left;
}

.con_spec_area .bd_nonebx h4.s_size {
    min-width: 40px;
    padding: 0 10px;
    height: 30px;
    line-height: 29px;
    font-size: 16px;
    margin-right: 5px;
    letter-spacing: -0.2px;
    text-align: center;
}

.con_spec_area .bd_nonebx .plus_bx {
    width: 40px;
    height: 40px;
    margin: 20px auto;
    border-radius: 50px 50px;
}

.con_spec_area .bd_nonebx .plus_bx:after {
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    background: url('../img/common/icon_plus_white.svg') center center no-repeat;
    background-size: 20px 20px;
}


/*가격안내팝업*/
.con_ok_popup .okspec_area {
    padding: 30px 0 0;
    text-align: center;
}

.con_ok_popup .okspec_area .okspec_table {
    width: 840px;
    margin: 0 auto;
}

.con_ok_popup .okspec_area table {
    width: 100%;
}

.con_ok_popup .okspec_area table th {
    padding: 15px;
}

.con_ok_popup .okspec_area table td {
    padding: 5px;
}

.con_ok_popup .okspec_area .okspec_table p {
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    padding-top: 10px;
}


/* 이벤트 - 리스트 */
.con_event_list dl {
    padding: 25px 0;
    border-bottom: 1px solid #e0e0e0;
}

.con_event_list dl:after {
    content: "";
    display: block;
    clear: both;
}

.con_event_list dl dt {
    float: left;
    width: 450px;
}

.con_event_list dl dt a {
  display: block;
}

.con_event_list dl dt a img {
  max-width: 440px;
}

.con_event_list dl dd {
    float: left;
    width: 510px;
    padding-left: 40px;
}

.con_event_list dl dd .text_title {
    width: 510px;
    padding: 20px 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.con_event_list dl dd .text_title span {
    vertical-align: middle;
}

.con_event_list dl dd .text_title .tag_text {
    display: inline-block;
    margin-right: 10px;
    width: 56px;
    height: 24px;
}

.con_event_list dl.event_on dd .text_title .tag_text {
    background: url(../img/purchase/icon_tag_eventon.png) no-repeat;
}

.con_event_list dl.event_off dd .text_title .tag_text {
    background: url(../img/purchase/icon_tag_eventoff.png) no-repeat;
}

.con_event_list dl dd .text_title .title {
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    /*letter-spacing: 0;*/
    width: calc(100% - 70px);
    letter-spacing: -0.4px;
}

.con_event_list dl dd .detail_text {
    padding-bottom: 20px;
    color: #666;
    font-size: 15px;
    line-height: 22px;
}

.con_event_list dl.event_on dd .text_title .title {
    color: #003767;
}

.con_event_list dl.event_off dd .text_title .title {
    color: #999;
}

.con_event_list dl.event_off dd .detail_text {
    color: #999;
}

.con_event_list dl.event_on dd .btn_more {
    background-color: #003767;
    border: 2px solid #003767;
    color: #fff;
}

.con_event_list dl.event_on dd .btn_more:hover {
    background: #002a4e;
    border: 2px solid #002a4e;
    color: #eee;
}

.con_event_list dl.event_off dd .btn_more {
    background-color: #ccc;
    border: 2px solid #ccc;
    color: #fff;
}

.con_event_list .paginate_area {
    padding-top: 50px;
}

/* 이벤트 - 상세 페이지 */
.con_event_view .view_title {
    padding: 22px;
    margin-top: 58px;
    border-top: 2px solid #003767;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    max-height: 65px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.con_event_view .view_title span {
    vertical-align: middle;
}

.con_event_view .view_title span.sub_title {
    border: 1px solid #003767;
    padding: 1px 8px;
    font-size: 14px;
    line-height: 14px;
    color: #003767;
    margin-right: 14px;
}

.con_event_view .view_title .tag_text {
    display: inline-block;
    margin-right: 10px;
    width: 56px;
    height: 24px;
}

.con_event_view .event_on .tag_text {
    background: url(../img/purchase/icon_tag_eventon.png) no-repeat;
}

.con_event_view .event_off .tag_text {
    background: url(../img/purchase/icon_tag_eventoff.png) no-repeat;
}

.con_event_view .view_title span.title_text {
    font-size: 18px;
    line-height: 18px;
    color: #003767;
    font-weight: 400;
}

.con_event_view .view_area {
    font-size: 16px;
    line-height: 26px;
}

.con_event_view .event_off span.title_text {
    color: #999;
}

.con_event_view .inner_sns {
    text-align: right;
    padding: 40px 0 20px;
}

.con_event_view .inner_sns ul {
    display: inline-block;
}

.con_event_view .inner_sns ul:after {
    content: "";
    display: block;
    clear: both;
}

.con_event_view .inner_sns ul li {
    float: left;
    padding-left: 8px;
}

.con_event_view .inner_sns ul li a {
    display: block;
    width: 29px;
    height: 29px;
    background: url(../img/common/btn_list_sns.png) no-repeat;
}

.con_event_view .inner_sns ul li.facebook a {
    background-position: 0 -29px;
}

.con_event_view .inner_sns ul li.kakao a {
    background-position: 0 -203px;
}

.con_event_view .inner_sns ul li.twitter a {
    background-position: 0 -87px;
}

.con_event_view .inner_sns ul li.url a {
    background-position: 0 -116px;
}

.con_event_view .inner_sns ul li.blog a {
    background-position: 0 0;
}

.con_event_view .inner_sns ul li.mail a {
    background-position: 0 -174px;
}

.con_event_view .inner_sns ul li.in a {
    background-position: 0 -145px;
}

.con_event_view .btn_area {
    text-align: right;
    padding-top: 25px;
    border-top: 1px solid #e0e0e0;
}

.con_event_view .btn_area .btn_go {
    min-width: 100px;
    text-align: center;
}

.con_event_view .link_list>a {
    display: block;
    padding: 22px;
    font-size: 16px;
    line-height: 16px;
    color: #333;
    height: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top: 1px solid #e0e0e0;
}

.con_event_view .link_list>a .tag_area {
    float: left;
    width: 15%;
    text-align: center;
}

.con_event_view .link_list>a .tag_area span {
    vertical-align: top;
}

.con_event_view .link_list>a .tag_area .icon {
    display: inline-block;
    width: 20px;
    height: 14px;
    background: url(../img/common/icon_select_blue01.png) no-repeat;
}

.con_event_view .link_list>a.go_before_list .tag_area .icon {
    display: inline-block;
    background-position: 0 -14px;
}

.con_event_view .link_list>a .title_text {
    float: left;
    width: 85%;
}

/* 상담 신청 - 팝업 */
.con_inpopup .service_list {
    padding-top: 30px;
    padding-left: 22px;
}

.con_inpopup .service_list:after {
    content: "";
    display: block;
    clear: both;
}

.con_inpopup .service_list>li {
    float: left;
    width: 215px;
    margin-right: 10px;
    text-align: center;
    background: #fff;
    height: 260px;
}

.con_inpopup .service_list>li.list_two {
    width: 47.5% !important;
}

.con_inpopup .service_list>li.list_three {
    width: 31% !important;
}

.con_inpopup .service_list>li h3 {
    font-size: 21px;
    line-height: 21px;
    padding: 12px 0 14px;
    color: #fff;
}

.con_inpopup .service_list>li+li+li+li {
    margin-right: 0;
}

.con_inpopup .service_list>li.list01 {
    border: 2px solid #5b95c8;
}

.con_inpopup .service_list>li.list01 h3 {
    background: #5b95c8;
}

.con_inpopup .service_list>li.list02 {
    border: 2px solid #3e7aaf;
}

.con_inpopup .service_list>li.list02 h3 {
    background: #3e7aaf;
}

.con_inpopup .service_list>li.list03 {
    border: 2px solid #215c90;
}

.con_inpopup .service_list>li.list03 h3 {
    background: #215c90;
}

.con_inpopup .service_list>li.list04 {
    border: 2px solid #144b7c;
}

.con_inpopup .service_list>li.list04 h3 {
    background: #144b7c;
}



.con_inpopup .service_list>li .detail_area {
    padding-top: 40px;
}

.con_inpopup .service_list>li .detail_area .price_area {
    display: inline-block;
    text-align: left;
    min-height: 53px;
}

.con_inpopup .service_list>li .detail_area .price_area>p {
    font-size: 18px;
    line-height: 18px;
    padding: 3px 0;
    font-weight: 500;
    color: #215c90;
}

.con_inpopup .service_list>li .detail_area .price_area>p>span {
    display: inline-block;
    min-width: 70px;
}

.con_inpopup .service_list>li .detail_area p.period_text {
    font-size: 15px;
    line-height: 24px;
    color: #003767;
    font-weight: 400;
    text-align: center;
    padding-top: 18px;
}

.con_inpopup .btn_area {
    width: 100%;
    margin: auto 0;
    padding-top: 30px;
    text-align: center;
}

.con_inpopup .btn_area .btn {
    min-width: 200px;
}

.con_inpopup .service_list>li .detail_area>ul {
    display: inline-block;
}

.con_inpopup .service_list>li .detail_area>ul:lang(ko) {
    padding-top: 18px;
}

.con_inpopup .service_list>li .detail_area>ul:lang(en) {
    padding: 5px 10px;
}

.con_inpopup .service_list>li .detail_area>ul>li {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin: 8px 0;
    color: #333;
    padding-left: 8px;
}

.con_inpopup .service_list>li.list01 .detail_area>ul>li {
    background: url(../img/common/icon_bullet_blue01.png) no-repeat 0 9px;
}

.con_inpopup .service_list>li.list02 .detail_area>ul>li {
    background: url(../img/common/icon_bullet_blue02.png) no-repeat 0 9px;
}

.con_inpopup .service_list>li.list03 .detail_area>ul>li {
    background: url(../img/common/icon_bullet_blue03.png) no-repeat 0 9px;
}

/* 테이블 리스트 스타일 */
.con_spec_area .spec_table table td.list_cell p {
    position: relative;
    padding-left: 10px;
    word-break: keep-all;
}

.con_spec_area .spec_table table td.list_cell p::before {
    position: absolute;
    content: "·";
    top: 0;
    left: 0;
}


/* responsive */

@media (max-width:1024px) {

    /* .con_spec_area .okspec_area {
        padding: 0 !important;
    } */

    .con_ser_area .tab_area_type02 {
        padding-top: 60px;
    }

    .con_spec_area h2 {
        font-size: 35px;
    }

    .contents .con_spec_area,
    .contents .con_spec_area .okspec_area .okspec_table {
        width: 100%;
        padding: 0;
    }

    .con_spec_area .okspec_area table td.pd_reset {
        padding: 20px 10px !important;
    }

    .con_ser_area,
    .con_ser_area .tab_area_type02 {
        width: 100%;
    }

    .con_spec_area {
        width: 100%;
        padding: 0 40px;
    }

    .con_ser_area {
        padding: 0 40px;
    }

    .con_spec_area h3 {
        font-size: 30px;
    }

    .con_spec_area .sub_text {
        font-size: 16px;
    }

    .con_tab_pr {
        width: 100%;
    }

    .con_tab_pr .inner_con .img_area {
        width: 300px;
        text-align: center;
    }

    .con_tab_pr .inner_con .img_area img {
        max-width: 100%;
        display: inline-block;
    }

    .con_tab_pr .inner_con .spec_table {
        width: calc(100% - 300px);
        padding-left: 30px;
    }

    .con_tab_pr .inner_con .spec_table table {
        width: 100%;
    }

    .con_spec_area .spec_table {
        width: 100%;
    }

    .con_event_list dl dt {
        width: 300px;
    }

    .con_event_list dl dd {
        width: calc(100% - 300px);
    }

    .con_event_list dl dd .text_title {
        width: 100%;
        padding-top: 0;
        text-overflow: unset;
    }

    .con_event_list dl dd .text_title .title {
        display: block;
        margin-top: 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: normal;
    }

	.con_event_list dl dt a img {
        max-width: 100%;
    }
    
    .con_event_view .view_title {
        max-height: none !important;
        white-space: normal;
        position: relative;
    }
    .con_event_view .view_title .tag_text {
        position: absolute;
        left: 10px;
        top: 20px;
    }
    .con_event_view .view_title span.title_text {
        display: block;
        padding-left: 66px;
    }

    
    .con_spec_area .spec_grp ul>li {
        display: none;
        margin: auto;
        margin-bottom: 30px;
        border-radius: 0 0 20px 20px;
        float: none;
        width: 250px;
    }

    .con_spec_area .spec_grp ul>li:first-of-type {
        display: block;
    }

    .mobile_hidden_txt  {
        font-size: 18px;
        color: #003767;
        line-height: 1.5;
        text-align: center;
    }

    .mobile_hidden_txt span {
        display: block;
        margin-bottom: 10px;
    }

    .mobile_hidden_txt strong {
        font-weight: 600;
    }



    .con_spec_area .spec_grp br {
        display: block !important;
    }

/* 
    .con_spec_area .spec_grp ul>li:first-of-type ol {
        overflow: hidden;
        padding-bottom: 40px;
    }

    .con_spec_area .spec_grp ul>li:first-of-type ol>li {
        width: 25%;
        float: left;
        padding: 0 20px;
        border-bottom: none;
        position: relative;
    }

    .con_spec_area .spec_grp ul>li:first-of-type ol>li::after {
        display: block;
        content: "";
        width: 1px;
        height: 180px;
        border-right: 1px dashed #ddd;
        position: absolute;
        top: 0;
        left: calc(100% - 0.5px);
    }

    .con_spec_area .spec_grp ul>li:first-of-type ol>li:nth-of-type(4n)::after {
        display: none;
    }

    .con_spec_area .spec_grp ul>li:nth-of-type(2) {
        border-left: 1px solid #ddd;
        border-radius: 20px 0 0 20px;
    }

    .con_spec_area .spec_grp ul>li .top_bx .fx_box {
        width: calc(100vw - 100px);
        left: 0;
    } */
}

@media (max-width:768px) {


    .con_spec_area .okspec_area table td.pd_reset br {
        display: none;
    }

    .con_spec_area {
        width: 100%;
        padding: 0 20px;
    }

    .con_ser_area {
        padding: 0 20px;
    }

    .con_spec_area h2,
    .con_spec_area h3 {
        font-size: 30px;
    }

    .con_ser_area .tab_area_type02 {
        padding-top: 40px;
    }

    .con_tab_pr .inner_con {
        padding-top: 40px;
    }

    .con_tab_pr .inner_con .img_area {
        width: 100%;
        float: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .con_tab_pr .inner_con .spec_table {
        width: 100%;
        padding-left: 0;
        float: none;
    }

    .con_form_area h4 .title+span {
        display: block;
        margin: 10px 0;
    }

    .con_form_area ul.terms_chk_area li {
        position: relative;
    }

    .checkbox_tooltip {
        max-width: 100%;
    }

    .con_inpopup .service_list {
        padding-left: 0;
    }

    .con_inpopup .service_list>li.list_two {
        width: 100% !important;
        float: none;
        height: auto;
        margin-bottom: 20px;
    }

    .con_inpopup .service_list>li.list_two:last-of-type {
        margin-bottom: 0;
    }

    .con_inpopup .service_list>li .detail_area {
        padding-top: 0;
        padding: 20px;
    }

    .con_inpopup .service_list>li .detail_area p.period_text {
        padding-top: 0;
    }

    .con_spec_area .okspec_area table th,
    .spec_table table th {
        padding: 10px;
        font-size: 14px;
        line-height: 1.35;
    }

    .con_spec_area .okspec_area table td,
    .spec_table table td {
        padding: 10px !important;
        font-size: 13px;
        line-height: 1.35;
    }

    .spec_table.cus table td {
        text-align: left;
    }

    .spec_table.cus table colgroup col:nth-of-type(1) {
        width: 70px !important;
    }

    .spec_table.scr table colgroup col:nth-of-type(1) {
        width: 120px !important;
    }
/* 
    .con_spec_area .spec_grp ul>li .top_bx {
        height: 250px;
    }

    .con_spec_area .spec_grp ul>li .top_bx .fx_box {
        width: calc(100vw - 60px);
        padding: 0 20px;
    }

    .con_spec_area .spec_grp ul>li .top_bx .fx_box h5 {
        line-height: 1.25;
    }

    .con_spec_area .spec_grp ul>li .top_bx .fx_box br.block {
        display: block !important;
    }

    .con_spec_area .bd_nonebx>div {
        text-align: center;
    }

    .con_spec_area .bd_nonebx h4.s_size {
        display: block;
        margin-bottom: 10px;
    }

    .con_spec_area .bd_nonebx {
        height: 500px;
    }

    .con_spec_area .spec_grp ol {
        padding: 0;
    } */
}

@media (max-width:640px) {
    .con_form_area {
        width: 100%;
    }

    .con_event_list dl dt {
        float: none;
        margin: auto;
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .con_event_list dl dt a {
        display: inline-block;
        max-width: 100%;
    }

    .con_event_list dl dd {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width:587px) {

    .con_spec_area h2,
    .con_spec_area h3 {
        font-size: 25px;
    }

    .con_spec_area .sub_text {
        padding-top: 10px;
    }

    .con_ser_area .tab_area_type02 {
        padding-top: 10px;
    }

    .con_spec_area .okspec_area {
        /* padding: 40px 0 0; */
    }

    .con_spec_area .okspec_area {
        position: relative;
    }

    .con_form_area ul.inner_list {
        width: 100%;
    }

    .con_form_area ul.inner_list li {
        padding-top: 0;
        padding-right: 20px;
    }

    .con_form_area ul.inner_list li.list_four {
        width: 50%;
        text-align: left;
    }

    label.icheck {
        display: block;
        width: 100%;
    }

    label.icheck>span {
        margin-right: -4px;
        vertical-align: top;
    }

    label.icheck>span+em {
        width: calc(100% - 16px);
        margin-right: -4px;
        font-size: 14px;
        padding-left: 15px;
        vertical-align: top;
    }

    .con_ok_popup .okspec_area .okspec_table {
        width: 100%;
        overflow: auto;
    }

    .con_ok_popup .okspec_area table {
        width: 587px;
    }

    .pop_head {
        text-align: left;
        position: relative;
        height: auto;
    }

    .pop_head .title {
        display: block;
        font-size: 20px;
        padding-right: 40px;
    }

    .btn_close_popup {
        float: none;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .checkbox_tooltip {
        position: relative;
    }

    .con_form_area .btn_area {
        padding-top: 40px;
    }

    .con_form_area .btn_area .caution_area span {
        line-height: 20px;
    }


    /* 
        .con_spec_area .spec_grp ul > li {
            width: 100%;
            height: auto;
        }

        .con_spec_area .spec_grp ul > li .top_bx {
            height: auto;
        }

        .con_spec_area .bd_nonebx {
            height: auto;
        }

        .con_spec_area .spec_grp ul > li:nth-of-type(2) {
            margin-top: 100px;
        }

        .con_spec_area .spec_grp ul > li .top_bx .fx_box {
            top: auto;
            bottom: calc(100% + 20px);
        } */
/* 
    .con_spec_area .spec_grp {
        overflow: auto;
    }

    .con_spec_area .spec_grp ul {
        width: 587px;
    }

    .con_spec_area .spec_grp ul>li .top_bx .fx_box {
        width: 587px;
    } */
}

@media (max-width:440px) {


    .okspec_area .okspec_table,
    .spec_table.scr {
        overflow: auto !important;
        position: relative !important;
    }

    .okspec_area .okspec_table table,
    .spec_table.scr table {
        width: 440px !important;
    }


    .spec_table.scr table {
        width: 440px !important;
    }

}

/* 221214 조달청 추가 */
.grey_box {background: #F7F8FA;border: 1px solid #D6DAE5 ; border-radius: 10px; padding: 30px 36px;}
.grey_box .box_top {display: flex; align-items: center; margin-bottom: 23px;}
.grey_box .box_top > span {width: 300px;}
.grey_box .box_top .txt {width: calc(100% - 300px); padding-right:30px ; line-height: 1.4;}
.grey_box .txt strong {font-size: 18px; color: #333; margin-bottom: 5px; display: block;} 
.grey_box .txt p {font-size: 14px; margin-bottom: 10px; }
.grey_box .txt .blue {color:#0059A6 ;}
.grey_box ul {display: flex;}
.grey_box ul li {width: calc(100% / 3); font-size: 15px; color: #666;}

.txt_list li {position: relative; padding-left: 10px;}
.txt_list li::before {content: ""; width: 3px; height: 3px; background: #575757; position: absolute; left: 0; top: 10px;}


@media(max-width:1024px) {
    .grey_box ul {flex-direction: column;}
    .grey_box .box_top > span {width: 230px;}
    .grey_box .box_top .txt {width: calc(100% - 230px); padding-right: 20px;}
    .grey_box ul li {width: 100%;}
}
@media(max-width:640px) {
    .grey_box .box_top {flex-direction: column-reverse;}
    .grey_box .box_top .txt {width: 100% ; padding-right: 0; margin-top: 20px;}
}