@media screen and (min-width:1025px) {
    /* PC Screen */

}

@media screen and (min-width:768px) and (max-width:1024px) {
    /* Tablet Screen */

}
@media screen and (min-width:320px) and (max-width:767px) {
    /* Mobile Screen */

}
.whiteBg{
    background: #fff;
}
.grayBg{
    background: #f7f7f7;
}
.imgBg{

}

.innerWrap00{width:1400px;margin:0 auto;}
.innerWrap01{width:1300px;margin:0 auto;}
.innerWrap02{width:1200px;margin:0 auto;}
.innerWrap03{width:1000px;margin:0 auto;}
.innerWrap04{width:900px;margin:0 auto;}
.innerWrap05{width:800px;margin:0 auto;}

.pageTopTit{
    display: flex;flex-direction: column;align-items: center;
    padding: 80px 0 40px 0;
}
.pageTopTit h3{
    font-size: 30px;font-weight: 700;color: #222;
}
.pageTopTit h4 {
    font-size: 20px;font-weight: 500;color: #888;
    margin-top: 10px;}

.pageTopTit .tit01 {
    padding:30px 0 30px;
    font-size: 18px;font-weight: 400;line-height: 30px;color: #222;text-align: center;
}

/* 스텝 박스 01 */
.section .stepRow01{
    position: relative;
    display: flex;gap:50px;margin:120px auto 80px;
}

