@charset "utf-8";
@font-face {
    font-family: 'RIDIBatang';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/RIDIBatang.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CWDangamAsac-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/CWDangamAsac-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
#sub{
    margin-top: 100px;
}
.pd-0{
    padding-bottom: 0 !important;
}
.banner{
    background: url('../images/sub/a/banner.jpg') no-repeat;
    background-size: cover !important;
    background-position: 50% 50% !important;
    height: 450px;
    text-indent: 9999px;
}
.banner.a2{
    background: url('../images/sub/a/bannerA2.jpg') no-repeat;
}
.banner.b1{
    background: url('../images/sub/b/bannerB1.jpg') no-repeat;
}
.banner.b2{
    background: url('../images/sub/b/bannerB2.jpg') no-repeat;
    height: 464px;
}
.banner.b3{
    background: url('../images/sub/b/bannerB3.jpg') no-repeat;
}
.banner.c1{
    background: url('../images/sub/c/banner.jpg') no-repeat;
}
.banner.c2{
    background: url('../images/sub/c/bannerC2.jpg') no-repeat;
}
.banner.c3{
    background: url('../images/sub/c/bannerC3.jpg') no-repeat;
}
.banner.d1{
    background: url('../images/sub/d/banner.jpg') no-repeat;
}
.banner.d2{
    background: url('../images/sub/d/bannerD2.jpg') no-repeat;
}
.bg{
    background-image: url(../images/sub/a/bg.jpg);
    width: 100%;
}
.bg.a2{
    background: none,#fff;  
    background-color:#efd6c4;
    width: 100%;
}
.bg.b1{
    background: none;  
    background-color:#ecf5ff; 
    width: 100%;
}
.bg.b2{
    background: none,#fff;  
    background-color:#fdf2ea;  
    width: 100%;
}
.bg.b3{
    background: none,#fff;  
    background-color:#fffbf2;  
    width: 100%;
}
.bg.c1{
    background: none,#fff;  
    background-color:#fff6e8;  
    width: 100%;
}
.bg.c2{
    background: none,#fff;  
    background-color:#e5f8ff;  
    width: 100%;
}
.bg.c3{
    background: none,#fff;  
    background-color:#dff0f9;  
    width: 100%;
}
.bg.d1{
    background: none,#ecdfd0;  
    background-color:#ffecf0;  
    width: 100%;
}
.bg.d2{
    background: none,#fff;  
    background-color:#e4edf5;  
    width: 100%;
}
aside{
    display: flex;
    justify-content: flex-end;
    height:0;
    z-index: 999;
    width: 1200px;
    margin: 0 auto;
}
.side-inner{
    position: fixed;
    top: 0;
    z-index: 999
}
aside button{
    border: none;
    display: block;
    margin-bottom: 3px;
    cursor: pointer;
    margin-left: 50px;
    transform: translateX(85px);
}
.txtWrap{
    font-size: 16px;
   background-color: #fff;
   position: relative;
   padding-bottom: 100px;
}
.contentsTxt>li>p.txt_indent {
    text-indent: -10px;
    padding-left: 20px;
}


/******************************** subTitle ********************************/
.subTitle{
    padding-top: 32px;
}
.subTitle h2 span{
    display: block;
}
.ball{
    width: 95px;
    height: 96px;
    font-size: 28px;
    text-align: center;
    z-index: 9;
    background: url(../images/sub/ball_4.png) no-repeat;
    background-position: 50% 50%;
    font-family: 'BMJUA';
    color: #fff;
    line-height:  96px;
    margin-right: 20px;
}
.title{
    font-weight: 500;
    font-size: 16px;
    color: #4fb7dc;
    position: relative;
    padding-bottom: 14px;
    border-bottom: 1px solid #4fb7dc;
    width: 137px;
}
.title::after{
    content: "";
    height: 14px;
    width: 1px ;
    background-color: #4fb7dc;
    position: absolute;
    bottom: 0;
    right: 0;
}
.btnBox li{
    margin-right: 10px;
}
/******************************** subTitle ********************************/


/******************************** subcontents ********************************/
.sub__Title{
    padding-top: 35px;
    padding-bottom: 40px;
}
.sub__Title h1{
    font-family: 'BMJUA';
    text-align: center;
    font-size: 3.563em;
    animation: op 1s .4s both;
    padding-bottom: 50px;
    letter-spacing: -0.03em;
    word-break: keep-all;
}
.sub__Title h1 span{
    display: block;
    font-family: 'BMJUA';
    font-size: 0.649em;
}
.sub__Title.customTitle h1 span{
    display: inline;
}
.sub__Title h1 span.colorA1{
  color: #596ee1;
}

.sub__Title h1 span.font-s{
    font-size: 1em;
}
.sub__Title>p{
    font-size: 1.063em;
    text-align: center;   
    color: #999999;
    padding-top: 25px;
   
    animation: op 1s .8s both;
}
.a1 .sub__Title>p{
    padding-top: 0;
}
.sub__Title>p b{
    color: #999999;
    font-weight: 600;
}
.sub__Title img{
    display: block;
    margin: 0 auto;
}
.a1 .sub__Title img{
    padding-top: 20px;
    padding-bottom: 35px;
}
@keyframes op {
    0% {
        opacity: 0;
       transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.contentsTxt>li{
    padding-bottom: 48px;
}
.contentsTxt>li:last-child{
    padding-bottom: 0;
}
.contentsTxt h6{
    font-size: 1.375em;
    font-weight: 600;
    color: #c494f0;
    padding-bottom: 20px;
}
.contentsTxt>li>span{
    display: block;
    font-size: 1.125em;
    word-break: keep-all;
    color: #575757;
    font-weight: 600;
    padding-bottom: 20px;
    text-indent: 0.556em;
}
.contentsTxt>li>p{
    text-align: justify;
    text-indent: 0.556em;
    font-size: 1.125em;
    word-break: keep-all;
    color: #575757;
    letter-spacing: -0.02em;
    line-height: 1.8;
    padding-bottom: 20px;
}
.contentsTxt>li>p:last-of-type{
    padding-bottom: 0;
}
.contentsTxt>li>p sup{
    font-size: 13px;
    color: #e5005a;
}
.columnLink--Box{
    padding-bottom: 70px;
}
.columnLink--Box .etc{
    font-size: 14px;
    font-weight: 300;
    padding-top: 12px;
    margin-top: 20px;
    color: #999;
    width: 100%;
    border-top: 1px solid #eee9ec;
}
.columnLink--Box .etc a:hover{
    text-decoration: underline;
}
.columnLink{
    padding-top: 45px;

}
.columnLink li{
    margin-right: 10px;
}
.columnLink li a{
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    background-color: #524278;
    width: 100%;
    max-width: 207px;
    text-align: center;
    padding: 4px 20px;
    position: relative;
    z-index: 10;
}
.columnLink li a::before{
    content: "";
    width: 0;
    height: 35px;
    background-color: #e5005a;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .5s;
    transform-origin: left;
}
.columnLink li a:hover::before{
    width: 100%;
}
.columnLink li a span{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
sup a u{
    font-size: 13px;
    color: #e5005a;
}


.imgbox{
    padding: 50px 0 70px;
}
.imgbox img{
    display: block;
    margin: 0 auto;
}
@media(max-width:1210px){
    aside{
        display: none;
    }
}
@media(max-width:1000px){
    .txtWrap .wrap-1000{
        padding:0 30px ;
    }
    .contentsTxt h6{
        word-break: keep-all;
    }
}
@media(max-width:650px){
    #sub {
        margin-top: 60px;
    }
    .banner{
        background: url('../images/sub/a/banner_m.jpg') no-repeat;
        height: 670px;
        background-size: cover;
        background-position: 50% 50%;
    }
    .banner.a2{
        background: url('../images/sub/a/banner_mA2.jpg') no-repeat;
    }
    .banner.b1{
        background: url('../images/sub/b/banner_MB1.jpg') no-repeat;
    }
    .banner.b2{
        background: url('../images/sub/b/banner_MB2.jpg') no-repeat;
        height: 687px;
    }
    .banner.b3{
        background: url('../images/sub/b/banner_MB3.jpg') no-repeat;
    }
    .banner.c1{
        background: url('../images/sub/c/banner_m.jpg') no-repeat;
    }
    .banner.c2{
        background: url('../images/sub/c/bannerC2_m.jpg') no-repeat;
    }
    .banner.c3{
        background: url('../images/sub/c/bannerC3_m.jpg') no-repeat;
    }
    .banner.d1{
        background: url('../images/sub/d/bannerD1_m.jpg') no-repeat;
    }
    .banner.d2{
        background: url('../images/sub/d/banner_m.jpg') no-repeat;
    }
    .columnLink{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .columnLink li{
        margin-right: 0;
        margin-bottom: 10px;
        width: calc(50% - 5px);
    }
    .columnLink li a{
        max-width: none;
        font-size: 15px;
    }
    .columnLink li:last-child{
        margin-bottom: 0;
    }
    
}
@media(max-width:450px){
    .banner,.banner.b2{
        height: 370px;
    }
    .txtWrap .wrap-1000{
        padding:0 15px;
    }
    .btnBox li{
        margin-right: 0;
    }
    .btnBox li:last-child{
        margin-right: 0;
        display: none !important;
    }

    .ball{
        margin-right: 15px;
    }
    .sub__Title h1{
        font-size: 2.375em;
    }
    .sub__Title>p{
        font-size: 0.938em;
    }
    .contentsTxt h6{
        font-size: 1.250em;
    }
    .contentsTxt>li>p,.contentsTxt>li>span{
        text-indent: 0em;
        font-size: 1em;
    }
    .columnLink li a{
        padding: 4px 10px;
    }
}

/******************************** subcontents ********************************/

/******************************** page ********************************/
#result{
    padding: 35px 0 45px;
}
#result div a{
    display: block;
    max-width: 475px;
}
#result div.d-flex>div{

    width: calc(50% - 125px);
}
#result .pageArrow{
    padding-bottom: 18px;
    display: flex;
    align-items: center;
}
#result .pageArrow span {
    letter-spacing: -0.042em;
}
.next img{
    display: block;
}

