/* sub intro */
#sub_intro{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

#sub_intro img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: img_zoom 3s ease forwards;
}

@keyframes img_zoom{
    0%{
        transform: scale(1.3);
    }

    100%{
        transform: scale(1);
    }
}

.intro_title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.intro_title p{
    text-align: center;
    overflow: hidden;
}

.intro_title p span{
    display: block;
}

p.s_title1 span{
    font-size: 60px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    transform: translateY(80px);
    animation: sub_txt_show 1.3s ease forwards;
}

p.s_title2{
    margin-top: 5px;
}

p.s_title2 span{
    font-size: 21px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    transform: translateY(30px);
    animation: sub_txt_show .8s .5s ease forwards;
}

@keyframes sub_txt_show{
    100%{
        transform: translateY(0);
    }
}


/* sub page menu */
/* .sub_page_menu{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #d7d7d7;
    box-sizing: border-box;
}

.sub_page_menu .center{
    height: 100%;
}

.sub_page_menu ul{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub_page_menu ul li{
    width: 200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    font-family: 'Pretendard-Medium', sans-serif;
    color: #111;
    border-top: 5px solid transparent;
    box-sizing: border-box;
}

.sub_page_menu ul li.on{
    color: #ed1c24;
    font-family: 'Pretendard-Bold', sans-serif;
    border-top: 5px solid #ff0000;;
} */

.tabs_contain{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #d7d7d7;
}

.tabs {
    height: 100%;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
}

.tabs1{
    width: 600px;
}

.tabs2{
    width: 1200px;
}

.tabs .tab-header {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.tabs .tab-header>div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    font-family: 'Pretendard-Medium', sans-serif;
    color: #111;
    outline: none;
}

.tab-header1>div {
    width: calc(100% / 3);
}

.tab-header2>div {
    width: calc(100% / 6);
}

.tabs .tab-header>div.active {
    color: #ed1c24;
    font-family: 'Pretendard-Bold', sans-serif;
}

.tabs .tab-indicator {
    position: relative;
    height: 5px;
    background: #ff0000;
    left: 0px;
    transition: all 500ms ease-in-out;
}

.tabs .tab-indicator.on{
    transition: all 500ms ease-in-out;
}

.tab-indicator1 {
    width: calc(100% / 3);
}

.tab-indicator2 {
    width: calc(100% / 6);
}


/* sub content */
#sub_content{
    width: 100%;
}


/* sub1_1 */
.sub1_1_content{
    width: 100%;
    padding: 115px 0 200px;
}

.s1_1_img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s1_1_img img{
    max-width: 100%;
}

.s1_1_txt{
    width: 950px;
    background-color: #fff;
    margin: -50px auto 0;
    padding-top: 65px;
    position: relative;
}

.s1_1_txt p{
    text-align: center;
    font-size: 36px;
    line-height: 48px;
    font-family: 'Pretendard-Bold', sans-serif;
    color: #111;
}

.s1_1_txt p strong{
    color: #ed1c24;
    font-weight: normal;
}

.s1_1_txt p span{
    width: 1px;
    height: 75px;
    background-color: #d7d7d7;
    display: block;
    margin: 25px auto;
}

.s1_1_txt>span{
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}


/* sub1_2 */
.sub1_2_content{
    width: 100%;
    padding: 115px 0 200px;
}

.s1_2_sec1{
    width: 100%;
}

