@charset "utf-8";
/* common */
:root {
    --sub_yellow: #f6af00;
}

.fc-yellow{
    color: var(--sub_yellow);
}

#sub_content{
    overflow: hidden;
}

#sub_intro {
    width: 100%;
    height: 460px;
    margin-top: 110px;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.sub_intro_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    text-align: center;
}


.sub_bg1,
.sub_bg2,
.sub_bg3,
.sub_bg4,
.sub_bg5{
    position: absolute;
    border-radius: 100%;
    z-index: -999;
    width: 824px;
    height: 824px;
    box-sizing: border-box;
}

.sub_bg1{
    background-color: #f8f8f8;
    top: 150px;
    left: -478px;
}

.sub_bg2{
    border: 150px solid #fef8ea;
    right: -470px;
    bottom: -890px;
}

.sub_bg3{
    background-color: #f8f8f8;
    /* right: -42%; */
    /* top: -70%; */

    /* right: -595px;
    top: -482px; */

    right: -741px;
    top: -477px;
}

.sub_bg4{
    border: 150px solid #fef8ea;

    /* left: -500px;
    bottom: -610px; */

    /* left: -35%;
    bottom: -92%; */

    left: -626px;
    bottom: -610px;
}

.sub_bg5{
    background-color: #f8f8f8;
    right: -400px;
    bottom: -558px;
}

.sub4_2_section .sub_bg4{
    left: -700px;
    bottom: 1400px;
}

.sub4_3_section .sub_bg1{
    top: -400px;
    left: -700px;
}

.sub4_3_section .sub_bg2{
    top: 434px;
    right: -735px;
}






.sub3_1_section .top_sec,
.sub4_1_section .top_sec{
    padding: 30px 0;
    background-color: #f6f6f6;
}

.sub3_1_section .top_sec .title,
.sub4_1_section .top_sec .title{
    text-align: center;
}

.sub3_1_section .title .js-regular,
.sub4_1_section .title .js-regular {
    line-height: 130px;
    height: 50px;
}

.sub3_1_section .btn1{
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #f2ba2f;
    color: white;

    width: 270px; 
    height: 70px;
    border-radius: 64px;
}

.sub3_1_section .sec1 ul{
    width: 1150px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;

    padding: 140px 0;
    
}

.sub3_1_section .sec1 ul li{
    display: flex;
    align-items: center;
    gap: 60px;

    padding: 16px 0;
    border-bottom: 1px solid #d7d7d7;
}

.sub3_1_section .sec1 ul li p{
    color : #222222;
}





/* sub1 */
.sub1_1_intro {
    background-image: url("../images/sub_intro1_1.jpg");
}

.sub1_2_intro {
    background-image: url("../images/sub_intro1_2.jpg");
}

.sub1_3_intro {
    background-image: url("../images/sub_intro1_3.jpg");
}

.sub1_4_intro {
    background-image: url("../images/sub_intro1_4.jpg");
}

.sub1_5_intro {
    background-image: url("../images/sub_intro1_5.jpg");
}

.sub3_intro {
    background-image: url("../images/sub_intro1_5.jpg");
}

.sub3_intro {
    background-image: url("../images/sub_intro3.jpg");
}

.sub4_1_intro {
    background-image: url("../images/sub_intro4_1.jpg");
}

.sub4_2_intro {
    background-image: url("../images/sub_intro4_2.jpg");
}

.sub4_3_intro {
    background-image: url("../images/sub_intro4_3.jpg");
}


.sub1 .sec1{
    padding: 130px 0 100px;
    text-align: center;

    position: relative;
}

.sub4 .center {
    position: relative;
}

.sub1 .sec1 .text1,
.sub1 .sec1 .text3{
    color: #454545;
}

.sub1 .sec1 .text2,
.sub1 .sec1 .text4,
.sub1 .sec2 .text6{
    color: #222222;
}

.sub1 .sec2{
    padding: 80px 0 100px;
    background-color: #fafafa;
    text-align: center;
}