.section .stepRow01 li{
    flex:1;position: relative;
    padding:50px 0 20px 0;
    background:#fff;border: 3px solid #e0e0e0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .05);
}
.section .stepRow01 li:before{
    position: absolute;top:50%;right:-33px;margin-top:-4px;
    content:"";width:10px;height:40px;display: block;
    background: #1B4075;border-radius: 10px;
    transform: rotate(45deg);opacity: 0.5
}
.section .stepRow01 li:after{
    position: absolute;top:50%;right:-33px;margin-top:-25px;
    content:"";width:10px;height:40px;display: block;
    background: #1B4075;border-radius: 10px;
    transform: rotate(-45deg);opacity: 0.5;
}
.section .stepRow01 li:last-child:before{display:none}
.section .stepRow01 li:last-child:after{display:none}
.section .stepRow01 .step{
    font-size:22px;font-weight: 600;color:#444;
    position: absolute;width:60px;height: 60px;top:-30px;left:50%;margin-left:-30px;
    display:flex;align-items: center;flex-direction: column;justify-content: center;
    background: #f7f7f7;border-radius: 60px;border:6px solid #1B4075 /*#929cbb*/;background: #fff;}
.section .stepRow01 .stepTit{
    display:flex;gap:20px;align-items: center;flex-direction: column;justify-content: center;
}
.section .stepRow01 .stepTit span{
    font-size: 18px;font-weight: 400;color:#222;
}
.section .stepRow01 .stepTit .tit{position: relative;font-size: 22px;font-weight: 900;padding-bottom:24px;color:#222;}
.section .stepRow01 .tit::after{position: absolute;display: block;content: "";width:40px;height:2px;bottom:0;left:50%;margin-left:-20px;background: #333;}

.section .stepRow02 {
    max-width: 1200px;
    margin: 80px auto 0px;
    border-top: 2px dotted #33477d;
}

.section .stepRow02  .timeline {
    position: relative;
    display: flex;justify-content: space-between;align-items: flex-end;
    margin-top: -40px;
    padding: 40px 0;
}

.section .stepRow02  .step {
    text-align: center;
    width: 180px;
    position: relative;
}

.section .stepRow02  .dot {
    position: absolute;top: -9px;left: 50%;
    width: 16px;height: 16px;
    background-color: #33477d;border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.section .stepRow02  .desc {
    margin-top: 20px;
    font-size: 18px;line-height: 1.5;color: #222;
}
.section .stepRow02  .image-placeholder {
    display: flex;align-items: center;justify-content: center;
    width: 100%;
    background-color: #eee;
    margin-top: 10px;
}


/* 차트 박스*/
.section .chartBox01{
    display: grid;grid-template-columns: 0.8fr 1fr 0.8fr;gap:30px;
    margin:80px auto 00px;}
.section .copyCon{
    padding: 50px 0 80px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #222;
    text-align: center;
}
.section .chartBox01 .chart01_Left {
    height:100%;
    display: flex;flex-direction: column;gap:20px;    justify-content: center;
}
.section .chartBox01 .chart01_Left > div{
    position: relative;
    background:#fff;border: 3px solid #e0e0e0;padding:20px;color:#222;
    font-size: 18px;font-weight: 500;text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .05);
}
.section .chartBox01 .chart01_Left > div::before{
    position: absolute;top:50%;right:-91px;
    transform: translateY(-50%);
    content: "";width:91px;height: 2px;background:#e0e0e0;
}
.section .chartBox01 .chart01_Center{}
.section .chartBox01  .imgIcon01{
    width:220px;height:220px;
    display: flex;justify-content: center;align-items: center;
    background: #fff;border-radius: 150px;margin:00px auto}
.section .chartBox01 .cInner{
    width:320px;
    margin:0 auto 00px;
    padding: 40px 0 40px 0;
    display: flex;flex-direction: column;justify-content: center;align-items: center;
    background: #fff;border: 3px solid #e0e0e0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .05);
}
.section .chartBox01 .tit001{font-size: 22px;font-weight: 900;color:#222;}
.section .chartBox01 .pLine{position: relative;width:200px;height:2px;background: #002f5f;display: block;margin:20px auto 20px;}
.section .chartBox01 .pLine::before{
    position: absolute;top:-5px;left:-2px;
    content: "";width:10px;height: 10px;background: #fff;border: 2px solid #002f5f;
}
.section .chartBox01 .pLine::after{
    position: absolute;top:-5px;right:-2px;
    content: "";width:10px;height: 10px;background: #fff;border: 2px solid #002f5f;
}
.section .chartBox01  .imgIcon01 > img{width:180px;}
.section .chartBox01 .chart01_Right{
    height:100%;
    display: flex;flex-direction: column;gap:20px;    justify-content: center;
}
.section .chartBox01 .chart01_Right > div{
    position: relative;
    background:#fff;border: 3px solid #e0e0e0;padding:20px;
    font-size: 18px;font-weight: 500;color:#222;text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .05);
}
.section .chartBox01 .chart01_Right > div::before{
    position: absolute;top:50%;left:-94px;    transform: translateY(-50%);
    content: "";width:91px;height: 2px;background:#e0e0e0;
}

.section .chartBox02  {
    position: relative;
    width: 100%;max-width: 1000px;
    margin: 80px auto;
}
.section .chartBox02  .backLine{
    position: absolute;left:50%;margin-left:-410px;top:36px;
    display: block;
    width:820px;height:324px;
    border-radius: 30px 30px 0 0;border:10px solid #c4d8ef;border-bottom:0;
}

.section .chartBox02  .box {
    display: flex;align-items: center;justify-content: center;
    width: 100%;height: 80px;
    background-color: #e5f0fd;border: 1px solid #88aed5;
    text-align: center;font-weight: bold;
    box-sizing: border-box;
}

.section .chartBox02  .title-box {
    position: absolute;
    display: flex;align-items: center;justify-content: center;
    top:0;left:50%;margin-left:-80px;
    width: 160px;height: 80px;
    background-color: #fff;
    border: 4px solid #153c65;
    font-weight: bold;color: #195fb2;
}

.section .chartBox02  .grid {
    position: relative;display: grid;
    grid-template-columns: repeat(3, 180px);grid-template-rows: repeat(3, auto);
    justify-content: center;align-items: center;gap: 10px;
    padding-top: 100px;
}

.section .chartBox02  .grid .arrow {
    font-size: 24px;
    color: #153c65;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.section .chartBox02  .side-boxes {
    position: absolute;
    top: 134px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 0 10px;
    box-sizing: border-box;
}

.section .chartBox02  .side-boxes .side {
    display: flex;justify-content: center;align-items: center;
    width: 180px;
    padding: 10px;
    background: #fff;border: 3px solid #ccc;
    font-weight: normal;color: #555;line-height: 1.4;text-align: center;
}

.section .chartBox02  .bottom-labels {
    display: flex;justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
}

.section .chartBox02  .bottom-labels .label {
    display: flex;justify-content: center;align-items: center;
    width: 160px;height: 80px;
    background-color: #fff;border: 4px solid #153c65;
    font-weight: bold;color: #195fb2;
}

.section .chartBox03 {
    max-width: 1200px;
    margin:140px auto 80px;
}

.section .chartBox03  .top-box {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.section .chartBox03   .box {
    flex: 1;
    padding: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 10px;
    height: 140px;
    box-sizing: border-box;
}

.section .chartBox03  .box ul {
    margin-top: 10px;
    list-style: disc;
    padding-left: 20px;
    font-weight: normal;
    font-size: 14px;
}

.section .chartBox03   .left {
    min-width: 40%;
    font-size: 18px;font-weight: 900;color: #222;
    background:#fff;border:3px solid  #e0e0e0;
    margin-right: 40px;padding: 30px;
}

.section .chartBox03   .right {
    min-width: 40%;
    font-size: 18px;font-weight: 900;color: #222;
    background:#fff;border:3px solid  #e0e0e0;
    margin-left: 160px;padding: 30px 30px 30px 60px;
}

.section .chartBox03   .diamond {
    position: absolute;left: 50%;transform: translateX(-50%) rotate(45deg);z-index: 2;
    width: 200px;height: 200px;
    display: flex;align-items: center;justify-content: center;
    font-size: 20px;font-weight: 900;color: #444;text-align: center;line-height: 1.4;
    background-color: #ffffff;border: 8px solid #1B4075;
}

.section .chartBox03   .bottom-box {
    width:80%;
    margin: 70px auto 0;padding: 40px;background:#fff;border:3px solid  #e0e0e0; /* 모노톤 베이지 */
    font-size: 18px;font-weight: 900;color: #222;text-align: center;line-height: 1.6;
}

.section .chartBox04 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    margin: 50px auto 80px;
    width:1400px;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
}

.section .chartBox04  .step-box {
    flex: 1;
    border: 3px solid #e0e0e0;
    padding: 10px 0 10px 0 ;
    box-sizing: border-box;
    background: #fff;
}

.section .chartBox04  .step-box h3 {
    margin-top: 0;
    font-size: 20px;font-weight: 900;color:#222;text-align: center;
    border-bottom: 1px dashed #e0e0e0;
    padding: 8px 0 14px 0;
}

.section .chartBox04  .step-box ul {
    padding: 10px 10px 0px 40px;
    margin: 0;
}

.section .chartBox04  .step-box ul li {
    text-align: left;
    list-style: disc;
    margin: 6px 0;
    padding:0 0 0 00px;
    line-height: 1.4;
    letter-spacing: -1px;
}


.section .chartBox04  .step-box02 {
    flex: 1;
    border: 1px solid #e0e0e0;
    padding: 30px 0 20px 0 ;
    box-sizing: border-box;
    background: #fff;
}

.section .chartBox04  .step-box02 h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
}

.section .chartBox04  .step-box02 ul {

    margin: 0;
}

.section .chartBox04  .step-box02 ul li {
    margin: 6px 0;
    line-height: 1.4;
    font-size: 18px;font-weight: 900;color:#222;
}

.spsPointBox{position: relative;width:1200px;height:50px;margin:20px auto;padding:0 50px;}
.spsPointBox .pointer{position: absolute;top:0;content:"";width:20px;height:20px;display: block;background: #ff0000;border-radius: 50%;}
.spsPointBox .point01{left:50%;margin-left:-120px;background:#6A88AF}
.spsPointBox .point01:after{content:"";position: absolute;top:5px;left:50%;margin-left:-1px;width:2px;height:45px;display: block;background:#6A88AF}
.spsPointBox .point02{left:50%;margin-left:-70px;background:#A3C8D1}
.spsPointBox .point02:after{content:"";position: absolute;top:5px;left:50%;margin-left:-1px;width:2px;height:65px;display: block;background:#A3C8D1}
.spsPointBox .point03{left:50%;margin-left:-10px;background:#D9C6B7}
.spsPointBox .point03:after{content:"";position: absolute;top:5px;left:50%;margin-left:-1px;width:2px;height:85px;display: block;background:#D9C6B7}
.spsPointBox .point04{left:50%;margin-left:50px;background:#B4C9E6}
.spsPointBox .point04:after{content:"";position: absolute;top:5px;left:50%;margin-left:-1px;width:2px;height:65px;display: block;background:#B4C9E6}
.spsPointBox .point05{left:50%;margin-left:100px;background:#C0B9DF}
.spsPointBox .point05:after{content:"";position: absolute;top:5px;left:50%;margin-left:-1px;width:2px;height:45px;display: block;background:#C0B9DF}

.conT020101 .boxes .box{position: relative;}
.conT020101 .boxes .box:nth-child(1):before{position: absolute;content:"";position: absolute;top:-45px;left:50%;margin-left:-1px;width:2px;height:45px;display: block;background:#6A88AF}
.conT020101 .boxes .box:nth-child(1):after{position: absolute;content:"";position: absolute;top:-45px;left:50%;margin-left:00px;width:375px;height:2px;display: block;background:#6A88AF}
.conT020101 .boxes .box:nth-child(2):before{position: absolute;content:"";position: absolute;top:-25px;left:50%;margin-left:-1px;width:2px;height:24px;display: block;background:#A3C8D1}
.conT020101 .boxes .box:nth-child(2):after{position: absolute;content:"";position: absolute;top:-25px;left:50%;margin-left:0px;width:183px;height:2px;display: block;background:#A3C8D1}
.conT020101 .boxes .box:nth-child(4):before{position: absolute;content:"";position: absolute;top:-25px;left:50%;margin-left:-1px;width:2px;height:24px;display: block;background:#B4C9E6}
.conT020101 .boxes .box:nth-child(4):after{position: absolute;content:"";position: absolute;top:-25px;left:50%;margin-left:-183px;width:183px;height:2px;display: block;background:#B4C9E6}
.conT020101 .boxes .box:nth-child(5):before{position: absolute;content:"";position: absolute;top:-45px;left:50%;margin-left:-1px;width:2px;height:45px;display: block;background:#C0B9DF}
.conT020101 .boxes .box:nth-child(5):after{position: absolute;content:"";position: absolute;top:-45px;left:50%;margin-left:-374px;width:375px;height:2px;display: block;background:#C0B9DF}


.fullBg .ultem{
    display: flex;gap:20px;
    width:1200px;margin:10px auto 70px;
}
.fullBg .ultem li{position:relative;font-size:20px;font-weight: 600; color:#fff;}
/*.fullBg .ultem li:nth-child(1):before{content:"1";position: absolute;top:-20px;left:50%;font-size:18px;font-weight: 400; color:#fff;}*/
/*.fullBg .ultem li:nth-child(2):before{content:"2";position: absolute;top:-20px;left:50%;font-size:18px;font-weight: 400; color:#fff;}*/
/*.fullBg .ultem li:nth-child(3):before{content:"3";position: absolute;top:-20px;left:50%;font-size:18px;font-weight: 400; color:#fff;}*/
.parkTit{
    display: flex;justify-content: space-between;
    width:1000px;margin:0px auto 10px;
}
.leftP{
    font-size:30px;font-weight:700;text-align: left;color:#303E6D;
}
.rightP{
    font-size:22px;font-weight:500;text-align: right;color:#303E6D;
}
.leftP.tit{
    font-size:30px;font-weight:700;text-align: left;color:#303E6D;
}
.rightP.tit{
    font-size:24px;font-weight:500;text-align: right;color:#303E6D;
}

/* PC */
.snbTopWrap{position: relative;z-index: 9;}
.subTopBtn:hover{background: #fff;border:1px solid #fff;color:#222;}
.snbTop{width: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.snbTop_inner{position: relative;width: 1400px;margin:0 auto;color:#fff;padding:0;}
.fullScreen{width: 100%;padding: 180px 0 90px 0;margin: 0 auto;}
.subTopBg{background: #303E6D ;}
.subTopBg01{background: #303E6D url(../images/sub_visual01.jpg)center center no-repeat;background-size: cover;    background-blend-mode: soft-light;}
.subTopBg02{background: #303E6D url(../images/sub_visual02.jpg)center center no-repeat;background-size: cover;    background-blend-mode: soft-light;}
.subTopBg03{background: #303E6D url(../images/sub_visual05.jpg)center center no-repeat;background-size: cover;    background-blend-mode: soft-light;}
.subTopBg04{background: #303E6D url(../images/sub_visual04.jpg)center center no-repeat;background-size: cover;    background-blend-mode: soft-light;}
.subTopBg05{background: #303E6D url(../images/sub_visual02.jpg)center center no-repeat;background-size: cover;    background-blend-mode: soft-light;}
.subTopBg06{background: #303E6D url(../images/sub_visual05.jpg)center center no-repeat;background-size: cover;    background-blend-mode: soft-light;}

.tablet .snbTop_inner{width: 100%;padding:20px;}
.tablet .fullScreen{padding: 80px 20px 60px 20px;}
.tablet .subTopBg{background-size: contain;}
.mobile{}


/* ======  ======  ======  ======  ======  ======  ======  ======  ======  ====== */
/* device.css - 반응형 디바이스 CSS */

.whiteBg{background: #fff;}
.grayBg{background: #f7f7f7;}

.innerWrap00{width:1400px;margin:0 auto;}
.innerWrap01{width:1300px;margin:0 auto;}
.innerWrap02{width:1200px;margin:0 auto;}
.innerWrap03{width:1000px;margin:0 auto;}
.innerWrap04{width:900px;margin:0 auto;}
.innerWrap05{width:800px;margin:0 auto;}

.pageTopTit{display: flex;flex-direction: column;align-items: center;padding: 80px 0 40px 0;}
.pageTopTit h3{font-size: 30px;font-weight: 700;color: #222;}
.pageTopTit h4 {font-size: 20px;font-weight: 500;color: #888;margin-top: 10px;}
.pageTopTit .tit01 {padding:30px 0 30px;font-size: 18px;font-weight: 400;line-height: 30px;color: #222;text-align: center;}

/* 비주얼 */
.mainvisual{height:800px;overflow: hidden;position: relative;}
.visualBox{width: 100%;height:100%;display:flex;align-items: center;}
.visualCon{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;}
.sec_con{padding: 0 200px;}

/* 서브 비주얼 */
.snbTopWrap{position: relative;z-index: 9;}
.subTopBtn{transition: width 0.3s;position: absolute;right:20px;bottom: 0;width:220px;height:40px;
    display:flex;justify-content: center;align-items: center;padding:10px 15px;border:1px solid #fff;color:#fff;font-size:20px;}
.subTopBtn:hover{background: #fff;border:1px solid #fff;color:#222;}

.snbTop{width: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.snbTop_inner{position: relative;width: 1400px;margin:0 auto;color:#fff;padding:0;}
.snbTop_inner .comTit{font-size:18px;letter-spacing: 0;}
.snbTop_inner .pageTit{font-size:50px;font-weight: 600;line-height: 70px;}
.snbTop_inner .copyTxt{font-size:18px;}

.fullScreen{width: 100%;padding: 180px 0 90px 0;margin: 0 auto;}
.subTopBg{background: #303E6D ;}
.subTopBg01{background: #303E6D url(../images/sub_visual01.jpg)center center no-repeat;background-size: cover;background-blend-mode: soft-light;}
.subTopBg02{background: #303E6D url(../images/sub_visual02.jpg)center center no-repeat;background-size: cover;background-blend-mode: soft-light;}
.subTopBg03{background: #303E6D url(../images/sub_visual05.jpg)center center no-repeat;background-size: cover;background-blend-mode: soft-light;}
.subTopBg04{background: #303E6D url(../images/sub_visual04.jpg)center center no-repeat;background-size: cover;background-blend-mode: soft-light;}
.subTopBg05{background: #303E6D url(../images/sub_visual02.jpg)center center no-repeat;background-size: cover;background-blend-mode: soft-light;}
.subTopBg06{background: #303E6D url(../images/sub_visual05.jpg)center center no-repeat;background-size: cover;background-blend-mode: soft-light;}

/* SNB 메뉴 */
.snb_wrap{width:100%;background:#ffff;transition: width 0.3s;border-Top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;}
.snb_wrap.fix{position: fixed;z-index: 9;top:80px;border-Top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;}
.snb_wrap .snb_menu {display: flex;left: 0;z-index: 10;width:1492px;margin:0 auto;background: #fff;}
.snb_wrap .snb_menu li{flex: 1;display:flex;justify-content: center;}
.snb_wrap .snb_menu a {position: relative;text-align:center;display: inline-block;padding: 18px 5px 18px 5px;border: 0;background: 0 0;font-size: 18px;line-height: 1;color: #787878;cursor: pointer;border-left:0;}
.snb_wrap .snb_menu li.current a {color:#303E6D;}
.snb_wrap .snb_menu li.current a:after {position: absolute;content: "";width: 100%;height: 3px;bottom: -1px;left: 0;display: block;background: #222;}
.snb_wrap .snb_menu li:hover a{ color:#303E6D;}

/* 메인 서비스 */
.mainServise{padding:80px 0 0 0px;text-align: center;background-image: url(../images/main_section06_bg.jpg);background-size: cover;background-position: center bottom;}
.mainServise h2 {display: inline-block;font-size: 48px;font-weight: 700;color:#222}
.mainServise > p {margin: 10px 0 48px;font-size: 16px;}
.mainServise .serviseList{margin-top:40px;display: flex;gap:30px;}

/* 메인 인트로 */
.mainInner{width:1200px;margin:0 auto;}
.mainIntroCon{padding:80px 0;display: flex;flex-direction: row;gap:40px;}

/* 메인 뉴스 */
.mainNews{padding:80px 0 80px;text-align:center;border-bottom:1px solid #F3F3F3; background: #f7f7f7;}
.mainNews h2 {display: inline-block;font-size: 48px;font-weight: 700;color:#222}
.mainNews .newsList{width:1200px;margin:0 auto;margin-top:40px;margin-bottom:40px;display: flex;gap:30px;}

/* 서브 서비스 */
.subServise{padding:80px 0 0 0px;text-align: center;background-position: center bottom;}
.subServise h2 {display: inline-block;font-size: 48px;font-weight: 700;color:#222}

/* No Data */
.noListData{width:1400px;height:400px;margin:40px auto 60px;border: 1px solid #e0e0e0;display: flex;justify-content: center;align-items: center;font-size: 18px;}

/* ========================================
   태블릿 (768px ~ 1024px)
======================================== */
@media screen and (min-width:768px) and (max-width:1024px) {
    .innerWrap00, .innerWrap01, .innerWrap02, .innerWrap03, .innerWrap04, .innerWrap05, .mainInner {
        width: 100% !important; padding: 0 20px; box-sizing: border-box;
    }
    .pageTopTit { padding: 60px 20px 30px 20px; }
    .pageTopTit h3 { font-size: 26px; }
    .pageTopTit h4 { font-size: 18px; }
    .mainvisual { height: 600px; }
    .sec_con { padding: 0 40px; }
    .snbTop_inner { width: 100%; padding: 0 20px; }
    .fullScreen { padding: 120px 20px 60px 20px; }
    .snbTop_inner .pageTit { font-size: 36px; line-height: 50px; }
    .snb_wrap .snb_menu { width: 100%; overflow-x: auto; }
    .mainServise { padding: 60px 20px 0; }
    .mainServise h2 { font-size: 36px; }
    .mainServise .serviseList { flex-direction: column; }
    .mainIntroCon { flex-direction: column; padding: 60px 20px; gap: 30px; }
    .mainNews { padding: 60px 20px; }
    .mainNews h2 { font-size: 36px; }
    .mainNews .newsList { flex-direction: column; width: 100%; }
    .subServise { padding: 60px 20px 0; }
    .subServise h2 { font-size: 36px; }
    .noListData { width: 100%; height: 300px; margin: 30px auto; }
}

/* ========================================
   모바일 (320px ~ 767px)
======================================== */
@media screen and (max-width:767px) {
    .innerWrap00, .innerWrap01, .innerWrap02, .innerWrap03, .innerWrap04, .innerWrap05, .mainInner {
        width: 100% !important; padding: 0 15px; box-sizing: border-box;
    }
    .pageTopTit { padding: 40px 15px 20px 15px; }
    .pageTopTit h3 { font-size: 22px; }
    .pageTopTit h4 { font-size: 16px; }
    .pageTopTit .tit01, .grayBg .copyCon { font-size: 14px; line-height: 24px; padding: 20px 15px; }
    .mainvisual { height: 500px; }
    .sec_con { padding: 0 15px; }
    .visualBox { align-items: flex-start; padding-top: 100px; }
    .snbTop_inner { width: 100%; padding: 0 15px; }
    .fullScreen { padding: 80px 15px 40px 15px; }
    .snbTop_inner .comTit { font-size: 14px; }
    .snbTop_inner .pageTit { font-size: 28px; line-height: 40px; }
    .snbTop_inner .copyTxt { font-size: 14px; }
    .subTopBtn { width: 160px; height: 35px; font-size: 14px; right: 15px; }
    .snb_wrap { overflow-x: auto; }
    .snb_wrap.fix { top: 60px; }
    .snb_wrap .snb_menu { width: max-content; min-width: 100%; }
    .snb_wrap .snb_menu li { min-width: 120px; }
    .snb_wrap .snb_menu a { font-size: 14px; padding: 12px 10px; }
    .mainServise { padding: 60px 15px 0; }
    .mainServise h2 { font-size: 32px; }
    .mainServise .serviseList { flex-direction: column; gap: 15px; }
    .mainIntroCon { flex-direction: column; padding: 40px 15px; gap: 20px; }
    .mainNews { padding: 60px 15px; }
    .mainNews h2 { font-size: 32px; }
    .mainNews .newsList { flex-direction: column; width: 100%; }
    .subServise { padding: 40px 15px 0; }
    .subServise h2 { font-size: 32px; }
    .noListData { width: 100%; height: 300px; font-size: 14px; }
}

/* 공통 유틸리티 */
@media screen and (max-width:767px) {
    .pc-only { display: none !important; }
}
@media screen and (min-width:768px) {
    .mobile-only { display: none !important; }
}
img { max-width: 100%; height: auto; }
@media screen and (max-width:767px) {
    table { display: block; overflow-x: auto; white-space: nowrap; }
}
iframe, video { max-width: 100%; height: auto; }
@media (hover: none) and (pointer: coarse) {
    button, a { min-height: 44px; min-width: 44px; }
}