.s1_2_sec1_txt{
    width: 100%;
    padding-top: 90px;
    position: relative;
    font-size: 28px;
    line-height: 43px;
    text-align: center;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s1_2_sec1_txt strong{
    font-weight: normal;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s1_2_sec1_txt>img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.s1_2_sec1_txt>span{
    width: 1px;
    height: 80px;
    background-color: #d7d7d7;
    display: block;
    margin: 30px auto 40px;
}

.s1_2_sec1 ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.s1_2_sec1 ul li{
    width: 31.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s1_2_sec1 ul li img{
    width: 100%;
}

.s1_2_sec1 ul li p{
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 25px;
}

.s1_2_sec1 ul li p span{
    display: block;
    font-size: 40px;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.s1_2_sec2{
    width: 100%;
    margin-top: 170px;
}

.s1_2_sec2 ul{
    width: 100%;
}

.s1_2_sec2 ul li{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.s1_2_sec2 ul li:last-child{
    margin-bottom: 0;
}

.s1_2_sec2 ul li:nth-child(2){
    flex-direction: row-reverse;
}

.s1_2_imgbox{
    width: 525px;
    height: 325px;
}

.s1_2_imgbox p{
    width: 0;
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    transition: width 1.8s .3s;
}

.s1_2_sec2 ul li.on .s1_2_imgbox p{
    width: 100%;
}

.s1_2_sec2 ul li:first-child .s1_2_imgbox p{
    background-image: url(../images/sub1_2_img4.jpg);
}

.s1_2_sec2 ul li:nth-child(2) .s1_2_imgbox p{
    background-image: url(../images/sub1_2_img5.jpg);
}

.s1_2_sec2 ul li:last-child .s1_2_imgbox p{
    background-image: url(../images/sub1_2_img6.jpg);
}

.s1_2_sec2 ul li>p{
    margin-left: 70px;
    font-size: 20px;
    line-height: 30px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    transform: translateY(100px);
    opacity: 0;
    transition: transform 1.3s, opacity 1.3s;
}

.s1_2_sec2 ul li.on>p{
    opacity: 1;
    transform: translateY(0);
}

.s1_2_sec2 ul li>p span{
    font-size: 33px;
    color: #ed1c24;
    font-family: 'Pretendard-Bold', sans-serif;
    display: block;
    margin-bottom: 25px;
}

.s1_2_sec2 ul li:nth-child(2)>p{
    margin: 0 70px 0 0;
    text-align: right;
}


/* sub1_3 */
.sub1_3_content{
    width: 100%;
    padding: 115px 0 200px;
}

.s1_3_tab{
    width: 100%;
}

.s1_3_tab ul{
    width: 100%;
    display: flex;
}

.s1_3_tab ul li{
    width: 50%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 26px;
    color: #999;
    font-family: 'Pretendard-Medium', sans-serif;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    cursor: pointer;
}

.s1_3_tab ul li:last-child{
    border-right: 0;
}

.s1_3_tab ul li.on{
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s1_3_tab ul li.on span{
    width: 7px;
    height: 7px;
    background-color: #ff0000;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

.s1_3_tabcon {
    width: 100%;
    height: 0;
    overflow-x: visible;
    overflow-y: clip;
}

.s1_3_tabcon.on {
    height: 100%;
    margin-top: 55px;
}

.map_box {
    width: 100%;
    height: 430px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

.root_daum_roughmap {
    width: 100% !important;
    height: 100% !important;
}

.wrap_map {
    width: 100%;
    height: 100% !important;
}

.root_daum_roughmap .border1{
    border: 0 !important;
}

.root_daum_roughmap .border3,
.root_daum_roughmap .border4{
    background-color: transparent !important;
}

.s1_3_tabcon ul{
    width: 100%;
    margin-top: 70px;
}

.s1_3_tabcon ul li{
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.s1_3_tabcon ul li:last-child{
    margin-bottom: 0;
}

.s1_3_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.s1_3_con{
    margin-top: 22px;
}

.s1_3_con>p{
    font-size: 22px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s1_3_inner_box{
    margin-top: 20px;
}

.s1_3_inner_box>p{
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-bottom: 15px;
}

.s1_3_inner_txt{
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}

.line{
    font-size: 12px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    padding: 4px 10px;
    border-radius: 30px;
    margin-right: 20px;
}

.purple_line{
    background-color: #6441c7;
}

.mint_line{
    background-color: #00afbd;
}

.green_line{
    background-color: #47af1b;
}

.s1_3_inner_txt p{
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s1_3_inner_txt p span{
    display: block;
    margin-top: 10px;
    color: #777;   
}


/* sub2_1 */
.sub2_content{
    width: 100%;
    padding: 115px 0 200px;
}

.s2_title{
    text-align: center;
    font-size: 43px;
    color: #111;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.s2_tab{
    width: 100%;
    margin-top: 25px;
}

.s2_tab ul{
    width: 100%;
    display: flex;
    justify-content: center;
}

.s2_tab ul li{
    width: 170px;
    height: 50px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 17px;
    color: #999;
    font-family: 'Poppins', sans-serif;
}

.s2_tab ul li.on{
    border: 1px solid #ed1c24;
    font-weight: 600;
    color: #ed1c24;
    font-size: 19px;
}

.s2_tabcon{
    width: 100%;
}

.brand_info{
    width: 100%;
    margin-top: 80px;
    /* display: none; */
}

.logo_info{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.brand_logo{
    width: 300px;
}

.brand_logo img{
    max-width: 100%;
}

.logo_info p{
    width: 855px;
    font-size: 16px;
    line-height: 28px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.logo_info p span{
    font-size: 28px;
    font-family: 'Pretendard-Bold', sans-serif;
    display: block;
    margin-bottom: 25px;
}

.brand_thumb{
    width: 70%;
    height: auto;
    margin: 40px auto 0;
}

.brand_thumb img{
    width: 100%;
}

.list_top{
    width: 100%;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list_top p{
    font-size: 15px;
    font-family: 'Pretendard-Medium', sans-serif;
    display: flex;
    align-items: center;
}

.list_top p span{
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
    margin: 0 7px;
}

.select_box{
    width: 90px;
    height: 25px;
    position: relative;
}

.select_box i{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #111;
}

.select_box select{
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s2_tabcon ul{
    width: 100%;
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
}

.s2_tabcon ul li{
    width: 23%;
    margin-right: 2.66%;
    margin-bottom: 65px;
}

.s2_tabcon ul li:nth-child(4n){
    margin-right: 0;
}

.pd_thumb{
    width: 100%;
    height: 280px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.pd_thumb img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1);
    transition: transform .5s;
}

.pd_thumb:hover img{
    transform: scale(1.15);
}

.pd_hover{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
}

.pd_thumb:hover .pd_hover{
    opacity: 1;
    visibility: visible;
}

.pd_hover i{
    width: 90px;
    height: 90px;
    background-color: #ed1c24;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    transition: transform .5s;
}

.pd_thumb:hover .pd_hover i{
    transform: rotate(180deg);
}

.pd_info{
    width: 100%;
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.pd_info p{
    width: 80%;
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    cursor: pointer;
}

.pd_info p span{
    display: block;
    font-size: 15px;
    color: #999;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.store{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.page_btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.page_btn a{
    width: 35px;
    height: 35px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #ccc;
    font-family: 'Pretendard-Regular', sans-serif;
    margin: 0 3px;
}

.page_btn a.page_arrow{
    margin: 0 7px;
}

.page_btn a.page_num{
    background-color: #111;
    border: 0;
    color: #fff;
}


/*sub2_1_d */
.sub2_d_content{
    width: 100%;
    padding: 115px 0 200px;
}

.pd_detail_top{
    width: 100%;
}

.route{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.route i{
    color: #999;
    margin: 0 10px;
    font-size: 16px;
}

.detail_top_inner{
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}

.pd_d_thumb{
    width: 450px;
    height: 450px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
}

.pd_d_thumb img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pd_d_info{
    width: calc(100% - 450px);
    padding-left: 50px;
    margin-top: 15px;
}

.pd_name{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.pd_name p{
    width: 80%;
    font-size: 30px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.pd_name p span{
    display: block;
    color: #999;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 17px;
}

.d_store{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pd_d_info ul{
    width: 100%;
    margin-top: 40px;
}

.pd_d_info ul li{
    width: 100%;
    display: flex;
    align-items: baseline;
    margin-bottom: 40px;
}

.pd_d_info ul li:last-child{
    margin-bottom: 0;
}

.pd_d_info ul li p{
    width: 17%;
    font-size: 17px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.pd_d_info ul li span{
    width: 83%;
    font-size: 17px;
    line-height: 25px;
    color: #555;
    font-family: 'Pretendard-Regular', sans-serif;
}

.pd_detail_con{
    width: 100%;
    margin-top: 65px;
}

.pd_detail_con>p{
    border-bottom: 1px solid #d7d7d7;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.pd_detail_con>p span{
    padding: 0 15px 7px;
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
    border-bottom: 3px solid #ff0000;
    display: inline-block;
}

.pd_d_content{
    width: 100%;
}

a.back_btn{
    margin: 70px auto 0;
    width: 165px;
    height: 55px;
    border: 1px solid #333;
    box-sizing: border-box;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #222;
    font-family: 'Pretendard-Medium', sans-serif;
}


/* sub3 */
.sub3_content{
    width: 100%;
}

.s3_sec1{
    width: 100%;
    padding: 115px 0 70px;
}

.s3_sec1 .center>p{
    text-align: center;
    font-size: 40px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s3_sec1 ul{
    width: 100%;
    margin-top: 65px;
    padding: 0 70px;
    box-sizing: border-box;
    display: flex;
}

.s3_sec1 ul li{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.step_box{
    width: 210px;
    height: 210px;
    border: 2px solid #d7d7d7;
    box-sizing: border-box;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s3_sec1 ul li:last-child .step_box{
    background-color: #ed1c24;
    border: 0;
}

.step_box p{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 27px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.step_box p span{
    font-size: 13px;
    color: #ed1c24;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-bottom: 5px;
}

.step_box img{
    margin-top: 15px;
}

.s3_sec1 ul li:last-child .step_box p,
.s3_sec1 ul li:last-child .step_box p span{
    color: #fff;
}

.step_txx{
    width: 100%;
    margin-top: 35px;
    border-top: 1px solid #ccc;
    position: relative;
    padding-top: 35px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.step_txx span{
    width: 14px;
    height: 14px;
    border: 4px solid #707070;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #fff;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
}

.s3_sec2{
    width: 100%;
    padding: 80px 0 200px;
    background-color: #f8f8f8;
}

.agree_box{
    width: 100%;
}

.agree_box>p{
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.agree_inner{
    width: 100%;
    height: 160px;
    overflow: auto;
    margin-top: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 15px 20px;
    white-space: pre-line;
    font-size: 14px;
    color: #111;
    line-height: 22px;
    background-color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
}

.check{
    width: 100%;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.check input{
    width: 18px;
    height: 18px;
    border: 1px solid #959595;   
    margin-right: 7px;
    cursor: pointer;
}

.check p{
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.user_box{
    width: 100%;
    padding: 45px 50px 55px;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 50px;
}

.ub_top{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 12px;
}

.ub_title{
    font-size: 22px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.ub_top p{
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    color: #777;
    font-family: 'Pretendard-Regular', sans-serif;
}

.ub_top p span{
    font-size: 16px;
    color: #ff0000;
    margin-right: 5px;
}

.user_box ul{
    width: 100%;
}

.user_box ul li{
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
}

.user_box ul li:last-child{
    border-bottom: 0;
}

.user_box ul li>p{
    width: 15%;
    display: flex;
    align-items: baseline;
    font-size: 17px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.user_box ul li>p span{
    font-size: 15px;
    color: #ff0000;
    margin-right: 5px;
}

.input_box{
    width: 85%;
}

.cate_select{
    width: 380px;
    height: 45px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
}

.cate_select i{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #959595;
}

.cate_select select{
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #000;
    font-family: 'Pretendard-Light', sans-serif;   
}

.input_box input{
    width: 380px;
    height: 45px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;   
}

.input_box input::placeholder{
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;   
}

.input_box textarea{
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
}

.file_contain{
    width: 100%;
}

.file_box_contain{
    width: 100%;
    display: flex;
}

.file_box_contain2{
    margin-top: 10px;
    width: 100%;
    display: flex;
}

.file_box{
    display: flex;
    margin-right: 8px;
}

.file_box p{
    width: 420px;
    height: 45px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;   
    margin-right: 8px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.file_btn{
    width: 100px;
    height: 45px;
    background-color: #959595;
    font-size: 15px;
    color: #fff;
    font-family: 'Pretendard-Light', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.add_btn,
.del_btn{
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 26px;
    color: #111;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.input_box>span{
    font-size: 13px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
    display: block;
    margin-top: 7px;
}

.btns{
    width: 100%;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btns button{
    width: 165px;
    height: 53px;
    background-color: #fff;
    border-radius: 100px;
    box-sizing: border-box;
    font-size: 17px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.btns button.cancle{
    border: 1px solid #959595;
    color: #999;
    margin-right: 15px;
}

.btns button.submit{
    border: 1px solid #ff0000;
    color: #ff0000;
}


/* sub4_1 */
.sub4_content{
    width: 100%;
    padding: 115px 0 200px;
}

.sub4_content p{
    text-align: center;
    font-size: 33px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.sub4_content ul{
    width: 100%;
    margin-top: 65px;
    display: inline-block;
}

.sub4_content ul li{
    width: 25%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.sub4_content ul li:nth-child(1),
.sub4_content ul li:nth-child(2),
.sub4_content ul li:nth-child(3),
.sub4_content ul li:nth-child(4){
    margin-top: 0;
}

.sub4_content ul li img{
    max-width: 100%;
}


/* sub4_3 */
.sub4_3_content ul li{
    margin-top: 45px;
}