main{
    background-color: transparent !important;
}

.tab_wrap {
    height: auto;
    line-height: 20px;
}

.tab_wrap li {
    height: 70px;
}

.tab_wrap a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tg {
    margin-top: 100px;
    border-collapse: collapse;
    border-spacing: 0;
}

.tg td {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-size: 20px;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg th {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg .tg-xoyl {
    color: #fff;
    background-color: #f3981e;
    border-color: inherit;
    text-align: center;
    vertical-align: middle
}

.tg .tg-39gn {
    color: #fff;
    background-color: #f8a102;
    border-color: inherit;
    text-align: center;
    vertical-align: middle
}

.tg .tg-rq3n {
    background-color: #ffffff;
    border-color: inherit;
    text-align: center;
    vertical-align: middle
}

.tg .tg-3xi5 {
    background-color: #ffffff;
    border-color: inherit;
    text-align: center;
    vertical-align: top
}

.tg .tg-9u2q {
    background-color: #9b9b9b;
    border-color: inherit;
    text-align: center;
    vertical-align: top
}




/*자주묻는 질문*/
#faq_wrap {
    margin: 100px 0;
    border-top: 1px solid #d9dce3;
}

#faq_wrap li {
    border-bottom: 1px solid #ececec;
    background: #fff;
    display: flex;
    flex-direction: column;
}

#faq_wrap li h3 {
    text-align: left;
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 70px;
}


#faq_wrap li h3 .tit_btn {
    width: 30px;
    height: 30px;
    font-size: 0;
    color: #333;
    cursor: pointer;
    transform: rotate(180deg);
    transition-duration: .3s;
    /**/
}

#faq_wrap li h3 .tit_btn img{
    width: 70%;
}

#faq_wrap li h3 .tit_btn.close{
    transform: rotate(0deg);
}

#faq_wrap li h3 p{
    width: calc(100% - 90px);
    font-size: 22px;
}

#faq_wrap li h3 .tit_bg {
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    margin-left: 20px;
}

#faq_wrap .con_inner {
    background: #f7f7f7;
}

#faq_wrap .con_inner p {
    width: calc(100% - 60px);
    padding: 30px;
    text-align: left;
    font-size: 20px;
}

#faq_wrap .con_inner p span{
    display: block;
    color: #999;
    font-size: 18px;
}


/*background image*/