.sub1 .sec2 .img{
    
}



/* sub2 */
.sub2{
    padding: 140px 0 130px;
}

.sub2_1_intro {
    background-image: url("../images/sub_intro2_1.jpg");
}

.sub2_2_intro {
    background-image: url("../images/sub_intro2_2.jpg");
}

.sub2_3_intro {
    background-image: url("../images/sub_intro2_3.jpg");
}

.sub2_4_intro {
    background-image: url("../images/sub_intro2_4.jpg");
}

.sub2_5_intro {
    background-image: url("../images/sub_intro2_5.jpg");
}

ul.sub_route{
    display: flex;
    width: 100%;
}

ul.sub_route li{
    width: 25%;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bebebe;

    cursor: pointer;

    border: 1px solid #d7d7d7;
}

ul.sub_route li{
    border-right: none;
}

ul.sub_route li:last-child{
    border-right: 1px solid #d7d7d7;
}

ul.sub_route li.on{
    color: white;
    border: none;
    background-color: #f2ba2f;
}

.sub2 .content ul{
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;

    justify-content: space-between;
}

.sub2 .content ul::after {
  content: "";
  flex: auto;
}

.sub2 .title{
    color: #454545;
}

.sub2 .content ul li{
    width: 23%;

    cursor: pointer;
}

.sub2 .content ul li p{
    margin-top: 20px;
    margin-bottom: 10px;
    color: #111111;
}

.sub2 .content ul li span{
    color: #454545;
}

.sub2 .content ul li img{
    width: 100%;
}

.sub2 .content2 table{
    border-collapse: collapse;
    border-top: 2px solid #222222;
    width: 100%;
}

.sub2 .content2 table tr{
    width: 100%;
    border-bottom: 1px solid #c2c2c2;
}

.sub2 .content2 table td{
    padding: 20px 0;
    border-right: none;
    border-left: none;
    text-align: center;
}

.sub2 .content2 table tr td{
    cursor: pointer;
}

.sub2 .content2 table td:nth-child(2){
    text-align: left;
}


.sub2 .content2 table th{
    padding: 24px 0;
    color: #222222;
}



.page_btn{
    margin-top: 60px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #222;
    font-family: 'Pretendard-Medium', sans-serif;
}

.page_btn a{
    width:35px;
    height:35px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.page_btn .page_num{
    color: white;
    border-radius: 64px;
    background-color: #f2ba2f;
}

.page_btn .arrow_btn{
    font-size: 24px;
    /* transform: translateY(2px); */
}

.sub2_d .title{
    border-bottom: 1px solid #222222;
    padding: 30px 50px;
}

.sub2_d .title p{
    color: #454545;
}

.sub2_d .title .add_dt{
    color : #222222;
}

.sub2_d .detail .content{
    padding: 50px;
}

.sub2_d .detail .attach{
    border-top: 1px solid #cccccc;
    color: #222222;
    padding: 24px 50px;

    position:relative;
}

.sub2_d .detail .attach span{
    cursor: pointer;
}

.sub2_d .detail .attach::before{
    background: url(../images/icon_attach.png) no-repeat 0px 2px;
    content: "";
    display: inline-block;
    position: absolute;
    height: 20px;
    left: 26px;
    top: 26px;
    width: 20px;
}

.sub2_d .detail .span{
    padding-left: 10px;
}

.sub2_d .detail{
    border-top: 2px solid #222222;
    border-bottom: 2px solid #222222;
}

.sub2_d .btn{
    border-bottom: 1px solid #cccccc;
    padding: 24px 50px;
    align-items: baseline;
}

.sub2_d .btn_wrap p{
    width: 160px;
}

.sub2_d .btn_wrap p i{
    font-size: 24px;
    transform: translateY(3px);
}

.sub2_d .btn_wrap .btn_add_dt{
    margin-left: auto;
}


.sub2_d .list{
    width: 170px;
    height:60px;
    border-radius: 18px;
    margin: 0 auto 0 ;

    background-color: #f2ba2f;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub4_1_section .text{
    color : #454545;
}

.sub4_1_section .text b{
    color: #f6af00;
}

.sub4_1_section .line2{
    margin: 24px 0;
    background-color: #f6af00;
    width: 70px;
    height: 1px;
}

.sub4_1_section .content{
    color: #222222;
}

.sub4_1_section .left{
    color: #222222;
}

.sub4_1_section .line{
    margin: 0 16px;
    background-color: #222;
    width:1px;
    height: 16px;
    display: inline-block;
}

.sub4_1_section .sec1{
    padding: 120px 0;
}

.sub4_1_section .left p{
    justify-self: flex-end;
    /* margin-right: 20px; */
}

.sub4_1_section .img_wrap1 img{
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.15) 1px 4px 8px;
}

