.fontT {font-size:20px;}
.fontT2 {font-size:20px;font-family: 'Batang';}
.font01 {font-weight: 100;}
.font02 {font-weight: 200;}
.font03 {font-weight: 300;}
.font04 {font-weight: 400;}
.font05 {font-weight: 500;}
.font06 {font-weight: 600;}
.font07 {font-weight: 700;}
.font08 {font-weight: 800;}
.font09 {font-weight: 900;}

.coming{z-index:99;position: relative;width:100%;height:100%;overflow:hidden;/*background: #1B4075;*/background-image: url("../images/back_img_pc.png");background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;}
.coming{display: flex;align-items: center;justify-content: center;}
.timerBox {position: relative;width:400px;height:400px;display:block;border:1px solid rgba(255,255,255,0.2);z-index:9}
.backDiv{position: absolute;width:80%;height:150%;top:0%;margin-top: -10%;left:0;margin-left:-10%;display:block;background: #080C0B;opacity:0.6;transform: rotate(10deg);}
.backBDiv{position: absolute;width:60%;height:150%;top:0%;margin-top: -10%;right:0;margin-right:-20%;display:block;background: #1B4075;opacity:0.5;transform: rotate(10deg);}
.backCDiv{position: absolute;width:60px;height:150%;top:0;margin-top: -10%;left:50%;margin-left: 280px;display:block;background: #1B4075;transform: rotate(10deg);}
.comingTit{position: absolute;display:flex;width:100%;height:100%;align-items: center;justify-content: center;flex-direction:column;top:0%;right:00%;;color:rgba(255,255,255,0.9);font-size: 150px;font-weight: 800;}
.mainTit{font-size: 100px;font-weight: 800;letter-spacing: 50px;padding-top:80px;}
.mainTit02{font-size: 120px;font-weight: 100;margin-top:-40px;letter-spacing: 4.2px;}
.mainTit2{font-size: 17px;font-weight: 200;letter-spacing: 0.2px;;color:rgba(255,255,255,0.9);text-align: center;padding-top:200px;z-index:99}
.logo{position: absolute;display: inline-block;top:60px;left:100px;}
.addBox{position: absolute;color:#888;display: inline-block;left:100px;bottom:50px;}
.addCopy{font-size: 13px;color:#888;font-weight: 300;margin-top:40px;}
.addCopy span{color:#1B4075;font-weight: 900; background: rgba(255,255,255,0.8);padding:0 4px;}
.aa{background:#652A46 ;background:#39797E;background: #979699;}
.comingSoonBox{position: absolute;display: inline-block;top:00%;display:flex;width:100%;height:100%;align-items: center;justify-content: center;flex-direction: column;}
.clock{
    width:400px;
    height:400px;
    display:flex;
    justify-content: center;
    align-items: center;

    background-size: cover;
    border: 1px solid #fcfcfc;
    z-index:999;
    border-radius: 4px;
    opacity:0.5
}

.clock:before {
    content: '';
    position: absolute;
    width:15px;
    height:15px;
    background:#fff;
    border-radius: 50%;
    z-index : 10;
}

.clock .hour,
.clock .min,
.clock .sec{
    position: absolute;
}

.clock .hour .hr{
    width : 260px;
    height : 260px;
}

.clock .min .mn{
    width : 330px;
    height : 330px;
}

.clock .sec .sc{
    width : 150px;
    height : 150px;
}

.hr, .mn, .sc{
    display:flex;
    justify-content: center;
    /* position: absolute; */
    border-radius: 50%;
}

.hr:before{
    content: '';
    position: absolute;
    width:4px;
    height:180px;
    background:#fff;
    z-index : 10;
    border-radius: 6px 6px 0 0;
}

.mn:before{
    content: '';
    position: absolute;
    width:2px;
    height:240px;
    background:#fff;
    z-index : 10;
    border-radius: 6px 6px 0 0;
}

.sc:before{
    content: '';
    position: absolute;
    width:1px;
    height:380px;
    background:#fff;
    z-index : 10;
    border-radius: 6px 6px 0 0;
}
#section{}
.wrap{width:1100px;margin: 0 auto;}
.wrap .item{float:left;width: 33.3%;text-align:center;height:200px;}
.wrap2{width:1100px;margin: 20px auto;display:flex;align-items: center;justify-content: center;}
.wrap2 .item{flex:1;height:200px;}
.item01{background-color: black;}
.item02{background-color: blue;}
.item03{background-color: chocolate;}
.test{width:1100px;margin: 20px auto;display:flex;align-items: center;justify-content: center;gap:10px;}
.box1{}
.box2{}

.boardWarp{}
.listType{}
.boardBox{width:1400px;margin:0 auto;}
.boardBox{}
.boardBox ul{display:grid;grid-template-columns: 1fr 1fr 1fr 1fr;justify-content: center;gap:20px;align-items: baseline;}
.boardBox .listItem{
    position: relative;
    width:100%;    height: 300px /*calc(100% * 3.5)*/;
    display: block;overflow: hidden;cursor: pointer;
    background: #303E6D;
}
.boardBox .listItem .imgBg{
    transition: 0.5s;
    position: absolute;
    width:100%;height:100%;
    background-image: url(../images/test.jpg);
    background-position: center center;
    background-size: cover;
}
.boardBox .listItem:hover .imgBg {
    transform: scale(1.2);/*opacity: 0.6;*/
}
.boardBox .listItem .txtBox{
    transition: 0.3s;
    position: absolute;left:0;bottom:0px;
    width:100%;
    background:rgba(255,255,255,0.8);
    padding:20px;
}
.boardBox .listItem:hover .txtBox{
    background:rgba(255,255,255,0.9);
    bottom:0px;
}
.boardBox .listItem .txtBox > p{
    width:100%;
    font-size: 20px;font-weight: 500;line-height: 30px;color:#222;text-align: left;
}
.boardBox .listItem .txtBox > dl{
    transition: 0.3s;
    display: none;grid-template-columns: 0.2fr 1fr;gap: 10px;
    font-size: 18px;line-height: 16px;
    margin-top:20px;
}
.boardBox .listItem:hover .txtBox > dl{
    display:none;
}
.boardBox .listItem .txtBox dt {
    position: relative;
    display: flex;
    color: #222;
}
.boardBox .listItem .txtBox dt:after{
    position: absolute;
    content:":";
    right:0;
}
.boardBox .listItem .txtBox dd{
    display: flex;
    color:#222;
}
.dimmedPopup {
    position: fixed;left:0;top:0;z-index: 99999;
    width:100%;height:100%;
    display: none;justify-content: center;align-items: center;
    background: rgba(0,0,0,0.7);
}
.dimmedPopup .dimCon{
    position: relative;
    display: grid;grid-template-columns: 1fr 0.8fr;gap: 20px;
    width:1400px;height:600px;
    background: #fff;
    padding:30px;
}
.dimmedPopup .dimCon .closeBtn{
    position: absolute;top:-40px;right:0;
    width:30px;height: 30px;
    display: block;

}
.dimmedPopup .dimCon .closeBtn .btnBox{
    position: relative;
    width:100%;height:100%;display:block;
}
.dimmedPopup .dimCon .closeBtn .btnBox:before{
    position: absolute;top: -5px;left: 14px;
    transform: rotate(45deg);
    content: "";
    width:2px;height:40px;display:block;background: #fff;
}
.dimmedPopup .dimCon .closeBtn .btnBox:after{
    position: absolute;top: -5px;right: 14px;
    transform: rotate(-45deg);
    content: "";
    width:2px;height:40px;display:block;background: #fff;
}

.dimmedPopup .dimCon .dimImg{
    width:100%;height:100%;
    background-position: center;
    background-size: contain;
}
.dimmedPopup .dimCon .dimText{
    border-top:2px solid #444;
    border-bottom:1px solid #e8e8e8;
    padding:10px 0 0 0;
}
.dimmedPopup .dimCon .dimText > p{
    width:100%;
    font-size: 28px;font-weight: 500;line-height: 34px;color:#222;text-align: left;
}
.dimmedPopup .dimCon .dimText > dl{
    display:grid;grid-template-columns: 0.4fr 1fr;gap: 10px;
    font-size: 24px;line-height: 26px;
    margin-top:20px;padding-top:20px;border-top:1px solid #e8e8e8;
}
.dimmedPopup .dimCon .dimText dt {
    position: relative;
    display: flex;
    color: #888;
}
.dimmedPopup .dimCon .dimText dt:after{
    position: absolute;
    content:":";
    color:#888;
    right:0;
}
.dimmedPopup .dimCon .dimText dd{
    display: flex;
    color:#888;
}

.mapInfomation{
    width:1400px;
    display: flex;align-items: center;
    justify-items: start;
    background: #fff; border: 1px solid #e0e0e0;border-top:0;
    padding:40px;margin: 0 auto;}
.mapInfomation .infoBox{
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: end;}
.mapInfomation .linkBox{display: flex;}
.mapInfomation .linkBox a{display: block;
    font-size: 20px;
    text-align: left;
    width: 260px;
    height: 130px;
    background: url(../images/location_plus.png) no-repeat #303E6D right 30px bottom 30px;
    color: #fff;
    margin-left: 30px;
    padding: 28px;}

.mapInfomation .map_address{width: 100%;display:grid;grid-template-columns: 1fr;flex: 1;}
.mapInfomation .map_address.Item02{grid-template-columns: 0.5fr 1fr;}
.mapInfomation .map_address li{display: flex;align-items: flex-start;    align-items: center;
    justify-items: start;
    text-align: left;
    padding-top:10px;}
.mapInfomation .map_address li:first-child{margin-right:20px;}
.mapInfomation .map_address img{width:20px;height:20px;margin-right:10px;display:block;filter: invert(21%) sepia(7%) saturate(6084%) hue-rotate(192deg) brightness(93%) contrast(85%);}
.mapInfomation h1{width: 100%;flex: 1;text-align: left;font-size:28px;font-weight: 600;margin-bottom:10px;}
.trapicBoxWrap{width:1400px;
    display: flex;align-items: center;
    flex-direction: column;
    justify-content: start;
    padding:40px 0 60px 0;margin: 0 auto;}
.trapicBoxWrap > h1{width:100%;text-align: left;font-size: 22px;font-weight: 600}
.trapicBoxWrap .trapicBox{width:100%;display: flex;gap:30px;width:100%;border-top:1px solid #e0e0e0;padding-top:20px;margin-top:20px;}
.trapicBoxWrap .trapicItem{display: flex;flex-direction: column;flex: 1;
    text-align: left;}
.trapicBoxWrap .trapicItem h2{font-size: 18px;font-weight: 600;margin-bottom:10px;}
.trapicBoxWrap .trapicItem p{width:100%;text-align: left}



.srboardTop{display:flex; justify-content:space-between; align-items:center; margin-bottom:40px;}
.srboardTop .total{color:#222; font-size:16px; font-weight:600; position:relative; padding-left:30px;}
.srboardTop .total::after{content: ''; width: 20px; height: 24px; background: url(/images/sub/total_icon.png) no-repeat; position: absolute; left: 0;}
.srboardTop .total span{vertical-align:baseline;color:#3574f2;}
.srboardTop .total em{color:#3574f2;}
.srboardTop .selArea{position:relative; background:#fff;}
.srboardTop .selArea > form{display: flex;
    flex-direction: row;
    gap: 10px;}
.srboardTop .selArea div.dv-select{width:150px;height:60px; line-height:60px; border:none; margin:0; position:relative;}
.srboardTop .selArea div.dv-select::after{content: ''; width: 5px; height: 5px; border-top: 1px solid #3d3d40; border-right: 1px solid #3d3d40; transform: rotate(135deg); position: absolute; top:50%; right: 20px; margin-top:-4px; z-index: 2;}
.srboardTop .selArea .dv-select > label{height:60px; line-height:60px; border:none}
.srboardTop .selArea .dv-select > span.spn-sel-arrow{height:60px;}
.srboardTop .selArea select{height:60px; line-height:60px; border:none; margin:0; font-size:16px; font-weight:500; background-color:#f7f7f7;}
.srboardTop .selArea input{height:60px; line-height:60px; border:none;  margin:0; font-size:16px; padding-right:40px; padding-left:20px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; background-color:#f7f7f7;}
.srboardTop .selArea input::placeholder{font-size:16px; color:rgb(0,0,0,.5);}
.srboardTop .selArea span.input{margin:0;}
.srboardTop .selArea span.search{position:absolute; right:0; margin:0; }
.srboardTop .selArea span.search input{background:url('/images/btn/btn_search.png') no-repeat center center; text-indent:-9999px;}

/* select box setting */
div.dv-select {display:inline-block;*display: inline;zoom:1;position:relative;width:100%;height:35px;padding:0;border: 1px solid #d8d8d8;background:#fff;box-sizing:border-box;overflow:hidden;}
div.dv-select > label {display:inline-block; opacity:0; *display: inline;zoom:1;position:absolute;top:0;right:0;width:100%;line-height:35px;margin:0;padding:0 35px 0 10px;font-size:12px;color:#666; background:transparent;box-sizing:border-box;cursor:pointer;}
div.dv-select > span.spn-sel-arrow {display:block;position:absolute;top:-1px;right:-1px;width:35px;height:35px;margin:0;padding:0;background:url(/images/board/sel-arrow.png) no-repeat;background-size:20px;background-position:center;box-sizing:border-box;cursor:pointer;}
div.dv-select > select {position:relative;width:100%;height:35px;padding:0 20px;border:none;background:none;outline:none; -webkit-appearance:none;filter:alpha(opacity=0);z-index:1; color:#666; font-weight:300; font-size:13px; /* font-family: 'Noto Sans KR','GmarketSansMedium',Dotum,Helvetica,AppleGothic,Gulim,'굴림',Sans-serif;*/}





.srboardList{width:1400px;margin:0 auto;}

.srboardList .listUl{border-top:2px solid #111;}
.srboardList .listUl .listWrap{
    width:100%;
    display:flex;justify-content: center;align-items: center;flex-direction: column;
}
.srboardList .listUl li{
    width:100%;

}
.srboardList .listUl .listWrap .ulItem{
    width:100%;
    display:flex;justify-content: center;align-items: center;
    padding:20px 0 20px 20px;gap:30px;
}
.srboardList .listUl .listWrap .ulItem .imgBox{
    width:150px;height:150px;
    transition: background-size 0.3s ease-in;
}
.srboardList .listUl .listWrap .ulItem .imgBox.item01{
    background: url(../images/sample_0101.png) center center;background-size: 100%;
}
.srboardList .listUl .listWrap .ulItem .imgBox.item02{
    background: url(../images/sample_0102.png) center center;background-size: 100%;
}
.srboardList .listUl .listWrap .ulItem .imgBox.item03{
    background: url(../images/sample_0103.png) center center;background-size: 100%;
}
.srboardList .listUl .listWrap .ulItem .imgBox.item04{
    background: url(../images/sample_0104.png) center center;background-size: 100%;
}
.srboardList .listUl .listWrap .ulItem:hover .imgBox{
    background-size: 110%;
}

.srboardList .listUl .listWrap .ulItem .txtTit{
    flex:1;display: flex;flex-direction: row;    justify-content: space-between;
}
.srboardList .listUl .listWrap .ulItem .txtTit > p{
    font-size: 26px;font-weight: 500;color:#222;
}
.srboardList .listUl .listWrap .ulItem .txtTit > span{
    font-size: 20px;font-weight: 400;color:#999;
}
.srboardList .listUl .listWrap li{
    border-bottom:1px solid #ddd; width:100%;
}

.srboardList .listTable ul{border-top:2px solid #111;}
.srboardList .listTable ul li{border-bottom:1px solid #ddd; }
.srboardList .listTable ul li a{ padding:60px; display:block;  position:relative; overflow:hidden;}
.srboardList .listTable .title{float:right; width:calc(100% - 420px); padding-top:20px;}
.srboardList .listTable .title h3{font-size:27px; margin:0 0 15px; color:#111; line-height:1.2; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis;}
.srboardList .listTable .title p{font-size:18px; overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;}
.srboardList .listTable .title p.date{font-size:15px; color:#aaa; margin:20px 0 0;   display: flex;  align-items: center;}
.srboardList .listTable .title p.date i{margin-right:5px;}
.srboardList .listTable .thumb{width:347px; height:195px; background-size:cover; background-repeat:no-repeat; background-position:center center;  border-radius:5px;float:left; }

.srboardList .btnGray{background:#111; border-color:#111; font-size:16px; padding: 15px 50px;}


/* 리스트 테이블 영역 */
.srboardList .listTable {width:100%;}

.srboardList .listTable p.total {display:block;width:96%;max-width:1280px;margin:-20px auto 10px;padding:0;font-size:13px;color:#666;text-align:right;}
.srboardList .listTable p.total span {display:inline-block;margin:0 2px 0 5px;color:#ea2125;font-weight:bold;}

.srboardList .listTable .colTbl {width:100%;font-size:15px;table-layout:fixed;border-bottom:1px solid #ddd;}
.srboardList .listTable .colTbl th {border-top:2px solid #000;padding:20px 0;color:#222; font-size:18px; font-weight:700;}
.srboardList .listTable .colTbl td {border-top:1px solid #ddd;padding:20px 00px 20px; font-size: 16px;color:#707070;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:300;}
.srboardList .listTable .colTbl td.title {text-align:left; font-weight:500;width:100%; position:relative; }
.srboardList .listTable .colTbl td.title a{color:#222; font-size:18px; position:relative;}
.srboardList .listTable .colTbl td.title .file_icon{width: 15px; height: 17px; background: url(/images/sub/file_icon.png) no-repeat center; display:inline-block; vertical-align: middle; margin-left:12px;}
.srboardList .listTable .colTbl tr td{transition:background ease .3s; color:#888; font-weight:500;}
.srboardList .listTable .colTbl tr td .recruit_btn01{width:74px; height:36px; text-align: center; line-height: 36px; color:#fff; border-radius: 6px; background-color:#0460d9; margin:0 auto;}
.srboardList .listTable .colTbl tr td .recruit_btn02{width:74px; height:36px; line-height: 36px;  text-align: center; color:#fff; border-radius: 6px; background-color:#ccc; margin:0 auto;}
/*.srboardList .listTable .colTbl tr:hover td{background:#f7fafc;}*/
.srboardList .listTable .colTbl tr:hover td.title a{ color:#0460d9; font-weight:500; text-decoration:underline; }

.background-bk .srboardList .listTable p.total {color:#fff;}
.background-bk .srboardList .listTable .colTbl {border-bottom:1px solid #626262;}
.background-bk .srboardList .listTable .colTbl th {border-top:2px solid #ea2125;color:#fff;background:#333;}
.background-bk .srboardList .listTable .colTbl td {border-top:1px solid #626262;color:#f1f1f1;}
.background-bk .srboardList .listTable .colTbl td.title{text-align:left;}

/*************pager************/
.pager {width:100%;  margin:40px auto 100px; text-align:center; display: inline-block;}
.pager-body { display:inline-block; }
.pager-body a {width:46px; height:46px; line-height:46px; color:#666; font-size:16px; font-weight:500; float:left; margin:0 2px; display:block; box-sizing:border-box; position:relative;}
.pager-body a img{position:absolute; max-width:100%; max-height:100%; width:auto; height:auto; margin:auto; top:0; bottom:0; left:0; right:0;}
.pager-body a.on{ color:#fff; border:none; background-color:#303E6D;}
/******************************/

.cycle-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.cycle-container .cycle {
    position: relative;
    width: 180px;
    height: 180px;
    border: 8px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    box-sizing: border-box;
}

.cycle-container .cycle::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -58px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #dbdbdb;
    transform: translateY(-50%);
}

.cycle-container .cycle:last-child::after {
    display: none;
}

.cycle-container .color1 { border-color: #4c6ca0; color: #4c6ca0; }
.cycle-container .color2 { border-color: #8cc5cf; color: #388188; }
.cycle-container .color3 { border-color: #d8c1ac; color: #9f7d54; }
.cycle-container .color4 { border-color: #d4d9f4; color: #9fa7d4; }
.cycle-container .color5 { border-color: #002f5f; color: #002f5f; }

.container01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.container01 .flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.container .box {
    background: linear-gradient(to bottom, #004080, #0050a0);
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    min-width: 100px;
    font-size: 14px;
}

.container01 .side-label {
    background: #e0e0e0;
    color: #333;
    padding: 10px 16px;
    font-weight: bold;
    border-radius: 5px;
    min-width: 60px;
    text-align: center;
}

.container01.arrow {
    font-size: 20px;
    margin: 0 10px;
    color: #888;
}

.container01 .top-info, .bottom-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    font-size: 12px;
    color: #555;
}

.container01 .bottom-info {
    border-top: 1px dashed #999;
    padding-top: 10px;
}

.container01 .label-left, .label-right {
    flex: 1;
}

.container01 .text-center {
    text-align: center;
    flex: 2;
}

.conT01 .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.conT01 .subtitle {
    font-size: 12px;
    color: #666;
    margin-bottom: 30px;
}

.conT01 .circle-container {
    position: relative;
    width: 500px;
    height: 500px;
    margin: 0 auto;
    border-radius: 50%;
}

.conT01 .circle-item {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #004080, #0050a0);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
}

/* 위치 각도에 따라 배치 */
.conT01 .i1 { top: 0%; left: 50%; transform: translate(-50%, 0); }
.conT01 .i2 { top: 15%; left: 85%; transform: translate(-50%, 0); }
.conT01 .i3 { top: 45%; left: 100%; transform: translate(-50%, -50%); }
.conT01 .i4 { bottom: 15%; left: 85%; transform: translate(-50%, 0); }
.conT01 .i5 { bottom: 0%; left: 50%; transform: translate(-50%, 0); }
.conT01 .i6 { bottom: 15%; left: 15%; transform: translate(-50%, 0); }
.conT01 .i7 { top: 45%; left: 0%; transform: translate(-50%, -50%); }
.conT01 .i8 { top: 15%; left: 15%; transform: translate(-50%, 0); }

.conT01 .cm-label,
.conT01 .cmg-label {
    background: #eee;
    color: #333;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
    margin: 10px;
}

.conT01 .bottom-info {
    font-size: 12px;
    margin-top: 30px;
    border-top: 1px dashed #999;
    padding-top: 10px;
    color: #444;
}

.cont02 {
    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;
}

.cont02 .step-box {
    flex: 1;
    border: 1px solid #e0e0e0;
    padding: 30px 0 20px 0 ;
    box-sizing: border-box;
    background: #fff;
}

.cont02 .step-box h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
}

.cont02 .step-box ul {
    padding-top: 20px;
    margin: 0;
}

.cont02 .step-box ul li {
    margin: 6px 0;
    line-height: 1.4;
}


.cont02 .step-box02 {
    flex: 1;
    border: 1px solid #e0e0e0;
    padding: 30px 0 20px 0 ;
    box-sizing: border-box;
    background: #fff;
}

.cont02 .step-box02 h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
}

.cont02 .step-box02 ul {

    margin: 0;
}

.cont02 .step-box02 ul li {
    margin: 6px 0;
    line-height: 1.4;
    font-size: 18px;font-weight: 900;color:#222;
}

.cont03 {
    max-width: 1200px;
    margin:140px auto 80px;
}

.cont03 .top-box {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.cont03  box {
    flex: 1;
    padding: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 10px;
    height: 140px;
    box-sizing: border-box;
}

.cont03 .box ul {
    margin-top: 10px;
    padding-left: 20px;
    font-weight: normal;
    font-size: 14px;
}

.cont03  .left {
    min-width: 40%;
    border: 2px solid #e0e0e0;
    color: #222;
    padding: 30px;;
    font-size: 18px;
    font-weight: 900;
    margin-right: 40px;
}

.cont03  .right {
    min-width: 40%;
    color:#222;
    margin-left: 40px;
    border: 2px solid #e0e0e0;
    color: #222;
    font-size: 18px;
    font-weight: 900;
    padding: 30px;
}

.cont03  .diamond {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background-color: #ffffff;
    border: 8px solid #1B4075;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #444;
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    z-index: 2;
}

.cont03  .bottom-box {
    margin: 70px auto 0;
    border:2px solid  #e0e0e0; /* 모노톤 베이지 */
    color: #333;
    width:80%;
    padding: 40px;
    font-size: 18px;
    line-height: 1.6;
}

.conT04 {
    max-width: 1200px;
    margin: 40px auto 40px;
    font-family: sans-serif;
    border-top: 2px dotted #33477d;
}

.conT04 .timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -40px;
    padding: 40px 0;

}

.conT04 .step {
    text-align: center;
    width: 180px;
    position: relative;
}

.conT04 .dot {
    width: 16px;
    height: 16px;
    background-color: #33477d;
    border-radius: 50%;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.conT04 .desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #33477d;
}

.conT04 .desc.blue { color: #88a4af; }
.conT04 .desc.brown { color: #b08d73; }

.conT04 .image-placeholder {
    margin-top: 10px;
    width: 100%;

    background-color: #eee;
    /* border: 1px dashed #aaa; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #666;
}

.conT04 .label {
    margin-top: 6px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.conT04 .underline {
    width: 60%;
    height: 2px;
    margin: 4px auto 0;
}
.conT04 .underline.blue { background-color: #88a4af; }
.conT04 .underline.darkblue { background-color: #33477d; }
.conT04 .underline.brown { background-color: #b08d73; }

.conT020101 {
    max-width: 1200px;
    margin: 40px auto;
    font-family: sans-serif;
    text-align: center;
}

.conT020101 h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.conT020101 .desc {
    font-size: 14px;
    color: #444;
    margin-bottom: 30px;
}

.conT020101 .boxes {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.conT020101 .box {
    flex: 1 1 18%;
    border-top: 3px solid #ccc;
    border-radius: 10px;
    padding: 20px 10px;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

.conT020101 .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;

    /*background: rgba(255,0,0,0.2);*/

}
.conT020101 .icon > img{
    width: 100%;
    opacity: 0.5;

}

.conT020101 .title {
    font-weight: bold;
    font-size: 18px;color:#222;font-weight: 900;
    margin-bottom: 6px;
}

.conT020101 .part {
    margin: 10px 0 6px;
    font-weight: bold;
    font-size: 13px;
    color: #333;
}

.conT020101 .content {
    font-size: 13px;
    color: #555;
    line-height: 18px;

}

/* 색상 강조 (선택적 적용) */
.conT020101 .box:nth-child(1) { border-top-color: #4a6ea9; }
.conT020101 .box:nth-child(2) { border-top-color: #8ec8d5; }
.conT020101 .box:nth-child(3) { border-top-color: #d9c8a3; }
.conT020101 .box:nth-child(4) { border-top-color: #b7cae4; }
.conT020101 .box:nth-child(5) { border-top-color: #b5a6db; }

.conT020102 {
    display: flex;
    max-width: 1400px;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    margin:0 auto;
    background-color: #f9f9f9;
}

.conT020102 .method {
    flex: 1;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    padding: 16px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.conT020102 .method h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #003366;
}

.conT020102 .img-box {
    width: 100%;
    height: auto;
    border: 1px dashed #ccc;
    padding: 8px;
}

.conT020102 .img-box img {
    max-width: 100%;
    height: auto;
}

.conT020201 {
    background-color: #f0f0f0;
    padding: 30px;
    border-radius: 8px;
    font-family: 'Noto Sans KR', sans-serif;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.conT020201 .item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    border-left: 8px solid #bbb;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.conT020201 .item.mid {
    border-left-color: #999;
}

.conT020201 icon-box {
    width: 60px;
    height: 60px;
    border: 2px dashed #ccc;
    border-radius: 50%;
    min-width: 60px;
}

.conT020201 .content h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
    color: #333;
}

.conT020201 .content ul {
    margin: 0;
    padding-left: 20px;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

.noListData{
    width:1400px;height:400px;
    margin:40px auto 60px;
    border: 1px solid #e0e0e0;
    display: flex;justify-content: center;align-items: center;
    font-size: 18px;
}

.comCon01{width:1300px;margin:30px auto;display: flex;justify-content: space-between;align-items: start;gap:30px}
.comCon01 .video{width: 560px}
.comCon01 .overview{flex:1;}
.comCon01 .overview > p{
    width:100%;
    font-size:20px;color:#222;line-height: 29px;
}
.comCon01 .overview > p:after{
    content: '';
    display: inline-block;
    width: 100%;
}
.logoBox{
    display:flex;justify-content: center;align-items: center;gap:30px;
    margin:40px auto 80px !important

}
.logoBox .logoItem{
    flex:1;display:flex;justify-content: center;align-items: center;
    height:138px;background: #fff;

}
.logoBox .logoItem.logo01{}
.logoBox .logoItem.logo02{    width: 80%;}
.logoBox .logoItem.logo03{}
.logoBox .logoItem.logo04{color:#104a8c;font-size: 36px;
    font-weight: 600;}
.logoBox .logoItem.logo05{    width: 80%;}
.logoBox .logoItem >img{
    width:70%;

}

.orgBoxWrap {    position: relative;
    width: 1400px;
    margin: 0 auto 40px;
    min-height: 100px;
    border: 1px solid #e0e0e0;
    padding: 60px 30px ;}
.orgBoxWrap .noitem{flex:1;display: flex;justify-content: center;align-items: center;}
.orgBoxWrap .noitem > p{    width: 200px;
    padding: 20px;}
.orgBoxWrap .item{position: relative;flex:1;display: flex;justify-content: center;align-items: center;}
.orgBoxWrap .item > p{    width: 200px;
    padding: 20px;font-size:20px;}

.orgBoxWrap .leftLine:before{
    position: absolute;content:"";
    left:0;top:50%;width:235px;height:1px;display: block;background: #e0e0e0;
}
 .orgBoxWrap .rightLine:before{
     position: absolute;content:"";
     right:0;top:50%;width:235px;height:1px;display: block;background: #e0e0e0;
 }
.orgBoxWrap .topLine:before{
    position: absolute;content:"";
    left:50%;top:-40px;width:1px;height:40px;display: block;background: #e0e0e0;
}

 .orgBoxWrap .topLine .color01 {border:1px solid #6D8DB2;background: #6D8DB2;color:#fff}


.orgBoxWrap .orgTop02.boLine:before{
    position: absolute;content:"";
    left:50%;top:-40px;width:1px;height:40px;display: block;background: #e0e0e0;
}

.orgBoxWrap .boLine:before{
    position: absolute;content:"";
    left:50%;bottom:-40px;width:1px;height:40px;display: block;background: #e0e0e0;
}
.orgBoxWrap .orgTop01{
    width:100%;
    display: flex;justify-content: center;align-items: center;
    padding-bottom: 40px;
}
.orgBoxWrap .orgTop02{
    position: relative;
    width:100%;
    display: flex;justify-content: center;align-items: center;
    padding-bottom: 40px;
}
.orgBoxWrap .orgCenter{
    position: relative;
    width:100%;
    padding-bottom: 40px;padding-top:40px;
    display: flex;justify-content: center;align-items: center;
}
.orgBoxWrap .orgCenter:after{
    position: absolute;content:"";
    left:50%;margin-left:-535px;top:0px;width:1070px;height:1px;display: block;background: #e0e0e0;
}
.orgBoxWrap .orgCenter:before{
    position: absolute;content:"";
    left:50%;top:-110px;width:1px;height:110px;display: block;background: #e0e0e0;
}

.orgBoxWrap .orgBottom{
    width:100%;
    padding-bottom: 40px;
    display: flex;justify-content: center;align-items: center;
}
.orgBoxWrap .color01{border:1px solid #6D8DB2;background: #6D8DB2;color:#fff}
.orgBoxWrap .color02{border:1px solid #6D8DB2;background: #8DA066;color:#fff}
.orgBoxWrap .color03{border:1px solid #6D8DB2;background: #fff;color:#fff}
.orgBoxWrap .color04{font-size:22px;font-weight:500;border:1px solid #6D8DB2;background: #fff;color:#6D8DB2}
.orgBoxWrap .color05{font-size:22px;font-weight:500;border:1px solid #6D8DB2;background: #6D8DB2;color:#fff}


.chart01Box{    width: 1200px !important;display: grid;grid-template-columns: 0.8fr 1fr 0.8fr;gap:30px;margin:0 auto 50px !important; }
.chart01Box .chart01_Left {
    height:100%;
    display: flex;flex-direction: column;gap:20px;    justify-content: center;
}
.chart01Box .chart01_Left > div{position: relative;;border: 1px solid #e0e0e0;padding:20px;font-size: 18px;font-weight: 500;color:#222;}
.chart01Box .chart01_Left > div::before{
    position: absolute;top:50%;right:-91px;    transform: translateY(-50%);
    content: "";width:91px;height: 1px;background:#e0e0e0;
}

.chart01Box .chart01_Center{}


.chart01Box  .imgIcon01{
    width:220px;height:220px;
    display: flex;justify-content: center;align-items: center;
    background: #fff;border-radius: 150px;margin:00px auto}
.chart01Box .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: 1px solid #e0e0e0;
}
.chart01Box .tit001{font-size: 22px;font-weight: 900;color:#222;}
.chart01Box .pLine{position: relative;width:200px;height:2px;background: #002f5f;display: block;margin:20px auto 20px;}
.chart01Box .pLine::before{
    position: absolute;top:-5px;left:-2px;
    content: "";width:10px;height: 10px;background: #fff;border: 2px solid #002f5f;
}
.chart01Box .pLine::after{
    position: absolute;top:-5px;right:-2px;
    content: "";width:10px;height: 10px;background: #fff;border: 2px solid #002f5f;
}
.chart01Box  .imgIcon01 > img{width:180px;}
.chart01Box .chart01_Right{
    height:100%;
    display: flex;flex-direction: column;gap:20px;    justify-content: center;
}
.chart01Box .chart01_Right > div{position: relative;border: 1px solid #e0e0e0;padding:20px;font-size: 18px;font-weight: 500;color:#222;}
.chart01Box .chart01_Right > div::before{
    position: absolute;top:50%;left:-91px;    transform: translateY(-50%);
    content: "";width:91px;height: 1px;background:#e0e0e0;
}
.chart01Box .chart01_Right .rdiv01::after{
    position: absolute;top:61px;left:-31px;
    content: "";width:1px;height: 50px;background:#e0e0e0;
}
.chart01Box .chart01_Right .rdiv02::before{
    position: absolute;top:50%;left:-31px;
    content: "";width:60px;height: 1px;background:#e0e0e0;

}
.chart01Box .chart01_Right .rdiv03::after{
    position: absolute;top:-84px;left:-31px;
    content: "";width:1px;height: 50px;background:#e0e0e0;
}

.chart01Box{    width: 1200px !important;display: grid;grid-template-columns: 0.8fr 1fr 0.8fr;gap:30px;margin:0 auto 50px !important; }
.chart01Box .chart01_Left {
    height:100%;
    display: flex;flex-direction: column;gap:20px;    justify-content: center;
}
.chart01Box .chart01_Left > div{position: relative;;border: 1px solid #e0e0e0;padding:20px;font-size: 18px;font-weight: 500;color:#222;}
.chart01Box .chart01_Left > div::before{
    position: absolute;top:50%;right:-91px;    transform: translateY(-50%);
    content: "";width:91px;height: 1px;background:#e0e0e0;
}


.chart02Box{    width: 1200px !important;display: grid;grid-template-columns: 1fr 0.4fr 1fr;gap:60px;margin:0 auto 50px !important; }
.chart02Box .chart01_Left {
    height:100%;
    display: flex;flex-direction: column;gap:20px;    justify-content: center;
}
.chart02Box .chart01_Left > div{position: relative;;border: 1px solid #e0e0e0;padding:20px;font-size: 18px;font-weight: 500;color:#222;
    width: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    font-weight: 500;
    align-items: stretch;}
.chart02Box .chart01_Left > div::before{
    position: absolute;top:50%;right:-31px;
    content: "";width:31px;height: 1px;background:#e0e0e0;

}
.chart02Box .chart01_Left .ldiv01::after{
    position: absolute;top:61px;right:-31px;
    content: "";width:1px;height: 148px;background:#e0e0e0;
}
.chart02Box .chart01_Left .ldiv02::before{
    position: absolute;top:50%;right:-61px;
    content: "";width:60px;height: 1px;background:#e0e0e0;

}
.chart02Box .chart01_Left .ldiv03::after{
    position: absolute;top:-84px;right:-31px;
    content: "";width:1px;height: 148px;background:#e0e0e0;
}
.chart02Box .chart01_Left > div > p.tit{font-size:20px;font-weight:700;margin-bottom:10px;}
.chart02Box .chart01_Left > div > p.stit{height:50px;font-size:18px;color:#888;text-align: center}
.chart02Box .chart01_Center{display: flex
;
    width: 100%;
    align-items: center;}


.chart02Box  .imgIcon01{
    width:220px;height:220px;
    display: flex;justify-content: center;align-items: center;
    background: #fff;border-radius: 150px;margin:00px auto}
.chart02Box .cInner{
    width:190px;
    height:190px;
    border-radius: 50%;

    padding: 40px 0 40px 0;
    display: flex;flex-direction: column;justify-content: center;align-items: center;
    background: #fff;border: 1px solid #e0e0e0;
}
.chart02Box .tit001{font-size: 22px;font-weight: 900;color:#222;}
.chart02Box .pLine{position: relative;width:200px;height:2px;background: #002f5f;display: block;margin:20px auto 20px;}
.chart02Box .pLine::before{
    position: absolute;top:-5px;left:-2px;
    content: "";width:10px;height: 10px;background: #fff;border: 2px solid #002f5f;
}
.chart02Box .pLine::after{
    position: absolute;top:-5px;right:-2px;
    content: "";width:10px;height: 10px;background: #fff;border: 2px solid #002f5f;
}
.chart02Box  .imgIcon01 > img{width:180px;}
.chart02Box .chart01_Right{
    height:100%;
    display: flex;flex-direction: column;gap:20px;    justify-content: center;
}
.chart02Box .chart01_Right > div{position: relative;border: 1px solid #e0e0e0;padding:20px;font-size: 18px;font-weight: 500;color:#222;
    width: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    font-weight: 500;
    align-items: stretch;}

.chart02Box .chart01_Right > div::before{
    position: absolute;top:50%;left:-31px;
    content: "";width:30px;height: 1px;background:#e0e0e0;

}
.chart02Box .chart01_Right .rdiv01::after{
    position: absolute;top:61px;left:-31px;
    content: "";width:1px;height: 148px;background:#e0e0e0;
}
.chart02Box .chart01_Right .rdiv02::before{
    position: absolute;top:50%;left:-61px;
    content: "";width:60px;height: 1px;background:#e0e0e0;

}
.chart02Box .chart01_Right .rdiv03::after{
    position: absolute;top:-84px;left:-31px;
    content: "";width:1px;height: 148px;background:#e0e0e0;
}

.chart02Box .chart01_Right > div > p.tit{font-size:20px;font-weight:700;margin-bottom:10px;}
.chart02Box .chart01_Right > div > p.stit{height:50px;font-size:18px;color:#888;text-align: center}

.conT0103 {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 8px;
}
.conT0103 .backLine{
    position: absolute;
    display: block;
    left:50%;margin-left:-41%;
    top:50px;
    border-radius: 30px 30px 0 0;
    width:82%;height:318px;border:10px solid #e5f0fd;border-bottom:0;

}

.conT0103 .box {
    width: 100%;
    height: 80px;
    background-color: #e5f0fd;
    border: 1px solid #153c65;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
}

.conT0103 .title-box {
    position: absolute;
    top:0;left:50%;margin-left:-80px;
    width: 160px;
    height: 80px;
    background-color: #fff;
    border: 4px solid #153c65;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #195fb2;

}

.conT0103 .grid {
    display: grid;
    grid-template-columns: repeat(3, 180px);
    grid-template-rows: repeat(3, auto);
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    margin-top:100px;
}

.conT0103 .grid .arrow {
    font-size: 24px;
    color: #153c65;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.conT0103 .side-boxes {
    position: absolute;
    top: 160px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 0 10px;
    box-sizing: border-box;
}

.conT0103 .side-boxes .side {
    width: 180px;
    background: #f4f4f4;
    padding: 10px;
    color: #555;
    font-weight: normal;
    border: 1px solid #ccc;
    line-height: 1.4;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.conT0103 .bottom-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 0 15px;
    box-sizing: border-box;
}

.conT0103 .bottom-labels .label {
    width: 160px;
    height: 80px;
    background-color: #fff;
    border: 4px solid #153c65;
    color: #195fb2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.cont100 {
    width: 100%;
    border: 2px solid #003366;
    font-family: 'Segoe UI', sans-serif;
}

.cont100 .sps-title {
    background-color: #003366;
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
}

.cont100 .sps-box-wrap {
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
    background-color: white;
}

.cont100 .sps-box {
    text-align: center;
    border: 1px solid #ccc;
    padding: 20px 30px;
    border-radius: 4px;
    min-width: 140px;
}

.cont100 .badge {
    font-weight: bold;
    color: white;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    line-height: 60px;
    display:flex;
    font-size: 24px;
    justify-content: center;
    align-items: center;
}

.cont100 .badge-blue {
    background-color: #003366;
}

.cont100 .badge-beige {
    background-color: #00c6be;
}

.cont100 .badge-sky {
    background-color: #50aaff;
}

.cont100 .desc {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
.historyBox{width:800px;margin:50px auto 30px;}
.historyBox .historyList{}
.historyBox .historyList li{
    position: relative;
    padding: 10px 0px 60px 0;
    display: flex;justify-items: center;align-items: center;
}
.historyBox .historyList li:after{
    position: absolute;top:40px;left:50px;
    content:"";width:2px;height:60px;
    display: block;background: #e7e7e7;
}
.historyBox .historyList li:last-child::after{
    display:none;
}
.historyBox .historyList li > p{font-size:22px;font-weight: 900;color:#303E6D}
.historyBox .historyList li > span{padding:0px 0 0 30px;font-size:24px;font-weight: 400;color:#222}

.conT0301 {
    position: relative;
    width: 600px;
    height: 400px;
    margin: 100px auto;
}

.conT0301 .hexagon {
    width: 80px;
    height: 92px;
    background-color: #ccc;
    clip-path: polygon(
            50% 0%, 100% 25%, 100% 75%,
            50% 100%, 0% 75%, 0% 25%
    );
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conT0301 .icon-box {
    width: 40px;
    height: 40px;
    /*background-color: rgba(255,0,0,0.2);*/

}
.conT0301 .icon-box > img {width: 40px;
    height: 40px;}


/* 색상 클래스 */
.conT0301 .hex-purple    { background-color: #c3b4e3; }
.conT0301 .hex-lightblue { background-color: #b2cdea; }
.conT0301 .hex-sky       { background-color: #98c2ca; }
.conT0301 .hex-beige     { background-color: #dec7b3; }
.conT0301 .hex-mint      { background-color: #b5dad4; }
.conT0301 .hex-navy      { background-color: #5f81aa; }
.conT0301 .hex-purple-b    {border:1px solid #c3b4e3;background: #FFF; color:#222}
.conT0301 .hex-lightblue-b { border:1px solid #b2cdea;background: #FFF;  color:#222}
.conT0301 .hex-sky-b       { border:1px solid #98c2ca;background: #FFF;  color:#222}
.conT0301 .hex-beige-b     { border:1px solid #dec7b3;background: #FFF;  color:#222}
.conT0301 .hex-mint-b      { border:1px solid #b5dad4;background: #FFF;  color:#222}
.conT0301 .hex-navy-b      { border:1px solid #5f81aa;background: #FFF;  color:#222}
.conT0301 .txtBox{
    position: absolute;
    width:160px;display: flex;justify-content: center;align-items: center;padding:10px;
    font-size:18px;font-weight: 700;
}

/* 위치 클래스 (원형 배치) */
.conT0301 .pos.top         {position: absolute; top: 0%;   left: 50%; transform: translate(-50%, 0); }
.conT0301 .pos.top-right   {position: absolute; top: 30%;  left: 75%; transform: translate(-50%, -50%); }
.conT0301 .pos.bottom-right{position: absolute; top: 65%;  left: 75%; transform: translate(-50%, -50%); }
.conT0301 .pos.bottom      {position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 0); }
.conT0301 .pos.bottom-left {position: absolute; top: 65%;  left: 25%; transform: translate(-50%, -50%); }
.conT0301 .pos.top-left    {position: absolute; top: 30%;  left: 25%; transform: translate(-50%, -50%); }

.conT0301 .txt_top{ top: -10%;   left: 50%; transform: translate(-50%, 0); }
.conT0301 .txt_tLeft{top: 30%;      left: 28px; transform: translate(-50%, -50%); }
.conT0301 .txt_tRight{ top: 30%;      right: -132px; transform: translate(-50%, -50%); }
.conT0301 .txt_bLeft{ top: 65%;      left: 28px; transform: translate(-50%, -50%);}
.conT0301 .txt_bRight{top: 65%;      right: -132px; transform: translate(-50%, -50%);}
.conT0301 .txt_bottom{bottom: -10%; left: 50%; transform: translate(-50%, 0); }


.conT030101 {
    width:1100px;
    display: flex;justify-content: center;gap: 20px;
    margin: 50px auto;
    font-family: 'Arial', sans-serif;
}

.conT030101 .step-box {
    position: relative;
    width: 140px;
    padding-top: 40px;
    padding-bottom: 60px;
    border-radius: 0px 0 0 0px;
    clip-path: polygon(0 0, 100% 20px, 100% 100%, 0% 100%);
    color: white;
    text-align: center;
}

.conT030101 .circle {
    margin: 0 auto;
    background: white;
    color: #5580a0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    border: 2px solid #5580a0;
}

.conT030101 .title {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 8px;
    border-bottom: 1px dotted rgba(255,255,255,0.5);
    padding-bottom: 5px;
}

.conT030101 .desc {
    font-size: 14px;
    line-height: 1.4;
}

.conT030101 .step1 {
    background-color: #b9d2ea;
    color: #0a2f55;
    border-radius: 0 0  10px 10px;
}

.conT030101 .step2 {
    background-color: #a3d1cd;
    color: #0b3c3f;
    border-radius: 0 0  10px 10px;
}

.conT030101 .step3 {
    background-color: #5a83aa;
    color: #ffffff;
    border-radius: 0 0  10px 10px;
}
.conT030101 .step4 {
    background-color: #5a83aa;
    color: #ffffff;
    border-radius: 0 0  10px 10px;
}

.conT030102 {
    align-items: baseline;
    width:1400px;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 50px auto 80px;
    font-family: 'Arial', sans-serif;
}

.conT030101 .step-box {
    position: relative;
    width: 140px;
    padding-top: 40px;
    padding-bottom: 60px;
    border-radius: 0px 0 0 0px;
    clip-path: polygon(0 0, 100% 20px, 100% 100%, 0% 100%);
    color: white;
    text-align: center;
}

.conT030102 .circle {
    margin: 0 auto;
    background: white;
    color: #5580a0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    border: 2px solid #5580a0;
}

.conT030102 .title {
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
    margin-bottom: 8px;
    border-bottom: 1px dotted rgba(255,255,255,0.5);
    padding-bottom: 15px;
}

.conT030102 .desc {
    font-size: 18px;
    line-height: 1.4;
}
.conT030102 .desc > ul{
    font-size: 18px;
    line-height: 1.4;
}
.conT030102 .desc > ul li{
    font-size: 18px;
    padding:5px 20px;
    text-align: left;
    color:#222;
    line-height: 1.4;
}
.conT030102 .step1 .title{background-color: #D9C6B7;
    color: #ffffff;}
.conT030102 .step2 .title{background-color: #A3C8D1;
    color: #ffffff;}
.conT030102 .step3 .title{background-color: #B4C9E6;
    color: #ffffff;}
.conT030102 .step4 .title{background-color: #003273;
    color: #ffffff;}
.conT030102 .step1 {
    flex: 1;
    border: 1px solid #D9C6B7;
    border-radius: 0 0  10px 10px;
}

.conT030102 .step2 {
    flex: 1;
    border: 1px solid #A3C8D1;
    border-radius: 0 0  10px 10px;
}

.conT030102 .step3 {
    flex: 1;
    border: 1px solid #B4C9E6;
    border-radius: 0 0  10px 10px;
}
.conT030102 .step4 {
    flex: 1;
    border: 1px solid #003273;
    border-radius: 0 0  10px 10px;
}

.conT02041 {
    width: 500px;
    font-size: 18px;
    text-align: left;
}

.conT02041 .circle-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.conT02041 .circle {
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.conT02041 .circle.light {
    background-color: #d5e1f5;
    color: #2a4b7c;
}

.conT02041 .circle.mid {
    background-color: #a5c7e0;
    color: #1e4063;
}

.conT02041 .circle.dark {
    background-color: #002a57;
    color: white;
}

.conT02041 .text p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #333;
}

.conT02041 .text span {
    font-size: 18px;
    color: #888;
    height: 80px;
    display: flex;
    flex-direction: column;
}

.blockBoxWrap{
    width:1000px;
    display: flex;flex-direction: column;
    margin:0 auto;padding:40px 0 40px 0}
.blockBoxWrap .blockBox{
    width: 100%;flex:1;width:100%;display: flex;justify-content: center;align-items: center;gap:50px
}
.blockBoxWrap .blockBox .blockItem{
    position: relative;
    flex:1;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;
    margin-bottom:30px ;
}
.blockBoxWrap .blockBox .next:after{
    position: absolute;top:50%;right:-35px;margin-top:0px;
    content:"";width:20px;height:30px;display: block;background:#002a57 ;clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.blockBoxWrap .blockBox .stepbox{font-size:18px;padding:10px 15px;text-align: left;background: repeating-linear-gradient(45deg, #002a57, #002a57 10px, #305285 0, #305285 20px);
    color: white;margin-bottom:5px}
.blockBoxWrap .blockBox img{width: 100%;border:1px solid #cbc19e;}
.blockBoxWrap .blockBox .txt{width:100%;color: white;font-size:16px;padding:10px 10px;text-align: left;}
.blockBoxWrap .blockBox .txt{background: #103053 url("../images/bg_tit3.png") right center no-repeat ;     background-blend-mode: overlay;background-size:contain }
/*bg_tit.png*/
.contM01 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    font-family: "Arial", sans-serif;
}

.contM01 .left-box,
.contM01 .right-box {
    display: flex;

    align-items: center;
    text-align: center;
}

.contM01 .left-box ul{
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    font-size: 20px;
    line-height: 1.6;
    text-align: left;
}
.contM01 .right-box ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    font-size: 20px;
    line-height: 1.6;
    text-align: right;

}

.contM01 .circle {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 10px;
}

.contM01 .left-circle {
    border: 3px solid #003366;

    background: #fff;
    color: #003366;
}

.contM01 .right-circle {
    border: 3px solid #50aaff;
    background-color: #50aaff;

    color: #fff;
}

/* 화살표 */
.contM01 .arrow {
    width: 60px;
    height: 60px;
    position: relative;
    background: transparent;
}

.contM01 .arrow::before
{
    content: "";
    position: absolute;
    width: 60px;
    height: 20px;
    background: #d6c7b5;
    border-radius: 10px;
    margin-top: -5px;
    opacity: 0.5;
    top: 50%;
    left: 0;
    transform-origin: left center;
}
.contM01 .arrow::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 20px;
    background: #d6c7b5;
    border-radius: 10px;
    margin-top: 7px;
    opacity: 0.5;
    top: 50%;
    left: 0;
    transform-origin: left center;
}

.contM01 .arrow::before {
    transform: rotate(45deg);
}

.contM01 .arrow::after {
    transform: rotate(-45deg);
}

/* 강조 애니메이션 */
.contM01 .arrow {
    animation: arrow-blink 1.2s infinite;
}