.next .pageArrow {
   justify-content: flex-end;
}
.pageArrow span{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    display: block;
    width: 100%;
    max-width: 260px;
    word-break: keep-all;
}
.a1 .prev .pageArrow span,
.d1 .next .pageArrow span,
.b2 .next .pageArrow span,
.c2 .prev .pageArrow span
{
    max-width: 430px;
}
/*
.a1 .pageArrow span,
.b1 .pageArrow span{
    color: #fff;
}
*/
.a2 .pageArrow span {
    color: #494949;
}
.next .pageArrow span{
    margin-right: 15px;
    text-align: right;
}
.prev .pageArrow span{
    margin-left: 20px;
}
.pageArrow .nextA{
    transform: rotate(180deg);
}

.pageArrow span{
    color: #666;
}


@media(max-width:1200px){
    #result{
        padding: 35px 30px 45px;
    }
}
@media(max-width:750px){
    #result div.d-flex>div{
        width: 100%;
    }
    #result .prev{
        margin-bottom: 26px;
    }
    #result .wrap-1200>div{
        display: block !important;
    }
    #result div a{
        max-width: none;
        position: relative;
    }
    #result div img.img-fluid{
        width: 100%;
    }
    #result .pageArrow{
        position: absolute;
        top: 36px;
        left:24px
    }
    .next .pageArrow{
        left: auto;
        right: 24px;
    }
    .d2 .pageArrow span {
        /*color: #fff;*/
    }

}
@media(max-width:450px){
    #result{
        padding: 35px 15px 45px;
    }
    #result .pageArrow{
        top: 18px;
        left:12px
    }
    .next .pageArrow{
        left: auto;
        right: 12px;
    }
}
/******************************** page ********************************/


/******************************** print ********************************/
@media print {
    header,.banner,footer{
        display: none;
    }
    h1, h2, h3, h4, h5, dl, dt, dd, ul, li, ol, th, td, p, blockquote, form, fieldset, legend, div,body { -webkit-print-color-adjust:exact; }
    #sub{
        margin: 0;
        padding:0;
    }
    #result{
        display: none;
    }
}
/******************************** print ********************************/



/******************************** a1 ********************************/

.a1 .sub__Title h1 span {
  display: inline;
}
.a1 .sub__Title h1 span.colorA2{
    display: inline;
    font-size: 1em;
}
.a1 table th {
  text-align: center;
  padding: 10px 0;
  background-color: #416ea5;
  color: #fff;
  line-height: 30px;
}
.a1 table {
  margin-bottom: 60px;
  margin-top: 47px;
}
.a1 table tr:last-child td:last-child p {
    padding-bottom: 44px;
}
.a1 table td p {
  padding: 14px 20px;
  line-height: 30px;
  word-break: keep-all;
}
.a1 table th:first-child{
  position: relative;
}
.a1 table th:first-child::after{
  content: '';
  position: absolute;
  right: -1px;
  height: 30px;
  width: 1px;
  background-color: #fff;
}
.a1 table td:first-child{
  background-color: #f5f5f5;
  border-right: 1px solid #416ea5;
}
.a1 table td p.img-text {
  text-align: center;
  font-weight: bold;
  padding: 0;
  margin-bottom: 10px;
}
.a1 table .border-both td {
  border-top: 1px solid #416ea5;
  border-bottom: 1px solid #416ea5;
}
.contentsTxt>li>span.colorA2 {
  color: #fc6b6e;
  font-size: 20px;
  padding-bottom: 33px;
  position: relative;
  text-indent: 0;
}
.contentsTxt>li>p>span:first-child{
  font-weight: bold;
  color: #575757;
}
.contentsTxt>li>p>span:last-child{
  display: block;
  text-indent: 0.556em;
}
.a1 .contentsTxt>li>p.colorA2{
  padding-bottom: 30px;
  color: #416ea5;
  font-weight: bold;
  position: relative;
}
/*.a1 .contentsTxt>li>p.colorA2::after{
  content: '';
  position: absolute;
  bottom: 22px;
  width: 60px;
  height: 60px;
  background-image: url(../images/a1_tip.png);
}*/
.a1 .main-table .img-box {
  text-align: center
}


/******************************** a2 ********************************/
.a2 .sub__Title { padding-bottom: 60px;}
.a2 .sub__Title .text-small { padding-bottom: 60px;}
.a2 .contentsTxt>li>p.colorA2{
  color: #fc6b6e;
  font-weight: bold;
  padding-bottom: 30px;
}
.a2 .txtWrap {
  padding-bottom: 120px;
}
/******************************** a2 ********************************/

/******************************** b1 ********************************/
.ball.b1{
    background: url(../images/sub/ball_7.png) no-repeat;
}
.title.b1{
    color: #6a7eee;
    border-bottom: 1px solid #6a7eee;
    width: 145px;
}
.title.b1::after{
    background-color: #6a7eee;
}
.b1 .contentsTxt h6{
    color: #575757;
    font-size: 1.500em;
}
.b1 .contentsTxt h6 img{
    margin-top: -7px;
    margin-right: 6px;
}
.b1 .contentsTxt>li>p b{
    color: #575757;
}
.b1 .contentsTxt>li{
    position: relative;
}
.b1 .contentsTxt li.last_li .img-box{
  padding-top: 15px;
}
.b1 .contentsTxt li.call-area {
  gap: 45px;

}
.b1 .contentsTxt .box {
    background-color: #f5f5f5;
    padding: 20px 30px;
    margin: 20px 0;
}
.b1 .contentsTxt .box * {
    font-size: 18px;
    color: #333;
}
.b1 .contentsTxt .box .tit b {
    font-family: 'BMJUA';
    font-size: 25px;
}
.b1 .contentsTxt .box .tit .right {
    float: right;
}
.b1 .contentsTxt .box p {
    margin-top: 7px;
}
.b1 .contentsTxt .box p p {
    margin-top: 5px;
}
.b1 .contentsTxt .box .s,
.b1 .contentsTxt .txt_box .s {
    font-size: 15px;
}

.b1 .b1_bg {
    border-top: 3px solid #333;
    border-bottom: 3px solid #333;
    padding: 0 0.625em;
}
.b1 .b1_bg li{
    font-size: 1.125em;
    padding-left: 0.625em;
    text-indent: -0.625em;
    color: #575757;
    padding: 20px 0;
    border-bottom: 1px dashed #575757;
    letter-spacing: -0.016em;
}
.b1 .b1_bg li:last-child{
    border-bottom: none;
}
.b1 .b1_list>li>p{
    font-size: 1.125em;
    padding-bottom: 10px;
    padding-left: 0.556em;
    color: #575757;
}
.b1 .b1_list>li>p span{
    color: #fc84b7;
}
.b1 .b1_list>li .box{
    /* padding-left: 10px; */
    margin-left: 10px;
    /* padding-bottom: 35px; */
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    position: relative;
}
.b1 .b1_list>li .box.d-flex {
    gap: 40px;
}
.b1 .b1_list>li .box li{
    font-size: 1.125em;
    padding-left: 0.325em;
    text-indent: -0.625em;
    color: #575757;
}
.b1 .b1_list>li .box .text-bold{
    line-height: 24px;
    padding-bottom: 12px;
    text-indent: -0.325em;;
}
.b1 .b1_list>li .box li span{
    display: inline-block;
    color: #fc84b7;
}
.b1 .custom_img{
    position: absolute;
    top: -60px;
    right: -45px;
    width: calc(100% - 555px);
}
.b1 .b1_list_img{
    padding-bottom: 50px;
}
.b1 .b1_list_img li{
    width: calc(33.3333% - 20px);
    position: relative;
}
.b1 .b1_list_img li::after{
    content: "";
    width: 10px;
    height: 14px;
    background: url(../images/sub/b/b1_icon_02.png) no-repeat;
    position: absolute;
    top: 50%;
    /*right: -20px;*/
    right: 5px;
    transform: translateY(-50%);
}
.b1 .b1_list_img li:last-child::after{
    display: none;
}
.b1 .b1_role_box>li:nth-child(odd){
    width: calc(33% - 12.5px);
}   
.b1 .b1_role_box>li:nth-child(even){
    width: calc(67% - 12.5px);
}
.b1 .b1_role_box>li{
    margin-bottom: 24px;
}
.b1 .b1_role_box .b1_subject,.b1 .b1_role_box .b1_role{
    text-align: center;
    font-size: 1.063em;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, rgba(255, 147, 60,1) 20.5625%,rgba(254, 146, 60,1) 20.5625%,rgba(252, 123, 113,1) 80.5625%);
    padding: 7px 0;
    border-radius: 40px;
}
.b1 .b1_role_box .b1_subject{
    background: linear-gradient(90deg, rgba(252, 122, 115,1) 20.5625%,rgba(252, 122, 114,1) 20.5625%,rgba(254, 140, 75,1) 80.5625%);
}

.b1 .b1_role_box li.border{
    border: 1px solid #e1e1e1;
    border-radius: 20px;
}
.b1 .b1_role_box li h6{
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    color: #333;
    padding-bottom: 0;

}
.b1 .b1_role_box li ul{
    padding: 20px;
}
.b1 .b1_role_box li ul li{
    font-size: 1em;
    color: #666;
    padding-left: 0.625em;
    text-indent: -0.625em;
}

.b1 .txt_box{
    text-indent: 0;
    letter-spacing: -0.05em;
    background-color: #f5f5f5;
    padding: 30px 35px !important;
}
.b1 ul.img li{
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
}
.b1 .b1_list li.margin-top{ 
  margin-top: 30px;
}
.b1 .b1_list .box li:first-child {
  text-indent: 0;
}
.b1 .b1_list .box li.width_658 {
  width: 658px;
}
.b1 .b1_list .text-bold {
  font-weight: bold;
  color: #333;
}
.b1 .b1_list .font-small {
  font-size: 16px;
  color: #575757;
}
.b1 .b1_list>li .box.border_dash {
  border-bottom: 1px dashed #fc84b7;
  padding-bottom: 30px;
}