.d_contents.sub01-01 {
    background: url(../../img01/sub/sub/sub01/sub01-01-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.d_contents.sub01-02 {
    background: url(../../img01/sub/sub/sub01/sub01-02-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.d_contents.sub01-03 {
    background: url(../../img01/sub/sub/sub01/sub01-03-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.d_contents.sub01-04 {
    background: url(../../img01/sub/sub/sub01/sub01-04-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.d_contents.sub01-05 {
    background: url(../../img01/sub/sub/sub01/sub01-05-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.d_contents.sub01-01-03 {
    background: url(../../img01/sub/sub/sub01/sub01-01-03-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;

}


.d_contents.sub02-01 {
    background: url(../../img01/sub/sub/sub02/sub02-01-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;

}

.d_contents.sub02-03 {
    background: url(../../img01/sub/sub/sub02/sub02-03-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;

}


.d_contents.sub02-05 {
    background: url(../../img01/sub/sub/sub02/sub02-05-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;

}

.d_contents.sub03-01 {
    background: url(../../img01/sub/sub/sub03/sub03-01-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;

}

.d_contents.sub03-02 {
    background: url(../../img01/sub/sub/sub03/sub03-02-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;

}


.d_contents.sub03-04 {
    background: url(../../img01/sub/sub/sub03/sub03-04-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;

}


.d_contents.accident {
    background: url(../../img01/sub/accident/accident-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;

}


.d_contents.medicine01 {
    background: url(../../img01/sub/medicine/medicine01-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;

}
.d_contents.medicine02 {
    background: url(../../img01/sub/medicine/medicine02-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;

}











.contents_subtxt {
    font-size: 24px;
    width: 1000px;
    margin: 0 auto;
}



/**/

.contents_wrap .d_contents {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 50px;
}

.contents_wrap .d_contents .d_box {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #ffffff;
    padding: 30px;
    box-shadow: var(--box-shadow);
    text-align: left;
}

.contents_wrap .d_contents .d_box p {
    margin-top: 20px;
    width: 650px;
}

.contents_img_wrap {
    flex-wrap: wrap;
}

.contents_img_wrap .contents_img {
    width: 100%;
    font-size: 20px;
    text-align: center;
    height: auto;
}

/**/
.contents_card_wrap {
    margin-top: 50px;
    flex-wrap: wrap;
    height: auto;
    gap: 20px;
    justify-content: flex-start;
}

.contents_card_wrap .contents_card {
    width: calc(25% - 20px);
}

.contents_card_wrap .contents_card:last-child {
    margin-right: auto;
}

.contents_card_wrap .contents_img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.contents_card_wrap .contents_card img {
    height: auto;
}

.contents_card_wrap .contents_card_txt {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #fff;
}

.con_icon_wrap {
    width: 100%
}

.con_icon_wrap .con_icon_box {
    display: flex;
    justify-content: center;
}

.contents_wrap .con_icon_wrap {
    margin-top: 100px;
}

.contents_wrap .con_icon_wrap .con_icon_box .icon_box {
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(243, 151, 30, 0.1);
    border-radius: 50%;
    box-sizing: border-box;
    margin-right: 40px;
}

.contents_wrap .con_icon_wrap .con_icon_box .icon_box:last-child {
    margin-right: 0;
}

.contents_wrap .con_icon_wrap .icon_box p {
    font-size: 18px;
}

.contents_wrap .con_icon_wrap {
    text-align: center;
}

.con_txt_box {
    margin-top: 60px;
    padding: 30px 20px;
    background-color: #FAFAFA;
    font-size: 20px;
}



/*20221011 레이아웃 변경 css */

.main_contents_wrap{
    width: 100%;
    display: flex;
    margin: 100px 0 0;
}

.main_contents_wrap.reverse{
    flex-direction: row-reverse;
}

.main_contents_wrap div{
    width: 100%;
}

.main_text_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main_text_wrap .contents_title{
    margin: 0;
    margin-bottom: 60px;
}

.main_contents_wrap .main_img{
    height: auto;
    /*background: #ccc;*/
    overflow: hidden;
}

.con_section {
    position: relative;
    padding: 1px 0 100px;
}

.con_section.color_section:before{
    content: '';
    width: 100vw;
    height: 100%;
    background: rgba(243, 151, 30, 0.1);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}

.con_section .contents_img_wrap{
    gap: 20px;
    border-bottom: 0;
}

.con_section .contents_img_wrap .contents_img{
    width: calc(50% - 20px);
    font-size: 20px;
    text-align: center;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.con_section .contents_text_wrap{
    font-size: 26px;
}

.main_text_wrap p{
    font-size: 26px;
    color: #999;
    padding: 0 20px;
}

.main_text_wrap p.small-txt{
    font-size: 26px;
}

.contents_title.sub{
    font-size: 26px;
    margin: 60px 0;
}

.con_section .con_article_wrap{
    display: flex;
    gap: 20px;
}

.con_section .con_article_wrap>div{
    width: 100%;
}

.con_section .con_icon_wrap .con_icon_box{
    gap: 1rem;
    flex-wrap: wrap;
}

.con_section .con_icon_wrap .con_icon_box .icon_box{
    width: 130px;
    height: auto;
    margin-right: 0;
    background: transparent;
    border-radius: 0;
}

.con_section .con_icon_wrap .con_icon_box .icon_box .icon{
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(243, 151, 30, 0.1);
    border-radius: 50%;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

.con_section .con_icon_wrap .con_icon_box .icon_box .icon img{
    width: 75%;
}

.con_section .con_txt_box{
    padding: 30px 0;
}

.con_section .con_txt_box p{
    padding: 10px 30px;
    font-size: 20px;
}

.con_section .contents_card_txt p{
    text-align: center;
}

.con_section .contents_img_wrap .contents_img:nth-child(odd){
    background: #fff;
}

.con_section .contents_card_wrap .contents_card_txt{
    padding: 20px 10px;
}

.pc-row{
    display: none;
}

.mo-row{
    display: block;
}

.whiteSpace{
    margin-bottom: 2rem;
}

.point-txt{
    color: var(--main-color);
    display: inline-block;
    font-size: 26px;
    font-weight: 500;
}

.con_section .contents_img_wrap .contents_img.column{
    flex-direction: column;
}

.con_section .con_new_img{
    margin-top: 100px;
}

.m-bottom{
    margin-bottom: 100px;
}

.small-img{
    width: 700px;
    margin: 0 auto;
}

.con_section .new_icons_wrap{
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 100px auto;
    justify-content: center;
}

.con_section .new_icons_wrap .icon_box{
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}

.con_section .new_icons_wrap .icon_box .icon{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con_img_wrap{
    display: flex;
    gap: 20px;
    margin-top: 50px;
}

.con_img_wrap .img_con{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    color: #999;
}

.con_img_wrap .img_con .img{
    width: 100%;
    background-color: #999;
    margin-bottom: 10px;
}

.sym_box_wrap{
    display: flex;
    gap: 20px;
}

.sym_box{
    width: 100%;
}

.sym_box_head{
    width: 100%;
}

.sym_box_head div{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.sym_box_head h3{
    background: var(--main-color);
    color: #fff;
    padding: 16px 0;
    font-size: 28px;
}

.sym_box_body{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.sym_box_body li{
    width: 100%;
    padding: 20px 10px;
    background: #fff;
    font-size: 20px;
}

.pro_box_wrap{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.pro_box{
    width: calc(25% - 20px);
}

.pro_box .pro_img{
    width: 100%;
    height: auto;
}

.pro_box h3{
    background: var(--main-color);
    width: 100%;
    padding: 10px 10px;
    color: #fff;
    font-size: 22px;
}

.pro_box .pro_txt{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background: var(--color-rgba);
    padding: 10px;
}

img.pc-img{
    display: block;
}
img.mo-img{
    display: none;
}

.con_add_line{
    border: 2px solid #cecece;
    box-sizing: border-box;
    background: #fff;
    padding-bottom: 60px;
}

.con_article_wrap{
    margin-top: 50px;
}

.ma-h5{
    margin: 30px 0;
}

.con-table{
    width: 790px;
    margin: 0 auto;
}

/*20221011 레이아웃 변경 css */ 



@media all and (max-width: 1290px) {
    .con_section .con_icon_wrap.even .con_icon_box .icon_box{
        width: 180px;
    }

    .tab_wrap {
        flex-wrap: wrap;
    }

    .tab_wrap li {
        height: 70px;
        width: 25%;
    }

    .tab_wrap.tab-3 li{
        width: 33.333%;
    }

    .tab_wrap li:last-child{
        margin-right: auto;
    }
}

@media all and (max-width: 1090px) {
    .con_section .contents_card_wrap .contents_card{
        width: calc(50% - 10px);
    }

    .sym_box_wrap{
        flex-wrap: wrap;
    }
    .sym_box {
        width: calc(50% - 20px);
    }
    .sym_box_head h3{
        font-size: 20px;
    }
    .sym_box_body li{
        font-size: 16px;
    }
}

@media all and (max-width: 1020px) {
    .con_section .contents_text_wrap {
        font-size: 20px;
    }
    .point-txt{
        font-size: 20px;
    }
    .main_text_wrap p {
        font-size: 20px;
    }

    #faq_wrap li h3 p{
        font-size: 20px;
    }

    #faq_wrap .con_inner p{
        font-size: 20px;
    }

}
@media all and (max-width: 900px) {
    .pro_box {
        width: calc(33.333% - 14px);
    }

    .con-table{
        width: 90%;
        margin: 0 auto;
    }
}
 @media all and (max-width: 900px) {
    .pc-row{
        display: block;
    }

    .main_contents_wrap,
    .main_contents_wrap.reverse {
        flex-direction: column;
        gap: 3rem;
    }
    .con_section .contents_img_wrap .contents_img{
        width: 100%;
    }

    .con_section .con_article_wrap{
        flex-wrap: wrap;
    }

    .con_section .con_icon_wrap.even .con_icon_box .icon_box{
        width: 130px;
    }
}

@media all and (max-width: 868px) {
    .contents_subtxt {
        font-size: 18px;
        width: 100%
    }

    .tab_wrap {
        flex-wrap: wrap;
    }

    .tab_wrap li {
        width: 33.333%;
    }

    .contents_wrap .d_contents .d_box {
        right: 0;
    }

    .contents_wrap .d_contents .d_box p {
        width: auto;
    }

    .contents_img_wrap .contents_img {
        width: 100%;
    }

    .contents_img_wrap .contents_img:nth-child(odd) {
        background-color: #fafafa;
    }

    .contents_card_wrap .contents_card {
        width: calc(50% - 10px);
    }

    .con_icon_wrap .con_icon_box {
        flex-direction: column;
        align-items: center;
    }

    .contents_wrap .con_icon_wrap .con_icon_box .icon_box {
        margin: 0 0 30px 0;
    }

    .contents_wrap .con_icon_wrap .con_txt_box {
        margin-top: 30px;
    }

    .con_section .con_icon_wrap .con_icon_box{
        flex-direction: row;
    }

    .mo-row{
        display: none;
    }
    .pro_box {
        width: calc(50% - 14px);
    }
}

@media all and (max-width: 760px) {
    .contents_card_wrap .contents_card {
        margin-bottom: 0;
    }

    .contents_wrap .d_contents .d_box h1 {
        font-size: 20px;
    }

    .contents_wrap .d_contents .d_box p {
        font-size: 14px;
    }

    .con_img_wrap{
        flex-wrap: wrap;
    }

    .small-img{
        width: 90%;
    }
}

@media all and (max-width: 640px) {
    .con_section .con_icon_wrap.even .con_icon_box .icon_box {
        width: calc(50% - 2rem);
    }

    .main_text_wrap p {
        font-size: 4vw;
    }
    .contents_img_wrap .contents_img p {
        margin: 20px 20px;
        font-size: 4vw;
    }
    .con_section .contents_text_wrap {
        font-size: 4vw;
    }
    .contents_card_txt p {
        font-size: 4vw;
    }
    .sym_box_head h3{
        padding: 10px 0;
    }
    
    .sym_box_body li{
        padding: 10px;
    }

    img.pc-img{
        display: none;
    }
    img.mo-img{
        display: block;
    }
    br{
        display: none;
    }

    b{
        display: block;
    }

    .point-txt {
        font-size: 4vw;
        font-weight: 700;
    }
    .contents_title {
        font-size: 5vw;
    }

    .con_section .contents_text_wrap {
        font-size: 4vw;
    }
    .m-bottom {
        margin-bottom: 13vw;
    }
    .con_section .con_new_img {
        margin-top: 13vw;
    }
    .con_section{
        padding: 1px 0 13vw;
    }

}

@media all and (max-width: 520px) {

    .tab_wrap li {
        line-height: 20px;
    }

    .contents_wrap .d_contents {
        height: 60vw;
        margin-bottom: 20vw;
    }

    .contents_wrap .d_contents .d_box {
        width: 90%;
        bottom: auto;
        top: 50vw;
        right: 50%;
        transform: translateX(50%);
    }
}

@media all and (max-width: 500px) {
    .contents_card_wrap .contents_card{
        width: 100%;
    }
}