.sub4_3_section .sec1{
    padding: 100px 0 180px;
}

.sub4_3_section .sec1_top,
.sub4_3_section .sec1_bottom{
    margin: 0 auto;
    text-align: center;
}

.sub4_3_section .sec1_top ul{
    
}

.sub4_3_section ul li{
    color: white;
}

.sub4_3_section .sec1_top ul li{
    border-radius: 16px;
    width: 560px;
    height: 600px;   
    padding: 60px;
    box-sizing: border-box; 
    text-align: left;
}

.sub4_3_section .sec1_top ul li .title{
    margin: 24px 0 50px;
}

.sub4_3_section .sec1_top ul li .text1{
    margin: 40px 0 30px;
}

.sub4_3_section .sec1_top ul li:nth-child(1){
    background-color: #f6af00;
}

.sub4_3_section .sec1_top ul li:nth-child(2){
    background-color: #14282e;
}

.sub4_3_section .sec1_bottom{
    color : #222222;
}

.sub4_3_section .sec1_bottom p{

}

.sub4_3_section .sec1_bottom ul li{
    border-radius: 16px;
    width:275px;
    height: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub4_3_section .sec1_bottom ul li:nth-child(1),
.sub4_3_section .sec1_bottom ul li:nth-child(3){
    background-color: #212121;
}

.sub4_3_section .sec1_bottom ul li:nth-child(2),
.sub4_3_section .sec1_bottom ul li:nth-child(4){
    background-color: #f68b00;
}

.sub4_3_section .sec1_bottom ul li .img_wrap1{
    width: 85px;
    height: 85px;
}

.sub4_3_section .sec1_bottom ul li p{
    margin: 24px 0 16px;
}


.sub4_2_section .img_area{
    text-align: center;
}

.sub4_2_section .history{
    color: #454545;

    width: 700px;
    margin: 0 auto;
}

.sub4_2_section .history .circle1{
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(8px, -50%);

    z-index: 999;
    background-color: white;
    width: 10px; 
    height: 10px; 
    border-radius: 64px;
    border: 2px solid #f6af00;
}

.sub4_2_section .history .circle2{
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(4px, -50%);

    z-index: 999;
    background-color: #d0d0d0;
    width: 7px; 
    height: 7px; 
    border-radius: 64px;
}

.sub4_2_section .history .circle1_fixer{
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(8px, -100%);

    z-index: 99;
    background-color: white;
    width: 11px; 
    height: 50px; 
}




.sub4_2_section .history .year_wrap{
    width: 225px;
    position:relative;

    border-right: 1px solid #d7d7d7;
}

.sub4_2_section .history ul li .year{
    color: #f6af00;
    line-height: 1.8;
}

.sub4_2_section .history ul li .text1{
    /* border-left: 1px solid #d7d7d7; */
    line-height: 1.6;
    color: #222222;
    padding-left: 60px;
    align-self: center;
}

.sub4_2_section .history ul li .wrapper p{
    font-family: 'Pretendard-Regular', sans-serif;
}

.sub4_2_section .history .fix_pos .circle2{
    top: 8%;
    transform: translate(4px, -100%);
}

.sub4_2_section .history .fix_pos .text1{
    transform: translateY(-16px);
}

.sub4_2_section .history ul li.multi .text1{
    transform: translateY(-22px);
}

.sub4_2_section .history ul li .img_add1{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-84%, 0%);
    z-index: -1;
}