.b1 .contentsTxt .rect-box>p{
  font-size: 24px;
  line-height: 70px;
  text-align: center;
  font-weight: bold;
}

.title-sub{
    font-family: 'Noto sans KR', sans-serif !important;
    display: block !important;
    color: #ff8f9d;
    font-size: 0.491em !important;
    border-bottom: 1px solid #ff8f9d;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
   
    line-height: 1.4;
}
.b1 .sub__Title{
    padding-top: 65px;
    padding-bottom: 40px;
}
.title-ani{
    animation: op 1s .8s both;
}
.title-sub span{
    font-size: 1em !important;
}
.b1 .contentsTxt .b1_list.type2 .box {
    background: none;
}
.b1 .b1_list.type2>li .box li {
    text-indent: 0;
    padding-left: 0;
}
.b1 .b1_list.type2 img.img-fluid {
    max-width: 492px;
}


.b1 li.img-area .d-flex{
    row-gap: 40px;
}
.b1 li.img-area .img-box {
    position: relative;
}
.b1 li.img-area .img-box p{
   /* position: absolute;
    bottom: 0;
    top:100%;*/
    max-width: 485px;
    min-height: 50px;
    height: 240px;
    background: #c94267;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
.b1 li.img-area .img-box p span{
    display: block;
    line-height: 33px;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 10px 20px;
    font-size: 17px;
}
.b1 li.img-area .img-box p.height {
    height: fit-content;
}
.b1 li.img-area .img-box.width,
.b1 li.img-area .img-box.width p{
    max-width:100%;
    height: auto;
}
.b1 .rect-icon-area .img-box.d-flex {
    margin-bottom: 13px;
}

.subContents.b1 .contentsTxt li p.list_title{
    font-size: 1.250em;
    color: #575757;
    padding-bottom: 10px;
    font-weight: 700;
}

@media(max-width:1000px){
    .b1 .b1_list_img{
        display: block !important;
    }
    .b1 .b1_list_img li {
        width: 100%;
        margin-bottom: 80px;
    }
    .b1 .b1_list_img li img,.b1 ul.img li img{
        display: block;
        width: 100%;
    }
    .b1 .b1_list_img li::after {
        top: auto;
        bottom: -25px;
        right: 46%;
        transform: translateY(0) translateX(-50%) rotate(90deg);
    }
    .b1 .b1_role_box{
        margin-bottom: 36px;
    }
    .b1 .b1_role_box:last-of-type,.b1 .b1_list_img li:last-child{
        margin-bottom: 0;
    }
    .b1 .b1_role_box>li:nth-child(odd){
        width: 100%;
    }   
    .b1 .b1_role_box>li:nth-child(even){
        width: 100%;
        order: 3;
    }
    .b1 .b1_role_box li h6{
        padding: 10px 0;
    }
    .b1 ul.img li {
        width: 100%;
        margin-bottom: 15px;
    }
    .b1 .custom_img{
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        margin-bottom: 40px;
    }
    .b1 .contentsTxt li.call-area {
        flex-direction: column;
        justify-content: center;
    }
    .b1 .contentsTxt li.call-area img {
        display: block;
        margin: 0 auto;
    }
    
    .b1 li.img-area .d-flex {
        justify-content: center !important;
    }
    .b1 li.img-area .d-flex .img-box {
        width: 100%;
    }
    .b1 li.img-area .d-flex img {
        width: 100%;
    }
    .b1 .rect-icon-area .img-box.d-flex {
        flex-direction: column;
        align-items: center;
    }
    .b1 .rect-icon-area .img-box.d-flex img{
        width: 100%;
    }
    .b1 .rect-icon-area .img-box.d-flex .icon img {
        transform: rotate(90deg);
    }
    .b1 li.img-area .img-box p {
        max-width: 100%;
        height: auto;
    }
}

@media(max-width:768px){
    .b1 .contentsTxt>li>p{
        padding-left: 0;
        text-indent: 0;
    }
    .b1 .contentsTxt>li>p.txt_indent {
        text-indent: -10px;
        text-align: left;
    }
    .b1 .b1_bg li{
        font-size: 1em;
    }
    .b1 .b1_list_img li{
        margin-bottom: 40px;
    }
    .b1 .b1_list>li .box.d-flex {
        flex-direction: column;
    }
    .b1 .b1_list>li .box li .img-box {
        text-align: center;
    }
    .b1 .b1_list.type2 img.img-fluid {
        max-width: 100%;
    }

}
/******************************** b1 ********************************/



/******************************** b2 ********************************/
.b2 .sub__Title{
    padding-top: 70px;
}
/*.b2 h6{
    font-weight: 500;
    color: #fff;
    font-size: 1.375em;
    background-color: #fbb162;
    padding: 17px 0;
    border-radius: 60px;
    padding-left: 26px;
    margin-bottom: 40px;
}*/
.subContents.b2 .contentsTxt h6{
    color: #575757;
    font-size: 1.500em;
}
.subContents.b2 .contentsTxt li h6 img{
    margin-top: -7px;
    margin-right: 6px;
    display: inline-block;
    width: auto;
}
.b2 .sub__Title h1 > span{
  display: block;
}
.b2 .sub__Title h1 .colorA2{
  color: #f5586c;
}
.b2 .sub__Title h1 span.colorA1 {

}
.b2 .imgbox{
    margin: 0 auto;
}
.b2 .img_list li{
    width: calc(33.3333% - 20px);
    position: relative;
}

.subContents.b2 .contentsTxt li p{
    text-indent: -0.6em;
    padding-left: 1.28em;
    padding-top: 5px;
/*    font-weight: 300;*/
}
.subContents.b2 .contentsTxt li p.not-text-indent{
    text-indent: 0em;
    padding-top: 0;
    padding-bottom: 25px;
}
.subContents.b2 .contentsTxt li p.first-p {
    padding-bottom: 25px;
}

.subContents.b2 .contentsTxt li img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.subContents.b2 .contentsTxt li .arrow-icon {
    display: block;
    width: 15px;
    height: 24px;
    background-image: url(../images/sub/b/b2_3_arrow.png);
    background-repeat: no-repeat;
}
.subContents.b2 .contentsTxt li p.list_title{
    font-size: 1.250em;
    color: #575757;
    padding-bottom: 10px;
    font-weight: 700;
}
.subContents.b2 .contentsTxt li .info_txt b {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.subContents.b2 .contentsTxt li .info_txt_s {
    text-indent: 0;
    font-size: 1em;
    margin-top: -15px;
    padding-left: 30px;
}

.b2_list li p{
    font-size: 1.125em;
    color: #575757;
}

.b2 .img_list:last-of-type{
    margin-bottom: 0;
    border-bottom: none ;

}
.b2 .img_list li.img-line{
  border: 1px solid #dfdfdf;
}
.b2 .img_list li.flex-column {
    gap: 7px;
}
.b2 .img_list li.img-w-225 {
    width: 225px;
}
.b2 .img_list li.img-w-670 {
    width: 670px;
}

.b2 .img_list:last-of-type li{
    padding-bottom: 0;
   
}

.b2 li.img-area .d-flex{
    row-gap: 40px;
}
.b2 li.img-area .img-box {
    position: relative;
}
.b2 li.img-area .img-box p{
    max-width: 485px;
    min-height: 50px;
    background: #c54b2f;
    line-height: 50px;
    text-align: center;
    color: #fff;
    padding-left: 0;
    padding-top:0;
}
.b2 li.img-area .img-box p span{
    display: block;
    line-height: 33px;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 10px 20px;
    font-size: 17px;
}

.b2 .tableBox{
    width: 100%;
    position: relative;
    word-break: keep-all;
}
.b2 .tableBox .t1 tr p{
    text-align: left;
}
.b2 .tableBox .t1 tr td{
    color: #fff;
    background: #fff
    vertical-align: middle;
    line-height: 1.7;
}
.b2 .tableBox .t1 tr td:first-of-type {
    font-size: 1.2em;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background-color: #d98d30;
    border: 1px solid #d98d30;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}
.b2 .tableBox .t1 tr td {
    border: 1px solid #bbb;
    color: #333;
}

@media(max-width:1000px) {
    .subContents.b2 .contentsTxt .img-box.d-flex {
        flex-direction: column;
        gap: 20px;
    }
    .subContents.b2 .contentsTxt li .arrow-icon {
        transform: rotate(90deg);
    }
    .subContents.b2 .contentsTxt li {
        display: block;
        width: 100%;
    }
    .subContents.b2 .contentsTxt li img {
        width: 100%;
        display: block;
    }
    .b2 .img_list li + li {
        margin-top : 30px;
    }
    .b2 li.img-area .d-flex {
        justify-content: center !important;
    }
    .b2 li.img-area .d-flex .img-box {
        width: 100%;
    }
    .b2 li.img-area .d-flex img {
        width: 100%;
    }
    .b2 .rect-icon-area .img-box.d-flex {
        flex-direction: column;
        align-items: center;
    }
    .b2 .rect-icon-area .img-box.d-flex img{
        width: 100%;
    }
    .b2 .rect-icon-area .img-box.d-flex .icon img {
        transform: rotate(90deg);
    }
    .b2 li.img-area .img-box p {
        max-width: 100%;
        height: auto;
    }

}


@media(max-width:768px){
    .b2_list>li p{
        font-size: 1em;
    }
    .b2 .img_list{
        flex-wrap: wrap;
        border-bottom: none;
        margin-bottom: 0;
    }
    .b2Div h5 img{
        /* display: block; */
        margin: 0 auto;
        margin-bottom: 20px; 
    }
    .b2Div .imgbox.d-flex:first-of-type{
        margin-bottom: 70px;
    }

}
/******************************** b2 ********************************/

/******************************** b3 ********************************/
.b3 .tableBox{
    width: 100%;
    position: relative;
    word-break: keep-all;
}
.b3 .tableBox .t1 tr p{
    text-align: left;
}
.b3 .tableBox .t1 tr td{
    color: #fff;
    background: #fff
    vertical-align: middle;
    line-height: 1.7;
}
.b3 .tableBox .t1 tr td:first-of-type {
    font-size: 1.2em;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background-color: #d98d30;
    border: 1px solid #d98d30;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}
.b2 .tableBox .t1 tr td {
    border: 1px solid #bbb;
    color: #333;
}

/******************************** b3 ********************************/

/******************************** d2 ********************************/
.ball.d2{
    background: url(../images/sub/ball_3.png) no-repeat;
}
.title.d2{
    color: #4bbb6f;
    border-bottom: 1px solid #4bbb6f;
}
.title.d2::after{
    background-color: #4bbb6f;
}
.d2 .sub__Title{
    padding-top: 50px;
    padding-bottom: 135px;
    border-bottom: 1px solid #000;
}
.d2 .sub__Title.customTitle h1 {
/*    font-size: 2.2em;*/
/*    font-family: 'CWDangamAsac-Bold';*/
    letter-spacing: -0.03em;
    color: #333;
}

.d2 .sub__Title.customTitle h1 b {
    font-size: 1.5em;
}

.d2 .sub__Title .align-items-center {
    margin-top: 83px;
}
.d2 .sub__Title .align-items-center img {
    padding: 0 95px;
}
.d2 .sub__Title .align-items-center p {
    line-height: 33px;
    letter-spacing: -0.02em;
    word-break: keep-all;
    font-size: 20px;
}
.d2 .sub__Title>p{
    padding-top: 0;
}
.d2 .sub__Title>p span{
   
    font-weight: 300;
}
.d2 .subContents {
    padding-top: 90px;
}
.d2 .subContents .sub-title {
    font-size: 35px;
    position: relative;
    width: fit-content;
    z-index: 1;
    margin-bottom: 85px;
}
.d2 .subContents .sub-title::before{
    content: '';
    position: absolute;
    bottom: 1px;
    z-index: -1;
    width: 100%;
    height: 12px;
    background: #ffd673;
}
.d2 .subContents .text-box span {
    color: #999999;
}
.d2 .subContents .text-box p {
    word-break: keep-all;
    line-height: 33px;
}
.d2 .contentsTxt li:nth-child(2) p {
    text-align: right;
}
.d2 .contentsTxt li:nth-child(1) {
    gap: 110px;
/*    padding-bottom: 105px;*/
}
.d2 .contentsTxt li:nth-child(2) {
    gap: 85px;
/*    padding-bottom: 160px;*/
}
.d2 .contentsTxt li:nth-child(3) {
    gap: 45px;
}
.d2 .recipe ul li{
    width: calc(50% - 30px);
    margin-bottom: 50px;
    background-color: #f8f9fb;
    padding: 30px;
    padding-top: 60px;
    border-radius: 20px;
    position: relative;
    margin-top: 185px;
}
.d2 .recipe ul li:last-child{
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 185px;
}
.d2 .recipe ul li .imgbox{
    position: absolute;
    top: -185px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
}
.d2 .recipe ul li::after {
    content: "";
    width: 185px;
    height: 185px;
    background-color: #f8f9fb;
    border-radius: 50%;
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.d2 .recipe ul li .num{
    position: absolute;
    top: -115px;
    left: 30px;
    font-size: 70px;
    line-height: 1;
    font-family: 'GmarketSansBold';
    color: #f0ac49;
}
.d2 .recipe ul li .txt p{
    text-align: center;
    font-size: 1.125em;
    color: #575757;
    letter-spacing: -0.02em;
    word-break: keep-all;
}
.d2 .recipe ul li .txt p b{
    display: block;
    font-size: 1.250em;
    color: #575757;
    position: relative;
    z-index: 11;
}

 .contentsTxt .sns_box {
    padding: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    text-align: left;
    background: url('../images/sub/d/d2_4.png') no-repeat right bottom;
    background-size: auto;
    background-color: #f3f3f3;
    overflow: hidden;
}
 .contentsTxt .sns_box h2 b {
   font-family: 'GmarketSansBold';
   color:#895624;
}
 .contentsTxt li.sns_box p.txt {
    text-align: left;
    padding-left: 20px;
    word-break: keep-all;
}
 .contentsTxt .sns_box p.txt span {
    display: block;
    padding-left: 40px;
    padding-bottom: 20px;
    text-indent: 0;
    font-weight: normal;
    background: url('../images/sub/d/d2_bullet.png') no-repeat left top 1px;
}
 .contentsTxt .sns_box.col {
    padding: 40px 40px 90px 40px;
}
 .contentsTxt .sns_box.col:before {
    clear: both;
}
 .contentsTxt .sns_box.col div {
    width: 49%;
    float: left;
}
 .contentsTxt .sns_box.col div + div {
    margin-left:2%;
}
 .contentsTxt .sns_box.col div h2 b {
    color: #333;
    font-size: 0.85em;
}
 .contentsTxt .sns_box.col p.txt {
    padding-left: 0;
}


@media(max-width:1000px){
    .d2 .recipe ul li{
        width: 100%;
    }
    .d2 .recipe ul li .num {
        top: -40px;
        left:auto;
        right: 20px;
    }
    .d2 .recipe ul li .imgbox {
        top: -165px;
        left: 0;
        transform: translateX(0);
    }
    .d2 .recipe ul li::after {
        top: -75px;
        left: 0;
        transform: translateX(0);
        z-index: 1;
    }
    .d2 .recipe ul li .imgbox img{
        width: 180px;
    }
    .d2 .recipe ul li,.d2 .recipe ul li:last-child{
        margin-top: 102px;
    }
    .d2 .recipe ul li .txt p{
        font-size: 1em;
    }
    .d2 .contentsTxt li.d-flex {
        flex-direction: column !important;
    }
    .d2 .contentsTxt li.d-flex {
        gap: 70px;
    }
    .d2 .contentsTxt li:nth-child(2) p {
        text-align: right;
    }
}
@media(max-width:768px){
    .d2 .sub__Title .d-flex {
        flex-direction: column;
        row-gap: 30px;
    }
    .d2 .sub__Title.customTitle h1 {
        font-size: 1.8em;
    }
    .d2 .sub__Title .align-items-center {
        margin-top: 40px;
    }
    .d2 .sub__Title {
        padding-bottom: 75px;
    }
    .d2 .contentsTxt li:nth-child(1),
    .d2 .contentsTxt li:nth-child(2) 
    {
        /* gap: 30px; */
        padding-bottom: 50px;
    }
    .d2 .contentsTxt li.d-flex {
        gap: 30px;
    }
     .contentsTxt .sns_box.col div {
        width: 100%;
        float: none;
    }
     .contentsTxt .sns_box.col div + div {
        margin-left:0;
        margin-top: 20px;
    }
}
/******************************** d2 ********************************/

/******************************** c1 ********************************/
.ball.c1{
    background: url(../images/sub/ball_6.png) no-repeat;
}
.title.c1{
    color: #f77f67;
    border-bottom: 1px solid #f77f67;
    width: 187px;
}
.title.c1::after{
    background-color: #f77f67;
}
.c1 .bg_wrap{
    background: #fff;
    position: relative;
/*    padding-bottom:165px;*/
}

.c1 .bg_wrap .sub__Title .top-text-box{
    background: #f6f4f5;
    text-align: center;
    color: #9b7ca5;
    max-width: 596px;
    border-right: 4px solid #9b7ca5;
    border-left: 4px solid #9b7ca5;
    margin: 0 auto;
    font-size: 20px;
    line-height: 34px;
    padding: 20px 0;
    animation: op 1s .2s both;
    word-break: keep-all;
}
.c1 .bg_wrap .sub__Title .top-text-box span{
    font-size: 22px;
    font-weight: bold;
    color: #9b7ca5;
}
.c1 .subContents {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    font-size: 18px;
    line-height: 2.0em;
}
.c1 .sub__Title{
    padding-top: 65px;
    padding-bottom: 40px;
}

/*.c1 .sub__Title h1{
    line-height: 1.3;
    padding-bottom: 60px;
    padding-top: 50px;
}
.c1 .sub__Title h1,.c1 .sub__Title h1 span{
    font-family: 'Noto sans KR', sans-serif !important;
    font-size: 2.375em;
}
.c1 .sub__Title h1 span{
    font-size:1.447em;
    font-weight: 600;
    display: block;
    margin-top: 25px;
}
.c1 .sub__Title>p {
    width: 100%;
    max-width: 740px;
    color:#333;
    font-size: 1.063em;
    margin:0 auto;
    font-weight: 400;
    padding-top: 0;
    animation: op 1s .8s both;
}*/
.c1 h6{
    font-weight: 500;
    color: #fff;
    font-size: 1.375em;
    background-color: #f19236;
    padding: 17px 0;
    border-radius: 60px;
    padding-left: 26px;
    margin-bottom: 33px;
}
.c1 .contentsTxt>li{
    padding-bottom: 0;
}
.c1 .contentsTxt>li>p{
    /*font-weight: 300;*/
    padding-bottom: 60px;
    text-indent: 0;
    font-size: 18px;
    line-height: 32px;
}

.c1 .contentsTxt li.rect-icon-area>p {
    padding-left: 23px;
    position: relative;
}
.c1 .contentsTxt li.rect-icon-area>p::before{
    content: '';
    position: absolute;
    top: 13px;
    left: 1px;
    width: 9px;
    height: 9px;
    background: #9b7ca5;
}
.c1 .contentsTxt .pb-0.pb-13{
    padding-bottom: 13px !important;
}
.c1 .contentsTxt .pb-0.pb-80{
    padding-bottom: 80px !important;
}
.c1 .contentsTxt .pb-0.pb-15 {
    padding-bottom: 15px !important;
}
.c1 .contentsTxt .pb-0.pb-30 {
    padding-bottom: 30px !important;
}
.c1 li.img-area .d-flex{
    row-gap: 40px;
}
.c1 li.img-area .img-box {
    position: relative;
}
.c1 li.img-area .img-box p{
   /* position: absolute;
    bottom: 0;
    top:100%;*/
    max-width: 485px;
    min-height: 50px;
    height: 240px;
    background: #1d5f48;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
.c1 li.img-area .img-box p span{
    display: block;
    line-height: 33px;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 10px 20px;
    font-size: 17px;
}
.c1 li.img-area .img-box p.height {
    height: fit-content;
}
.c1 li.img-area .img-box.width,
.c1 li.img-area .img-box.width p{
    max-width:100%;
    height: auto;
}
.c1 .rect-icon-area .img-box.d-flex {
    margin-bottom: 13px;
}

.c1 .profile_moa {
    border:2px dotted #8fd390;
    border-radius: 20px;
    padding:40px;
}
.c1 .profile_moa .col {
    overflow: hidden;
}
.c1 .profile_moa div + div {
    clear: both;
    border-top: 2px dotted #8fd390;
}
.c1 .profile_moa .col img {
    float:left;
    width: 30%;
    padding-right:5%;
}
.c1 .profile_moa .col ul {
    float:right;
    width:65%;
    padding-top:15px;

}
.c1 .profile_moa .col ul li {
    position:relative;
    display:block;
    padding-left: 7px;
}
.c1 .profile_moa .col ul li:before {
    content:'';
    display:block;
    width:4px;
    height:4px;
    background: green;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position:absolute;
    top:17px;
    left:0;
}
.c1 .profile_moa .col ul li.copy {
    margin-top:30px;
    font-family: 'BMJUA';
    font-size: 1.4em;
    line-height: 1.5em;
}
.c1 .profile_moa .col ul li.copy:before {
    display: none;
}
.c1 .profile_moa .col ul li.copy b {
    color: #57af59;
    font-family: 'BMJUA';
    font-weight: normal;
}
.c1 .profile_moa .tag {
    background: #def7df;
    color: #049124;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 5px 15px;
    margin-top: 15px;
}
.c1 .contentsTxt li p.indent-p {
    padding-left: 20px;
    text-indent: -0.5em;
    word-break: keep-all;
}

.c1 .c2_list_box{
    padding-bottom: 45px;
}
.c1 .c2_list_box p.pb-0{
    color: #575757
}
.c1 .contentsTxt>li .c2_list_box p span.etc{
    display: block;
    color: #575757;
    font-weight: 300;
    font-size: 0.813em;
}
.c1 .c2_list_box .d-flex {
    text-align: center;
    margin-bottom: 18px;
}
.c1 .c2_list_box .d-flex .list-title {
    border: none;
    background: #58595b;
    color: #fff;
    line-height: 27px;
    padding: 10px;
}
.c1 .c2_list_box .d-flex.list-desc li {
    padding: 24px 0;
}
.c1 .c2_list_box .d-flex li {
    border: 1px solid #e5e5e5;
    border-radius: 20px;
}
.c1 .c2_list_box .d-flex li.p-position {
    position: relative;
}
.c1 .c2_list_box .d-flex p {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*font-weight: bold;*/
    text-align: center;
    font-size: 18px;
}
.c1 .c2_list_box li.p-position p {
    padding: 0 10px;
}
.c1 .c2_list_box .d-flex li:first-child {
    width: calc(20% - 13px);
}
.c1 .c2_list_box .d-flex li {
    width: calc(20% - 13px);
    font-size: 18px;
}
.c1 .c2_list_box .d-flex.list-desc li + li {
    padding: 20px;
}




@media(max-width:1000px) {
    /*.c1 li.img-area .d-flex {
        justify-content: center !important;
    }*/
    .c1 li.img-area .d-flex .img-box {
        width: 100%;
    }
    .c1 li.img-area .d-flex img {
        width: 100%;
    }
    .c1 .rect-icon-area .img-box.d-flex {
        flex-direction: column;
        align-items: center;
    }
    .c1 .rect-icon-area .img-box.d-flex img{
        width: 100%;
    }
    .c1 .rect-icon-area .img-box.d-flex .icon img {
        transform: rotate(90deg);
    }
    .c1 li.img-area .img-box p {
        max-width: 100%;
        height: auto;
    }
    .c1 .c2_list_box .d-flex li:first-child {
        width: calc(20% - 9px);
    }
    .c1 .c2_list_box .d-flex li {
        width: calc(20% - 9px);
    }
    
}

@media(max-width:768px){
    .txtWrap .wrap-1000{
        padding: 0;
    }
    .c1 .sub__Title{
        padding-top: 60px;
    }
    .c1 .sub__Title h1 span{
        font-size: 1.071em;
        letter-spacing: -0.07em;
    }
    .c1 .bg_wrap{
        padding: 0 15px;
        background-size: contain;
     
    }
    .c1 .c2_list_box .d-flex .list-title {
        line-height: 22px;
    }
    .c1 .c2_list_box .d-flex li {
        font-size: 15px;
    }
    .c1 .c2_list_box li.p-position p {
        font-size: 15px;
        line-height: 22px;
    }
}

/******************************** c2 ********************************/
.c2 .txtWrap {
    padding-bottom: 125px;
}
.c2 p{
    line-height: 32px;
}
/*.c2 .sub__Title{
    padding-top: 90px;
}
.c2 .sub__Title h1{
    line-height: 1.3;
    padding-top: 50px;
}
.c2 .sub__Title h1,.c2 .sub__Title h1 span{
    font-family: 'Noto sans KR', sans-serif !important;
    font-size: 2.813em;
    font-weight: 300;
}
.c2 .sub__Title h1 span{
    font-size: 1em;
    font-weight: 600;
}*/
.c2 .sub__Title{
    padding-top: 65px;
    padding-bottom: 40px;
}
.c2 h6{
    font-weight: 500;
    color: #fff;
    font-size: 1.375em;
    background-color: #50abcd;
    padding: 17px 0;
    border-radius: 60px;
    padding-left: 26px;
    margin-bottom: 32px;
    position: relative;

}
.c2 .contentsTxt .box{
    background-color: #f5f5f5;
    font-family: 'BMJUA';
    text-align: center;
    font-size: 1.250em;
    padding: 20px ;
    margin: 40px 0;
}
.c2 .contentsTxt li{
    padding-bottom: 0;
}
.c2 .contentsTxt li p{
    font-size: 1.125em;
    letter-spacing: -0.04em;
    padding-left: 20px;
}
/*.c2 .contentsTxt>li:nth-child(2) p {
    padding-left: 0;
}*/
.c2 .contentsTxt li p.indent-p {
    text-indent: -0.5em;
    word-break: keep-all;
}
.c2 .contentsTxt li p.pb-13 {
    padding-bottom: 13px !important;
}
.c2 .contentsTxt p.pb-20{
    padding-bottom: 20px !important;
}
.c2 .contentsTxt p.pb-30{
    padding-bottom: 30px !important;
}
.c2 .contentsTxt p.pb-65{
    padding-bottom: 65px !important;
}
.c2 .contentsTxt .rect-icon-area p.indent-p{
    text-indent: -0.5em;
}
.c2 .contentsTxt li p.rect-box {
    position: relative;
    color: #333;
}
.c2 .contentsTxt li p.rect-box::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 1px;
    width: 9px;
    height: 9px;
    background: #50abcd;
}
.c2 .contentsTxt li .img-box.d-flex {
    padding-bottom: 80px;
}
.c2 .c2_list_box{
    padding-bottom: 45px;
}
.c2 .c2_list_box p.pb-0{
    color: #575757
}
.c2 .contentsTxt>li .c2_list_box p span.etc{
    display: block;
    color: #575757;
    font-weight: 300;
    font-size: 0.813em;
}
.c2 .c2_list_box .d-flex {
    text-align: center;
    margin-bottom: 18px;
}
.c2 .c2_list_box .d-flex .list-title {
    border: none;
    background: #58595b;
    color: #fff;
    line-height: 27px;
    padding: 10px;
}
.c2 .c2_list_box .d-flex.list-desc li {
    padding: 24px 0;
}
.c2 .c2_list_box .d-flex li {
    border: 1px solid #e5e5e5;
    border-radius: 20px;
}
.c2 .c2_list_box .d-flex li.p-position {
    position: relative;
}
.c2 .c2_list_box .d-flex p {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 18px;
}
.c2 .c2_list_box li.p-position p {
    padding: 0 10px;
}
.c2 .c2_list_box li.p-position p + p {
   top: auto;
   bottom: 50%;
}
.c2 .c2_list_box .d-flex li:first-child {
    width: calc(50% - 13px);
}
.c2 .c2_list_box .d-flex li {
    width: calc(50% - 13px);
    font-size: 18px;
}
.c2 .c2_list_box .d-flex.list-desc li + li {
    text-align: left;
    padding: 20px;
}
.c2 .contentsTxt>li p span{
    font-weight: 600;
    color: #575757;
    font-size: 1em;
}
.c2 .c2_list li{
    text-align: justify;
    text-indent: -0.625em;
    padding-left: 0.625em;
    font-size: 1.125em;
    word-break: keep-all;
    color: #575757;
    margin-bottom: 5px;
    /*font-weight: 300;*/
}
.c2 .c2_list_img li{
    width: calc(33.3333% - 15px);
    padding-bottom: 20px;
}
.c2 .sub__Title .top-text-box{
    background: #ebf5f9;
    text-align: center;
    color: #4bbb6f;
    max-width: 596px;
    border-right: 4px solid #4bbb6f;
    border-left: 4px solid #4bbb6f;
    margin: 0 auto;
    font-size: 20px;
    line-height: 34px;
    padding: 20px 0;
    animation: op 1s .2s both;
    word-break: keep-all;
}
.c2 .sub__Title .top-text-box span{
    color: #7fbb9e;
    font-weight: bold;
}
.c2 .contentsTxt>li.img-flex li{
    position: relative;
    width: calc((100% - 40px)/ 2);
    padding-bottom: 40px;
}
.c2 .contentsTxt>li.img-flex img{
    width: 100%;
    height: 100%;
}
.c2 li.img-area .d-flex{
    row-gap: 40px;
}
.c2 li.img-area .img-box {
    position: relative;
}
.c2 li.img-area .img-box p{
   /* position: absolute;
    bottom: 0;
    top:100%;*/
    max-width: 485px;
    min-height: 50px;
    background: #1d88af;
    line-height: 50px;
    text-align: center;
    color: #fff;
    padding-left: 0;
}
.c2 .img_mob {
    display: none;
}
.c2 .contentsTxt li b {
    font-weight: 600;
}

@media (max-width: 1000px){
    .txtWrap .wrap-1000 {
        padding: 0 30px;
    }
    .c2 .c2_list_img li {
        width: 100%;
        padding-bottom: 60px;
        margin-bottom: 60px;
        border-bottom: 2px dotted #e8e8e8 ;
    }
    .c2 .c2_list_img li img{
        display: block;
        width: 100%;
    }
    .c2 .c2_list_img li:last-child{
        border-bottom: none;
        padding-bottom: 0;
    }
    .c2 .contentsTxt li .img-box.d-flex {
        flex-direction: column;
        row-gap: 40px;
    }
    .c2 .contentsTxt>li.img-flex .d-flex {
        flex-direction: column;
    }
    .c2 .contentsTxt>li.img-flex li {
        width: 100%;
    }
    .c2 li.img-area .d-flex {
        justify-content: center !important;
    }
    .c2 li.img-area .d-flex .img-box {
        width: 100%;
    }
    .c2 li.img-area .d-flex img {
        width: 100%;
    }
    .c2 li.img-area .img-box p {
        max-width: 100%;
        height: auto;
    }
    .c2 .img_mob {
        display: block;
    }
    .c2 .img_pc {
        display: none;
    }
}
@media(max-width:768px){
    .title.c1 {
        width: 168px;
    }
    .txtWrap .wrap-1000 {
        padding: 0 15px;
    }
    .c2 .c2_list_img li {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}
@media(max-width:560px){
    .c2 .c2_list_box .d-flex .list-title {
        line-height: 22px;
    }
    .c2 .c2_list_box .d-flex li {
        font-size: 15px;
    }
    .c2 .c2_list_box li.p-position p {
        font-size: 15px;
        line-height: 22px;
    }
}

/******************************** c2 ********************************/

/******************************** c3 ********************************/
.c3 .txtWrap {
    padding-bottom: 125px;
}
.c3 p{
    line-height: 32px;
}
.c3 .sub__Title{
    padding-top: 90px;
}
.c3 .sub__Title h1{
    line-height: 1.3;
    padding-top: 50px;
}
.c3 .sub__Title h1,.c3 .sub__Title h1 span{
    font-family: 'Noto sans KR', sans-serif !important;
    font-size: 2.813em;
    font-weight: 300;
}
.c3 .sub__Title h1 span{
    font-size: 1em;
    font-weight: 600;
}
.c3 h6{
    font-weight: 500;
    color: #fff;
    font-size: 1.375em;
    background-color: #7996b5;
    padding: 17px 0;
    border-radius: 60px;
    padding-left: 26px;
    margin-bottom: 32px;
    position: relative;

}
.c3 .contentsTxt .box{
    background-color: #f5f5f5;
    font-family: 'BMJUA';
    text-align: center;
    font-size: 1.250em;
    padding: 20px ;
    margin: 40px 0;
}
.c3 .contentsTxt>li{
    padding-bottom: 0;
}
.c3 .contentsTxt>li p{
    font-weight: 300;
    font-size: 1.125em;
    letter-spacing: -0.04em;
    padding-left: 20px;
}
/*.c3 .contentsTxt>li:nth-child(2) p {
    padding-left: 0;
}*/
.c3 .contentsTxt>li p.indent-p {
    text-indent: -0.5em;
}
.c3 .contentsTxt>li p.pb-13 {
    padding-bottom: 13px !important;
}
.c3 .contentsTxt p.pb-20{
    padding-bottom: 20px !important;
}
.c3 .contentsTxt p.pb-30{
    padding-bottom: 30px !important;
}
.c3 .contentsTxt p.pb-65{
    padding-bottom: 65px !important;
}
.c3 .contentsTxt .rect-icon-area p.indent-p{
    text-indent: -0.5em;
}
.c3 .contentsTxt li p.rect-box {
    position: relative;
    font-weight: 500;
}
.c3 .contentsTxt li p.rect-box::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 1px;
    width: 13px;
    height: 13px;
    background: #7996b5;
}
.c3 .contentsTxt li .img-box.d-flex {
    padding-bottom: 80px;
}
.c3 .c2_list_box{
    padding-bottom: 45px;
}
.c3 .c2_list_box p.pb-0{
    color: #575757
}
.c3 .contentsTxt>li .c2_list_box p span.etc{
    display: block;
    color: #575757;
    font-weight: 300;
    font-size: 0.813em;
}
.c3 .c2_list_box .d-flex {
    text-align: center;
    margin-bottom: 18px;
}
.c3 .c2_list_box .d-flex .list-title {
    border: none;
    background: #58595b;
    color: #fff;
    line-height: 40px;
}
.c3 .c2_list_box .d-flex.list-desc li {
    padding: 24px 0;
}
.c3 .c2_list_box .d-flex li {
    border: 1px solid #e5e5e5;
    border-radius: 20px;
}
.c3 .c2_list_box .d-flex li.p-position {
    position: relative;
}
.c3 .c2_list_box .d-flex p {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}
.c3 .c2_list_box li.p-position p {
    padding: 0 10px;
}
.c3 .c2_list_box .d-flex li:first-child {
    width: calc(33% - 13px);
}
.c3 .c2_list_box .d-flex li:last-child {
    width: calc(66% - 13px);
    font-size: 18px;
}
.c3 .contentsTxt>li p span{
    font-weight: 600;
    color: #575757;
    font-size: 1em;
}
.c3 .c2_list li{
    text-align: justify;
    text-indent: -0.625em;
    padding-left: 0.625em;
    font-size: 1.125em;
    word-break: keep-all;
    color: #575757;
    margin-bottom: 5px;
    font-weight: 300;
}
.c3 .c2_list_img li{
    width: calc(33.3333% - 15px);
    padding-bottom: 20px;
}
.c3 .sub__Title .top-text-box{
    background: #f9f8f7;
    text-align: center;
    color: #7996b5;
    max-width: 596px;
    border-right: 4px solid #7996b5;
    border-left: 4px solid #7996b5;
    margin: 0 auto;
    font-size: 20px;
    line-height: 34px;
    padding: 20px 0;
    animation: op 1s .2s both;
    word-break: keep-all;
}
.c3 .sub__Title .top-text-box span{
    color: #7996b5;
    font-weight: bold;
}
.c3 .contentsTxt>li.img-flex li{
    position: relative;
    width: calc((100% - 40px)/ 2);
    padding-bottom: 40px;
}
.c3 .contentsTxt>li.img-flex img{
    width: 100%;
    height: 100%;
}
.c3 li.img-area .d-flex{
    row-gap: 40px;
}
.c3 li.img-area .img-box {
    position: relative;
}
.c3 li.img-area .img-box p{
   /* position: absolute;
    bottom: 0;
    top:100%;*/
    max-width: 485px;
    min-height: 50px;
    background: #20496c;
    line-height: 50px;
    text-align: center;
    color: #fff;
    padding-left: 0;
}
/* table:s */
.c3 .tableBox{
    width: calc(30% - 34px);
    position: relative;
}
.c3 .tableBox:last-of-type{
    width: calc(70% - 34px);
}
.c3 .tableBox:first-of-type::after{
    content: "";
    width: 22px;
    height: 24px;
    background: url(../images/sub/c/c3_icon_01.png) no-repeat;
    position: absolute;
    top:43%;
    right: -46px;
    transform: translateY(-50%);
}
.c3 .tableBox.ico_n:after {
    display: none;
}
.c3 .tableBox.width {
    width: 100%;
}
.c3 .tableBox .t1 tr:first-of-type{
    padding: 10px 0;
}
.c3 .tableBox .t1 tr p{
    text-align: center;
    color: #fff;
/*    border-right: 1px solid #fff;*/
    width: 100%;
    font-weight: bold;
    padding-left: 0;
}
.c3 .tableBox .t1 tr th.border_n {
    background: #fff; 
    border:none; 
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
}
.c3 .tableBox .t1 tr th.bg_n {
    background: #fff; 
    border:none; 
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
}
.c3 .tableBox .t1 tr:first-of-type th{
    text-align: center;
    color:#fff;
    border: 1px solid #333333;
    background: #5f3e3e;
    border-right: 1px solid #fff;
}
.c3 .tableBox .t1 tr th + th {
    border-right: 1px solid #fff;
}
.c3 .tableBox .t1 tr:first-of-type th:last-of-type{
    border-right: 1px solid #333333;
}
.c3 .tableBox .t1 tr:first-of-type th:last-of-type p{
    border-right:none ;
}
.c3 .tableBox .t1 tr:first-of-type th.border_n {
    border: none;
    background: #fff;
}
.c3 .tableBox .t1 tr:first-of-type th.bg_n {
    border: 1px solid #333333;
    background: #fff;
    color:#555;
}
.c3 .tableBox .t1 tr:first-of-type th.bg_n.bold {
    font-weight: bold;
    font-size: 1.125em;
}

.c3 .tableBox .t1 tr td{
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    vertical-align: middle;
    line-height: 1.7;
}
.c3 .tableBox .t1 tr td:first-of-type{
    border-left: 1px solid #333333;
}
/*.c3 .tableBox .t1 tr th{
    padding:10px 0;
}*/
.c3 .tableBox .t1 tr td.dash{
    border-bottom: 1.1px dashed #333;
}
.c3 .tableBox .t2{
    border: 1px solid #333;
    height: 100%;
}
.c3 .tableBox .t2 tr th{
    font-size: 1.125em;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #333;
    background-color: #dbad6d;
}
.c3 .tableBox table.height {
    height: 157px;
}
.c3 .tableBox .t2 tr td{
    background-color: #f6f4ef;
    padding: 110px 40px;
    vertical-align: middle;
    line-height: 1.7;
}
/* table:e */


@media (max-width: 1000px){
    .txtWrap .wrap-1000 {
        padding: 0 30px;
    }
    .c3 .c2_list_img li {
        width: 100%;
        padding-bottom: 60px;
        margin-bottom: 60px;
        border-bottom: 2px dotted #e8e8e8 ;
    }
    .c3 .c2_list_img li img{
        display: block;
        width: 100%;
    }
    .c3 .c2_list_img li:last-child{
        border-bottom: none;
        padding-bottom: 0;
    }
    .c3 .contentsTxt li .img-box.d-flex {
        flex-direction: column;
        row-gap: 40px;
    }
    .c3 .contentsTxt>li.img-flex .d-flex {
        flex-direction: column;
    }
    .c3 .contentsTxt>li.img-flex li {
        width: 100%;
    }
    .c3 li.img-area .d-flex {
        justify-content: center !important;
    }
    .c3 li.img-area .d-flex .img-box {
        width: 100%;
    }
    .c3 li.img-area .d-flex img {
        width: 100%;
    }
    .c3 li.img-area .img-box p {
        max-width: 100%;
        height: auto;
    }
}
@media(max-width:768px){
    .title.c1 {
        width: 168px;
    }
    .txtWrap .wrap-1000 {
        padding: 0 15px;
    }
    .c3 .sub__Title h1 span,.c2 .contentsTxt>li p,.c2 .c2_list li{
        font-size: 1em;
    }
    .c3 .c2_list_img li {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .c3 .c2_list_box .d-flex li:first-child {
        width: calc(33% - 9px);
    }
    .c3 .c2_list_box .d-flex li:last-child {
        width: calc(66% - 9px);
    }
    .c3 .table_wrap {
        display: block !important;
    }
    .c3 .tableBox,.c3 .tableBox:last-of-type {
        width:100%;
    }
    .c3 .tableBox:first-of-type{
        margin-bottom: 60px;
    }
    .c3 .tableBox:first-of-type::after {
        top: auto;
        bottom: -45px;
        right: 50%;
        transform: translateY(0) translateX(50%) rotate(90deg);
    }
    .c3 .tableBox .t1 tr th{
        font-size: 0.938em;
    }
    .c3 .tableBox .t2 tr td {
        padding: 25px 40px;
        line-height: 1.7;
    }
    .c3 .tableBox table.height {
        height: 100%;
    }

}
/******************************** c3 ********************************/

/******************************** d1 ********************************/
.d1 .txtWrap {
    padding-bottom: 150px;
}
.d1 .sub__Title h1{
/*    font-family: 'CWDangamAsac-Bold';*/
    color: #333333;
}
/* .d1 .bg_wrap{
    background:url(../images/sub/d/d1_bg.jpg) no-repeat, #fff;
    background-position: bottom center;
    background-size: cover;
    position: relative;
    padding-bottom: 450px;
} */
.d1 .sub__Title{
    padding-bottom: 80px;
}
.d1 .subContents h2{
    padding-bottom: 100px;
    line-height: 1.4;
}
.d1 .subContents h2,.d1 .subContents h2 b{
    text-align: center;
    color: #eb5978;
    font-size: 1.750em;
    text-decoration: underline;
    text-underline-position: under;
    font-weight: 400;
}
.d1 .subContents h2 b{
    font-size: 1em !important;
    font-weight: 600
}
.d1 .contentsTxt>li>p {
    text-indent: 0;
}
.d1 .contentsTxt>li:first-child>p{
    letter-spacing: -0.035em;
}
.d1 .subContents li:last-child .img-box {
    text-align: center;
    margin-bottom: 45px;
}
.d1 .subContents li p.center {
    margin: 0 auto;
    font-size: 24px;
    line-height: 40px;
    width: fit-content;
    padding-bottom: 45px;
}
.d1 .subContents li p.center span{
    text-indent: 0em;
    padding: 0 10px;
    background: #1a213e;
    color: #fff;
}
.d1 .subContents .flex-area li {
    width: calc(100% / 4);
    height: 200px;
    position: relative;
    z-index: 1;
    /* flex: 1; */
    flex-basis: 25%;
    text-align: center;
    margin: 0 28px;
}

.d1 .subContents .flex-area li::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: url(../images/sub/d/d1_4_circle.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.d1 .subContents .flex-area li p {
    display: inline-block;
    padding-top: 45px;
}
.d1 .subContents .tit_icon {
    padding-left: 37px;
    background: url(../images/sub/d/d1_bullet.png) no-repeat left top;
}
.d1_list{
    padding: 40px 0;
    padding-bottom: 0;
}
.d1_list li{
    width: calc(50% - 15px);
/*    height: 360px;*/
    min-height: 200px;
    margin-bottom: 60px;
    background-color: #ebedf4;
    padding: 30px;
    padding-top: 0;
}
.d1_list li h6{
    width: fit-content;
    width: 100%;
    background-color: #3c4b91;
    color: #fff;
    font-size: 1.250em;
    text-align: center;
    padding-bottom: 0;
    padding: 8px 30px;
    position: relative;
    top: -18px;
}
.d1_list li h6 .circle_icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: -3px;
    margin: 0 7px;
    background-image: url(../images/sub/d/d1_circle_icon_1.png);
}
.d1_list li.color2 h6 .circle_icon {
     background-image: url(../images/sub/d/d1_circle_icon_2.png);
}
.d1_list li.color3 h6 .circle_icon {
     background-image: url(../images/sub/d/d1_circle_icon_3.png);
}
.d1_list li.color4 h6 .circle_icon {
     background-image: url(../images/sub/d/d1_circle_icon_4.png);
}
.d1_list li.color5 h6 .circle_icon {
     background-image: url(../images/sub/d/d1_circle_icon_5.png);
}
.d1_list li.color6 h6 .circle_icon {
     background-image: url(../images/sub/d/d1_circle_icon_6.png);
}
.d1_list li h6::after{
    content: "";
    width: 8px;
    height: 18px;
    background: url(../images/sub/d/d1_icon_01.png) no-repeat;
    position: absolute;
    top: 0;
    right: -8px;
}
.d1_list li p{
    font-size: 1.125em;
    font-size: 1.125em;
    word-break: keep-all;
    color: #575757;
    text-align: justify;
    letter-spacing: -0.04em;
    padding-top: 20px;
}
.d1_list li.color2{
    background-color: #fbf3f5;
}
.d1_list li.color3{
    background-color: #f1edee;

}
.d1_list li.color4{
    background-color: #f4f6f4;

}
.d1_list li.color5{
    background-color: #f4f6f4;

}
.d1_list li.color6{
    background-color: #f8f5f1;
}
.d1_list li.color7{
    background-color: #f1f6f8;
}

.d1_list li.color2 h6::after{
    background: url(../images/sub/d/d1_icon_02.png) no-repeat;
}
.d1_list li.color3 h6::after{
    background: url(../images/sub/d/d1_icon_03.png) no-repeat;

}
.d1_list li.color4 h6::after{
    background: url(../images/sub/d/d1_icon_04.png) no-repeat;

}
.d1_list li.color5 h6::after{
    background: url(../images/sub/d/d1_icon_05.png) no-repeat;

}
.d1_list li.color6 h6::after{
    background: url(../images/sub/d/d1_icon_06.png) no-repeat;
}


.d1_list li.color2 h6{
    background-color: #eb5978;
}
.d1_list li.color3 h6{
    background-color: #9b7ca5;
}
.d1_list li.color4 h6{
    background-color: #91ab92;
}
.d1_list li.color5 h6{
    background-color: #aaaaaa;
}
.d1_list li.color6 h6{
    background-color: #b69d73;
}
.d1_list li.color7 h6{
    background-color: #63adb9;
}

.d1_list li p.bullet {
    padding-left: 0.625em;
    padding-top: 0;
    position: relative;
}
.d1_list li p.bullet:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #666;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    top:12px;
    left:0;
}
.d1_list li p.bullet + p.bullet {
    margin-top: 20px;
}
.d1_list li p.bullet span.indent {
    display: block;
    padding-left: 0.625em;
    position: relative;
    margin-top: 5px;
}
.d1_list li p.bullet span.indent:before {
    content: '';
    width: 6px;
    height: 1px;
    background: #666;
    position: absolute;
    top: 12px;
    left: 0;
}

.d1 h5{
    font-family: 'BMJUA';
    text-align: center;
    font-size: 2em;
    padding-bottom: 100px;
}
.d1_list2 li{
    width: calc(50% - 25px);
    margin-bottom: 45px;
}
.d1_list2 li div{
    width: 100%;
    max-width: 104px;
    position: relative;
}
.d1_list2 li div::after{
    content: "01";
    font-family: 'BMJUA';
    width: 34px;
    height: 34px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #333;
    font-size: 1.063em;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}
.d1_list2 li p{
    width: calc(100% - 104px);
    font-size: 1.125em;
    font-size: 1.125em;
    word-break: keep-all;
    text-align: justify;
    margin-left: 20px;
    line-height: 1.2;
}

.d1_list2 li.color2 div::after{
    content: "02";
}
.d1_list2 li.color3 div::after{
    content: "03";
}
.d1_list2 li.color4 div::after{
    content: "04";
}
.d1_list2 li.color5 div::after{
    content: "05";
}
.d1_list2 li.color6 div::after{
    content: "06";
}
.d1_list2 li.color7 div::after{
    content: "07";
}
.d1_list2 li.color8 div::after{
    content: "08";
}
.d1_list2 li.color9 div::after{
    content: "09";
}
.d1_list2 li.color10 div::after{
    content: "10";
}
.d1 .contentsTxt>li:last-child a {
/*    display: block;*/
    display: inline-block;
    width: fit-content;
    /* width: 100%;
    max-width: 264px; */
    margin: 0 auto;
    font-size: 16px;
/*    color: #fff;*/
    color: #555;
    text-align: center;
/*    background-color: #222222;*/
/*    padding: 10px;*/
    border-radius: 10px;
}

.d1 .contentsTxt .img-box {
    text-align: center;
    margin-bottom: 40px;
}

/* table:s */
.d1 .tableBox{
    width: calc(30% - 34px);
    position: relative;
}
.d1 .tableBox:last-of-type{
    width: calc(70% - 34px);
}
.d1 .tableBox:first-of-type::after{
    content: "";
    width: 22px;
    height: 24px;
    background: url(../images/sub/c/c3_icon_01.png) no-repeat;
    position: absolute;
    top:43%;
    right: -46px;
    transform: translateY(-50%);
}
.d1 .tableBox.ico_n:after {
    display: none;
}
.d1 .tableBox.width {
    width: 100%;
}
.d1 .tableBox .t1 tr:first-of-type{
    padding: 10px 0;
}
.d1 .tableBox .t1 tr p{
    text-align: center;
    color: #fff;
/*    border-right: 1px solid #fff;*/
    width: 100%;
    font-weight: bold;
    padding-left: 0;
}
.d1 .tableBox .t1 tr th.border_n {
    background: #fff; 
    border:none; 
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
}
.d1 .tableBox .t1 tr th.bg_n {
    background: #fff; 
    border:none; 
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
}
.d1 .tableBox .t1 tr:first-of-type th{
    text-align: center;
    color:#fff;
    border: 1px solid #bbb;
    background: #d85574;
    border-right: 1px solid #fff;
}
.d1 .tableBox .t1 tr th + th {
    border-right: 1px solid #fff;
}
.d1 .tableBox .t1 tr:first-of-type th:last-of-type{
    border-right: 1px solid #bbb;
}
.d1 .tableBox .t1 tr:first-of-type th:last-of-type p{
    border-right:none ;
}
.d1 .tableBox .t1 tr:first-of-type th.border_n {
    border: none;
    background: #fff;
}
.d1 .tableBox .t1 tr:first-of-type th.bg_n {
    border: 1px solid #bbb;
    background: #fff;
    color:#555;
}
.d1 .tableBox .t1 tr:first-of-type th.bg_n.bold {
    font-weight: bold;
    font-size: 1.125em;
}

.d1 .tableBox .t1 tr td{
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    vertical-align: middle;
    line-height: 1.7;
}
.d1 .tableBox .t1 tr td:first-of-type{
    border-left: 1px solid #bbb;
}
.d1 .tableBox .t1 tr td.dash{
    border-bottom: 1.1px dashed #bbb;
}
.d1 .tableBox .t2{
    border: 1px solid #bbb;
    height: 100%;
}
.d1 .tableBox .t2 tr th{
    font-size: 1.125em;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #bbb;
    background-color: #dbad6d;
}
.d1 .tableBox table.height {
    height: 157px;
}
.d1 .tableBox .t2 tr td{
    background-color: #f6f4ef;
    padding: 110px 40px;
    vertical-align: middle;
    line-height: 1.7;
}
/* table:e */

.d1 .c2_list_box{
    padding-bottom: 10px;
}
.d1 .c2_list_box p.pb-0{
    color: #575757
}
.d1 .contentsTxt>li .c2_list_box p span.etc{
    display: block;
    color: #575757;
    font-weight: 300;
    font-size: 0.813em;
}
.d1 .c2_list_box .d-flex {
    text-align: center;
    margin-bottom: 18px;
}
.d1 .c2_list_box .d-flex .list-title {
    border: none;
    background: #58595b;
    color: #fff;
    line-height: 27px;
    padding: 10px;
}
.d1 .c2_list_box .d-flex.list-desc li {
    padding: 24px 0;
}
.d1 .c2_list_box .d-flex li {
    border: 1px solid #e5e5e5;
    border-radius: 20px;
}
.d1 .c2_list_box .d-flex li.p-position {
    position: relative;
}
.d1 .c2_list_box .d-flex p {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*font-weight: bold;*/
    text-align: center;
    font-size: 18px;
}
.d1 .c2_list_box li.p-position p {
    padding: 0 10px;
}
.d1 .c2_list_box .d-flex li:first-child {
    width: calc(33% - 13px);
}
.d1 .c2_list_box .d-flex li {
    width: calc(33% - 13px);
    font-size: 18px;
}
.d1 .c2_list_box .d-flex.list-desc li + li {
    padding: 20px;
}



@media(max-width:1000px){
    .d1 .subContents h2, .d1 .subContents h2 b{
        font-size: 1.5em;
    }
    .d1 h5{
        font-size: 1.875em;
    }
    .d1_list2 li,.d1_list li{
        width: 100%;
    }
    .d1 .bg_wrap{
        background-size: contain;
        padding-bottom: 104px;
    }
    .d1_list li{
        padding: 20px;
        padding-top: 0;
    }
    .d1_list li p {
        padding-top: 0;
    }
    .d1_list li p,.d1_list2 li p{
        font-size: 1em;
    }
    .d1 .subContents li p.center{
        text-align: center;
    }
    .d1 .subContents .flex-area .d-flex {
        flex-wrap: wrap;
    }
    .d1 .subContents .flex-area li {
        max-width: 200px;
        position: relative;
        z-index: 1;
        /* flex: 1; */
        flex-basis: 55%;
        text-align: center;
    }

    .d1 .c2_list_box .d-flex li:first-child {
        width: calc(33% - 9px);
    }
    .d1 .c2_list_box .d-flex li {
        width: calc(33% - 9px);
    }  
    .d1 .c2_list_box .img-box.d-flex {
        flex-direction: column;
        align-items: center;
    }
    .d1 .c2_list_box .img-box.d-flex img{
        width: 100%;
    }
    .d1 .c2_list_box .d-flex{
        row-gap: 40px;
    }

} 

@media(max-width: 768px){
    .d1 .table_wrap {
        display: block !important;
    }
    .d1 .tableBox,.d1 .tableBox:last-of-type {
        width:100%;
    }
    .d1 .tableBox:first-of-type{
        margin-bottom: 60px;
    }
    .d1 .tableBox:first-of-type::after {
        top: auto;
        bottom: -45px;
        right: 50%;
        transform: translateY(0) translateX(50%) rotate(90deg);
    }
    .d1 .tableBox .t1 tr th{
        font-size: 0.938em;
    }
    .d1 .tableBox .t2 tr td {
        padding: 25px 40px;
        line-height: 1.7;
    }
    .d1 .tableBox table.height {
        height: 100%;
    }

    .d1 .c2_list_box .d-flex .list-title {
        line-height: 22px;
    }
    .d1 .c2_list_box .d-flex li {
        font-size: 15px;
    }
    .d1 .c2_list_box li.p-position p {
        font-size: 15px;
        line-height: 22px;
    }
}


@media(max-width: 545px){

    .d1 .subContents .flex-area .d-flex {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .d1 .subContents .flex-area li {
        width: 100%;
        position: relative;
        z-index: 1;
        text-align: center;
        flex-basis: 100%;
    }

} 
/******************************** d1 ********************************/


/******************************** d2 ********************************/
.d2 .c2_list_box{
    padding-bottom: 10px;
}
.d2 .c2_list_box p.pb-0{
    color: #575757
}
.d2 .contentsTxt>li .c2_list_box p span.etc{
    display: block;
    color: #575757;
    font-weight: 300;
    font-size: 0.813em;
}
.d2 .c2_list_box .d-flex {
    text-align: center;
    margin-bottom: 18px;
}
.d2 .c2_list_box .d-flex .list-title {
    border: none;
    background: #58595b;
    color: #fff;
    line-height: 27px;
    padding: 10px;
}
.d2 .c2_list_box .d-flex.list-desc li {
    padding: 24px 0;
}
.d2 .c2_list_box .d-flex li {
    border: 1px solid #e5e5e5;
    border-radius: 20px;
}
.d2 .c2_list_box .d-flex li.p-position {
    position: relative;
}
.d2 .c2_list_box .d-flex p {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*font-weight: bold;*/
    text-align: center;
    font-size: 18px;
}
.d2 .c2_list_box li.p-position p {
    padding: 0 10px;
}
.d2 .c2_list_box .d-flex li:first-child {
    width: calc(33% - 13px);
}
.d2 .c2_list_box .d-flex li {
    width: calc(33% - 13px);
    font-size: 18px;
}
.d2 .c2_list_box .d-flex.list-desc li + li {
    padding: 20px;
}


@media(max-width:1000px) {
    .d2 .c2_list_box .d-flex li:first-child {
        width: calc(33% - 9px);
    }
    .d2 .c2_list_box .d-flex li {
        width: calc(33% - 9px);
    }  
    .d2 .c2_list_box .img-box.d-flex {
        flex-direction: column;
        align-items: center;
    }
    .d2 .c2_list_box .img-box.d-flex img{
        width: 100%;
    }
    .d2 .c2_list_box .d-flex{
        row-gap: 40px;
    }
}

@media(max-width:768px){
    .d2 .c2_list_box .d-flex .list-title {
        line-height: 22px;
    }
    .d2 .c2_list_box .d-flex li {
        font-size: 15px;
    }
    .d2 .c2_list_box li.p-position p {
        font-size: 15px;
        line-height: 22px;
    }
}
/******************************** d2 ********************************/