.popup,
.popup2,
.pw_popup,
.find_popup,
.product_popup,
.product_popup1,
.product_popup2,
.product_popup4,
.footer_popup{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

/* main popup */
.pop_box{
    width: 1000px;
    padding: 40px 0;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}

.pop_thumb{
    width: 400px;
    height: 250px;
    margin: 0 40px;
}

.pop_thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pop_text p{
    font-size: 26px;
    color: #111;
    font-family: 'NanumSquareB', sans-serif;
}

.pop_text span{
    font-size: 16px;
    color: #111;
    transform: skew(-0.1deg);
    display: block;
    line-height: 22px;
    margin-top: 10px;
}

.pop_text ul{
    display: flex;
    margin-top: 30px;
}

.pop_text ul li{
    text-align: center;
    cursor: pointer;
}

.pop_text ul li:first-child{
    margin-right: 30px;
}

.pop_text ul li p{
    font-size: 16px;
    color: #1c3f8e;
    transform: skew(-0.1deg);
    margin-bottom: 5px;
}

.pop_box button{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #1c3f8e;
    color: #fff;
    font-size: 20px;
    font-family: 'NanumSquareB', sans-serif;
}

/* 대표업무안내 popup */
.pop_box2{
    width: 1100px;
    padding: 50px 0;
    align-items: flex-start;
}

.pop_box2 .pop_thumb{
    margin: 0 50px;
}

.pop_box2 .pop_text{
    padding-top: 15px;
}

.pop_box2 .pop_text p{
    font-size: 22px;
}

.pop_box2 .pop_text span{
    font-size: 18px;
    color: #111;
    transform: skew(-0.1deg);
    display: block;
    line-height: 27px;
    margin-top: 5px;
}

.pop_box2 .pop_text span strong{
    font-weight: normal;
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
}


/* pw popup */
.pw_pop{
    width: 500px;
    background-color: #fff;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 60px 50px;
    text-align: center;
}

.pw_pop .pw_pop_title p{
    border-bottom: 2px solid var(--blue);
    width: 250px;
    margin: 0 auto;
    padding-bottom: 18px;
    transform: translateY(2px);
}

.pw_pop .pw_pop_title{
    width: 500px;
    margin: 0 auto;
    text-align: center;
    color: var(--blue);
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 24px;
    border-bottom: 2px solid #ccc;
    /* padding-bottom: 18px; */
}

.pw_pop p.texter{
    line-height: 28px;
    font-size: 18px;
    font-family: 'Pretendard-Regular', sans-serif;
    color: #666;
    margin: 40px 0 46px;
}

.pw_pop input[type='password']{
    width: 500px;
    height: 50px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.pw_pop input[type='password']::placeholder{
    font-family: 'Pretendard-Light', sans-serif;   
    font-size: 16px;
    color: #999;
}

.ok_btn{
    width: 100%;
    display: flex;
    justify-content: center;
}

.ok_btn a{
    width: 500px;
    height: 60px;
    background-color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    transform: skew(-0.1deg);
    border-radius: 10px;
}

.pw_pop button{
    position: absolute;
    color: #666;
    font-size: 38px;
    background-color: transparent;
    top: 40px;
    right: 45px;
}


/* 아이디/비번찾기 popup */
.find_popup .pop_box{
    width: 600px;
    display: block;
    padding: 60px 0;
}

.find_popup .pop_box span{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 26px;
    color: #111;
    line-height: 40px;
}

.find_popup .pop_box span strong{
    font-family: 'NanumSquareEB', sans-serif;
}

.pop_btn_box{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.pop_btn_box a{
    width: 200px;
    height: 45px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'NanumSquareB', sans-serif;
}

.pop_btn_box a:first-child{
    background-color: #1c3f8e;
    color: #fff;
    margin-right: 15px;
}

.pop_btn_box a:last-child{
    border: 1px solid #1c3f8e;
    box-sizing: border-box;
    color: #1c3f8e;
}


/* join popup */
.find_popup .pop_box p{
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #111;
    font-family: 'NanumSquareB', sans-serif;
}

.join_s{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #1c3f8e;
}

.join_s i{
    display: block;
    color: #1c3f8e;
    font-size: 45px;
}


/* 철강계산기 popup */
.product_popup .pop_box{
    padding: 40px 50px;
    box-sizing: border-box;
}

.product_popup .sub9_sec>ul>li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.product_popup .sub9_sec>ul>li:nth-child(2n){
    margin-right: 0;
}

.product_popup .sub9_sec>ul>li:first-child,
.product_popup .sub9_sec>ul>li:nth-child(2){
    height: 380px;
}

.product_popup .sub9_sec>ul>li:last-child,
.product_popup .sub9_sec>ul>li:nth-child(3){
    height: 210px;
    margin-bottom: 0;
}

.product_popup .sub9_title_sec{
    margin-top: 25px;
}

.product_popup .sub9_title_sec p{
    font-size: 20px;
    margin-top: 10px;
}

.product_popup .sub9_sec>ul>li li{
    font-size: 15px;
    transform: skew(-0.1deg);
    padding: 12px 0;
    letter-spacing: -1px;
}

.product_popup1 .pop_box,
.product_popup2 .pop_box,
.product_popup4 .pop_box{
    width: 500px;
    padding: 0;
}

.product_popup1 .sub9_sec>ul>li,
.product_popup2 .sub9_sec>ul>li,
.product_popup4 .sub9_sec>ul>li{
    width: 100%;
    border: 0;
    margin: 0;
}

.product_popup1 .sub9_sec>ul>li,
.product_popup2 .sub9_sec>ul>li{
    height: 380px;
}

.product_popup4 .sub9_sec>ul>li{
    height: 210px;
}

.product_popup1 .sub9_sec>ul>li li,
.product_popup2 .sub9_sec>ul>li li{
    width: 33.33% !important;
}

.product_popup1 .sub9_title_sec,
.product_popup2 .sub9_title_sec,
.product_popup4 .sub9_title_sec{
    margin-top: 30px;
}

.product_popup1 .sub9_title_sec p,
.product_popup2 .sub9_title_sec p,
.product_popup4 .sub9_title_sec p{
    font-size: 20px;
    margin-top: 10px;
}

.product_popup1 .sub9_sec>ul>li li,
.product_popup2 .sub9_sec>ul>li li,
.product_popup4 .sub9_sec>ul>li li{
    font-size: 15px;
    transform: skew(-0.1deg);
    padding: 12px 0;
    letter-spacing: -1px;
}


/* footer popup */
.footer_popup .pop_box{
    padding: 40px 50px;
    box-sizing: border-box;
}

.f_pop_con{
    width: 100%;
    height: 400px;
    overflow: auto;
    background-color: #ccc;
    font-size: 14px;
    color: #111;
    transform: skew(-0.1deg);
    -ms-overflow-style: none;
    scrollbar-width: none; 
    word-break: keep-all;
    line-height: 22px;
    padding: 20px 10px;
    box-sizing: border-box;
}

.f_pop_con strong{
    font-size: 22px;
    display: block;
    text-align: center;
    font-family: 'NanumSquareB', sans-serif;
}

/* ::-webkit-scrollbar {
    display: none; 
} */

.footer_popup3 .f_pop_con{
    height: 150px;
}