.sub4_2_section .history ul li.last_li2 .year_wrap{
    border-right: none;
}

.sub4_2_section .history ul li.last_li .circle1_fixer{
    transform: translate(8px, 10%);
}

.sub4_2_section .history2{
    position:relative;
}

.sub4_2_section .history .img_add2{
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(-50%, 0%);
    z-index: -1;
}

.sub4_2_section .history2{
    margin: 60px auto 0;
}










/* 라디오 버튼 크기 및 스타일 커스텀 */
input[type="radio"] {
    appearance: none; /* 기본 스타일 제거 */
    -webkit-appearance: none;
    width: 12px;
    height: 22px;
    border: 1px solid #ddd; /* 테두리 색상 옅게 */
    border-radius: 50%; /* 동그라미 모양 */
    margin: 0;
    cursor: pointer;
    position: relative;
}

/* 체크됐을 때 내부 동그라미 스타일 */
input[type="radio"]:checked {
    border-color: #302d90; /* 체크됐을 때 테두리 색상 */
}

input[type="radio"]:checked::after {
    content: '';
    width: 10px; /* 내부 동그라미 크기 */
    height: 10px; /* 내부 동그라미 크기 */
    background: #302d90; /* 내부 동그라미 색상 */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* 커스텀 select  */
.custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
}

.custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #d7d7d7;
}

.custom-select_trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #3b3b3b;
    height: 3vw;
    line-height: 0px;
    background: #ffffff;
    cursor: pointer;
    padding: 0 0.5vw;
}

.custom-options {
    width: 100.1%;
    position: absolute;
    display: block;
    top: 100%;
    left: -1px;
    right: 0;
    border: 1px solid #d7d7d7;
    border-top: 0;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}

.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 0.5vw;
    line-height: 57px;
    cursor: pointer;
    transition: all 0.5s;
}

.custom-option:hover {
    cursor: pointer;
    background-color: #f6f6f6;
}

.custom-option.selected {
    color: #ffffff;
    background-color: var(--main-color)
}

.sub2 .content2 tr td:nth-child(1){
    width:8%;
}

.sub2 .content2 tr td:nth-child(2){
    width:50%;
}

.sub2 .content2 tr td:nth-child(3){
    width:10%;
}

.sub2 .content2 tr td:nth-child(4){
    width:8%;
}

.sub2 .content2 tr td:nth-child(5){
    width:8%;
}



