/* sub_intro */
#sub_intro{
    margin-top: 250px;
}
.sub_route i, .sub_route p{
    color: #000;
}
.sub_route .circle{
    margin: 0 20px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #0097d9;
}
.sub_title{
    margin: 30px 0 50px;
}

/* sub1_1 */
.sub1_gnb li{
    padding: 20px 0;
    color: #555555;
    width: 180px;
    text-align: center;
    cursor: pointer;
}
.sub1_gnb li.on{
    color: #16255b;
    border-bottom: 3pt solid #0a0c35;
}
.s1_1_con1{
    justify-content: space-between;
    padding: 145px 0 175px;
}
.s1_1_con1 p:nth-child(2){
    margin-top: 30px;
    color: #1a477c;
}
.s1_1_con1 p:nth-child(3){
    padding: 60px 0 30px;
    color: #333333;
}
.s1_1_con1 .txt_box>img{
    margin-top: 30px;
}
.s1_1_con1 .txt_box>a{
    margin: 40px 0 75px;
}
.s1_1_con1 .txt_box div{
    gap: 0 40px;
}
.s1_1_con2{
    padding: 150px 0 50px;
    background: linear-gradient(to bottom, #111111, #091232);
}
.s1_1_con2 .img_box{
    margin-top: 65px;
    justify-content: space-between;
}
.s1_1_con2 .left div{
    gap: 30px;
}
.s1_1_con2 .left p{
    padding: 15px 0;
    color: #aaaaaa;
}
.s1_1_con3{
    background-image: url(../images/s1_1_bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 104px 0;
}
.s1_1_con3 .txt_box>img{
    margin-bottom: 75px;
}
.s_title{
    position: relative;
}
.s_title::after{
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #0075ff;
    top: -50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.s1_1_con3 .txt_box p:nth-child(3){
    margin-top: 50px;
    line-height: 1.5;
}
.btn_more2{
    width: 200px;
    padding: 12px 0;
    border-radius: 50px;
    border: 1pt solid #cccccc;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin: auto;
    margin-top: 60px;
}
.btn_more2:before, .btn_more2:after{
    width: 0;
    height: 100%;
    content: "";
    box-sizing: border-box;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.3s;
}
.btn_more2:before{
    background-color: #75b7e6;
}
.btn_more2:after{
    background-color: #0067b2;
}
.btn_more2 span{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    color: #fff;
}
.btn_more2span strong{
    color: #0067b2;
}
.btn_more2 em{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    z-index: 3;
    background-size: auto 13px;
    overflow: hidden;
}
.btn_more2 em:before{
    width: 100%;
    height: 13px;
    content: "";
    background: url('../images/btn_arrow2.png')no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: auto 100%;
    transition: all 0.3s;
}	
.btn_more2 em:after{
    width: 100%;
    height: 13px;
    content: "";
    background: url('../images/btn_arrow2.png')no-repeat center;
    position: absolute;
    top: 125%;
    left: 10%;
    transform:translate(-50%, -50%);
    background-size:auto 100%;
    transition:all 0.3s;
}	
.btn_more2:hover:before, .btn_more2:hover:after{
    width: 100%;
}
.btn_more2:hover:after{
    transition-delay: 0.1s;
}
.btn_more2:hover span{
    color: #fff;
}
.btn_more2:hover span strong{
    color: #fff;
}
.btn_more2:hover em:before{
    top: -25%;
    left: 100%;
}
.btn_more2:hover em:after{
    top: 50%;
    left: 50%;
}
.circles_container{
    margin-top: 70px;
}
.container {
    width: 21%;
    height: 294px;
    position: relative;
}
.cir-btn {
    position: relative;
    width: 100%;
    height: 100%;
    color: #ffffff;
    border: 2px dotted #ffffff;
    border-radius: 50%;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cir-btn .txts p:first-child{
    color: #0075ff;
    margin-bottom: 15px;
}
.cir-btn .txts p:last-child{
    margin-top: 20px;
    line-height: 1.5;
}
.dot {
    content: '';
    position: absolute;
    top: 48%;
    left: 98%;
    width: 12px;
    height: 12px;
    background-color: #0075ff;
    border-radius: 50%;
    transform-origin: -141px;
    animation: orbit 4.8s infinite linear;
}
.circle1 {
    z-index: 1;
}
.circle2 {
    z-index: 2;
}
.circle3 {
    z-index: 3;
}
.circle4 {
    z-index: 2;
}
.circle5 {
    z-index: 1;
}
.circle1:hover,
.circle2:hover,
.circle3:hover,
.circle4:hover,
.circle5:hover {
    z-index: 99;
}
.dot1 {
    animation-delay: 0s;
}
.dot2 {
    animation-delay: 0.5s;
}
.dot3 {
    animation-delay: 1s;
}
.dot4 {
    animation-delay: 1.5s;
}
.dot5 {
    animation-delay: 2s;
}
.cir-btn:hover .dot {
    animation-play-state: running;
}
@keyframes orbit {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.circles_container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cir-wrap {
    width: 100%;
}
.container {
    margin-left: -80px;
}
.container:first-child {
    margin-left: 0;
}
.s1_1_con4{
    padding: 120px 0 150px;
}
.s1_1_con4 p{
    text-align: center;
}
.s1_1_con4 .slider1{
    margin-top: 60px;
}
.s1_1_con4 ul li li{
    width: 24%;
    padding: 50px 0 55px;
    border-radius: 10px;
    background-color: #f5f5f5;
}
.s1_1_con4 li p:first-child{
    color: #0075ff;
    margin-bottom: 15px;
}
.s1_1_con4 li p:last-child{
    margin-top: 30px;
    line-height: 1.5;
}
.s1_1_con5{
    padding: 120px 0 95px;
    background-color: #f5f5f5;
    text-align: center;
}
.s1_1_con5>.center2>p:nth-child(2){
    margin-top: 50px;
    color: #333333;   
}
.s1_1_con5>.center2>ul{
    margin-top: 80px;
    align-items: center;
}
.s1_1_con5>.center2>ul>li{
    width: 15%;
}
.s1_1_con5>.center2>ul>li:first-child{
    width: 20%;
}
.s1_1_con5 ul p:nth-child(2){
    margin-top: 30px;
    color: #0075ff;
}
.s1_1_con5 ul p:nth-child(3){
    margin-top: 20px;
    color: #333333;
}
.s1_1_con5 img{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 25px;
}
.slider2 img{
    width: 100%;
    border-radius: 40px;
}
.s1_1_con6{
    background-image: url(../images/s1_1_bg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 98px 0;
    text-align: center;
}
.s1_1_con6 .center2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: -50px;
}
.s1_1_con6 img{
    margin: auto;
}
.s1_1_con6 p{
    margin: 30px auto 65px;
}
.s1_1_con6 .img_box{
    gap: 0 40px;
    margin: auto;
}
.s1_1_con6 .img_box a{
    width: 200px;
}
.s1_1_con6 .img_box a img{
    width: 100%;   
}
.s1_1_con7{
    padding: 150px 0;
}
.s1_1_con7 .table{
    margin-top: 80px;
}
.s1_1_con7 .table_box{
    width: 47%;
}
.s1_1_con7 table{
    margin-top: 30px;
    width: 100%;
    border-collapse: collapse;
}
.s1_1_con7 th{
    padding: 18px 0;
    background-color: #0075ff;
    border-right: 1px solid #ffffff;
}
.s1_1_con7 th:first-child{
    border-top-left-radius: 20px;
}
.s1_1_con7 th:last-child{
    border-top-right-radius: 20px;
    border-right: 0;
}
.s1_1_con7 td{
    color: #333333;
    text-align: center;
}
.s1_1_con7 tr:nth-child(odd) td{
    background-color: #eeeeee;   
}
.s1_1_con7 tr{
    height: 55px;
}
.s1_1_con7 tr:hover{
    outline: 3pt solid #0075ff;
    outline-offset: -4px;
}
.s1_1_con7 tr:first-child:hover{
    outline: unset;
}
.s1_2_con3 tr:hover{
    outline: unset;
}
.s1_1_con7 tr:nth-child(even) td{
    background-color: #f7f7f7;
}
.s1_1_con7 tr:last-child td:first-child{
    border-bottom-left-radius: 20px;
}
.s1_1_con7 tr:last-child td:last-child{
    border-bottom-right-radius: 20px;
}
.s1_1_con7 .txt_box{
    margin-top: 100px;
    gap: 0 150px;
    align-items: flex-start;
}
.s1_1_con7 .txt_box p:first-child{
    color: #16255b;
}
.s1_1_con7 .txt_box p:last-child{
    line-height: 2;
}
.s1_1_con8{
    padding: 120px 0 150px;
    background-color: #f5f5f5;
}
.s1_1_con8 .img_box{
    margin-top: 70px;
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s1_1_con8 .center2>div:last-child{
    margin-top: 50px;
}
.s1_1_con8 .center2>div:last-child>div{
    width: 48%;
    height: 900px;
    background-color: #ffffff;
    border-radius: 20px;
}
.s1_1_con8 .center2>div:last-child>div>p:first-child{
    padding: 50px 0 30px;
}
.s1_1_con8 .table_box{
    padding: 0 40px;
}
.s1_1_con8 table{
    width: 100%;
    border-collapse: collapse;   
    border-top: 3pt solid #0075ff;
}
.s1_1_con8 tr:nth-child(odd){
    background-color: #f7f7f7;
}
.s1_1_con8 tr:nth-child(even){
    background-color: #eeeeee;
}
.s1_1_con8 th{
    text-align: left;
    padding: 10px 0;
    padding-left: 10px;
    width: 25%;
}
.s1_1_con8 td{
    color: #333333;
    padding: 10px 0;
    padding-left: 15px;
    width: 75%;
}
.s1_1_con8 .txt_box div{
    padding:  0 40px;
}
.s1_1_con8 .txt_box p{
    margin-top: 35px;
    line-height: 1.5;
}
.s1_1_con8 .txt_box p:first-child{
    margin-top: 0;
}
.s1_1_con8 .txt_box p:last-child{
    margin-top: 10px;
    margin-left: 20px;
    line-height: 2;
}

/* sub1_2 */
.s1_2_con1{
    padding: 160px 0 145px;
}
.s1_2_con1 .center2>p:nth-child(2){
    margin-top: 50px;
    color: #333333;
}
.s1_2_con2{
    padding: 160px 0 145px;
    background-color: #f5f5f5;
}
.s1_2_con2 .center2>p:nth-child(2) {
    margin-top: 50px;
}
.s1_2_slider li{
    margin-top: 80px;
    gap: 0 95px;
    display: block;
    display: flex;'
}
.s1_2_con2 .txt_box{
    gap: 60px 0;
}
.s1_2_con2 .txt_box p{
    line-height: 1.5;
}
.s1_2_con2 .txt_box p strong.blue{
    color: #0075ff;
}
.s1_2_con2 .txt_box p span{
    margin-top: 35px;
    line-height: 1.4;
    display: block;
    color: #333333;
}
.s1_2_con3{
    padding: 160px 0 145px;
}
.s1_2_con3 .center2>p:nth-child(2){
    margin-top: 50px;
    color: #333333;
}
.s1_2_con3 .tab-menu{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.s1_2_con3 .tabs{
    display: flex;
    flex-direction: column;
    gap: 35px 0;
}
.s1_2_con3 .tab-link{
    cursor: pointer;
    color: #888888;
    display: flex;
    gap: 0 5px;
    align-items: center;
}
.s1_2_con3 .tabs .current{
    color: #16255b;
}
.s1_2_con3 .tab-link i{
    display: none;
}
.s1_2_con3 .tab-link.current i{
    display: inherit;
    color: #cccccc
}
.s1_2_con3 .tab-content{
	display: none;
}
.s1_2_con3 .tab-content.current{
    display: inherit;
    display: flex;
    flex-direction: column;
    width: 75%;
}
.s1_2_con3 .table2, .s1_2_con3 .table4{
    margin-top: 60px;
}
.s1_2_con3 tr{
    height: 0;
}
.s1_2_con3 td{
    padding: 12px 0;
}
.s1_2_con3 td span{
    padding: 10px 25px;
    display: inline-flex;
    border: 1pt solid #16255b;
    color: #16255b;
    border-radius: 50px;
    cursor: pointer;
    align-items: center;
}
.s1_2_con3 td span:hover{
    background-color: #0097d9;
    color: #fff;
    border: 1pt solid transparent;
}
.s1_2_con3 td span i{
    margin-left: 20px;
}
.s1_2_con3 th:first-child{
    width: 28%;
}
.s1_2_con3 td:first-child{
    position: relative;
    width: 28%;
}
/* .s1_2_con2 th:nth-child(2), .s1_2_con2 td:nth-child(2){
    width: 10%;
}
.s1_2_con2 th:nth-child(3), .s1_2_con2 td:nth-child(3){
    width: 28%;
}
.s1_2_con2 th:nth-child(4), .s1_2_con2 td:nth-child(4){
    width: 15%;
} */
.s1_2_con3 th:last-child, .s1_2_con2 td:last-child{
    width: 20%;
}
.s1_2_con3 td:first-child::after{
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(-50%, -50%);
    content: "";
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.s1_2_con3 .table1 tr:nth-child(2) td:first-child::after{
    background-image: url(../images/s1_2_img3.png);
    width: 49px;
    height: 43px;
}
.s1_2_con3 .table1 tr:nth-child(3) td:first-child::after{
    background-image: url(../images/s1_2_img4.png);
    width: 50px;
    height: 45px;
}
.s1_2_con3 .table1 tr:nth-child(4) td:first-child::after{
    background-image: url(../images/s1_2_img5.png);
    width: 50px;
    height: 45px;
}
.s1_2_con3 .table2 tr:nth-child(2) td:first-child::after{
    background-image: url(../images/s1_2_img6.png);
    width: 72px;
    height: 33px;
}
.s1_2_con3 .table2 tr:nth-child(3) td:first-child::after{
    background-image: url(../images/s1_2_img7.png);
    width: 72px;
    height: 33px;
}
.s1_2_con3 .table2 tr:nth-child(4) td:first-child::after{
    background-image: url(../images/s1_2_img8.png);
    width: 72px;
    height: 33px;
}
.s1_2_con3 .table3 tr:nth-child(2) td:first-child::after{
    background-image: url(../images/s1_2_img9.png);
    width: 48px;
    height: 49px;
}
.s1_2_con3 .table3 tr:nth-child(3) td:first-child::after{
    background-image: url(../images/s1_2_img10.png);
    width: 49px;
    height: 43px;
}
.s1_2_con3 .table3 tr:nth-child(4) td:first-child::after{
    background-image: url(../images/s1_2_img11.png);
    width: 48px;
    height: 49px;
}
.s1_2_con3 .table3 tr:nth-child(5) td:first-child::after{
    background-image: url(../images/s1_2_img12.png);
    width: 48px;
    height: 44px;
}
.s1_2_con3 .table4 tr:nth-child(2) td:first-child::after{
    background-image: url(../images/s1_2_img13.png);
    width: 72px;
    height: 34px;
}
.s1_2_con3 .table4 tr:nth-child(3) td:first-child::after{
    background-image: url(../images/s1_2_img14.png);
    width: 74px;
    height: 35px;
}
.s1_2_con3 .table4 tr:nth-child(4) td:first-child::after{
    background-image: url(../images/s1_2_img15.png);
    width: 72px;
    height: 34px;
}
.s1_2_con3 .table4 tr:nth-child(5) td:first-child::after{
    background-image: url(../images/s1_2_img16.png);
    width: 74px;
    height: 35px;
}
.s1_2_con4{
    padding: 160px 0 145px;
    background-color: #f5f5f5;
}
.s1_2_con4 .center2>p:nth-child(2){
    margin-top: 50px;
    color: #333333;
}
.s1_2_con4 .center2>div{
    margin-top: 80px;
}
.s1_2_con4 .center2>div div{
    border-radius: 20px;
    background-color: #ffffff;
    width: 48%;
    text-align: center;
    padding: 50px 0 60px;
}
.s1_2_con4 .center2>div div img{
    margin-top: 20px;
}

/* sub1_3 */
.s1_3_con1 .tab-link{
    align-items: baseline;
}
.s1_3_con1 table{
    margin-top: 0;
}
.s1_3_con1 td{
    padding: 22px 0;
}

/* sub2 */
#sub2{
    background-image: url(../images/sub2_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 240px 0;
    text-align: center;
}
#sub2 p:nth-child(2){
    margin: 70px 0 60px;
}
#sub2 p:nth-child(3){
    line-height: 1.5;
}

/* sub3_1 */
.s3_1_con{
    padding: 190px 0 160px;
}
.s3_1_con>p:nth-child(2){
    margin-top: 50px;
    color: #333333;   
}
.s3_1_con table{
    margin-top: 80px;
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #111;
}
.s3_1_con table tr {
    border-bottom: 1px solid #ebebeb;
}
.s3_1_con table th {
    padding: 35px 0;
}
.s3_1_con table td {
    padding: 35px 0;
    text-align: center;
    color: #aaa;
}
.s3_1_con table td.list_title{
    color: #111;
    cursor: pointer;
    text-align: left;
}
.s3_1_con table th:first-child,
.s3_1_con table td:first-child {
    width: 15%;
}
.s3_1_con table th:nth-child(2),
.s3_1_con table td:nth-child(2) {
    width: 60%;
}
.s3_1_con table th:nth-child(3),
.s3_1_con table td:nth-child(3) {
    width: 10%;
}
.s3_1_con table th:last-child,
.s3_1_con table td:last-child {
    width: 15%;
}
.page_btn {
    width: 100%;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_btn a {
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}
.page_btn a.page_num {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background-color: #16255b;
    color: #fff;
    margin: 0;
}
.page_btn i{
    color: #ccc;
    margin: 0 20px;
}

/* sub3_1_d */
.sub3_1_detail {
    margin-top: 80px;
    border-top: 2px solid #111;
}
.s3_1_d_title {
    padding: 35px 40px;
    box-sizing: border-box;
}
.s3_1_d_title span {
    display: flex;
    align-items: center;
    gap: 0 25px;
    margin-top: 20px;
    color: #888;
}
.s3_1_d_con {
    border-top: 1px solid #ebebeb;
}
.file_down {
    border-bottom: 1px solid #ebebeb;
    padding: 30px 40px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    gap: 0 20px;
}
.file_down a{
    color: #333333;
}
.file_down a:hover {
    text-decoration: underline;
}
.s3_1_d_content{
    border-bottom: 1px solid #ebebeb;
    padding: 35px 40px;
    box-sizing: border-box;
    line-height: 28px;
    color: #111;
}
.s3_1_d_content img,
.s3_1_d_content iframe {
    max-width: 100%;
}
.back_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.back_btn a{
    width: 220px;
    height: 65px;
    border-radius: 50px;
    background-color: #16255b;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* sub3_2 */
.s3_2_con{
    padding: 190px 0 160px;
}
.s3_2_con>p:nth-child(2){
    margin-top: 50px;
    color: #333333;   
}
.news_list {
    width: 100%;
    margin-top: 80px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 30px 0;
}
.search_box {
    width: 400px;
    border-bottom: 1px solid #959595;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
}
.search_box input {
    width: 90%;
    height: 45px;
    border: 0;
    font-size: 16px;
    color: #111;
    font-family: 'SUIT-Medium', sans-serif;
}
.search_box input::placeholder {
    font-size: 16px;
    color: #aaa;
    font-family: 'SUIT-Regular', sans-serif;
}
.search_box i {
    font-size: 24px;
    color: #111;
    cursor: pointer;
}
.news_list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 3.5%;
}
.news_list ul li {
    width: 31%;
    cursor: pointer;
}
.news_thumb {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.news_thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform .5s;
}
.news_list ul li:hover img {
    transform: scale(1.1);
}
.news_info {
    margin-top: 15px;
}
.news_info p {
    width: 100%;
    line-height: 30px;
}
.more {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.more span {
    color: #888;
}

/* sub3_2_d */
.s3_2_d_con{
    padding: 190px 0 160px;
}
.s3_2_d_con>p:nth-child(2){
    margin-top: 50px;
    color: #333333;   
}

/* sub3_3 */
.s3_3_con{
    padding: 190px 0 160px;
}
.s3_3_form{
    margin-top: 80px;
    border-top: 2px solid #000;
}
.s3_3_form ul{
    display: flex;
    flex-wrap: wrap;
}
.s3_3_form li{
    width: 50%;
    border-bottom: 1px solid #d7d7d7;
    align-items: center;
    display: flex;
    gap: 0 40px;
    padding: 15px 0;
}
.s3_3_form .s3_3_input1, .s3_3_form .s3_3_input2{
    justify-content: space-between;
}
.s3_3_form input[type="text"]{
    width: 550px;
    border: 1pt solid #ebebeb;
    box-sizing: border-box;
    padding: 16px 0;
    padding-left: 10px;
    font-size: 15px;
    font-family: 'SUIT-Regular', sans-serif;
    color: #333333;
}
.s3_3_form input[type="text"]::placeholder{
    font-size: 15px;
    font-family: 'SUIT-Regular', sans-serif;
    color: #ccc;
}
.s3_3_form li:last-child{
    border-bottom: 0;
}
.s3_3_form .s3_3_input1{
    width: 100%;
}
.s3_3_form .s3_3_input1 input[type="text"]{
    width: 1300px;
}
.s3_3_form .s3_3_input1_1{
    align-items: flex-start;
}
.s3_3_form textarea{
    width: 1300px;
    border: 1pt solid #ebebeb;
    box-sizing: border-box;
    padding: 10px 0 70px;
    padding-left: 10px;
    font-size: 15px;
    font-family: 'SUIT-Regular', sans-serif;
    color: #333333;
}
.s3_3_form strong{
    color: #d50000;
}
.s3_3_form .s3_3_input3{
    width: 100%;
    flex-direction: column;
    align-items: flex-start
}
.s3_3_form .s3_3_input3 .scroll_box{
    margin-top: 17px;
    width: 100%;
    border: 1pt solid #ebebeb;
    height: 148px;
    overflow-y: auto;
    font-size: 16px;
    font-family: 'Pretendard-Light', sans-serif;
    color: #555555;
}
.s3_3_form .s3_3_input3 .scroll_box p{
    padding: 25px 20px; 
}
.s3_3_form .s3_3_input3 .radio_box{
    width: 100%;
    justify-content: flex-end;
    margin-top: 13px;
    display: flex;
    gap: 0 5px;
}
.s3_3_form .s3_3_input3 .radio_box p{
    font-size: 16px;
    font-family: 'Pretendard-Light', sans-serif;
    color: #111111;
}
.s3_3_submit {
    margin-top: 80px;
}
.s3_3_submit input{
    background-color: #16255b;
    width: 280px;
    height: 60px;
    border-radius: 50px;
}

/* mobile */
@media screen and (max-width: 767px){
    /* sub_intro */
    #sub_intro {
        margin-top: 200px;
    }
    .sub_title {
        margin: 20px 0 30px;
    }
    #sub_intro img{
        width: 100%;
    }
    .s_title::after {
        width: 8px;
        height: 8px;
    }

    /* sub1_1 */
    .sub1_gnb li {
        padding: 10px 0;
    }
    .sub1_gnb li.on{
        border-bottom: 2pt solid #0a0c35;
    }
    .s1_1_con1{
        padding: 80px 0 100px;
        flex-direction: column;
        gap: 30px 0;
    }
    .s1_1_con1 .txt_box>img{
        margin-top: 20px;
        width: 100%;
    }
    .s1_1_con1 .txt_box>a {
        margin: 30px 0 50px;
    }
    .s1_1_con1 .txt_box div {
        flex-direction: column;
        gap: 20px 0;
        width: 50%;
    }
    .s1_1_con1 .txt_box div img{
        width: 100%;
    }
    .s1_1_con1 .img_box img{
        width: 100%;
    }
    .s1_1_con2 {
        padding: 80px 0 50px;
    }
    .s1_1_con2 .img_box {
        margin-top: 50px;
        flex-direction: column;
        gap: 30px 0;
    }
    .s1_1_con2 img{
        width: 100%;
    }
    .s1_1_con3 {
        padding: 70px 0;
    }
    .s1_1_con3 .txt_box>img {
        margin-bottom: 50px;
    }
    .s1_1_con3 .txt_box p:nth-child(3) {
        margin-top: 20px;
    }
    .btn_more2 {
        width: 160px;
        padding: 7px 0;
        margin-top: 40px;
    }
    .container {
        margin-left: 0;
        margin-top: -15px;
        width: 70%;
        height: fit-content;
        position: relative;
        aspect-ratio: 1 / 1;
    }
    .container:first-child {
        margin-left: 0;
        margin-top: 0;
    }
    .dot {
        display: none;
    }
    .s1_1_con4 {
        padding: 80px 0 100px;
    }
    .s1_1_con4 .slider1 {
        margin-top: 40px;
    }
    .s1_1_con4 ul ul{
        flex-wrap: wrap;
        gap: 20px 0;
    }
    .s1_1_con4 ul li li{
        width: 48%;
        padding: 30px 0 35px;
    }
    .s1_1_con5 {
        padding: 80px 0;
    }
    .s1_1_con5>.center2>p:nth-child(2) {
        margin-top: 20px;
    }
    .s1_1_con5>.center2>ul{
        margin-top: 40px;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    .s1_1_con5>.center2>ul>li {
        width: 42%;
    }
    .s1_1_con5>.center2>ul>li:first-child {
        width: 48%;
    }
    .s1_1_con5 img {
        width: 100%;
    }
    .slider2 img {
        border-radius: 25px;
    }
    .s1_1_con5 ul p:nth-child(2) {
        margin-top: 15px;
    }
    .s1_1_con5 ul p:nth-child(3) {
        margin-top: 10px;
    }
    .s1_1_con6 {
        padding: 70px 0;
        background-color: #0097d9;
        background-image: none;
    }
    .s1_1_con6 .center2{
        margin-left: auto;
    }
    .s1_1_con6 img{
        width: 100%;
    }
    .s1_1_con6 .img_box a{
        width: unset;
    }
    .s1_1_con6 p {
        margin: 20px auto 50px;
    }
    .s1_1_con7 {
        padding: 80px 0;
    }
    .s1_1_con7 .table {
        margin-top: 45px;
        flex-direction: column;
        gap: 20px 0;
    }
    .s1_1_con7 .table_box{
        width: 100%;
    }
    .s1_1_con7 .txt_box {
        margin-top: 50px;
        flex-direction: column;
        gap: 15px 0;
    }
    .s1_1_con8 {
        padding: 80px 0 100px;
    }
    .s1_1_con8 .img_box {
        margin-top: 40px;
    }
    .s1_1_con8 .img_box img{
        width: 100%;
    }
    .s1_1_con8 .center2>div:last-child {
        margin-top: 30px;
        flex-direction: column;
        gap: 20px 0;
    }
    .s1_1_con8 .center2>div:last-child>div{
        width: 100%;
        height: unset;
        padding-bottom: 10px;
    }
    .s1_1_con8 .center2>div:last-child>div>p:first-child {
        padding: 40px 0 20px;
    }
    .s1_1_con8 .table_box {
        padding: 0 10px;
    }
    .s1_1_con8 th {
        width: 35%;
    }
    .s1_1_con8 td {
        width: 60%;
    }
    .s1_1_con8 .txt_box div {
        padding: 0 10px;
    }
    .s1_1_con8 .txt_box p {
        margin-top: 15px;
    }
    .s1_1_con8 .txt_box p:last-child {
        margin-top: 5px;
        line-height: 1.5;
    }

    /* sub1_2 */
    .s1_2_con1 {
        padding: 80px 0 100px;
    }
    .s1_1_con1 p:nth-child(3) {
        padding: 20px 0 10px;
    }
    .s1_2_con2{
        padding: 80px 0 100px;
    }
    .s1_2_con2 .center2>p:nth-child(2) {
        margin-top: 20px;
    }
    .s1_2_slider li {
        margin-top: 50px;
        gap: 20px 0;
    }
    .s1_2_con2 img{
        width: 100%;
    }
    .s1_2_con2 .txt_box{
        width: 100%;
        gap: 20px 0;
    }
    .s1_2_con2 .txt_box p span {
        margin-top: 10px;
    }
    .s1_2_con3 .center2>p:nth-child(2) {
        margin-top: 25px;
    }
    .s1_2_con3 .tab-menu{
        margin-top: 40px;
        flex-direction: column;
        gap: 20px 0;
    }
    .s1_2_con3 .tabs {
        flex-direction: row;
        gap: 0 20px;
    }
    .s1_2_con3 .tab-link.current i {
        display: none;
    }
    .s1_2_con3 .tab-content.current{
        width: 100%;
    }
    .s1_1_con7 table{
        margin-top: 20px;
    }
    .s1_2_con3 td span{
        padding: 2px;
    }
    .s1_2_con3 td span i {
        margin-left: 10px;
    }
    .s1_2_con3 td:first-child::after{
        content: none;
    }
    .s1_2_con4 {
        padding: 80px 0 100px;
    }
    .s1_2_con4 .center2>p:nth-child(2) {
        margin-top: 20px;
    }
    .s1_2_con4 .center2>div {
        flex-direction: column;
        gap: 20px 0;
    }
    .s1_2_con4 .center2>div div{
        width: 100%;
    }
    .s1_2_con4 .center2>div div img{
        width: 100%;
    }
    
    /* sub1_3 */
    .s1_3_con1 .center2>p:nth-child(2) {
        margin-top: 20px;
    }
    .s1_3_con1 .tab-content.current>div{
        overflow: auto;
    }
    .s1_3_con1 table{
        min-width: 100%;
        width: max-content;
    }

    /* sub2_1 */
    #sub2{
        padding: 120px 0;
    }
    #sub2 img{
        width: 100%;
    }
    #sub2 p:nth-child(2) {
        margin: 40px 0 30px;
    }
    br.m_none{
        display: none;
    }

    /* sub3_1 */
    .s3_1_con {
        padding: 80px 0 100px;
    }
    .s3_1_con>p:nth-child(2) {
        margin-top: 20px;
    }
    .s3_1_con .table_box{
        overflow: auto;
    }
    .s3_1_con table{
        margin-top: 50px;
        min-width: 100%;
        width: max-content;
    }
    .s3_1_con table th {
        padding: 20px 0;
    }
    .s3_1_con table td {
        padding: 18px 0;
    }
    .page_btn{
        margin-top: 50px;
    }
    .page_btn a.page_num {
        width: 30px;
        height: 30px;
    }
    .page_btn a {
        margin: 0px 15px;
    }
    .page_btn i{
        margin: 0px 15px;
    }

    /* sub3_1_d */
    .sub3_1_detail {
        margin-top: 50px;
    }
    .s3_1_d_title {
        padding: 20px 10px;
    }
    .s3_1_d_title span {
        margin-top: 10px;
        gap: 0 10px;
    }
    .file_down{
        padding: 10px;
        gap: 0 10px;
    }
    .s3_1_d_content {
        padding: 20px 10px;
    }
    .back_btn {
        margin-top: 40px;
    }
    .back_btn a {
        width: 130px;
        height: 45px;
    }

    /* sub3_2 */
    .s3_2_con {
        padding: 80px 0 100px;
    }
    .s3_2_con>p:nth-child(2) {
        margin-top: 20px;
    }
    .news_list {
        margin-top: 30px;
    }
    .search_box {
        width: 100%;
    }
    .search_box i {
        font-size: 20px;
    }
    .search_box input {
        font-size: 14px;
    }    
    .search_box input::placeholder{
        font-size: 14px;
    }
    .news_list ul {
        gap: 40px 3%;
    }
    .news_list ul li {
        width: 48.5%;
    }
    .news_thumb {
        height: 100px;
    }
    .news_info p {
        line-height: 22px;
    }

    /* sub3_2_d */
    .s3_2_d_con {
        padding: 80px 0 100px;
    }
    .s3_2_d_con>p:nth-child(2) {
        margin-top: 20px;
    }

    /* sub3_3 */
    .s3_3_con {
        padding: 80px 0 100px;
    }
    .s3_3_form {
        margin-top: 40px;
    }
    .s3_3_form ul {
        flex-direction: column
    }
    .s3_3_form li {
        width: 100%;
        flex-direction: column;
        gap: 10px 0;
        align-items: flex-start;
    }
    .s3_3_form input[type="text"]{
        width: 100%;
        padding: 10px 5px;
        font-size: 14px;
    }
    .s3_3_form input[type="text"]::placeholder{
        font-size: 14px;
    }
    .s3_3_form .s3_3_input1 input[type="text"]{
        width: 100%;
    }
    .s3_3_form textarea {
        width: 100%;
        font-size: 14px;
    }
    .s3_3_submit {
        margin-top: 50px;
    }
    .s3_3_submit input {
        width: 140px;
        height: 45px;
    }
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){
    /* sub_intro */
    #sub_intro {
        margin-top: 250px;
    }
    .sub_title {
        margin: 25px 0 35px;
    }
    #sub_intro img{
        width: 100%;
    }
    .s_title::after {
        width: 10px;
        height: 10px;
    }

    /* sub1_1 */
    .sub1_gnb li {
        padding: 15px 0;
    }
    .sub1_gnb li.on{
        border-bottom: 2pt solid #0a0c35;
    }
    .s1_1_con1{
        padding: 90px 0 120px;
    }
    .s1_1_con1 .txt_box{
        width: 50%;
    }
    .s1_1_con1 .txt_box>img{
        margin-top: 25px;
        width: 100%;
    }
    .s1_1_con1 .txt_box>a {
        margin: 35px 0 55px;
    }
    .s1_1_con1 .txt_box div img{
        width: 100%;
    }
    .s1_1_con1 .img_box{
        width: 50%;
    }
    .s1_1_con1 .img_box img{
        width: 100%;
    }
    .s1_1_con2 {
        padding: 85px 0 55px;
    }
    .s1_1_con2 .img_box {
        margin-top: 55px;
        flex-direction: column;
        gap: 35px 0;
    }
    .s1_1_con2 .left div img{
        width: 48%;
    }
    .s1_1_con2 .right img{
        width: 100%;
    }
    .s1_1_con3 {
        padding: 80px 0;
    }
    .s1_1_con3 .txt_box>img {
        margin-bottom: 55px;
    }
    .s1_1_con3 .txt_box p:nth-child(3) {
        margin-top: 25px;
    }
    .btn_more2 {
        width: 150px;
        padding: 5px 0;
        margin-top: 45px;
    }
    .cir-wrap{
        flex-wrap: wrap;
        justify-content: center;
        gap: 0 20px;
    }
    .container {
        margin-left: 0;
        width: 30%;
        height: fit-content;
        position: relative;
        aspect-ratio: 1 / 1;
    }
    .container:first-child {
        margin-left: 0;
    }
    .dot {
        display: none;
    }
    .s1_1_con4 {
        padding: 90px 0 120px;
    }
    .s1_1_con4 .slider1 {
        margin-top: 45px;
    }
    .s1_1_con4 ul ul{
        flex-wrap: wrap;
        gap: 25px 0;
    }
    .s1_1_con4 ul li li{
        padding: 35px 0 40px;
    }
    .s1_1_con5>.center2>p:nth-child(2) {
        margin-top: 20px;
    }
    .s1_1_con5>.center2>ul {
        margin-top: 50px;
    }
    .s1_1_con5 img {
        width: 100%;
        border-radius: 15px;
    }
    .s1_1_con5 .slick-slide img{
        border-radius: 30px;
    }
    .s1_1_con5 ul p:nth-child(2) {
        margin-top: 20px;
    }
    .s1_1_con5 ul p:nth-child(3) {
        margin-top: 10px;
    }
    .s1_1_con6 {
        padding: 60px 0;
    }
    .s1_1_con6 .center2{
        margin-left: -100px;
    }
    .s1_1_con6 p {
        margin: 25px auto 55px;
    }
    .s1_1_con7 {
        padding: 100px 0;
    }
    .s1_1_con7 .table {
        margin-top: 50px;
        flex-direction: column;
        gap: 25px 0;
    }
    .s1_1_con7 .table_box{
        width: 100%;
    }
    .s1_1_con7 .txt_box {
        margin-top: 55px;
        flex-direction: column;
        gap: 20px 0;
    }
    .s1_1_con8 {
        padding: 90px 0 120px;
    }
    .s1_1_con8 .img_box {
        margin-top: 45px;
    }
    .s1_1_con8 .img_box img{
        width: 100%;
    }
    .s1_1_con8 .center2>div:last-child {
        margin-top: 35px;
    }
    .s1_1_con8 .center2>div:last-child>div{
        height: unset;
        padding-bottom: 15px;
    }
    .s1_1_con8 .center2>div:last-child>div>p:first-child {
        padding: 45px 0 25px;
    }
    .s1_1_con8 .table_box {
        padding: 0 15px;
    }
    .s1_1_con8 th {
        width: 35%;
    }
    .s1_1_con8 td {
        width: 60%;
    }
    .s1_1_con8 .txt_box div {
        padding: 0 15px;
    }
    .s1_1_con8 .txt_box p {
        margin-top: 20px;
    }
    .s1_1_con8 .txt_box p:last-child {
        margin-top: 10px;
        line-height: 1.5;
    }

    /* sub1_2 */
    .s1_2_con1 {
        padding: 90px 0 120px;
    }
    .s1_1_con1 p:nth-child(3) {
        padding: 25px 0 15px;
    }
    .s1_2_con2{
        padding: 90px 0 120px;
    }
    .s1_2_con2 .center2>p:nth-child(2) {
        margin-top: 25px;
    }
   .s1_2_slider li {
        margin-top: 55px;
        gap: 0 40px;
    }
    .s1_2_con2 img{
        width: 100%;
    }
    .s1_2_con2 .txt_box{
        gap: 25px 0;
    }
    .s1_2_con2 .txt_box p span {
        margin-top: 15px;
    }
    .s1_2_con3 .center2>p:nth-child(2) {
        margin-top: 20px;
    }
    .s1_2_con3 .tab-menu{
        margin-top: 45px;
        flex-direction: column;
        gap: 25px 0;
    }
    .s1_2_con3 .tabs {
        flex-direction: row;
        gap: 0 25px;
    }
    .s1_2_con3 .tab-link.current i {
        display: none;
    }
    .s1_2_con3 .tab-content.current{
        width: 100%;
    }
    .s1_1_con7 table{
        margin-top: 25px;
    }
    .s1_2_con3 td span{
        padding: 8px 10px;
    }
    .s1_2_con3 td span i {
        margin-left: 15px;
    }
    .s1_2_con3 td:first-child::after{
        content: none;
    }
    .s1_2_con4 {
        padding: 90px 0 120px;
    }
    .s1_2_con4 .center2>p:nth-child(2) {
        margin-top: 25px;
    }
    .s1_2_con4 .center2>div {
        margin-top: 50px;
    }
    .s1_2_con4 .center2>div div img{
        width: 100%;
    }

    /* sub1_3 */
    .s1_2_con1 .center2>p:nth-child(2) {
        margin-top: 25px;
    }

    /* sub2_1 */
    #sub2{
        padding: 100px 0;
    }
    #sub2 p:nth-child(2) {
        margin: 45px 0 35px;
    }

    /* sub3_1 */
    .s3_1_con {
        padding: 90px 0 120px;
    }
    .s3_1_con>p:nth-child(2) {
        margin-top: 25px;
    }
    .s3_1_con table{
        margin-top: 55px;
    }
    .s3_1_con table th {
        padding: 23px 0;
    }
    .s3_1_con table td {
        padding: 21px 0;
    }
    .page_btn{
        margin-top: 55px;
    }
    .page_btn a.page_num {
        width: 35px;
        height: 35px;
    }
    .page_btn a {
        margin: 0px 18px;
    }
    .page_btn i{
        margin: 0px 18px;
    }

    /* sub3_1_d */
    .sub3_1_detail {
        margin-top: 55px;
    }
    .s3_1_d_title {
        padding: 25px 15px;
    }
    .s3_1_d_title span {
        margin-top: 15px;
        gap: 0 15px;
    }
    .file_down{
        padding: 15px;
        gap: 0 15px;
    }
    .s3_1_d_content {
        padding: 25px 15px;
    }
    .back_btn {
        margin-top: 45px;
    }
    .back_btn a {
        width: 150px;
        height: 48px;
    }

    /* sub3_2 */
    .s3_2_con {
        padding: 90px 0 120px;
    }
    .s3_2_con>p:nth-child(2) {
        margin-top: 25px;
    }
    .news_list {
        margin-top: 35px;
    }
    .search_box {
        width: 50%;
    }
    .search_box i {
        font-size: 20px;
    }
    .search_box input {
        font-size: 14px;
        height: 35px;
    }    
    .search_box input::placeholder{
        font-size: 14px;
    }
    .news_list ul {
        gap: 40px 3%;
    }
    .news_thumb {
        height: 150px;
    }
    .news_info p {
        line-height: 20px;
    }
    
    /* sub3_2_d */
    .s3_2_d_con {
        padding: 90px 0 120px;
    }
    .s3_2_d_con>p:nth-child(2) {
        margin-top: 25px;
    }

    /* sub3_3 */
    .s3_3_con {
        padding: 90px 0 120px;
    }
    .s3_3_form {
        margin-top: 45px;
    }
    .s3_3_form ul {
        flex-direction: column
    }
    .s3_3_form li {
        width: 100%;
        flex-direction: column;
        gap: 15px 0;
        align-items: flex-start;
    }
    .s3_3_form input[type="text"]{
        width: 100%;
        padding: 15px 5px;
        font-size: 16px;
    }
    .s3_3_form input[type="text"]::placeholder{
        font-size: 16px;
    }
    .s3_3_form .s3_3_input1 input[type="text"]{
        width: 100%;
    }
    .s3_3_form textarea {
        width: 100%;
        font-size: 16px;
    }
    .s3_3_submit {
        margin-top: 55px;
    }
    .s3_3_submit input {
        width: 160px;
        height: 50px;
    }
  
}