@charset "UTF-8";
/* 공통 스타일 */
/* flex공통 */
.flex_all_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_space_center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
select {
  appearance: none;
}
.btn_style{
    display: flex;
    justify-content: center;
    margin-top: 120px;
}
.btn_type01{
    padding: 20px 90px;
    border-radius: 3px;
    background-color: #0F356D;
    color: #fff;
    font: 18px "Pretendard";
    cursor: pointer;
}
.btn_type02{
    width: 200px;
    height: 48px;
    border: 1px solid #2B5684;
    border-radius: 100px;
    font: 500 16px "Pretendard";
    color: #2B5684;
    background-color: #F5F8FF;
}
.btn_type02::before{
    content: "";
    position: relative;
    display: block;
    width: 25px;
    height: 24px;
    margin-right: 10px;
    background: url("/assets/images/user/common/logo_g2b.svg") no-repeat;
    background-size: contain;
}
/* logo */
.logo_box{
    display: flex;
    align-items: center;
    gap: 10px;
}
.lato_font{
    font: 28px "Lato";
    font-weight: 700;
    color: #fff;
}
/* layout_max */
.layout_max{
	position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.sub_top_layout{
    position: relative;
    width: 100%;
    /* margin: 0 auto; */
    padding-top: 80px;
}
/* 서브배너 */
/* .sub_banner{
    position: relative;
    height: 400px;
    overflow: hidden;
}
.sub_banner::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
.sub_banner.company{
    background: url('/assets/images/user/common/sub_banner01.png') no-repeat;
}
.sub_banner.product{
    background: url('/assets/images/user/common/sub_banner02.png') no-repeat;
}
.sub_banner.g2b{
    background: url('/assets/images/user/common/sub_banner03.png') no-repeat;
}
.sub_banner.case{
    background: url('/assets/images/user/common/sub_banner04.png') no-repeat;
}
.sub_banner.customer{
    background: url('/assets/images/user/common/sub_banner05.png') no-repeat;
}
.sub_banner .text_area{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.sub_banner .text_area h2{
    font: 58px "Pretendard";
    font-weight: 700;
    color: #fff;
}
.sub_banner .sub_banner_inner_m{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 1;
}
.sub_banner .sub_banner_inner_m .banner_menu_list{
    display: flex;
}
.sub_banner .sub_banner_inner_m .banner_menu_list > li{
    padding: 20px;
} */
@media screen and ( max-width: 1440px ) {
    .layout_max{
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%;      
}   
}
@media screen and ( max-width: 1240px ) {
    .layout_max{
        padding-left: 15px;
        padding-right: 15px;
}   
    .sub_top_layout{
        padding-top: 40px;
}   
}
/* 페이지네이션 */
.pagination{
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 120px;
}
.pagination ul{
    display: flex;
    align-items: center;
    gap: 20px;
}
.pagination ul li.btn_first{
    margin-right: -10px;
}
.pagination ul li.active a{
    font-weight: 600;
    color: #0F356D;
}
.pagination ul li a{
    cursor: pointer;
    font-size: 18px;
}
.pagination ul li.btn_next{
    transform: rotate(180deg);
    margin-bottom: -1px;
}
.pagination ul li.btn_last{
    margin-left: -10px;
    transform: rotate(180deg);
    margin-bottom: -1px;
}
/* input 스타일 */
.inputBox_style01{
    border: 1px solid #C2CCDA;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
}
.inputBox_style01.width_short{
    width: 30%;
    min-width: 340px;
}
.inputBox_style01.width_long{
    width: 80%;
}
/* textarea스타일 */
textarea.inputBox_style01.width_long{
    height: 400px;
    font: 16px "Pretendard";
}
/* 페이지 준비중 */
.coming_soon{
    position: relative;
    width: 100%;
    border: 3px solid #C2CCDA;
    padding: 6.25vw 10px;
}
.coming_soon img {
    display: block;
    margin: 0 auto;
}
.coming_soon h5 {
    font: 500 60px 'Pretendard';
    text-align: center;
    margin-top: 48px;
}
.coming_soon h5 span {
    font: 700 60px 'Pretendard';
    display: inline-block;
}
.coming_soon p {
    font: 400 20px 'Pretendard';
    text-align: center;
    margin-top: 16px;
    color: #999999;
}
@media all and (max-width:1024px) {
    .coming_soon img{
        transform: scale(0.7);
    }
    .coming_soon h5{
        font: 500 30px 'Pretendard';
        margin-top: 0;
    }
    .coming_soon h5 span{
        font: 700 30px 'Pretendard';
    }
    .coming_soon p{
        font: 400 18px 'Pretendard';
        margin-top: 8px;
        word-break: keep-all;
    }
}
@media all and (max-width:768px) {
    .coming_soon h5{
        font: 500 24px 'Pretendard';
        margin-top: 0;
    }
    .coming_soon h5 span{
        font: 700 24px 'Pretendard';
    }
    .coming_soon p{
        font: 400 16px 'Pretendard';
    }
}
/* 파일첨부 */
.file_box{
    display: flex;
    align-items: center;
    
}
.file_box:not(:last-child){
    margin-bottom: 10px;
}
.file_box .upload_name {
    width: calc(80% - 110px);
    color: #999999;
    display: inline-block;
    vertical-align: middle;
}
.file_box label{
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
    font-size: 16px;
}
.file_box input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
@media screen and ( max-width: 768px ){
    .inputBox_style01.width_short{
        width: 100%;
        min-width: 0;
    }
    .inputBox_style01.width_long{
        width: 100%;
    }
    textarea.inputBox_style01.width_long{
        height: 300px;
    }
    .file_box .upload_name{
        width: calc(100% - 110px);
    }
}
@media screen and ( max-width: 520px ){
    .inputBox_style01.width_short{
        width: 100%;
        min-width: 0;
    }
    textarea.inputBox_style01.width_long{
        height: 200px;
    }
    /* .board_request_page .request_table td:first-child{
        width: 80px;
        font-size: 16px;
    }
    .board_request_page .request_table td:last-child{
        width: calc(100% - 80px);
    } */
    .file_box{
        flex-direction: column;
        align-items: flex-start;
    }
    .file_box label{
        width: 80px;
        margin-top: 4px;
        margin-left: 0;
    }
    .file_box .upload_name{
        width: 100%;
    }
}
/* 공통 게시판 스타일 */
.main_content .divide_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.main_content .search_info p{
    font: 18px "Pretendard";
    font-weight: 500;
}
.main_content .search_info p span{
    color: #0056A5;
}
.main_content .search_box{
    width: 380px;
    display: flex;
    align-items: center;
    border: 1px solid #0F356D;
    border-radius: 200px;
}
.main_content .search_box input[type="search"]{
    outline: none;
}
.main_content .search_box form{
    width: 100%;
    padding: 0 30px;
}
.main_content .search_box form fieldset{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_content .search_box input[type="search"]{
    width: 80%;
    padding: 15px 0;
}
.main_content .search_box input[type="search"]::placeholder{
    font: 16px 'Pretendard';
    font-weight: 300;
    color: #999999;
}
.main_content .search_box .btn_magnifier{
    padding: 10px;
    margin-right: -10px;
}
@media all and (max-width: 768px){
    .main_content .search_box{
        width: 100%;
        margin-bottom: 20px;
    }
    .main_content .divide_flex{
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .main_content .search_box input[type="search"]{
        width: calc(100% - 44px);
    }
}

/* header*/
/* header{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px 0;
    z-index: 100;
}
header .header_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .header_inner .logo_box a{
    display: flex;
    align-items: center;
}
header .header_menu .menu_list{
    display: flex;
    align-items: center;
    gap: 44px;
}
header .header_menu .menu_list > li{
    position: relative;
    display: flex;
    justify-content: center;
}
header .header_menu .menu_list li > a{
    position: relative;
    display: block;
    font: 18px "Pretendard";
    font-weight: 500;
    color: #fff;
}
header .header_menu .menu_list > li:not(:last-child) > a::before{
    content: '';
    position: absolute;
    top: -5px;
    display: block;
    width: 0%;
    height: 3px;
    background-color: #627FCF;
    transition: all .3s;
}
header .header_menu .menu_list > li:hover > a::before{
    width: 100%;
}
header .header_menu .menu_list li .menu_sub{
    position: absolute;
    display: none;
    top: 40px;
    width: 13vw;
    border: 1px solid #FFF;
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 3px;
    text-align: center;
}
header .header_menu .menu_list li .menu_sub li{
    opacity: 0.6;
    transition: all .2s;
}
header .header_menu .menu_list li .menu_sub li:not(:last-child){
    margin-bottom: 8px;

}
header .header_menu .menu_list li .menu_sub li:hover{
    opacity: 1;
}
header .header_menu .menu_list li .menu_sub li a{
    color: #fff;
} */




/* header .menu_list li:not(:first-child) .menu_sub{
    display: none;
} */
/* header .menu_list li.goLink a{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 200px;
    background-color: #FFFFFF4D;
    padding: 10px 20px;
}
header .menu_list li.goLink a p{
    position: relative;
    color: #fff;
    padding-left: 34px;
    font-size: 18px;
}
header .menu_list li.goLink a p::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 25px;
    height: 24px;
    background: url('/assets/images/user/common/logo_g2b.svg') no-repeat;
    background-size: contain;
} */

/* footer*/
/* footer{
}
footer *{
    font-size: 18px;
    color: #fff;
}

footer .f_top .top_btn{
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
}
footer .f_bottom{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
footer .f_bottom .f_bottom_list{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
footer .f_bottom .f_bottom_list li b{
    display: block;
    font: 18px "Pretendard";
    font-weight: 500;
}
footer .f_bottom .copyright{
    font: 16px "Pretendard";
    font-weight: 300;
    margin-top: 30px;
    opacity: 0.5;
}
footer .f_bottom .three_column{
    display: flex;
    gap: 30px;
} */