/* mobile */
@media screen and (max-width: 767px) {
    .sub3_1_section .title .js-regular,
    .sub4_1_section .title .js-regular {
        line-height: 1.9;
    }

    #sub_intro{
        height: 300px;
        margin-top: 60px;
    }

    .sub1 .sec1,
    .sub1 .sec2,
    .sub2{
        padding: 30px 0 50px;
    }

    .sub1 img{
        width: 100%;
    }

    .icon_img img{
        width: 120px;
    }

    ul.sub_route li{
        padding: 16px 0;
    }

    .sub2 .content ul{
        gap: 20px;
    }

    .sub2 .content ul li{
        width: 47%;
    }

    .sub2 .content ul li p{
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .page_btn{
        margin-top: 15px;
        transform: scale(0.8);
    }

    .sub2 .content2 table td:nth-child(2){
        text-align: center;

        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        /* width: 200px; */
        max-width: 200px;
    }

    .sub2 .content2 table th{
        padding: 18px 0;
    }

    .sub2 .content2 table td{
        padding: 16px 0;
    }

    .sub2 .content2 table{
        /*table-layout: fixed;*/
    }

    .sub2_d .title{
        padding: 16px;
    }

    .sub2_d .detail .content{
        padding: 16px;
    }

    .sub2_d .btn{
        padding: 16px;
    }

    .sub2_d .btn_wrap p{
        width: initial;
        margin-right: 10px;
    }

    .sub2_d .btn_wrap p i{
        transform: translateY(5px);
    }

    .sub2_d .list{
        width: 120px;
        height: 40px;
    }

    .sub2_d .detail .attach{
        padding: 16px;
    }

    .sub2_d .detail .attach::before{
        display: none;
    }

    .sub3_1_section .top_sec,
    .sub4_1_section .top_sec{
        padding: 10px 0;
    }

    .sub3_1_section .sec1 ul{
        width: 100%;
        padding: 30px 0;
    }

    .sub3_1_section .sec1 ul li{
        flex-direction: column;
        align-items: baseline;
        gap: 10px;
        padding: 16px 0;
    }

    .sub3_1_section .btn1{
        width: max-content;
        height: 100%;
        padding: 12px 20px;
    }

    .sub4_1_section .sec1{
        flex-direction: column;
    }

    .sub4_1_section img{
        width: 100%;
    }

    .sub4_1_section .sec1{
        padding: 30px 0 50px;
    }

    .sub4_1_section .text {
        margin-top: 20px;
    }

    .sub4_3_section .sec1_top ul li{
        width: 100%;
        height: 100%;
        padding: 30px;
    }

    .sub4_3_section .sec1_top ul li .title{
        margin: 10px 0 20px;
    }

    .sub4_3_section .sec1_top ul li .text1 {
        margin: 15px 0 15px;
    }

    .sub4_3_section .sec1_bottom ul li {
        width: 45%;
        height: 100%;
        padding: 20px 0;
    }

    .sub4_3_section .sec1_bottom ul li p{
        margin: 10px 0;
    }

    .sub4_3_section .sec1{
        padding: 30px 0 50px;
    }

    .sub4_2_section .history .fix_pos .circle2{
        top: 10px;
    }

    .sub4_2_section .history .fix_pos .text1 {
        transform: translateY(-3px);
        padding-left: 30px;
    }

    .sub4_2_section .history ul li .text1{
        padding-left: 30px;
        width: 50vw;
    }

    .sub4_2_section .history ul li .fixer{
        line-height: 1.4 !important;
    }

    .sub4_2_section .history .year_wrap{
        width: 120px;
    }

    .sub4_2_section .history ul li.multi .text1 {
        transform: translateY(-8px);
    }

    .history img{
        display: none;
    }




}
/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sub1 .sec1,
    .sub1 .sec2,
    .sub2,
    .sub4_3_section .sec1{
        padding: 50px 0 70px;
    }

    #sub_intro{
        height: 460px;
        margin-top: 60px;
    }

    .page_btn{
        margin-top: 30px;
    }

    .sub2 .content ul li{
        width: 31%;
    }

    .sub2 .content ul{
        gap: 20px;
    }

    .sub2_d .title,
    .sub2_d .detail .content,
    .sub2_d .btn,
    .sub2_d .detail .attach{
        padding: 20px;
    }

    .sub3_1_section .sec1 ul{
        width: 100%;
    }

    .sub3_1_section .sec1 ul li{
        align-items: baseline;
        flex-direction: column;
        gap: 20px;
        padding: 16px 0;
    }

    .sub4_1_section .sec1{
        padding: 50px 0 70px;
        flex-direction: column;
        gap: 20px;
    }

    .sub4_1_section .img_wrap1 img{
        width: 100%;
    }

    .sub4_2_section .history img{
        display: none;
    }

    .sub4_3_section .sec1_top ul li{
        width: 100%;
        height: 600px;
        padding: 30px;
    }

    .sub4_3_section .sec1_top ul li .title{
        margin: 20px 0;
    }

    .sub4_3_section .sec1_top ul li .text1 {
        margin: 30px 0;
    }

}

