body{
    overflow: inherit !important;
}

#wrap{
    overflow: inherit;
}


/* sub intro */
#sub_intro{
    width: 100%;
    height: 550px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sub_intro .sub_center{
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

#sub_intro .sub_center p{
    font-size: 58px;
    color: #fff;
    font-family: 'Pretendard-SemiBold';
}

#sub_intro .sub_center p span{
    font-size: 16px;
    font-family: 'Pretendard-Regular', sans-serif;
    display: block;
    margin-bottom: 10px;
}

#sub_intro .sub_center>span{
    font-size: 20px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    display: block;
    margin-top: 35px;
}


/* sub route */
.route_fix{
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: -60px;
    position: sticky;
    top: 0;
    z-index: 5;
}

.route_fix .sub_center{
    height: 100%;
    display: flex;
}

.home{
    width: 60px;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.home i{
    font-size: 28px;
    color: #fff;
}

.sub_menubox{
    width: 250px;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    position: relative;
    box-sizing: border-box;
}

.menu_inner{
    width: 100%;
    height: 100%;
    padding: 0 20px 0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.menu_title{
    font-size: 17px;
    color: #fff;
    font-family: 'Pretendard-Light', sans-serif;
}

.menu_inner i{
    color: #fff;
    font-size: 18px;
}

.sub_menubox.on .menu_inner i{
    transform: rotate(180deg);
}

.sub_menubox ul{
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 25px 30px;
    box-sizing: border-box;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
}

.sub_menubox.on ul{
    opacity: 1;
    visibility: visible;
}

.sub_menubox ul li{
    font-size: 17px;
    color: #ddd;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    margin-bottom: 20px;
    cursor: pointer;
}

.sub_menubox ul li:last-child{
    margin-bottom: 0;
}

.sub_menubox ul li:hover{
    font-family: 'Pretendard-Light', sans-serif;
    color: #fff;
}

.sub_menubox ul li.on{
    font-family: 'Pretendard-Light', sans-serif;
    color: #fff;
}



/* sub content */
#sub_content{
    width: 100%;
}


/* sub1_1 */
.sub1_intro{
    background-image: url(../images/sub1_intro.jpg);
}

.sub1_1_section1{
    width: 100%;
    padding: 110px 0;
}

.sub1_1_section1 .sub_center{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.bar{
    width: 50px;
    height: 3px;
    background-color: #125295;
    margin-bottom: 40px;
}

.s1_1_left_text>p{
    font-size: 42px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 60px;
}

.s1_1_left_text>p span{
    font-size: 46px;
    font-family: 'Pretendard-ExtraBold', sans-serif;
}

.s1_1_right_text{
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 32px;
    margin-top: 50px;
}

.s1_1_right_text p{
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-top: 40px;
}

.sub1_1_section2{
    width: 100%;
    padding: 90px 0;
    background-color: rgba(18, 82, 149, 0.05);
}

.section_title{
    width: 100%;
    display: flex;
    align-items: center;
}

.section_title p{
    font-size: 28px;
    color: #125295;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-left: 15px;
}

.section_context{
    width: 100%;
    padding: 15px 0 0 60px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 32px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
}

.section_context span{
    color: #125295;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.ci_box{
    width: 100%;
    background-color: #fff;
    padding: 90px 150px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.sub1_1_section3{
    width: 100%;
    padding: 110px 0 200px;
}

ul.table_ul{
    width: 100%;
    margin-top: 50px;
    border-top: 2px solid #125295;
    display: inline-block;
}

ul.table_ul li{
    width: 50%;
    float: left;
    border-bottom: 1px solid #ddd;
    padding: 18px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

ul.table_ul li.width_f{
    width: 100%;
}

ul.table_ul li.border_r{
    border-right: 1px solid #ddd;
}

ul.table_ul li p{
    font-size: 18px;
    color: #125295;
    font-family: 'Pretendard-Medium', sans-serif;
    width: 150px;
}

ul.table_ul li span{
    display: block;
    font-size: 17px;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 28px;
}

.sub1_1_section3 .sub_center>img{
    display: block;
    margin-top: 100px;
}


/* sub1_2 */
.blue_text{
    font-size: 17px;
    color: #125295;
    letter-spacing: 3px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-bottom: 25px;
}

.sub1_2_section2{
    width: 100%;
    padding-bottom: 200px;
}

ul.sub1_2_tab{
    width: 100%;
    position: sticky;
    top: 60px;
    background-color: #fff;
}

ul.sub1_2_tab{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #ccc;
}

ul.sub1_2_tab li{
    width: 16.66%;
    text-align: center;
}

ul.sub1_2_tab li a{
    width: 100%;
    display: block;
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
    text-align: center;
    padding: 18px 0;
    position: relative;
}

ul.sub1_2_tab li a img{
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    opacity: 0;
}

ul.sub1_2_tab li a.tab_on{
    color: #125295 !important;
    font-family: 'Pretendard-Medium', sans-serif !important;
    border-bottom: 1px solid #125295 !important;
    margin-bottom: -1px !important;
}

ul.sub1_2_tab li a.tab_on img{
    opacity: 1 !important;
}

ul.sub1_2_tab li a:hover{
    color: #125295;
    font-family: 'Pretendard-Medium', sans-serif;
    border-bottom: 1px solid #125295;
    margin-bottom: -1px
}

ul.sub1_2_tab li a:hover img{
    opacity: 1;
}

.tab_content{
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
}

.tabcon{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 130px;
}

.tabcon:nth-child(2n){
    flex-direction: row-reverse;
}

.tab_thumb{
    width: 45.5%;
    height: auto;
}

.tab_thumb img{
    width: 100%;
}

.tab_conbox{
    width: 50%;
    margin-bottom: 35px;
}

.tabcon:nth-child(2n) .tab_conbox{
    text-align: right;
}

.tab_conbox>p{
    width: 100%;
    font-size: 24px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.tab_conbox>p span{
    width: 30px;
    height: 1px;
    background-color: #125295;
    display: block;
    margin-top: 20px;
}

.tabcon:nth-child(2n) .tab_conbox>p span{
    margin-left: 94%;
}

.tab_conbox>span{
    font-size: 17px;
    color: #111;
    line-height: 28px;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 25px;
    display: block;
}

.tab_conbox span.m_text{
    display: none;
}

.tabcon:nth-child(2n-1) .tab_conbox>span p{
    margin-left: 10px;
}

.tabcon:nth-child(2n) .tab_conbox>span p{
    margin-right: 10px;
}

.tab_conbox a{
    padding: 10px 20px;
    background-color: #125295;
    color: #fff;
    font-size: 16px;
    font-family: 'Pretendard-Regular', sans-serif;
    display: inline-block;
    margin-top: 20px;
}


/* sub1_3 */
.sub1_3_section{
    width: 100%;
    padding: 110px 0 200px;
}

.sub1_3_section ul{
    width: 100%;
    margin-top: 60px;
}

.sub1_3_section ul li{
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub1_3_section ul li:last-child{
    margin-bottom: 0;
}

.partners_thumb{
    width: 40%;
    height: 370px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.partners_info{
    width: 57%;
}

.info_top{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.info_top p{
    font-size: 24px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.info_top p span{
    display: block;
    width: 30px;
    height: 1px;
    background-color: #125295;
    margin-top: 20px;
}

a.location{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #125295;
    font-family: 'Pretendard-Medium', sans-serif;
}

a.location i{
    font-size: 22px;
    margin-left: 5px;
    color: #125295;
}

.info_text{
    width: 100%;
    margin-top: 20px;
    font-size: 17px;
    color: #111;
    line-height: 28px;
    font-family: 'Pretendard-Light', sans-serif;
    word-break: keep-all;
}


/* sub1_4 */
.sub1_4_section1{
    width: 100%;
    padding-top: 120px;
}

.section_text{
    width: 100%;
    padding-left: 60px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 28px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 10px;
}

.s1_4_sec1{
    width: 100%;
    margin-top: 50px;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.s1_4_sec1>img{
    position: absolute;
    top: 0;
    left: 0;
}

.sec1_left{
    width: 770px;
    height: 670px;
    position: relative;
}

.sec1_left>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.position_img1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.position_img1 img{
    position: absolute;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity .3s, transform .1s;
}

.position_img1 img.show{
    opacity: 1;
    transform: scale(1);
}

img.seoul{
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transform: none;
}

img.dobong{
    top: 1px;
    right: 228px;
}

img.dongdaemun{
    top: 236px;
    right: 192px;
}

img.dongjak{
    bottom: 115px;
    left: 250px;
}

img.gangbuk{
    top: 35px;
    right: 240px;
}

img.gangDong{
    right: 0;
    bottom: 220px;
}

img.gangnam{
    bottom: 63px;
    right: 108px;
    z-index: 2;
}

img.geumcheon{
    bottom: 19px;
    left: 188px;
}

img.guro{
    bottom: 110px;
    left: 79px;
}

img.gwanak{
    bottom: 20px;
    left: 250px;
}

img.gwangjin{
    top: 315px;
    right: 132px;
}

img.jongno{
    top: 162px;
    right: 292px;
}

img.jung{
    top: 319px;
    right: 293px;
}

img.mapo{
    top: 261px;
    left: 161px;
}

img.nowon{
    top: 2px;
    right: 120px;
}

img.seocho{
    bottom: 0;
    right: 159px;
}

img.seodaemun{
    top: 231px;
    left: 258px;
}

img.seongbuk{
    top: 153px;
    right: 200px;
}

img.seongdong{
    bottom: 248px;
    right: 203px;
}

img.songpa{
    bottom: 83px;
    right: 46px;
}

img.yangcheon{
    bottom: 196px;
    left: 94px;
}

img.yeongdeungpo{
    bottom: 138px;
    left: 203px;
}

img.yongsan{
    bottom: 210px;
    left: 328px;
}

img.jungnang{
    top: 198px;
    right: 114px;
}

.sec1_right{
    width: 250px;
}

.m_sec1_right{
    display: none;
}

.logo_tab{
    width: 100%;
    display: none;
}

.logo_tab.tab_on{
    display: block;
}

.logo_contain{
    width: 250px;
    height: 250px;
    border-radius: 300px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_tab p{
    font-size: 20px;
    color: #125295;
    font-family: 'Pretendard-SemiBold', sans-serif;
    text-align: center;
    margin-top: 15px;
}

.sub1_4_section2{
    width: 100%;
    padding-top: 120px;
}

ul.hover_logo{
    width: 100%;
    margin-top: 45px;
    display: inline-block;
}

ul.hover_logo li{
    width: 19.5%;
    height: auto;
    float: left;
    margin-right: 0.625%;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

ul.hover_logo li:nth-child(5n){
    margin-right: 0;
}

/* ul.hover_logo li>img{
    width: 100%;
} */

ul.hover_logo li p{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 82, 149, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

ul.hover_logo li:hover{
    border: 1px solid transparent;
}

ul.hover_logo li:hover p{
    opacity: 1;
    visibility: visible;
}

.sub1_4_section3{
    width: 100%;
    padding-top: 120px;
}

.s1_4_sec3{
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
    box-sizing: border-box;
}

.sec3_left{
    width: 465px;
    height: 670px;
    position: relative;
}

.sec3_left>img{
    position: absolute;
    top: 0;
    right: 0;
}

.position_img2{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.position_img2 img{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.position_img2 img.show{
    opacity: 1;
    transition: opacity .3s;
}

.sec3_right{
    width: 300px;
}

.sec3_right ul{
    width: 100%;
}

.sec3_right ul li{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.sec3_right ul li:last-child{
    margin-bottom: 0;
}

.sec3_right ul li p{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 82, 149, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.sec3_right ul li:hover{
    border: 1px solid transparent;
}

.sec3_right ul li:hover p{
    opacity: 1;
    visibility: visible;
}

.sub1_4_section4{
    padding: 120px 0 200px;
}


/* sub1_5 */
.sub1_5_section1{
    width: 100%;
    padding-top: 110px;
}

.history_contain{
    width: 100%;
    margin-top: 50px;
    display: flex;
}

.history_img{
    width: 580px;
    height: 430px;
    position: sticky;
    top: 100px;
}

.history_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history_content{
    width: 620px;
    padding: 10px 0 0 90px;
    box-sizing: border-box;
}

.history_content ul{
    width: 100%;
    border-left: 2px solid #125295;
    box-sizing: border-box;
}

.history_content ul li{
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 55px;
    margin-left: -8px;
}

.history_content ul li:last-child{
    margin-bottom: 0;
}

.point_circle{
    width: 16px;
    height: 16px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #125295;
}

.inner_circle{
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 30px;
}

.history{
    width: 85%;
    margin-left: 40px;
    margin-top: -5px;
}

.year{
    font-size: 23px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.history_con{
    font-size: 17px;
    color: #111;
    line-height: 30px;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 5px;
}

.sub1_5_section2{
    width: 100%;
    padding: 100px 0 200px;
}

ul.certification01{
    width: 100%;
    margin-top: 50px;
    display: inline-block;
}

ul.certification01 li{
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 50px;
}

ul.certification01 li:nth-child(2n){
    margin-right: 0;
}

.certification1_thumb{
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    cursor: pointer;
}

.certification1_thumb a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.certification1_thumb a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hover_plus{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(59, 49, 101, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.hover_plus i{
    font-size: 80px;
    color: #fff;
}

.certification1_thumb a:hover .hover_plus{
    opacity: 1;
    visibility: visible;
}

ul.certification01 li p{
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 25px;
}

ul.certification02{
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

ul.certification02 li{
    width: 22.5%;
    height: 380px;
    float: left;
    margin-right: 3.33%;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

ul.certification02 li:nth-child(4n){
    margin-right: 0;
}

ul.certification02 li a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

ul.certification02 li a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.certification02 li a:hover .hover_plus{
    opacity: 1;
    visibility: visible;
}

.sub_plus_btn{
    width: 70px;
    height: 70px;
    background-color: #125295;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
    cursor: pointer;
}

.sub_plus_btn i{
    color: #fff;
    font-size: 50px;
    transition: transform .3s;
}

.sub_plus_btn:hover i{
    transform: rotate(90deg);
}


/* sub1_6 */
.sub1_6_section{
    width: 100%;
    /* padding-top: 110px; */
    padding: 110px 0 200px;
}

.sub1_6_section ul{
    width: 100%;
    margin-top: 60px;
    padding: 0 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.sub1_6_section ul li{
    width: 30%;
    height: 280px;
    background-color: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub1_6_section ul li p{
    font-size: 24px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
    text-align: center;
}

.sub1_6_section ul li p i{
    font-size: 35px;
    color: #125295;
    margin-bottom: 20px;
    display: block;
    font-weight: bold;
}

.sub1_6_section ul li span{
    font-size: 17px;
    line-height: 25px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
    text-align: center;
    display: block;
    margin-top: 25px;
}

.sub1_6_section ul li:last-child p{
    margin-top: -15px;
}

.sub1_6_section ul li:last-child span{
    margin-top: 30px;
}

.map_box{
    width: 100%;
    height: 650px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    margin-top: -50px;
}

.root_daum_roughmap{
    width: 100% !important;
    height: 100% !important;
}

.wrap_map{
    width: 100%;
    height: 100% !important;
}

.map_border {
    border: 0 !important;
    background-color: transparent !important;
}


/* sub2_1 */
.sub2_intro{
    background-image: url(../images/sub2_intro.jpg);
}

.sub2_1_section{
    width: 100%;
    padding: 120px 0 200px;
}

.section_title2 p{
    font-size: 18px;
    font-family: 'Pretendard-Regular', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.product_main{
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.pm_left p{
    font-size: 32px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 55px;
}

.pm_left p span{
    color: #125295;
    font-size: 48px;
    font-family: 'Pretendard-Bold', sans-serif;
}

.pm_left a{
    width: 250px;
    height: 50px;
    border: 1px solid #125295;
    box-sizing: border-box;
    padding: 0 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 19px;
    color: #125295;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-top: 60px;
    transition: background-color .5s;
}

.pm_left a i{
    font-size: 24px;
}

.pm_left a:hover{
    color: #fff;
    background-color: #125295;
}

.pm_left a:hover i{
    color: #fff;
}

.pm_right{
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd_info_text{
    width: 100%;
    margin-top: 70px;
    padding: 3px 0 3px 35px;
    box-sizing: border-box;
    border-left: 2px solid #125295;
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 28px;
}

ul.pds{
    width: 100%;
    margin-top: 140px;
}

ul.pds li{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 100px;
}

ul.pds li:last-child{
    margin-bottom: 0;
}

.pd_btn{
    width: 230px;
    margin-top: 25px;
}

.pd_btn a{
    width: 100%;
    height: 50px;
    background-color: #648eb9;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
    margin: 20px 0;
    font-family: 'Pretendard-Medium', sans-serif;
}

.pd_btn a i{
    font-size: 24px;
    color: #fff;
    transition: transform .3s;
}

.pd_btn a:hover i{
    transform: rotate(90deg);
}

.pds_info{
    width: 900px;
}

.section_title3 p{
    font-size: 24px;
}

.pds_info>p{
    font-size: 17px;
    line-height: 25px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 20px;
    padding-left: 60px;
    box-sizing: border-box;
}

.pds_info>span{
    width: 30px;
    height: 1px;
    background-color: #125295;
    margin: 35px 0 25px 60px;
    display: block;
}

.pds_info_text{
    width: 100%;
    padding-left: 60px;
    box-sizing: border-box;
    font-size: 17px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 25px;
}


/* sub2_1_1 */
.sub2_1_1_section1{
    width: 100%;
    padding: 110px 0 70px;
}

.product_detail_top{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.pdt_content {
  display: flex;
}

.pdt_content>* {
  margin: 0px 5px;
}

.pdt_content__download {
  display: flex;
  flex-direction: column;
}

.pdt_content__download:hover .pdt_content__download__list {
  display: block;
}

ul.inquiry_btn {
  cursor: pointer;
  position: relative;
    z-index: 4;
}

ul.inquiry_btn li {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.pdt_content__download__list {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}

.pdt_content__download__list li {
  border: 1px solid #bbb;
  box-sizing: border-box;
}

.pdt_content__download__list a.inquiry_btn {
  font-size: 17px !important;
  padding: 0 20px;
  background-color: white;
  color: #125295;
}

ul.inquiry_btn,
a.inquiry_btn{
    width: 250px;
    height: 50px;
    background-color: #125295;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 19px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
}

a.inquiry_btn i{
    font-size: 20px;
    color: #fff;
}

.sub2_1_1_section2{
    width: 100%;
    padding: 65px 0;
    background-color: #ebf2fa;
}

.product_img{
    text-align: center;
    position: relative;
}

.hover_search{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.pop_btn{
    width: 150px;
    height: 45px;
    background-color: rgba(18, 82, 149, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    border-radius: 10px;
    margin: 0 5px;
}

.pop_btn i{
    font-size: 26px;
    color: #fff;
    margin-right: 5px;
}

.product_img:hover .hover_search{
    opacity: 1;
    visibility: visible;
}

.sub2_1_1_section2 .sub_center>span{
    width: 1px;
    height: 50px;
    background-color: #125295;
    margin: 25px auto 15px;
    display: block;
}

.product_text{
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #111;
    line-height: 26px;
    font-family: 'Pretendard-Light', sans-serif;
}

.sub2_1_1_section3{
    width: 100%;
    padding: 100px 0 200px;
}

ul.product_info_ul{
    width: 100%;
    border-top: 2px solid #125295;
}

ul.product_info_ul li{
    width: 100%;
    padding: 13px 35px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.title{
    width: 25%;
    font-size: 18px;
    color: #125295;
    font-family: 'Pretendard-Medium', sans-serif;
}

.content{
    width: 75%;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Pretendard-Light', sans-serif;
}

.back_btn{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.back_btn a{
    width: 200px;
    height: 50px;
    background-color: #125295;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
}


/* sub2_1_2 */
.content span{
    margin-right: 40px;
}

.content span:last-child{
    margin-right: 0;
}


/* sub2_2_1 */
.content p{
    margin-left: 128px;
}


/* sub3_1 */
.sub3_intro{
    background-image: url(../images/sub3_intro.jpg);
}

.sub3_1_section1{
    width: 100%;
    padding: 110px 0 100px;
}

.s3_1_sec1_text1{
    width: 100%;
    font-size: 28px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 45px;
}

.s3_1_sec1_text1 p{
    font-size: 38px;
    color: #125295;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s3_1_sec1_text1 p span{
    font-size: 28px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s3_1_sec1_text2{
    width: 100%;
    font-size: 18px;
    color: #111;
    line-height: 28px;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 35px;
}

.s3_1_sec1_btn{
    width: 100%;
    margin-top: 60px;
    display: flex;
}

.s3_1_sec1_btn a{
    width: 350px;
    height: 70px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 0 20px 0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s3_1_sec1_btn a i{
    color: #333;
    font-size: 26px;
}

.s3_1_sec1_btn a:first-child{
    margin-right: 20px;
}

.s3_1_sec3_btnbox{
  margin-top: 35px;
}

.s3_1_sec3_txt{
  color: #125295;
  font-size: 22px;
  font-family: 'Pretendard-Bold', sans-serif;
  margin-bottom: 12px;
  padding-left: 5px;
}

.s3_1_sec3_btn{
    display: flex;
    /* justify-content: center; */
    width: 100%;
}

.s3_1_sec3_btn a{
    width: 350px;
    height: 70px;
    background-color: #125295;
    padding: 0 20px 0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s3_1_sec3_btn a i{
    font-size: 26px;
    color: #fff;
}

.s3_1_sec3_btn a:first-child{
    margin-right: 20px;
}

.sub3_1_section2{
    width: 100%;
    padding: 95px 0;
    background-color: rgba(18, 82, 149, 0.05);
}

.sub3_1_section2 .section_text{
    margin-top: 20px;
}

.sub3_1_section2 .section_text p{
    margin-left: 10px;
}

.sub3_1_section3{
    width: 100%;
    padding: 95px 0 200px;
}

.s3_1_sec3_box1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s3_1_sec3_box1 span{
    display: block;
    margin-top: 35px;
    font-size: 18px;
    color: #111;
    line-height: 28px;
    font-family: 'Pretendard-Light', sans-serif;
    text-align: center;
}

.redbar{
    width: 2px;
    height: 80px;
    background-color: #ee3424;
    margin: 50px auto 50px;
}

.s3_1_sec3_box2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s3_1_sec3_box2 p{
    text-align: center;
    margin-top: 35px;
    font-size: 24px;
    color: #111;
    line-height: 33px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s3_1_sec3_box2 p span{
    font-family: 'Pretendard-Bold', sans-serif;
    color: #125295;
}


/* sub3_1_1 */
.sub3_1_1_section{
    width: 100%;
    padding: 110px 0 200px;
}

.s3_1_1_btn{
    width: auto;
    margin-top: 0;
    display: block;
}

.sub3_1_1_section .redbar{
    margin: 70px auto 50px;
}

.nara_pd_contain{
    width: 100%;
    margin-top: 60px;
}

.nara_pd_contain>p{
    font-size: 16px;
    color: #666;
    font-family: 'Pretendard-Regular', sans-serif;
    padding-left: 10px;
    box-sizing: border-box;
}

.nara_pd_contain>p span{
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

ul.nara_ul{
    width: 100%;
    margin-top: 10px;
    border-top: 2px solid #125295;
}

ul.nara_ul li{
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.list_select{
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail_check{
    display: flex;
    align-items: center;
}

.detail_check>p{
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.checkbox{
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.circle{
    width: 17px;
    height: 17px;
    border-radius: 50px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    cursor: pointer;
}

.checkbox.on .circle{
    border: 0;
    background-color: #125295;
}

.checkbox p{
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
    margin-left: 10px;
}

li.flex_li{
    display: flex;
    align-items: center;
}

.list_num{
    width: 10%;
    text-align: center;
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
}

.nara_pd_info{
    width: 70%;
    display: flex;
    align-items: center;
    padding: 30px 0;
    cursor: pointer;
}

.pd_thumb{
    width: 200px;
    margin-right: 50px;
}

.pd_thumb img{
    width: 100%;
}

.pd_info p{
    font-size: 14px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
}

.pd_info p span{
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    display: block;
    margin-top: 8px;
}

.nara_pd_info:hover .pd_info p span{
    text-decoration: underline 1px;
}

.pd_info>span{
    font-size: 16px;
    line-height: 25px;
    font-family: 'Pretendard-Light', sans-serif;
    display: block;
    margin-top: 25px;
}

.price{
    width: 20%;
    font-size: 20px;
    color: #125295;
    text-align: center;
    font-family: 'Pretendard-SemiBold', sans-serif;
}


/* sub3_1_2 */
.jodal_contain{
    width: 100%;
    margin-top: 70px;
}

ul.jodal_ul{
    width: 100%;
    margin-top: 20px;
    border-top: 2px solid #125295;
    display: inline-block;
}

ul.jodal_ul li{
    width: 48%;
    height: 280px;
    padding: 35px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    margin-right: 4%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

ul.jodal_ul li:nth-child(2n){
    margin-right: 0;
}

.jodal_info{
    width: 100%;
    cursor: pointer;
}

.jodal_info p{
    font-size: 14px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
}

.jodal_info p span{
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-top: 8px;
    display: block;
}

.jodal_info:hover p span{
    text-decoration: underline 1px;
}

.jodal_info>span{
    font-size: 16px;
    margin-top: 25px;
    line-height: 25px;
    font-family: 'Pretendard-Light', sans-serif;
    display: block;
}

.jodal_price{
    width: 100%;
    text-align: right;
    font-size: 20px;
    color: #125295;
    font-family: 'Pretendard-SemiBold', sans-serif;
}


/* sub3_2 */
.sub3_2_intro{
    background-image: url(../images/sub3_2_intro.jpg);
}

.sub3_2_section1{
    width: 100%;
    padding: 110px 0 100px;
}

.section_title4{
    width: 100%;
    display: flex;
    align-items: center;
}

.section_title4 p{
    font-size: 18px;
    color: #6ebe4a;
    font-family: 'Pretendard-Regular', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-left: 15px;
}

.s3_2_sec1{
    width: 100%;
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.s3_2_sec1_text{
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 28px;
}

.s3_2_sec1_text p{
    font-size: 38px;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 55px;
    margin-bottom: 30px;
}

.s3_2_sec1_text p span{
    font-size: 48px;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s3_2_sec1_text>span{
    font-family: 'Pretendard-Bold', sans-serif;
    color: #6ebe4a;
}

.sub3_2_section2{
    width: 100%;
    padding-bottom: 100px;
    background-color: rgba(110, 190, 74, 0.07);
}

.s3_2_sec2_title{
    width: 100%;
    text-align: center;
}

.s3_2_sec2_title>span{
    width: 1px;
    height: 70px;
    background-color: #6ebe4a;
    margin: 0 auto 30px;
    display: block;
}

.s3_2_sec2_title p{
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    text-align: center;
}

.s3_2_sec2_title p span{
    font-size: 24px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

ul.s3_2_sec2_ul{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

ul.s3_2_sec2_ul li{
    width: 240px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #6ebe4a;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-right: 50px;
}

ul.s3_2_sec2_ul li:last-child{
    margin-right: 0;
}

ul.s3_2_sec2_ul li img{
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
}

ul.s3_2_sec2_ul li p{
    font-size: 17px;
    color: #111;
    text-align: center;
    font-family: 'Pretendard-Light', sans-serif;
}

.sub3_2_section3{
    width: 100%;
    padding: 90px 0;
}

.section_title5{
    width: 100%;
    display: flex;
    align-items: baseline;
}

.section_title5 p{
    font-size: 28px;
    color: #111;
    line-height: 45px;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-left: 15px;
}

.section_title5 p span{
    font-size: 38px;
    color: #6ebe4a;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s3_2_sec3_contain{
    width: 100%;
    margin-top: 40px;
}

.s3_2_sec3_contain>p{
    width: 100%;
    text-align: center;
    padding: 23px 0;
    font-size: 20px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    background-color: #6ebe4a;
}

ul.s3_2_sec3_ul1{
    width: 100%;
    padding: 60px 20px 50px;
    display: flex;
    border: 1px solid #6ebe4a;
    box-sizing: border-box;
}

ul.s3_2_sec3_ul1 li{
    width: 33.33%;
    text-align: center;
}

ul.s3_2_sec3_ul1 li p{
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
    line-height: 28px;
    text-align: center;
    margin: 40px 0 20px;
}

ul.s3_2_sec3_ul1 li span{
    font-size: 16px;
    text-align: center;
    display: block;
    color: #111;
    line-height: 25px;
    font-family: 'Pretendard-Light', sans-serif;
}

ul.s3_2_sec3_ul2{
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

ul.s3_2_sec3_ul1 a{
    width: 250px;
    height: 50px;
    background-color: #6ebe4a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto 0;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 19px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
}

ul.s3_2_sec3_ul2 li{
    width: 48.5%;
    height: 330px;
    padding: 40px 10px 40px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

ul.s3_2_sec3_ul2 li:first-child{
    margin-right: 3%;
    background-color: rgba(241, 81, 34, 0.2);
}

ul.s3_2_sec3_ul2 li:last-child{
    background-color: rgba(110, 190, 74, 0.2);
}

ul.s3_2_sec3_ul2 li p{
    font-size: 24px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
    line-height: 33px;
    margin-top: 20px;
}

ul.s3_2_sec3_ul2 li p span{
    display: block;
    font-size: 17px;
    line-height: 25px;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 25px;
}

.sub3_2_section4{
    width: 100%;
    padding: 95px 0;
    background-color: rgba(110, 190, 74, 0.07);
}

ul.sub3_2_icon_ul{
    width: 100%;
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}

ul.sub3_2_icon_ul li{
    width: 23.5%;
    border: 1px solid #6ebe4a;
    box-sizing: border-box;
    background-color: #fff;
}

.icon_box{
    padding: 40px 0 30px;
    text-align: center;
}

.icon_box p{
    font-size: 24px;
    color: #6ebe4a;
    font-family: 'Pretendard-Bold', sans-serif;
    text-align: center;
    margin-bottom: 25px;
}

ul.sub3_2_icon_ul li>p{
    width: 100%;
    height: 80px;
    background-color: #6ebe4a;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    font-family: 'Pretendard-Regular', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.text_box{
    width: 100%;
    padding: 30px 25px;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 26px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
}

.sub3_2_section5{
    width: 100%;
    padding: 95px 0 200px;
}

.sub3_2_section5 ul{
    width: 100%;
    border-top: 4px solid #6ebe4a;
    margin-top: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub3_2_section5 ul li{
    margin-top: -160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub3_2_section5 ul li span{
    display: block;
    font-size: 17px;
    color: #111;
    line-height: 26px;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 40px;
}

.sub3_2_section5 ul li span p{
    margin-left: 9px;
}


/* sub3_2_1 */
.sub3_2_1_section1 .section_title p{
    color: #6ebe4a;
}

.sub3_2_1_section1 ul.inquiry_btn,
.sub3_2_1_section1 a.inquiry_btn{
    background-color: #6ebe4a;
}

.sub3_2_1_section1 .pdt_content__download__list a.inquiry_btn {
    background-color: white;
    color: #6ebe4a;
}

.sub3_2_1_section2{
    background-color: #e9f5e4;
}

.sub3_2_1_section2 .pop_btn{
    width: auto;
    padding: 0 15px;
    background-color: #6ebe4a;
}

.sub3_2_1_section2 .sub_center>span{
    background-color: #6ebe4a;
}

.sub3_2_1_section3{
    padding: 100px 0;
}

.sub3_2_1_section3 ul.product_info_ul{
    border-top: 2px solid #6ebe4a;
}

.sub3_2_1_section3 .title{
    color: #6ebe4a;
}

.sub3_2_1_section3 .back_btn a{
    background-color: #6ebe4a;
}

.sub3_2_1_section4{
    width: 100%;
    padding: 100px 0 150px;
    background-color: #000;
}

.sub3_2_1_section4 .sub_center>ul{
    width: 100%;
}

.sub3_2_1_section4 .sub_center>ul>li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.sub3_2_1_section4 .sub_center>ul>li:last-child{
    margin-bottom: 0;
}

.sub3_2_1_section4 .sub_center>ul>li:nth-child(2n){
    flex-direction: row-reverse;
}

.sub3_2_1_section4 .sub_center>ul>li p{
    font-size: 24px;
    color: #fff;
    line-height: 35px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.sub3_2_1_section4 .sub_center>ul>li p strong{
    font-size: 38px;
    font-family: 'Pretendard-Bold', sans-serif;
    line-height: 48px;
    display: block;
    margin-bottom: 25px;
}

.sub3_2_1_section4 .sub_center>ul>li p span{
    font-size: 16px;
    line-height: 25px;
    font-family: 'Pretendard-Light', sans-serif;
    display: block;
    margin-top: 25px;
}

.s3_2_1_img{
    display: flex;
    align-items: center;
    justify-content: center;
}


/* sub3_2_2 */
.hover_search2{
    width: 700px;
    justify-content: space-between;
}


/* sub3_2_3 */
.sub3_2_3_section2 .product_text strong{
    display: block;
    font-size: 19px;
    font-weight: normal;
    font-family: 'Pretendard-Bold', sans-serif;
}

.sub3_2_3_section3{
    width: 100%;
    background-image: url(../images/sub3_2_3_banner.jpg);
    padding: 150px 0;
}

.sub3_2_3_section3 .sub_center{
    display: flex;
    justify-content: flex-end;
}

.s3_2_2_sec3_box{
    width: 540px;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0 55px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.s3_2_2_sec3_box p{
    font-size: 24px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
    line-height: 35px;
}

.s3_2_2_sec3_box p span{
    font-size: 38px;
    font-family: 'Pretendard-Bold', sans-serif;
    display: block;
    margin-bottom: 35px;
}

.s3_2_2_sec3_box a{
    width: 200px;
    height: 50px;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #fff;
    margin-top: 50px;
}

.s3_2_2_sec3_box a i{
    font-size: 22px;
}

.sub3_2_3_section4{
    background-color: #fff;
    padding: 100px 0;
}

.sub3_2_3_section4 .sub_center>ul li{
    flex-direction: row-reverse;
}

.sub3_2_3_section4 .sub_center>ul li:nth-child(2n){
    flex-direction: row;
}

.inner_txt p{
    color: #111 !important;
}

.inner_txt ul{
    padding-left: 15px;
    margin-top: 25px;
}

.inner_txt ul li{
    list-style: disc;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Pretendard-Light', sans-serif;
    word-break: keep-all;
}

.inner_txt ul li::marker{
    font-size: 10px;
}

.sub3_2_3_section5{
    width: 100%;
    padding: 100px 0 120px;
    background-color: #e9f5e4;
}

.sub3_2_3_section5 p{
    text-align: center;
    font-size: 24px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.sub3_2_3_section5 p span{
    font-size: 38px;
    display: block;
    margin-bottom: 15px;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s3_2_3_img{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 45px auto 0;
}


/* sub3_3 */
.sub3_3_section1{
    width: 100%;
    padding: 110px 0 100px;
}

.section_title6{
    width: 100%;
    display: flex;
    align-items: center;
}

.section_title6 p{
    font-size: 24px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-left: 15px;
}

.section_title6 p span{
    font-size: 28px;
    color: #125295;
}

.s3_3_sec1_box{
    width: 100%;
    margin-top: 90px;
    border: 1px solid #125295;
    box-sizing: border-box;
    position: relative;
    padding: 65px 0 45px;
}

.title_img{
    position: absolute;
    top: -48px;
    left: 35px;
    background-color: #fff;
    padding: 0 10px;
}

.s3_3_sec1_box ul{
    width: 100%;
    display: flex;
}

.s3_3_sec1_box ul li{
    width: 33.33%;
    text-align: center;
}

.s3_3_sec1_box ul li p{
    font-size: 17px;
    color: #111;
    text-align: center;
    line-height: 26px;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 20px;
}

.sub3_3_section2{
    width: 100%;
    padding: 150px 0 120px;
    background-color: rgba(18, 82, 149, 0.05);
}

.sub3_3_section2 ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sub3_3_section2 ul li{
    width: 48%;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
}

.sub3_3_section2 ul li>p{
    width: 400px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.sub3_3_section2 ul li:first-child{
    border: 1px solid #125295;
}

.sub3_3_section2 ul li:last-child{
    border: 1px solid #6e9ecd;
}

.sub3_3_section2 ul li:first-child p{
    background-color: #125295;
}

.sub3_3_section2 ul li:last-child p{
    background-color: #6e9ecd;
}

.s3_3_sec2_text{
    width: 100%;
    padding: 60px 40px 25px;
    box-sizing: border-box;
    font-size: 17px;
    color: #111;
    line-height: 26px;
    font-family: 'Pretendard-Light', sans-serif;
}

.sub3_3_section2 ul li:first-child .s3_3_sec2_text{
    border-bottom: 1px solid #125295;
}

.sub3_3_section2 ul li:last-child .s3_3_sec2_text{
    border-bottom: 1px solid #6e9ecd;
}

.s3_3_sec2_img{
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub3_3_section3{
    width: 100%;
    padding: 120px 0;
}

ul.s3_3_sec3_ul{
    width: 100%;
}

ul.s3_3_sec3_ul li{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

ul.s3_3_sec3_ul li:last-child{
    margin-bottom: 0;
}

.s3_3_sec3_title{
    width: 25%;
    background-color: #125295;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s3_3_sec3_con{
    width: 75%;
    border: 1px solid #125295;
    box-sizing: border-box;
    padding: 25px 30px;
}

.s3_3_sec3_con p{
    display: flex;
    align-items: center;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Pretendard-Light', sans-serif;
}

.s3_3_sec3_con p span{
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #3b3165;
    margin-right: 8px;
}

ul.s3_3_sec3_ul li:nth-child(2n) .s3_3_sec3_con p{
    align-items: baseline;
}

.sub3_3_section4{
    width: 100%;
    padding: 95px 0 110px;
    background-color: rgba(18, 82, 149, 0.05);
}

.sub3_3_section4 p{
    text-align: center;
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 30px;
}

.sub3_3_section4 p span{
    font-size: 24px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.sub3_3_section4 img{
    display: block;
    margin: 50px auto 0;
}

.sub3_3_section5{
    width: 100%;
    padding-bottom: 200px;
}

.s3_3_sec5{
    width: 100%;
    margin-top: 120px;
}

.s3_3_sec5>p{
    text-align: center;
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s3_3_sec5>p span{
    font-size: 24px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    display: inline-flex;
    align-items: center;
}

.s3_3_sec5>p span i{
    color: #ff0000;
    font-size: 45px;
    margin-left: 5px;
}

.s3_3_sec5 ul{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.s3_3_sec5 ul li{
    width: 350px;
    height: 140px;
    border: 1px solid #125295;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 35px;
}

.s3_3_sec5 ul li:first-child{
    margin-right: 60px;
}

.s3_3_sec5 ul li a{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 50px;
    background-color: #125295;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0 30px;
    box-sizing: border-box;
    font-size: 17px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.s3_3_sec5 ul li a i{
    font-size: 22px;
}

.s3_3_sec5 ul li p{
    font-size: 24px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s3_3_sec5 ul li p span{
    font-size: 17px;
    color: #125295;
    font-family: 'Pretendard-Light', sans-serif;
    display: block;
    margin-bottom: 5px;
}

.vm_video{
    width: 1000px;
    height: 0;
    margin: 20px auto 0;
    padding-top: 56.25%;
    position: relative;
}

.vm_video iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* sub3_4 */
.sub3_4_section1{
    width: 100%;
    padding-top: 110px;
}

.section_big_text{
    width: 100%;
    font-size: 38px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 58px;
    margin-top: 30px;
}

.section_big_text span{
    font-size: 48px;
    font-family: 'Pretendard-Bold', sans-serif;
}

.section_small_text{
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
    color: #111;
    line-height: 28px;
    font-family: 'Pretendard-Light', sans-serif;
}

.s3_4_imgbox{
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.s3_4_imgbox img{
    width: 100%;
}

.sub3_4_section2{
    width: 100%;
    padding-bottom: 200px;
}

.sub3_4_section2 .sub_center{
    display: flex;
    align-items: flex-start;
}

.fix_menu{
    width: 260px;
    position: sticky;
    top: 0;
    background-color: #fff;
    padding-top: 120px;
}

.fix_menu ul{
    width: 100%;
}

.fix_menu ul li{
    width: 100%;
    margin-top: 20px;
}

.fix_menu ul li a{
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #999;
    font-family: 'Pretendard-Medium', sans-serif;
}

.fix_menu ul li a span{
    width: 0;
    height: 2px;
    background-color: #125295;
    transition: width .2s, margin-right .2s;
}

.fix_menu ul li a.menu_on{
    color: #125295;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.fix_menu ul li a.menu_on span{
    width: 20px;
    margin-right: 10px;
}

.fix_menu>span{
    font-size: 17px;
    color: #999;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    line-height: 26px;
    display: block;
    margin-top: 40px;
}

.fix_menu>span p{
    margin-left: 12px;
}

.s3_4_system_list{
    width: 940px;
}

.system_contain{
    width: 100%;
    padding-top: 120px;
}

.system_contain ul{
    width: 100%;
    display: inline-block;
}

.system_contain ul li{
    width: 32%;
    float: left;
    margin-right: 2%;
    cursor: pointer;
}

.system_contain ul li:nth-child(3n){
    margin-right: 0;
}

.system_img{
    width: 100%;
    height: 250px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    overflow: hidden;
}

.system_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

.system_contain ul li:hover .system_img img{
    transform: scale(1.1);
}

.system_contain ul li p{
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    margin: 12px 0 0 10px;
}

#other ul li{
    margin-bottom: 35px;
}

#other ul li:last-child{
    margin-bottom: 0;
}


/* sub3_5 */
.sub3_5_section1{
    width: 100%;
    padding: 110px 0 120px;
}

.sub3_5_section1 ul.sub3_2_icon_ul li{
    width: 31%;
}

.sub3_5_section1 ul.sub3_2_icon_ul li:first-child{
    border: 1px solid #648eb9;
}

.sub3_5_section1 ul.sub3_2_icon_ul li:nth-child(2){
    border: 1px solid #125295;
}

.sub3_5_section1 ul.sub3_2_icon_ul li:last-child{
    border: 1px solid #3b3165;
}

.sub3_5_section1 ul.sub3_2_icon_ul li:first-child .icon_box p{
    color: #648eb9;
}

.sub3_5_section1 ul.sub3_2_icon_ul li:nth-child(2) .icon_box p{
    color: #125295;
}

.sub3_5_section1 ul.sub3_2_icon_ul li:last-child .icon_box p{
    color: #3b3165;
}

.sub3_5_section1 ul.sub3_2_icon_ul li>p{
    height: 70px;
    font-size: 20px;
}

.sub3_5_section1 ul.sub3_2_icon_ul li:first-child>p{
    background-color: #648eb9;
}

.sub3_5_section1 ul.sub3_2_icon_ul li:nth-child(2)>p{
    background-color: #125295;
}

.sub3_5_section1 ul.sub3_2_icon_ul li:last-child>p{
    background-color: #3b3165;
}

.sub3_5_section1 ul.sub3_2_icon_ul li .text_box p{
    margin-left: 9px;
}

.sub3_5_section1 ul.sub3_2_icon_ul li .text_box br.pc_none{
    display: none;
}

.sub3_5_section2{
    width: 100%;
    padding: 90px 0;
    background-color: rgba(18, 82, 149, 0.05);
}

.sub3_5_section2 ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sub3_5_section2 ul li{
    width: 48%;
}

.s3_5_sec2_top{
    width: 100%;
    display: flex;
    align-items: center;
}

.s3_5_sec2_top p{
    font-size: 24px;
    margin-left: 15px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.sub3_5_section2 ul li:first-child .s3_5_sec2_top p{
    color: #666;
}

.sub3_5_section2 ul li:last-child .s3_5_sec2_top p{
    color: #125295;
}

.s3_5_sec2_text{
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 25px;
}

.sub3_5_section2 ul li:first-child .s3_5_sec2_text{
    background-color: #999;
}

.sub3_5_section2 ul li:last-child .s3_5_sec2_text{
    background-color: #125295;
}

.s3_5_sec2_img{
    width: 100%;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #fff;
}

.sub3_5_section2 ul li:first-child .s3_5_sec2_img{
    border: 1px solid #999;
}

.sub3_5_section2 ul li:last-child .s3_5_sec2_img{
    border: 1px solid #125295;
}

.sub3_5_section3{
    width: 100%;
    padding: 150px 0 110px;
}

.sub3_5_section4 ul.s3_3_sec3_ul{
    margin-top: 60px;
}

.sub3_5_section4 .s3_3_sec3_title{
    flex-direction: column;
}

.sub3_5_section4 .s3_3_sec3_title span{
    display: block;
    font-size: 17px;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    margin-top: 10px;
}

.sub3_5_section4 .s3_3_sec3_con{
    background-color: #fff;
    border: 1px solid #ddd;
}

.sub3_5_section4 .s3_3_sec3_con p{
    align-items: center !important;
    font-size: 17px;
    color: #333;
    font-family: 'Pretendard-Light', sans-serif;
}


/* sub3_6 */
.sub3_6_section1{
    width: 100%;
    padding: 110px 0 100px;
}

.s3_6_sec1{
    width: 100%;
    margin-top: 45px;
}

.s3_6_sec1>img{
    width: 100%;
}

.s3_6_sec1 .s3_2_sec2_title>span{
    background-color: #125295;
}

.s3_6_sec1 ul.s3_2_sec2_ul li{
    height: 100px;
    border-top: 1px solid #125295;
    margin-right: 30px;
}

.s3_6_sec1 ul.s3_2_sec2_ul li:last-child{
    margin-right: 0;
}

.s3_6_sec1 ul.s3_2_sec2_ul li img{
    top: -5px;
}

.s3_6_sec1 ul.s3_2_sec2_ul li p{
    line-height: 25px;
}

.sub3_6_section2{
    width: 100%;
    padding: 100px 0;
    background-color: rgba(18, 82, 149, 0.05);
}

.sub3_6_section2 .sub_center{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.s3_6_sec2_right{
    width: 770px;
}

.s3_6_sec2_right ul{
    width: 100%;
    display: inline-block;
}

.s3_6_sec2_right ul li{
    width: 48%;
    height: 180px;
    float: left;
    margin-bottom: 20px;
    margin-right: 4%;
    background-color: rgba(18, 82, 149, 0.3);
    padding: 35px 40px;
    box-sizing: border-box;
}

.s3_6_sec2_right ul li:nth-child(2n){
    margin-right: 0;
}

.s3_6_sec2_right ul li:nth-child(3),
.s3_6_sec2_right ul li:last-child{
    margin-bottom: 0;
}

.s3_6_sec2_right ul li p{
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s3_6_sec2_right ul li p span{
    font-size: 24px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s3_6_sec2_right ul li>span{
    display: block;
    font-size: 17px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 26px;
    margin-top: 25px;
}

.sub3_6_section3{
    width: 100%;
    padding: 120px 0 200px;
}

.s3_6_sec3_title{
    width: 100%;
    text-align: center;
}

.s3_6_sec3_title p{
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s3_6_sec3_title p span{
    font-size: 24px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s3_6_sec3_title>span{
    font-size: 17px;
    font-family: 'Pretendard-Light', sans-serif;
    display: block;
    margin-top: 15px;
}

.s3_6_sec3_1{
    width: 100%;
    margin-top: 65px;
}

.s3_6_sec3_1 img{
    width: 100%;
}

ul.s3_6_sec3_ul1{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

ul.s3_6_sec3_ul1 li{
    width: 13%;
    text-align: center;
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-top: 30px;
    letter-spacing: -0.5px;
}

.s3_6_sec3_2{
    width: 100%;
    margin-top: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.s3_6_sec3_2_text p{
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 28px;
}

.s3_6_sec3_2_text p span{
    font-size: 24px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s3_6_sec3_2_text p i{
    font-size: 50px;
    color: #3b3165;
    display: block;
    margin-bottom: 15px;
}

.s3_6_sec3_2_text>span{
    font-size: 17px;
    color: #111;
    line-height: 26px;
    font-family: 'Pretendard-Light', sans-serif;
    display: block;
    margin-top: 20px;
}

ul.s3_6_sec3_ul2{
    width: 900px;
    display: flex;
}

ul.s3_6_sec3_ul2 li{
    width: 33.33%;
    padding: 50px;
    box-sizing: border-box;
    background-color: #125295;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

ul.s3_6_sec3_ul2 li:nth-child(2){
    background-color: #87a8c9;
}

ul.s3_6_sec3_ul2 li p{
    margin-top: 30px;
    color: #fff;
    font-size: 17px;
    font-family: 'Pretendard-Light', sans-serif;
}

ul.s3_6_sec3_ul2 li p span{
    display: block;
    font-size: 20px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-bottom: 10px;
}


/* sub4_1 */
.sub4_intro{
    background-image: url(../images/sub4_intro.jpg);
}

.sub4_1_section{
    width: 100%;
    padding: 120px 0 200px;
}

ul.ul_contain{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

ul.ul_contain>li{
    width: 47.5%;
}

ul.ul_contain>li p{
    width: 100%;
    border-bottom: 2px solid #125295;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    font-size: 24px;
    color: #125295;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

ul.ul_contain>li p img{
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

ul.ul_inner{
    width: 100%;
    height: 350px;
    background-color: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    padding: 0 30px 0 45px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

ul.ul_inner li{
    list-style: disc;
    font-size: 18px;
    color: #111;
    line-height: 28px;
    font-family: 'Pretendard-Light', sans-serif;
    word-break: keep-all;
    margin-bottom: 15px;
}

ul.ul_inner li:last-child{
    margin-bottom: 0;
}

ul.ul_inner li::marker{
    font-size: 10px;
}

ul.ul_inner li span{
    display: block;
    font-size: 16px;
    color: #666;
}

.inquiry_contain{
    width: 100%;
    margin-top: 100px;
    background-color: rgba(18, 82, 149, 0.6);
    padding: 60px 90px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ic_left p{
    font-size: 19px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.ic_left p span{
    font-size: 33px;
    display: block;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-bottom: 15px;
}

.ic_left ul{
    display: flex;
    margin-top: 45px;
}

.ic_left ul li{
    width: 250px;
    height: 45px;
    background-color: #fff;
    border-radius: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.ic_left ul li:first-child{
    margin-right: 15px;
    cursor: pointer;
}

.ic_left ul li i{
    font-weight: bold;
    font-size: 24px;
    margin-right: 15px;
}

.ic_left ul li p{
    font-size: 17px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}


/* sub4_2 */
.sub4_2_section{
    width: 100%;
    padding: 110px 0 200px;
}

.inquiry_box{
    width: 100%;
    box-sizing: border-box;
    border-top: 2px solid #125295;
    padding-top: 45px;
}

.little_text{
    width: 100%;
    font-size: 16px;
    color: #555;
    font-family: 'Pretendard-Light', sans-serif;
}

span.blue_star{
    color: #0053a5;
}

.flex_input{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.flex_input>p{
    font-size: 18px;
    font-family: 'Pretendard-Medium', sans-serif;
    width: 9.5%;
}

span.small_text{
    display: block;
    font-size: 13px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.flex_input>input[type='text']{
    width: 90.5%;
    height: 45px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.flex_input>input[type='text']::placeholder{
    font-size: 16px;
    color: #666;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.flex_half{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_half>.flex_input{
    width: 48%;
}

.flex_half>.flex_input>p{
    width: 20%;
}

.flex_half>.flex_input>input[type='text']{
    width: 80%;
}

.phone_input{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select_box{
    width: 30%;
    height: 45px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
}

.select_box i{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #666;
}

.select_box select{
    font-size: 16px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
}

.phone_input>input[type='text']{
    width: 30%;
    height: 45px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.flex_input2{
    align-items: baseline;
}

.flex_input2>textarea{
    width: 90.5%;
    height: 200px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.input_file{
    width: 80%;
    display: flex;
    align-items: center;
}

.file{
    margin-right: 5px;
}

.file>input[type='file']{
    display: none;
}

.file label{
    cursor: pointer;
    width: 120px;
    height: 45px;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
    font-family: 'Pretendard-Light', sans-serif;
}

.input_file>span{
    font-size: 16px;
    color: #333;
    font-family: 'Pretendard-Light', sans-serif;
    margin-left: 10px;
}

.agree_box{
    width: 100%;
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #ccc;
}

.agree_box>p{
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.agree_conbox{
    width: 100%;
    height: 150px;
    border: 1px solid #ccc;
    margin-top: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 25px;
    overflow: auto;
    white-space: pre-line;
}

.check_box{
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.check_box.on03 i{
    color: #125295 !important;
}

.check_box i{
    color: #ccc;
    font-size: 24px;
    margin-right: 5px;
    margin-left: 5px;
}

.check_box span{
    font-size: 16px;
    font-family: 'Pretendard-Light', sans-serif;
}


/* sub4_3 */
.sub4_3_section{
    width: 100%;
    padding: 120px 0 200px;
}

.total_search{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total_search p{
    font-size: 15px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
}

.total_search p span{
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.table_search_box{
    display: flex;
}

.search_select{
    width: 100px;
    height: 40px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
    margin-right: 5px;
}

.search_select i{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #666;
}

.search_select select{
    font-size: 14px;
    color: #333;
    font-family: 'Pretendard-Light', sans-serif;
}

.table_search_box input[type='text']{
    width: 250px;
    height: 40px;
    border: 1px solid #ccc;
    margin-right: 5px;
}

.table_search_box input[type='text']::placeholder{
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
}

.table_search_box input[type='text']:-ms-input-placeholder{
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
}

.table_search_box input[type='button']{
    width: 90px;
    height: 40px;
    background-color: #125295;
    border: 0;
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-Light', sans-serif;
}

table.download_tb{
    width: 100%;
    margin-top: 30px;
    border-top: 2px solid #125295;
    border-collapse: collapse;
}

table.download_tb th{
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    font-size: 18px;
    color: #111;
    font-weight: normal;
    font-family: 'Pretendard-Regular', sans-serif;
}

table.download_tb td{
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

table.download_tb th:first-child,
table.download_tb td:first-child{
    width: 10%;
}

table.download_tb th:nth-child(2),
table.download_tb td:nth-child(2){
    width: 65%;
}

table.download_tb th:nth-child(3),
table.download_tb td:nth-child(3){
    width: 10%;
}

table.download_tb th:last-child,
table.download_tb td:last-child{
    width: 15%;
}

.table_num{
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.download_title{
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.download_title p{
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
}

.download_title:hover p{
    text-decoration: underline;
}

.download_title i{
    transform: rotate(45deg);
    margin-left: 7px;
    font-size: 20px;
}

.date,
.view{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
}

.page_btn{
    width: 100%;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_btn a{
    font-size: 18px;
    font-family: 'Pretendard-Medium', sans-serif;
    color: #333;
    margin: 0 20px;
}

.page_btn a.page_num{
    width: 45px;
    height: 45px;
    background-color: #125295;
    color: #fff;
    font-family: 'Pretendard-Light', sans-serif;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* sub4_3_d */
.sub4_3_d_section{
    width: 100%;
    padding: 120px 0 200px;
}

ul.download_ul{
    width: 100%;
    border-top: 2px solid #125295;
}

ul.download_ul li{
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.detail_title{
    width: 100%;
    text-align: center;
    padding: 25px 0;
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.user{
    width: 100%;
    padding: 13px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user p{
    font-size: 14px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
}

.detail_content{
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    /* font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 25px; */
}

.detail_content img{
    max-width: 100%;
}

.file_box{
    width: 100%;
    padding: 15px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.file_box p{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
}

.file_box p i{
    font-size: 22px;
    margin-right: 5px;
}

.file_box a{
    font-size: 14px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
    margin-left: 15px;
}

.file_box a:hover{
    text-decoration: underline;
}


/* sub4_4_1 */
.s4_4_tab{
    width: 100%;
    margin-bottom: 60px;
}

.s4_4_tab ul{
    width: 100%;
    display: flex;
    justify-content: center;
}

.s4_4_tab ul li{
    width: 200px;
    padding-bottom: 18px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    color: #111;
    cursor: pointer;
    font-family: 'Pretendard-Light', sans-serif;
    position: relative;
}

.s4_4_tab ul li img{
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.s4_4_tab ul li.tab_on{
    color: #125295;
    font-family: 'Pretendard-Medium', sans-serif;
    border-bottom: 1px solid #125295;
}

.s4_4_tab ul li.tab_on img{
    opacity: 1;
}


/* sub4_4_1_d */
.detail_content img{
    display: inline-block;
    margin: 30px 0;
}

li.news_con_li{
    border-bottom: 0 !important;
}

.link_box{
    padding: 25px 40px;
}

.link_box a{
    display: flex;
    align-items: center;
}

.link_box a i{
    font-size: 18px;
    margin-left: 5px;
}


/* sub4_4_2 */
.notice_thumb{
    width: 175px;
    height: 100px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-right: 20px;
}

.notice_thumb img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* sub4_4_2_d */
.detail_video{
    width: 900px;
    height: auto;
    margin: 30px auto;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.detail_video img{
    width: 100%;
}

.detail_video video{
    width: 100%;
}


/* search_result */
.search_intro{
    background-image: url(../images/search_intro.jpg);
}

.sd_content{
    width: 100%;
    padding: 110px 0 200px;
}

.sd_content .sub_center>p{
    font-size: 32px;
    font-family: 'Pretendard-Regular', sans-serif;
    color: #111;
    text-align: center;
}

.sd_content .sub_center>p span{
    font-family: 'Pretendard-Bold', sans-serif;
    color: #125295;
}

.sr_input{
    width: 500px;
    height: 55px;
    border-bottom: 2px solid #222;
    box-sizing: border-box;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sr_input input{
    width: 90%;
    height: 100%;
    border: 0;
    background-color: transparent;
}

.sr_input input::placeholder{
    font-size: 32px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.sr_input i{
    font-size: 32px;
    color: #111;
    cursor: pointer;
}

.search_d_box{
    width: 100%;
    margin-top: 100px;
}

.search_d_box>p{
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.search_d_box>p span{
    color: #125295;
}

.search_d_box ul{
    width: 100%;
    margin-top: 15px;
    border-top: 1px solid #125295;
}

.search_d_box ul li{
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    padding: 28px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.search_d_box ul li p{
    font-size: 17px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.search_d_box ul li p span{
    margin-left: 5px;
}

.search_d_box ul li:hover span{
    text-decoration: underline;
}

.search_route{
    font-size: 15px;
    color: #125295;
    font-family: 'Pretendard-Regular', sans-serif;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.search_route i{
    margin: 0 10px;
    font-size: 18px;
}

.search_d_box .page_btn{
    margin-top: 30px;
}





























/* mobile */
@media screen and (max-width: 767px){

    /* sub intro */
    #sub_intro{
        height: 270px;
    }

    #sub_intro .sub_center p{
        font-size: 22px;
    }

    #sub_intro .sub_center p span{
        font-size: 12px;
    }

    #sub_intro .sub_center>span{
        font-size: 14px;
        word-break: keep-all;
        line-height: 20px;
        margin-top: 15px;
    }


    /* sub route */
    .route_fix{
        height: 40px;
        margin-top: -40px;
    }

    .route_fix .sub_center{
        width: 100%;
    }

    .home{
        width: 11%;
        border-left: none;
        border-right: 1px solid rgba(255, 255, 255, 0.6);
        cursor: inherit;
    }

    .home i{
        font-size: 16px;
    }

    .sub_menubox{
        width: 45%;
    }

    .sub_menubox:nth-of-type(2){
        display: none;
    }

    .sub_menubox:nth-of-type(4){
        border-right: 0;
    }

    .menu_inner{
        padding: 0 10px;
        cursor: inherit;
    }

    .menu_title{
        font-size: 13px;
        line-height: 17px;
        word-break: keep-all;
    }

    .menu_inner i{
        font-size: 14px;
    }

    .sub_menubox ul{
        top: 40px;
        padding: 10px;
    }

    .sub_menubox ul li{
        font-size: 13px;
        margin-bottom: 10px;
        cursor: inherit;
    }


    /* sub1_1 */
    .sub1_1_section1{
        padding: 50px 0;
    }

    .sub1_1_section1 .sub_center{
        display: block;
    }

    .bar{
        width: 30px;
        height: 2px;
        margin-bottom: 20px;
    }

    .s1_1_left_text>p{
        font-size: 18px;
        line-height: 28px;
        word-break: keep-all;
    }

    .s1_1_left_text>p span{
        font-size: 20px;
    }

    .s1_1_left_text>p br{
        display: none;
    }

    .s1_1_right_text{
        font-size: 13px;
        line-height: 20px;
        margin-top: 20px;
        word-break: keep-all;
    }

    .s1_1_right_text br.m_none{
        display: none;
    }

    .s1_1_right_text p{
        margin-top: 20px;
    }

    .sub1_1_section2{
        padding: 50px 0;
    }

    .section_title{
        align-items: baseline;
    }

    .section_title img{
        width: 30px;
    }

    .section_title p{
        font-size: 16px;
        margin-left: 10px;
    }

    .section_context{
        padding: 10px 0 0 0;
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
    }

    .ci_box{
        padding: 20px 10%;
        margin-top: 20px;
    }

    .ci_box img{
        width: 30vw;
    }

    .sub1_1_section3{
        padding: 50px 0 100px;
    }

    ul.table_ul{
        margin-top: 20px;
    }

    ul.table_ul li{
        width: 100%;
        padding: 10px 20px;
    }

    ul.table_ul li.width_f{
        width: 100%;
    }

    ul.table_ul li.border_r{
        border-right: none;
    }

    ul.table_ul li p{
        font-size: 14px;
        width: 35%;
        word-break: keep-all;
    }

    ul.table_ul li span{
        width: 65%;
        font-size: 13px;
        line-height: 20px;
    }

    .sub1_1_section3 .sub_center>img{
        width: 100%;
        margin-top: 30px;
    }


    /* sub1_2 */
    .blue_text{
        font-size: 12px;
        margin-bottom: 15px;
        letter-spacing: 2px;
    }

    .s1_1_left_text p br.m_none{
        display: none;
    }

    .sub1_2_section2{
        padding-bottom: 100px;
    }

    .sub1_2_section2 .sub_center{
        width: 100%;
    }

    ul.sub1_2_tab{
        top: 40px;
    }

    ul.sub1_2_tab li a{
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 4.5vw;
        font-size: 3.4vw;
        word-break: keep-all;
        padding: 0;
    }

    ul.sub1_2_tab li a img{
        width: 8px;
        bottom: -4px;
    }

    ul.sub1_2_tab li a:hover{
        color: #111;
        font-family: 'Pretendard-Light', sans-serif;
        border-bottom: 0;
        margin-bottom: 0;
    }

    ul.sub1_2_tab li a:hover img{
        opacity: 0;
    }

    .tab_content{
        padding: 0 10%;
    }

    .tabcon{
        display: block;
        padding-top: 95px;
    }

    .tabcon:nth-child(2n){
        flex-direction: row-reverse;
    }

    .tab_thumb{
        width: 100%;
        height: auto;
    }

    .tab_conbox{
        width: 100%;
        margin-bottom: 0;
        margin-top: 15px;
    }

    .tabcon:nth-child(2n) .tab_conbox{
        text-align: left;
    }

    .tab_conbox>p{
        font-size: 16px;
    }

    .tab_conbox>p span{
        width: 20px;
        margin-top: 10px;
    }

    .tabcon:nth-child(2n) .tab_conbox>p span{
        margin-left: 0;
    }

    .tab_conbox>span{
        font-size: 12px;
        line-height: 18px;
        margin-top: 15px;
        word-break: keep-all;
    }

    .tab_conbox span.pc_text{
        display: none;
    }

    .tab_conbox span.m_text{
        display: block;
    }

    .tabcon:nth-child(2n-1) .tab_conbox>span p{
        margin-left: 8px;
    }

    .tabcon:nth-child(2n) .tab_conbox>span p{
        margin-right: 5px;
    }

    .tab_conbox a{
        padding: 8px 10px;
        font-size: 12px;
        margin-top: 15px;
    }


    /* sub1_3 */
    .sub1_3_section{
        padding: 50px 0 100px;
    }

    .sub1_3_section ul{
        margin-top: 30px;
    }

    .sub1_3_section ul li{
        margin-bottom: 40px;
        display: block;
    }

    .partners_thumb{
        width: 200px;
        height: 130px;
        padding: 25px 30px;
        box-sizing: border-box;
        cursor: inherit;
    }

    .partners_thumb img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .partners_info{
        width: 100%;
        margin-top: 20px;
    }

    .info_top p{
        font-size: 16px;
    }

    .info_top p span{
        width: 20px;
        margin-top: 15px;
    }

    a.location{
        font-size: 12px;
    }

    a.location i{
        font-size: 16px;
    }

    .info_text{
        margin-top: 15px;
        font-size: 13px;
        line-height: 20px;
    }


    /* sub1_4 */
    .sub1_4_section1{
        padding-top: 50px;
    }

    .section_text{
        padding-left: 0;
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
    }

    .section_text br{
        display: none;
    }

    .s1_4_sec1{
        margin-top: 20px;
        padding: 0;
        display: block;
    }

    .s1_4_sec1>img{
        width: 35%;
        top: -10px;
    }

    .sec1_left{
        width: 80%;
        height: auto;
        margin: 0 auto;
    }

    .sec1_left>img{
        height: auto;
    }

    .sec1_right{
        width: 100%;
    }

    .pc_sec1_right{
        display: none;
    }

    .m_sec1_right{
        display: block;
    }

    .m_sec1_right ul.hover_logo li{
        padding: 3% 12%;
        box-sizing: border-box;
    }

    .m_sec1_right ul.hover_logo li>img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .sub1_4_section2{
        padding-top: 30px;
    }

    ul.hover_logo{
        margin-top: 20px;
    }

    ul.hover_logo li{
        width: 49%;
        height: 55px;
        margin-right: 2%;
        margin-bottom: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: visible;
    }

    ul.hover_logo li:nth-child(5n){
        margin-right: 2%;
    }

    ul.hover_logo li:nth-child(2n){
        margin-right: 0;
    }

    ul.hover_logo li>img{
        width: 80%;
    }

    ul.hover_logo li p{
        top: 55px;
        width: 100%;
        height: 20px;
        font-size: 12px;
        background-color: transparent;
        color: #111;
        opacity: 1;
        visibility: visible;
        transition: none;
    }

    ul.hover_logo li:hover{
        border: 1px solid #ccc;
    }

    .sub1_4_section3{
        padding-top: 30px;
    }

    .s1_4_sec3{
        margin-top: 40px;
        display: block;
        padding: 0;
    }

    .sec3_left{
        width: 180px;
        height: 260px;
        margin: 0 auto;
    }

    .sec3_left>img{
        width: 100%;
    }

    .position_img2 img{
        height: 100%;
    }

    .sec3_right{
        width: 100%;
        margin-top: 20px;
    }

    .sec3_right ul{
        display: inline-block;
    }

    .sec3_right ul li{
        width: 49%;
        height: 50px;
        float: left;
        margin-right: 2%;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sec3_right ul li:nth-child(2n){
        margin-right: 0;
    }

    .sec3_right ul li>img{
        width: 95%;
    }

    .sec3_right ul li p{
        font-size: 13px;
    }

    .sub1_4_section4{
        padding: 40px 0 100px;
    }


    /* sub1_5 */
    .sub1_5_section1{
        padding-top: 50px;
    }

    .history_contain{
        margin-top: 20px;
        display: block;
    }

    .history_img{
        width: 85%;
        height: auto;
        margin: 0 auto;
        position: inherit;
        top: inherit;
    }

    .history_img img{
        width: 100%;
        height: auto;
        object-fit: inherit;
    }

    .history_content{
        width: 90%;
        padding: 0;
        margin: 30px auto 0;
    }

    .history_content ul li{
        margin-bottom: 30px;
        margin-left: -7px;
    }

    .point_circle{
        width: 12px;
        height: 12px;
    }

    .inner_circle{
        width: 6px;
        height: 6px;
    }

    .history{
        width: 90%;
        margin-left: 5%;
        margin-top: -5px;
    }

    .year{
        font-size: 16px;
    }

    .history_con{
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px;
    }

    .sub1_5_section2{
        padding: 50px 0 100px;
    }

    ul.certification01{
        margin-top: 20px;
    }

    ul.certification01 li{
        width: 49%;
        height: auto;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .certification1_thumb{
        height: auto;
        cursor: inherit;
    }

    .certification1_thumb a{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .certification1_thumb a img{
        height: auto;
        object-fit: inherit;
    }

    .hover_plus{
        display: none;
    }

    ul.certification01 li p{
        padding: 0 5px;
        font-size: 13px;
        margin-top: 5px;
        line-height: 18px;
        word-break: keep-all;
    }

    ul.certification02{
        margin-top: 10px;
    }

    ul.certification02 li{
        width: 32%;
        max-height: 150px;
        margin-right: 2%;
        margin-bottom: 10px;
        overflow: hidden;
    }

    ul.certification02 li:nth-child(4n){
        margin-right: 2%;
    }

    ul.certification02 li:nth-child(3n){
        margin-right: 0;
    }

    ul.certification02 li a{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    ul.certification02 li a img{
        height: auto;
        object-fit: inherit;
    }

    .sub_plus_btn{
        width: 40px;
        height: 40px;
        margin: 30px auto 0;
        cursor: inherit;
    }

    .sub_plus_btn i{
        font-size: 25px;
        transition: none;
    }

    .sub_plus_btn:hover i{
        transform: none;
    }


    /* sub1_6 */
    .sub1_6_section{
        padding: 50px 0 100px;
    }

    .sub1_6_section ul{
        width: 80%;
        margin: 30px auto 0;
        padding: 0;
        display: block;
    }

    .sub1_6_section ul li{
        width: 100%;
        height: inherit;
        margin-bottom: 10px;
        padding: 15px 0;
    }

    .sub1_6_section ul li:last-child{
        margin-bottom: 0;
    }

    .sub1_6_section ul li p{
        font-size: 16px;
    }

    .sub1_6_section ul li p i{
        font-size: 26px;
        margin-bottom: 10px;
    }

    .sub1_6_section ul li span{
        font-size: 13px;
        line-height: 20px;
        margin-top: 10px;
    }

    .sub1_6_section ul li:last-child p{
        margin-top: 0;
    }

    .sub1_6_section ul li:last-child span{
        margin-top: 10px;
    }

    .map_box{
        height: 350px;
        margin-top: -30px;
    }


    /* sub2_1 */
    .sub2_1_section{
        padding: 50px 0 100px;
    }

    .section_title2 p{
        font-size: 12px;
        letter-spacing: 2px;
    }

    .product_main{
        margin-top: 20px;
        flex-direction: column-reverse;
    }

    .pm_left p{
        width: 100%;
        font-size: 16px;
        line-height: 28px;
        margin-top: 20px;
    }

    .pm_left p span{
        font-size: 20px;
    }

    .pm_left a{
        width: 160px;
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
        margin-top: 20px;
        transition: none;
    }

    .pm_left a i{
        font-size: 20px;
    }

    .pm_left a:hover{
        color: #125295;
        background-color: transparent;
    }

    .pm_left a:hover i{
        color: #125295;
    }

    .pm_right{
        width: 90%;
        margin: 0 auto;
    }

    .pm_right img{
        width: 100%;
    }

    .pd_info_text{
        margin-top: 40px;
        padding: 3px 0 3px 15px;
        border-left: 1px solid #125295;
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
    }

    .pd_info_text br.m_none{
        display: none;
    }

    ul.pds{
        margin-top: 50px;
    }

    ul.pds li{
        flex-direction: column-reverse;
        margin-bottom: 50px;
    }

    .pd_btn{
        width: 100%;
        margin-top: 0;
        display: inline-block;
    }

    .pd_btn a{
        width: 49%;
        height: 40px;
        margin-right: 2%;
        margin-bottom: 5px;
        float: left;
        padding: 0 15px;
        font-size: 14px;
    }

    .pd_btn a:nth-child(2n){
        margin-right: 0;
    }

    .pd_btn a i{
        font-size: 20px;
        transition: none;
    }

    .pd_btn a:hover i{
        transform: none;
    }

    .pds_info{
        width: 100%;
    }

    .section_title3 p{
        font-size: 14px;
        line-height: 20px;
        word-break: keep-all;
    }

    .pds_info>p{
        font-size: 13px;
        line-height: 20px;
        margin-top: 10px;
        padding-left: 0;
        word-break: keep-all;
    }

    .pds_info>p br.m_none{
        display: none;
    }

    .pds_info>span{
        background-color: transparent;
        margin: 5px 0;
    }

    .pds_info_text{
        padding-left: 0;
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
    }

    .pds_info_text br.m_none{
        display: none;
    }


    /* sub2_1_1 */
    .sub2_1_1_section1{
        padding: 50px 0 30px;
    }

    .product_detail_top{
        display: block;
    }

    .pdt_content__download {
      display: flex;
      flex-direction: column;
    }

    .pdt_content__download:hover .pdt_content__download__list {
      display: block;
    }

    ul.inquiry_btn {
      cursor: pointer;
      position: relative;
        z-index: 4;
    }

    ul.inquiry_btn li {
      width: 100%;
      display: flex;
      justify-content: space-between;
    }

    .pdt_content__download__list {
      display: none;
      position: absolute;
      top: 40px;
      left: 0;
      width: 100%;
    }

    .pdt_content__download__list li {
      border: 1px solid #bbb;
      box-sizing: border-box;
    }

    .pdt_content__download__list a.inquiry_btn {
      font-size: 10px !important;
      padding: 0 10px;
      background-color: white;
      color: #125295;
      margin: 0;
    }

    ul.inquiry_btn,
    a.inquiry_btn{
        width: 150px;
        height: 40px;
        padding: 0 20px;
        font-size: 14px;
        margin-top: 20px;
    }

    a.inquiry_btn i{
        font-size: 16px;
    }

    .sub2_1_1_section2{
        padding: 40px 0;
    }

    .product_img{
        width: 100%;
        text-align: center;
    }

    .product_img img{
        width: 80%;
    }

    .hover_search{
        position: relative;
        top: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        margin-top: 15px;
    }

    .pop_btn{
        width: 80px;
        height: 30px;
        cursor: inherit;
        font-size: 10px;
        letter-spacing: -0.5px;
        margin: 0 2px;
        border-radius: 5px;
    }

    .pop_btn i{
        font-size: 18px;
        margin-right: 3px;
    }

    .sub2_1_1_section2 .sub_center>span{
        height: 30px;
        margin: 0 auto 10px;
    }

    .product_text{
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
    }

    .product_text br.m_none{
        display: none;
    }

    .sub2_1_1_section3{
        padding: 50px 0 100px;
    }

    ul.product_info_ul li{
        padding: 8px 5px;
        display: block;
    }

    .title{
        width: 100%;
        font-size: 13px;
        word-break: keep-all;
        line-height: 18px;
    }

    .content{
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px;
        word-break: keep-all;
    }

    .back_btn{
        margin-top: 30px;
    }

    .back_btn a{
        width: 150px;
        height: 40px;
        font-size: 14px;
    }


    /* sub2_1_2 */
    .content span{
        margin-right: 15px;
    }


    /* sub2_2_1 */
    .content p{
        margin-left: 0;
    }


    /* sub3_1 */
    .sub3_1_section1{
        padding: 50px 0 30px;
    }

    .s3_1_sec1_text1{
        font-size: 15px;
        line-height: 28px;
    }

    .s3_1_sec1_text1 p{
        font-size: 20px;
    }

    .s3_1_sec1_text1 p span{
        font-size: 15px;
    }

    .s3_1_sec1_text2{
        font-size: 13px;
        line-height: 20px;
        margin-top: 20px;
        word-break: keep-all;
    }

    .s3_1_sec1_text2 br.m_none{
        display: none;
    }

    .s3_1_sec1_btn{
        margin-top: 20px;
        width: 100%;
        /* display: block; */
    }

    .s3_1_sec1_btn a{
        width: 48%;
        height: 40px;
        padding: 0 10px;
    }

    .s3_1_sec1_btn a img{
        height: 20px;
    }

    .s3_1_sec1_btn a i{
        font-size: 18px;
    }

    .s3_1_sec1_btn a:first-child{
        margin-right: 2%;
        /* margin-bottom: 10px; */
    }

    .s3_1_sec3_btnbox{
      width: 100%;
      margin-top: 20px;
    }

    .s3_1_sec3_txt{
      font-size: 14px;
      margin-bottom: 5px;
      padding-left: 2px;
    }

    .s3_1_sec3_btn{
        /* margin-top: 10px; */
        width: 100%;
        /* display: block; */
    }

    .s3_1_sec3_btn a{
        width: 48%;
        height: 40px;
        padding: 0 10px;
        font-size: 12px;
        /* margin: 0 auto; */
    }

    .s3_1_sec3_btn a i{
        font-size: 16px;
    }

    .s3_1_sec3_btn a:first-child{
        margin-right: 2%;
    }

    .sub3_1_section2{
        padding: 30px 0;
    }

    .sub3_1_section2 .section_text{
        margin-top: 10px;
    }

    .sub3_1_section2 .section_text p{
        margin-left: 0;
        word-break: keep-all;
    }

    .sub3_1_section2 .section_text p br.m_none{
        display: none;
    }

    .sub3_1_section3{
        padding: 50px 0 100px;
    }

    .s3_1_sec3_box1 img{
        width: 50%;
    }

    .s3_1_sec3_box1 span{
        margin-top: 20px;
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
    }

    .redbar{
        height: 30px;
        margin: 20px auto;
    }

    .s3_1_sec3_box2 img{
        width: 50%;
    }

    .s3_1_sec3_box2 p{
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
        word-break: keep-all;
    }

    .s3_1_sec3_box2 p br{
        display: none;
    }


    /* sub3_1_1 */
    .sub3_1_1_section{
        padding: 50px 0 100px;
    }

    .sub3_1_1_section .section_text{
        word-break: keep-all;
    }

    .sub3_1_1_section .section_text br.m_none{
        display: none;
    }

    .s3_1_1_btn{
        margin-top: 15px;
    }

    .sub3_1_1_section .redbar{
        margin: 20px auto;
    }

    .nara_pd_contain{
        margin-top: 30px;
    }

    .nara_pd_contain>p{
        font-size: 14px;
        padding-left: 5px;
    }

    .list_select{
        padding: 10px 5px;
        display: block;
    }

    .detail_check{
        width: 100%;
        margin-bottom: 10px;
        display: inline-block;
    }

    .detail_check>p{
        width: 100%;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .checkbox{
        float: left;
        margin-left: 0;
        margin-right: 20px;
    }

    .circle{
        width: 10px;
        height: 10px;
        cursor: inherit;
    }

    .checkbox p{
        font-size: 12px;
        margin-left: 5px;
    }

    li.flex_li{
        display: block;
    }

    .list_num{
        display: none;
    }

    .nara_pd_info{
        width: 100%;
        padding: 15px 10px;
        box-sizing: border-box;
        cursor: inherit;
        display: block;
    }

    .pd_thumb{
        width: 100px;
        margin-right: 0;
    }

    .pd_info p{
        font-size: 12px;
    }

    .pd_info p span{
        font-size: 16px;
        line-height: 25px;
        margin-top: 5px;
    }

    .nara_pd_info:hover .pd_info p span{
        text-decoration: none;
    }

    .pd_info>span{
        font-size: 13px;
        line-height: 20px;
        margin-top: 10px;
    }

    .price{
        width: 100%;
        padding: 15px 10px;
        box-sizing: border-box;
        font-size: 18px;
        text-align: right;
    }


    /* sub3_1_2 */
    .jodal_contain{
        margin-top: 30px;
    }

    ul.jodal_ul li{
        width: 100%;
        height: inherit;
        padding: 15px 10px;
        margin-right: 0;
    }

    .jodal_info{
        cursor: inherit;
    }

    .jodal_info p{
        font-size: 12px;
    }

    .jodal_info p span{
        font-size: 16px;
        margin-top: 5px;
        line-height: 23px;
    }

    .jodal_info:hover p span{
        text-decoration: none;
    }

    .jodal_info>span{
        font-size: 13px;
        margin-top: 15px;
        line-height: 20px;
    }

    .jodal_price{
        font-size: 16px;
        margin-top: 10px;
    }


    /* sub3_2 */
    .sub3_2_section1{
        padding: 50px 0;
    }

    .section_title4 img{
        width: 30px;
    }

    .section_title4 p{
        font-size: 12px;
        letter-spacing: 2px;
        margin-left: 10px;
    }

    .s3_2_sec1{
        margin-top: 30px;
        flex-direction: column-reverse;
    }

    .seagate_logo{
        width: 45%;
        margin-bottom: 10px;
    }

    .seagate_logo img{
        width: 100%;
    }

    .s3_2_sec1_text{
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
    }

    .s3_2_sec1_text br.m_none{
        display: none;
    }

    .s3_2_sec1_text p{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .s3_2_sec1_text p span{
        font-size: 22px;
    }

    .sub3_2_section2{
        padding-bottom: 30px;
    }

    .s3_2_sec2_title>span{
        height: 30px;
        margin: 0 auto 15px;
    }

    .s3_2_sec2_title p{
        font-size: 16px;
    }

    .s3_2_sec2_title p span{
        font-size: 18px;
    }

    ul.s3_2_sec2_ul{
        margin-top: 30px;
    }

    ul.s3_2_sec2_ul li{
        width: 30%;
        height: 70px;
        margin-right: 10px;
    }

    ul.s3_2_sec2_ul li img{
        width: 10px;
        top: -5px;
    }

    ul.s3_2_sec2_ul li p{
        font-size: 13px;
        line-height: 18px;
        word-break: keep-all;
    }

    .sub3_2_section3{
        padding: 50px 0;
    }

    .section_title5 img{
        width: 30px;
    }

    .section_title5 p{
        font-size: 16px;
        line-height: 25px;
        margin-left: 10px;
    }

    .section_title5 p span{
        font-size: 22px;
    }

    .s3_2_sec3_contain{
        margin-top: 20px;
    }

    .s3_2_sec3_contain>p{
        padding: 10px 0;
        font-size: 14px;
    }

    ul.s3_2_sec3_ul1{
        padding: 0;
        display: block;
    }

    ul.s3_2_sec3_ul1 li{
        width: 100%;
        padding: 20px 0;
    }

    ul.s3_2_sec3_ul1 li img{
        width: 50%;
    }

    ul.s3_2_sec3_ul1 li p{
        font-size: 16px;
        line-height: 23px;
        margin: 15px 0 10px;
    }

    ul.s3_2_sec3_ul1 li span{
        font-size: 13px;
        line-height: 20px;
    }

    ul.s3_2_sec3_ul2{
        margin-top: 15px;
        display: block;
    }

    ul.s3_2_sec3_ul2 li{
        width: 100%;
        height: inherit;
        padding: 20px;
        align-items: center;
        flex-direction: column-reverse;
    }

    ul.s3_2_sec3_ul2 li:first-child{
        margin-right: 0;
        margin-bottom: 5px;
    }

    ul.s3_2_sec3_ul2 li img{
        width: 30%;
    }

    ul.s3_2_sec3_ul2 li p{
        font-size: 16px;
        line-height: 25px;
        margin-top: 20px;
        text-align: center;
    }

    ul.s3_2_sec3_ul2 li p br{
        display: none;
    }

    ul.s3_2_sec3_ul2 li p span{
        font-size: 13px;
        line-height: 20px;
        margin-top: 5px;
        word-break: keep-all;
    }

    .sub3_2_section4{
        padding: 50px 0;
    }

    ul.sub3_2_icon_ul{
        margin-top: 20px;
        display: inline-block;
    }

    ul.sub3_2_icon_ul li{
        width: 49%;
        float: left;
        margin-right: 2%;
        margin-bottom: 10px;
    }

    ul.sub3_2_icon_ul li:nth-child(2n){
        margin-right: 0;
    }

    .icon_box{
        padding: 15px 0 10px;
    }

    .icon_box img{
        width: 45px;
    }

    .icon_box p{
        font-size: 16px;
        margin-bottom: 10px;
    }

    ul.sub3_2_icon_ul li>p{
        height: 60px;
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
        padding: 0 5px;
        box-sizing: border-box;
    }

    .text_box{
        height: 180px;
        padding: 10px;
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .text_box br{
        display: none;
    }

    .sub3_2_section5{
        padding: 50px 0 100px;
    }

    .sub3_2_section5 ul{
        border-top: none;
        margin-top: 25px;
        display: block;
    }

    .sub3_2_section5 ul li{
        margin-top: 0;
        margin-bottom: 20px;
    }

    .sub3_2_section5 ul li:last-child{
        margin-bottom: 0;
    }

    .sub3_2_section5 ul li img{
        width: 50%;
    }

    .sub3_2_section5 ul li span{
        font-size: 12px;
        line-height: 18px;
        margin-top: 15px;
    }

    .sub3_2_section5 ul li span br.m_none{
        display: none;
    }

    .sub3_2_section5 ul li span p{
        margin-left: 6px;
    }

    ul.s3_2_sec3_ul1 a {
        width: 150px;
        height: 40px;
        margin: 20px auto 0;
        padding: 0 20px;
        font-size: 16px;
    }


    /* sub3_2_1 */
    .sub3_2_1_section3{
        padding: 50px 0;
    }

    .sub3_2_1_section4{
        padding: 50px 0 80px;
    }

    .sub3_2_1_section4 .sub_center>ul>li{
        flex-direction: column-reverse;
        margin-bottom: 40px;
    }

    .sub3_2_1_section4 .sub_center>ul>li:nth-child(2n){
        flex-direction: column-reverse;
    }

    .sub3_2_1_section4 .sub_center>ul>li p{
        font-size: 14px;
        line-height: 20px;
        word-break: keep-all;
    }

    .sub3_2_1_section4 .sub_center>ul>li p br{
        display: none;
    }

    .sub3_2_1_section4 .sub_center>ul>li p strong{
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .sub3_2_1_section4 .sub_center>ul>li p span{
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
    }

    .s3_2_1_img{
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    .s3_2_1_img img{
        width: 50%;
    }

    .sub3_2_1_section2 .pop_btn {
        padding: 0 8px;
    }


    /* sub3_2_2 */
    .hover_search2{
        width: 80%;
    }


    /* sub3_2_3 */
    .sub3_2_3_section2 .product_text strong{
        font-size: 14px;
    }

    .sub3_2_3_section3{
        padding: 50px 0;
    }

    .sub3_2_3_section3 .sub_center{
        justify-content: center;
    }

    .s3_2_2_sec3_box{
        width: 100%;
        height: auto;
        padding: 30px;
        box-sizing: border-box;
    }

    .s3_2_2_sec3_box p{
        font-size: 13px;
        line-height: 20px;
    }

    .s3_2_2_sec3_box p span{
        font-size: 18px;
        margin-bottom: 15px;
    }

    .s3_2_2_sec3_box a{
        width: 150px;
        height: 40px;
        padding: 0 20px;
        font-size: 14px;
        margin-top: 30px;
    }

    .s3_2_2_sec3_box a i{
        font-size: 16px;
    }

    .sub3_2_3_section4{
        padding: 50px 0;
    }

    .sub3_2_3_section4 .sub_center>ul li{
        flex-direction: column-reverse;
    }

    .sub3_2_3_section4 .sub_center>ul li:nth-child(2n){
        flex-direction: column-reverse;
    }

    .inner_txt{
        width: 100%;
    }

    .inner_txt ul{
        margin-top: 10px;
    }

    .inner_txt ul li{
        font-size: 12px;
        line-height: 18px;
    }

    .inner_txt ul li br{
        display: none;
    }

    .sub3_2_3_section5{
        padding: 50px 0 80px;
    }

    .sub3_2_3_section5 p{
        font-size: 14px;
    }

    .sub3_2_3_section5 p span{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .s3_2_3_img{
        width: 100%;
        margin: 30px auto 0;
    }

    .s3_2_3_img img{
        width: 60%;
    }


    /* sub3_3 */
    .sub3_3_section1{
        padding: 50px 0;
    }

    .section_title6 img{
        width: 30px;
    }

    .section_title6 p{
        font-size: 16px;
        margin-left: 10px;
    }

    .section_title6 p span{
        font-size: 18px;
    }

    .s3_3_sec1_box{
        margin-top: 40px;
        padding: 35px 0;
    }

    .title_img{
        top: -18px;
        left: 15px;
    }

    .title_img img{
        width: 100px;
    }

    .s3_3_sec1_box ul{
        display: block;
    }

    .s3_3_sec1_box ul li{
        width: 100%;
        margin-bottom: 30px;
    }

    .s3_3_sec1_box ul li:last-child{
        margin-bottom: 0;
    }

    .s3_3_sec1_box ul li p{
        font-size: 13px;
        line-height: 20px;
        margin-top: 10px;
    }

    .s3_3_sec1_box ul li img{
        height: 130px;
    }

    .sub3_3_section2{
        padding: 50px 0;
    }

    .sub3_3_section2 ul{
        display: block;
    }

    .sub3_3_section2 ul li{
        width: 100%;
    }

    .sub3_3_section2 ul li>p{
        width: 80%;
        height: 40px;
        border-radius: 7px;
        font-size: 16px;
        top: -20px;
    }

    .sub3_3_section2 ul li:first-child{
        margin-bottom: 40px;
    }

    .s3_3_sec2_text{
        padding: 35px 25px 20px;
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
    }

    .sub3_3_section2 ul li:last-child .s3_3_sec2_text br{
        display: none;
    }

    .s3_3_sec2_img{
        height: inherit;
        padding: 25px;
        box-sizing: border-box;
    }

    .s3_3_sec2_img img{
        width: 100%;
    }

    .sub3_3_section3{
        padding: 30px 0;
    }

    ul.s3_3_sec3_ul li{
        display: block;
        margin-bottom: 10px;
    }

    .s3_3_sec3_title{
        width: 100%;
        font-size: 16px;
        padding: 8px 0;
    }

    .s3_3_sec3_con{
        width: 100%;
        padding: 15px;
    }

    .s3_3_sec3_con p{
        align-items: baseline;
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
        margin-bottom: 5px;
    }

    .s3_3_sec3_con p:last-child{
        margin-bottom: 0;
    }

    .s3_3_sec3_con p br{
        display: none;
    }

    .s3_3_sec3_con p span{
        display: none;
    }

    ul.s3_3_sec3_ul li:nth-child(2n) .s3_3_sec3_con p{
        align-items: baseline;
    }

    .sub3_3_section4{
        padding: 50px 0;
    }

    .sub3_3_section4 p{
        font-size: 14px;
        line-height: 23px;
        word-break: keep-all;
    }

    .sub3_3_section4 p br{
        display: none;
    }

    .sub3_3_section4 p span{
        font-size: 16px;
    }

    .sub3_3_section4 img{
        width: 100%;
        margin: 30px auto 0;
    }

    .sub3_3_section5{
        padding-bottom: 150px;
    }

    .s3_3_sec5{
        margin-top: 50px;
    }

    .s3_3_sec5>p{
        font-size: 14px;
    }

    .s3_3_sec5>p span{
        font-size: 16px;
    }

    .s3_3_sec5>p span i{
        font-size: 22px;
        margin-left: 3px;
    }

    .s3_3_sec5 ul{
        margin-top: 20px;
    }

    .s3_3_sec5 ul li{
        width: 45%;
        height: inherit;
        display: block;
        padding: 15px 0 0;
        text-align: center;
    }

    .s3_3_sec5 ul li:first-child{
        margin-right: 5%;
    }

    .s3_3_sec5 ul li a{
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        height: inherit;
        padding: 10px;
        justify-content: center;
        font-size: 14px;
        margin-top: 12px;
    }

    .s3_3_sec5 ul li a i{
        font-size: 18px;
        margin-left: 5px;
    }

    .s3_3_sec5 ul li p{
        font-size: 20px;
    }

    .s3_3_sec5 ul li p span{
        font-size: 13px;
        margin-bottom: 3px;
    }

    .vm_video{
        width: 100%;
    }


    /* sub3_4 */
    .sub3_4_section1{
        padding-top: 50px;
    }

    .section_big_text{
        font-size: 18px;
        line-height: 30px;
        margin-top: 20px;
    }

    .sub3_4_section1 .section_big_text{
        word-break: keep-all;
    }

    .sub3_4_section1 .section_big_text br{
        display: none;
    }


    .section_big_text span{
        font-size: 20px;
    }

    .section_small_text{
        margin-top: 15px;
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
    }

    .section_small_text br{
        display: none;
    }

    .s3_4_imgbox{
        margin-top: 20px;
    }

    .sub3_4_section2{
        padding-bottom: 150px;
    }

    .sub3_4_section2 .sub_center{
        display: block;
    }

    .fix_menu{
        width: 100%;
        padding: 50px 0 10px;
    }

    .fix_menu ul{
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }

    .fix_menu ul li{
        width: auto;
        margin-top: 0;
    }

    .fix_menu ul li a{
        font-size: 4vw;
    }

    .fix_menu ul li a span{
        display: none;
    }

    .fix_menu>span{
        font-size: 10px;
        line-height: 15px;
        margin-top: 0;
        text-align: center;
    }

    .fix_menu>span p{
        display: inline;
        margin: 0;
    }

    .fix_menu>span p br{
        display: none;
    }

    .s3_4_system_list{
        width: 100%;
    }

    .system_contain{
        padding-top: 100px;
    }

    .system_contain ul li{
        cursor: inherit;
    }

    .system_img{
        height: auto;
    }

    .system_img img{
        transition: none;
    }

    .system_contain ul li:hover .system_img img{
        transform: scale(1);
    }

    .system_contain ul li p{
        font-size: 13px;
        margin: 5px 0 0;
        text-align: center;
    }

    #other ul li{
        margin-bottom: 25px;
    }

    #other ul li:last-child{
        margin-bottom: 0;
    }


    /* sub3_5 */
    .sub3_5_section1{
        padding: 50px 0;
    }

    .sub3_5_section1 .section_text br{
        display: none;
    }

    .sub3_5_section1 ul.sub3_2_icon_ul li{
        width: 100%;
    }

    .sub3_5_section1 ul.sub3_2_icon_ul li>p{
        height: 30px;
        font-size: 14px;
    }

    .sub3_5_section1 ul.sub3_2_icon_ul li .text_box{
        height: inherit;
    }

    .sub3_5_section1 ul.sub3_2_icon_ul li .text_box p{
        margin-left: 0;
        display: inline;
    }

    .sub3_5_section1 ul.sub3_2_icon_ul li .text_box br.pc_none{
        display: block;
    }

    .sub3_5_section2{
        padding: 50px 0;
    }

    .sub3_5_section2 ul{
        display: block;
    }

    .sub3_5_section2 ul li{
        width: 100%;
    }

    .sub3_5_section2 ul li:first-child{
        margin-bottom: 30px;
    }

    .s3_5_sec2_top img{
        width: 30px;
    }

    .s3_5_sec2_top p{
        font-size: 16px;
        margin-left: 10px;
    }

    .s3_5_sec2_text{
        padding: 10px 0;
        font-size: 14px;
        margin-top: 20px;
    }

    .s3_5_sec2_img{
        height: inherit;
        padding: 20px;
        box-sizing: border-box;
    }

    .s3_5_sec2_img img{
        width: 100%;
    }

    .sub3_5_section3{
        padding: 50px 0;
    }

    .sub3_5_section3 img{
        width: 100%;
    }

    .sub3_5_section4 img{
        width: 90%;
    }

    .sub3_5_section4 ul.s3_3_sec3_ul{
        margin-top: 30px;
    }

    .sub3_5_section4 .s3_3_sec3_title span{
        font-size: 12px;
        margin-top: 5px;
    }

    .sub3_5_section4 .s3_3_sec3_con p{
        align-items: baseline !important;
        text-align: left;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 7px;
    }

    .sub3_5_section4 .s3_3_sec3_con p:last-child{
        margin-bottom: 0;
    }


    /* sub3_6 */
    .sub3_6_section1{
        padding: 50px 0;
    }

    .sub3_6_section1 .section_text{
        word-break: keep-all;
    }

    .sub3_6_section1 .section_text br{
        display: none;
    }

    .s3_6_sec1{
        margin-top: 20px;
    }

    .s3_6_sec1 ul.s3_2_sec2_ul{
        display: inline-block;
    }

    .s3_6_sec1 ul.s3_2_sec2_ul li{
        width: 32%;
        height: 85px;
        margin-right: 2%;
        float: left;
    }

    .s3_6_sec1 ul.s3_2_sec2_ul li:nth-child(3n){
        margin-right: 0;
    }

    .s3_6_sec1 ul.s3_2_sec2_ul li:nth-child(1),
    .s3_6_sec1 ul.s3_2_sec2_ul li:nth-child(2),
    .s3_6_sec1 ul.s3_2_sec2_ul li:nth-child(3){
        border-bottom: none;
    }

    .s3_6_sec1 ul.s3_2_sec2_ul li:nth-child(4){
        margin-left: 17%;
    }

    .s3_6_sec1 ul.s3_2_sec2_ul li p{
        line-height: 18px;
    }

    .s3_6_sec1 ul.s3_2_sec2_ul li p br{
        display: none;
    }

    .sub3_6_section2{
        padding: 50px 0;
    }

    .sub3_6_section2 .sub_center{
        display: block;
    }

    .sub3_6_section2 .section_big_text{
        line-height: 25px;
        word-break: keep-all;
    }

    .sub3_6_section2 .section_big_text br{
        display: none;
    }

    .s3_6_sec2_right{
        width: 100%;
    }

    .s3_6_sec2_right ul{
        width: 100%;
        margin-top: 20px;
    }

    .s3_6_sec2_right ul li{
        width: 100%;
        height: inherit;
        float: left;
        margin-bottom: 10px;
        margin-right: 0;
        padding: 15px;
    }

    .s3_6_sec2_right ul li:nth-child(3){
        margin-bottom: 10px;
    }

    .s3_6_sec2_right ul li p{
        font-size: 16px;
    }

    .s3_6_sec2_right ul li p span{
        font-size: 18px;
    }

    .s3_6_sec2_right ul li>span{
        font-size: 13px;
        line-height: 20px;
        margin-top: 10px;
    }

    .s3_6_sec2_right ul li>span br.m_none{
        display: none;
    }

    .sub3_6_section3{
        padding: 50px 0 100px;
    }

    .s3_6_sec3_title p{
        font-size: 16px;
    }

    .s3_6_sec3_title p span{
        font-size: 18px;
    }

    .s3_6_sec3_title>span{
        font-size: 13px;
        line-height: 18px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .s3_6_sec3_1{
        margin-top: 20px;
    }

    ul.s3_6_sec3_ul1 li{
        width: 40px;
        font-size: 11px;
        line-height: 15px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .s3_6_sec3_2{
        margin-top: 70px;
        display: block;
    }

    .s3_6_sec3_2_text p{
        font-size: 16px;
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .s3_6_sec3_2_text p br{
        display: none;
    }

    .s3_6_sec3_2_text p span{
        font-size: 18px;
        margin-left: 5px;
    }

    .s3_6_sec3_2_text p i{
        font-size: 30px;
        margin-bottom: 0;
        margin-right: 5px;
    }

    .s3_6_sec3_2_text>span{
        font-size: 13px;
        line-height: 20px;
        margin-top: 10px;
        word-break: keep-all;
        text-align: center;
    }

    .s3_6_sec3_2_text>span br{
        display: none;
    }

    ul.s3_6_sec3_ul2{
        width: 100%;
        display: block;
        margin-top: 20px;
    }

    ul.s3_6_sec3_ul2 li{
        width: 100%;
        padding: 15px 20px;
        align-items: center;
        flex-direction: row;
    }

    ul.s3_6_sec3_ul2 li img{
        width: 25px;
        margin-right: 15px;
    }

    ul.s3_6_sec3_ul2 li p{
        margin-top: 0;
        font-size: 13px;
    }

    ul.s3_6_sec3_ul2 li p span{
        font-size: 16px;
        margin-bottom: 10px;
    }


    /* sub4_1 */
    .sub4_1_section{
        padding: 50px 0;
    }

    ul.ul_contain{
        display: block;
    }

    ul.ul_contain>li{
        width: 100%;
    }

    ul.ul_contain>li:first-child{
        margin-bottom: 30px;
    }

    ul.ul_contain>li p{
        font-size: 18px;
    }

    ul.ul_inner{
        height: inherit;
        padding: 20px 15px 20px 30px;
    }

    ul.ul_inner li{
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    ul.ul_inner li span{
        font-size: 11px;
    }

    .inquiry_contain{
        margin-top: 50px;
        padding: 30px 20px;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .ic_left{
        width: 100%;
    }

    .ic_left p{
        font-size: 13px;
        word-break: keep-all;
        line-height: 20px;
        text-align: center;
    }

    .ic_left p span{
        font-size: 18px;
        margin-bottom: 10px;
    }

    .ic_left ul{
        width: 200px;
        margin: 20px auto 0;
        display: block;
    }

    .ic_left ul li{
        width: 100%;
        height: 35px;
        padding: 0 10px;
        justify-content: center;
    }

    .ic_left ul li:first-child{
        margin-right: 0;
        margin-bottom: 10px;
        cursor: inherit;
    }

    .ic_left ul li i{
        font-size: 18px;
        margin-right: 10px;
    }

    .ic_left ul li p{
        font-size: 13px;
    }

    .ic_right{
        width: 100px;
        margin-bottom: 30px;
    }

    .ic_right img{
        width: 100%;
    }


    /* sub4_2 */
    .sub4_2_section{
        padding: 50px 0 100px;
    }

    .inquiry_box{
        padding-top: 20px;
    }

    .little_text{
        font-size: 12px;
    }

    .flex_input{
        display: block;
    }

    .flex_input>p{
        font-size: 14px;
        width: 100%;
        margin-bottom: 5px;
    }

    span.small_text{
        display: inline-block;
        font-size: 10px;
        margin-left: 5px;
    }

    .flex_input>input[type='text']{
        width: 100%;
        height: 35px;
    }

    .flex_input>input[type='text']::placeholder{
        font-size: 95%;
    }

    .flex_half{
        width: 100%;
        display: block;
    }

    .flex_half>.flex_input{
        width: 100%;
    }

    .flex_half>.flex_input>p{
        width: 100%;
    }

    .flex_half>.flex_input>input[type='text']{
        width: 100%;
    }

    .phone_input{
        width: 100%;
    }

    .select_box{
        height: 35px;
    }

    .select_box i{
        font-size: 12px;
    }

    .select_box select{
        font-size: 12px;
    }

    .phone_input>input[type='text']{
        height: 35px;
    }

    .flex_input2>textarea{
        width: 100%;
        height: 100px;
    }

    .flex_half2 .flex_input{
        display: flex;
    }

    .flex_half2 .flex_input>p{
        width: 28%;
        margin: 0;
    }

    .input_file{
        width: 72%;
    }

    .file label{
        cursor: inherit;
        width: 80px;
        height: 30px;
        font-size: 12px;
    }

    .input_file>span{
        font-size: 12px;
        margin-left: 5px;
    }

    .agree_box{
        margin-top: 20px;
        padding-top: 20px;
    }

    .agree_box>p{
        font-size: 16px;
    }

    .agree_conbox{
        height: 100px;
        font-size: 12px;
        line-height: 18px;
        padding: 5px;
    }

    .check_box{
        cursor: inherit;
    }

    .check_box i{
        font-size: 18px
    }

    .check_box span{
        font-size: 11px;
    }


    /* sub4_3 */
    .sub4_3_section{
        padding: 50px 0 100px;
    }

    .total_search{
        display: block;
    }

    .total_search p{
        font-size: 13px;
        margin-bottom: 10px;
    }

    .table_search_box{
        justify-content: space-between;
    }

    .search_select{
        width: 20%;
        height: 30px;
        margin-right: 0;
    }

    .search_select i{
        right: 5px;
        font-size: 14px;
    }

    .search_select select{
        font-size: 12px;
    }

    .table_search_box input[type='text']{
        width: 60%;
        height: 30px;
        margin-right: 0;
    }

    .table_search_box input[type='text']::placeholder{
        font-size: 95%;
    }

    .table_search_box input[type='button']{
        width: 18%;
        height: 30px;
        font-size: 14px;
    }

    table.download_tb{
        margin-top: 10px;
        table-layout: fixed;
    }

    table.download_tb th{
        padding: 10px 0;
        font-size: 13px;
    }

    table.download_tb td{
        padding: 15px 0;
    }

    table.download_tb th:first-child,
    table.download_tb td:first-child{
        width: 10%;
    }

    table.download_tb th:nth-child(2),
    table.download_tb td:nth-child(2){
        width: 50%;
    }

    table.download_tb th:nth-child(3),
    table.download_tb td:nth-child(3){
        width: 25%;
    }

    table.download_tb th:last-child,
    table.download_tb td:last-child{
        width: 15%;
    }

    .table_num{
        font-size: 10px;
    }

    .download_title{
        flex-direction: row-reverse;
        cursor: inherit;
    }

    .download_title p{
        width: 90%;
        font-size: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .download_title:hover p{
        text-decoration: none;
    }

    .download_title i{
        transform: rotate(45deg);
        margin-left: 0;
        margin-right: 3px;
        font-size: 14px;
    }

    .date,
    .view{
        font-size: 10px;
    }

    .page_btn{
        margin-top: 40px;
    }

    .page_btn a{
        font-size: 14px;
        margin: 0 15px;
    }

    .page_btn a.page_num{
        width: 35px;
        height: 35px;
    }


    /* sub4_3_d */
    .sub4_3_d_section{
        padding: 50px 0 100px;
    }

    .detail_title{
        padding: 10px 0;
        font-size: 14px;
        line-height: 20px;
    }

    .user{
        padding: 10px 5px;
    }

    .user p{
        font-size: 10px;
    }

    .detail_content{
        padding: 10px 5px;
        font-size: 12px;
        line-height: 20px;
    }

    .file_box{
        padding: 10px 5px;
    }

    .file_box p{
        font-size: 12px;
    }

    .file_box p i{
        font-size: 14px;
        margin-right: 3px;
    }

    .file_box a{
        font-size: 12px;
        margin-left: 10px;
    }

    .file_box a:hover{
        text-decoration: none;
    }


    /* sub4_4_1 */
    .s4_4_tab{
        margin-bottom: 40px;
    }

    .s4_4_tab ul li{
        width: 100px;
        padding-bottom: 14px;
        font-size: 16px;
        cursor: inherit;
    }


    /* sub4_4_1_d */
    .detail_content img{
        max-width: 100%;
        margin: 10px 0;
    }

    .link_box{
        padding: 10px 5px;
    }

    .link_box a i{
        font-size: 14px;
        margin-left: 3px;
    }


    /* sub4_4_2 */
    table.notice_td .download_title{
        flex-direction: row;
    }

    .notice_thumb{
        width: 100px;
        height: 40px;
        margin-right: 5px;
    }


    /* sub4_4_2_d */
    .detail_video{
        width: 90%;
        margin: 15px auto;
    }


    /* search_result */
    .sd_content{
        padding: 50px 0 100px;
    }

    .sd_content .sub_center>p{
        font-size: 16px;
    }

    .sr_input{
        width: 80%;
        height: 35px;
        border-bottom: 1px solid #222;
        margin: 30px auto 0;
    }

    .sr_input input::placeholder{
        font-size: 16px;
    }

    .sr_input i{
        font-size: 20px;
        cursor: inherit;
    }

    .search_d_box{
        margin-top: 60px;
    }

    .search_d_box>p{
        font-size: 16px;
    }

    .search_d_box ul{
        margin-top: 10px;
    }

    .search_d_box ul li{
        padding: 10px;
        cursor: inherit;
        display: block;
    }

    .search_d_box ul li p{
        width: 100%;
        font-size: 13px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .search_d_box ul li:hover span{
        text-decoration: none;
    }

    .search_route{
        font-size: 12px;
        margin-left: 0;
        margin-top: 5px;
    }

    .search_route i{
        margin: 0 3px;
        font-size: 14px;
    }

}























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){

    /* sub intro */
    #sub_intro{
        height: 350px;
    }

    #sub_intro .sub_center p{
        font-size: 30px;
    }

    #sub_intro .sub_center p span{
        font-size: 14px;
    }

    #sub_intro .sub_center>span{
        font-size: 16px;
        margin-top: 30px;
    }


    /* sub route */
    .route_fix{
        height: 50px;
        margin-top: -50px;
    }

    .home{
        width: 50px;
        cursor: inherit;
    }

    .home i{
        font-size: 20px;
    }

    .sub_menubox{
        width: 230px;
    }

    .menu_inner{
        padding: 0 15px 0 20px;
        cursor: inherit;
    }

    .menu_title{
        font-size: 15px;
        line-height: 20px;
    }

    .menu_inner i{
        font-size: 16px;
    }

    .sub_menubox ul{
        top: 50px;
        padding: 20px 20px;
    }

    .sub_menubox ul li{
        font-size: 14px;
        margin-bottom: 15px;
        cursor: inherit;
    }


    /* sub1_1 */
    .sub1_1_section1{
        padding: 70px 0;
    }

    .sub1_1_section1 .sub_center{
        display: block;
    }

    .bar{
        width: 30px;
        height: 2px;
        margin-bottom: 20px;
    }

    .s1_1_left_text>p{
        font-size: 30px;
        line-height: 45px;
    }

    .s1_1_left_text>p br.m_none{
        display: none;
    }

    .s1_1_left_text>p span{
        font-size: 32px;
    }

    .s1_1_right_text{
        font-size: 16px;
        line-height: 25px;
        margin-top: 30px;
        word-break: keep-all;
    }

    .s1_1_right_text br.m_none{
        display: none;
    }

    .s1_1_right_text p{
        margin-top: 30px;
    }

    .sub1_1_section2{
        padding: 70px 0;
    }

    .section_title{
        align-items: baseline;
    }

    .section_title img{
        width: 35px;
    }

    .section_title p{
        font-size: 20px;
        margin-left: 10px;
        line-height: 25px;
        word-break: keep-all;
    }

    .section_context{
        padding: 10px 0 0 45px;
        font-size: 16px;
        line-height: 25px;
        word-break: keep-all;
    }

    .ci_box{
        padding: 40px 90px;
        margin-top: 30px;
    }

    .ci_box img{
        width: 30vw;
    }

    .sub1_1_section3{
        padding: 70px 0 150px;
    }

    ul.table_ul{
        margin-top: 30px;
    }

    ul.table_ul li{
        padding: 12px 20px;
    }

    ul.table_ul li p{
        font-size: 16px;
        width: 120px;
    }

    ul.table_ul li span{
        font-size: 15px;
        line-height: 23px;
    }

    .sub1_1_section3 .sub_center>img{
        width: 100%;
        margin-top: 50px;
    }


    /* sub1_2 */
    .blue_text{
        font-size: 14px;
        margin-bottom: 15px;
    }

    .sub1_2_section2{
        padding-bottom: 150px;
    }

    .sub1_2_section2 .sub_center{
        width: 100%;
    }

    ul.sub1_2_tab{
        top: 50px;
    }

    ul.sub1_2_tab li a{
        font-size: 16px;
        padding: 15px 0;
    }

    ul.sub1_2_tab li a:hover{
        color: #111;
        font-family: 'Pretendard-Light', sans-serif;
        border-bottom: 0;
        margin-bottom: 0;
    }

    ul.sub1_2_tab li a:hover img{
        opacity: 0;
    }

    .tab_content{
        padding: 0 5%;
    }

    .tabcon{
        padding-top: 120px;
        align-items: center;
    }

    .tab_thumb{
        width: 37%;
    }

    .tab_conbox{
        width: 60%;
        margin-bottom: 0;
    }

    .tab_conbox>p{
        font-size: 20px;
    }

    .tab_conbox>p span{
        width: 20px;
        margin-top: 15px;
    }

    .tabcon:nth-child(2n) .tab_conbox>p span{
        margin-left: 95%;
    }

    .tab_conbox>span{
        font-size: 15px;
        line-height: 23px;
        margin-top: 15px;
    }

    .tabcon:nth-child(2n-1) .tab_conbox>span p{
        margin-left: 8px;
    }

    .tabcon:nth-child(2n) .tab_conbox>span p{
        margin-right: 8px;
    }

    .tab_conbox a{
        padding: 8px 10px;
        font-size: 12px;
        margin-top: 15px;
    }


    /* sub1_3 */
    .sub1_3_section{
        padding: 70px 0 150px;
    }

    .sub1_3_section ul{
        margin-top: 40px;
    }

    .sub1_3_section ul li{
        margin-bottom: 50px;
        align-items: flex-start;
    }

    .partners_thumb{
        width: 25%;
        height: 150px;
        padding: 35px 20px;
        box-sizing: border-box;
        cursor: inherit;
    }

    .partners_thumb img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .partners_info{
        width: 72%;
    }

    .info_top p{
        font-size: 20px;
    }

    .info_top p span{
        display: block;
        width: 30px;
        height: 1px;
        background-color: #125295;
        margin-top: 20px;
    }

    a.location{
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #125295;
        font-family: 'Pretendard-Medium', sans-serif;
    }

    a.location i{
        font-size: 22px;
        margin-left: 5px;
        color: #125295;
    }

    .info_text{
        width: 100%;
        margin-top: 20px;
        font-size: 17px;
        color: #111;
        line-height: 28px;
        font-family: 'Pretendard-Light', sans-serif;
        word-break: keep-all;
    }


    /* sub1_4 */
    .sub1_4_section1{
        padding-top: 70px;
    }

    .product_detail_top{
        display: block;
    }

    .pdt_content{
        margin: 20px 0 0 40px;
    }

    .section_text{
        padding-left: 45px;
        font-size: 16px;
        line-height: 25px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .section_text br{
        display: none;
    }

    .s1_4_sec1{
        margin-top: 40px;
        padding: 0;
        display: block;
    }

    .s1_4_sec1>img{
        width: 30%;
    }

    .sec1_left{
        width: 650px;
        height: auto;
        margin: 0 auto;
    }

    .sec1_left>img{
        height: auto;
    }

    .position_img1 img{
        display: none;
    }

    .sec1_right{
        width: 100%;
    }

    .pc_sec1_right{
        display: none;
    }

    .m_sec1_right{
        display: block;
    }

    .m_sec1_right ul.hover_logo li{
        padding: 10px 25px;
        box-sizing: border-box;
    }

    .m_sec1_right ul.hover_logo li>img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .sub1_4_section2{
        padding-top: 40px;
    }

    ul.hover_logo{
        margin-top: 30px;
    }

    ul.hover_logo li{
        width: 19.5%;
        height: 60px;
        margin-bottom: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: visible;
    }

    ul.hover_logo li>img{
        width: 100%;
    }

    ul.hover_logo li p{
        top: 60px;
        width: 100%;
        height: 30px;
        font-size: 14px;
        background-color: transparent;
        color: #111;
        opacity: 1;
        visibility: visible;
        transition: none;
    }

    ul.hover_logo li:hover{
        border: 1px solid #ccc;
    }

    .sub1_4_section3{
        padding-top: 40px;
    }

    .s1_4_sec3{
        margin-top: 40px;
        display: block;
        padding: 0;
    }

    .sec3_left{
        width: 450px;
        height: 649px;
        margin: 0 auto;
    }

    .sec3_left>img{
        width: 100%;
    }

    .position_img2 img{
        height: 100%;
    }

    .sec3_right{
        width: 100%;
        margin-top: 30px;
    }

    .sec3_right ul{
        display: flex;
        justify-content: space-between;
    }

    .sec3_right ul li{
        width: 24%;
        height: 60px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sec3_right ul li>img{
        width: 95%;
    }

    .sec3_right ul li p{
        font-size: 15px;
    }

    .sub1_4_section4{
        padding: 70px 0 150px;
    }


    /* sub1_5 */
    .sub1_5_section1{
        padding-top: 70px;
    }

    .history_contain{
        margin-top: 30px;
        display: flex;
    }

    .history_img{
        width: 30%;
        height: 100%;
        position: sticky;
        top: 80px;
    }

    .history_img img{
        width: 100%;
        height: auto;
        object-fit: inherit;
    }

    .history_content{
        width: 70%;
        padding: 10px 0 0 5%;
    }

    .history_content ul li{
        margin-bottom: 40px;
        margin-left: -7px;
    }

    .point_circle{
        width: 12px;
        height: 12px;
    }

    .inner_circle{
        width: 6px;
        height: 6px;
    }

    .history{
        margin-left: 20px;
        margin-top: -7px;
    }

    .year{
        font-size: 20px;
    }

    .history_con{
        font-size: 16px;
    }

    .sub1_5_section2{
        padding: 70px 0 150px;
    }

    ul.certification01{
        margin-top: 30px;
    }

    ul.certification01 li{
        width: 48%;
        height: auto;
        margin-bottom: 30px;
    }

    .certification1_thumb{
        height: auto;
    }

    .certification1_thumb a{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hover_plus{
        display: none;
    }

    ul.certification01 li p{
        padding: 0 5px;
        font-size: 16px;
        margin-top: 15px;
    }

    ul.certification02{
        margin-top: 10px;
    }

    ul.certification02 li{
        width: 24%;
        max-height: 230px;
        margin-right: 1.33%;
        margin-bottom: 15px;
    }

    ul.certification02 li a{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sub_plus_btn{
        width: 50px;
        height: 50px;
        cursor: inherit;
    }

    .sub_plus_btn i{
        font-size: 30px;
        transition: none;
    }

    .sub_plus_btn:hover i{
        transform: none;
    }


    /* sub1_6 */
    .sub1_6_section{
        padding: 70px 0 150px;
    }

    .sub1_6_section ul{
        margin-top: 30px;
        padding: 0;
    }

    .sub1_6_section ul li{
        width: 31%;
        height: 180px;
    }

    .sub1_6_section ul li p{
        font-size: 18px;
    }

    .sub1_6_section ul li p i{
        font-size: 30px;
        margin-bottom: 15px;
    }

    .sub1_6_section ul li span{
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
    }

    .sub1_6_section ul li:last-child p{
        margin-top: -10px;
    }

    .sub1_6_section ul li:last-child span{
        margin-top: 25px;
    }

    .map_box{
        height: 350px;
        margin-top: -50px;
    }


    /* sub2_1 */
    .sub2_1_section{
        padding: 70px 0 150px;
    }

    .section_title2 p{
        font-size: 16px;
    }

    .product_main{
        margin-top: 30px;
        flex-direction: column-reverse;
    }

    .pm_left p{
        font-size: 24px;
        line-height: 40px;
        margin-top: 30px;
    }

    .pm_left p span{
        font-size: 30px;
    }

    .pm_left a{
        width: 200px;
        height: 45px;
        padding: 0 20px;
        font-size: 16px;
        margin-top: 30px;
        transition: none;
    }

    .pm_left a i{
        font-size: 20px;
    }

    .pm_left a:hover{
        color: #125295;
        background-color: transparent;
    }

    .pm_left a:hover i{
        color: #125295;
    }

    .pm_right{
        width: 70%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pm_right img{
        width: 100%;
    }

    .pd_info_text{
        margin-top: 50px;
        padding: 3px 0 3px 25px;
        font-size: 16px;
        line-height: 25px;
        word-break: keep-all;
    }

    .pd_info_text br.m_none{
        display: none;
    }

    ul.pds{
        margin-top: 70px;
    }

    ul.pds li{
        margin-bottom: 70px;
    }

    .pd_btn{
        width: 160px;
        margin-top: 0;
    }

    .pd_btn a{
        height: 45px;
        padding: 0 20px;
        font-size: 16px;
        margin: 10px 0;
    }

    .pd_btn a i{
        font-size: 20px;
        transition: none;
    }

    .pd_btn a:hover i{
        transform: none;
    }

    .pds_info{
        width: 73%;
    }

    .section_title3 p{
        font-size: 18px;
    }

    .pds_info>p{
        font-size: 16px;
        margin-top: 15px;
        padding-left: 45px;
        word-break: keep-all;
    }

    .pds_info>span{
        width: 20px;
        margin: 15px 0 15px 45px;
    }

    .pds_info_text{
        padding-left: 45px;
        font-size: 16px;
        word-break: keep-all;
    }

    .pds_info_text br.m_none{
        display: none;
    }


    /* sub2_1_1 */
    .sub2_1_1_section1{
        padding: 70px 0 30px;
    }

    .pdt_title{
        width: 100%;
    }

    a.inquiry_btn, ul.inquiry_btn{
        width: 150px;
        height: 45px;
        padding: 0 20px;
        font-size: 16px;
    }

    a.inquiry_btn i{
        font-size: 20px;
    }

    .sub2_1_1_section2{
        padding: 50px 0;
    }

    .product_img img{
        width: 60%;
    }

    .hover_search{
        margin-top: 20px;
        position: relative;
        top: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
    }

    .pop_btn{
        width: 130px;
        height: 45px;
        cursor: inherit;
        font-size: 16px;
    }

    .pop_btn i{
        font-size: 18px;
    }

    .product_img:hover .hover_search{
        opacity: 1;
        visibility: visible;
    }

    .sub2_1_1_section2 .sub_center>span{
        margin: 0 auto 15px;
    }

    .product_text{
        font-size: 16px;
        line-height: 25px;
        word-break: keep-all;
    }

    .product_text br.m_none{
        display: none;
    }

    .sub2_1_1_section3{
        padding: 50px 0 150px;
    }

    ul.product_info_ul li{
        padding: 10px 0;
    }

    .title{
        width: 35%;
        font-size: 16px;
    }

    .content{
        width: 65%;
        font-size: 15px;
        line-height: 25px;
    }

    .back_btn{
        margin-top: 50px;
    }

    .back_btn a{
        width: 150px;
        height: 45px;
        font-size: 16px;
    }


    /* sub2_1_2 */
    .content span{
        margin-right: 30px;
    }


    /* sub2_2_1 */
    .content p{
        margin-left: 0;
    }


    /* sub3_1 */
    .sub3_1_section1{
        padding: 70px 0 50px;
    }

    .s3_1_sec1_text1{
        font-size: 24px;
        line-height: 40px;
    }

    .s3_1_sec1_text1 p{
        font-size: 30px;
    }

    .s3_1_sec1_text1 p span{
        font-size: 24px;
    }

    .s3_1_sec1_text2{
        font-size: 16px;
        line-height: 25px;
        margin-top: 20px;
        word-break: keep-all;
    }

    .s3_1_sec1_text2 br.m_none{
        display: none;
    }

    .s3_1_sec1_btn{
        width: 100%;
        margin-top: 40px;
        display: flex;
    }

    .s3_1_sec1_btn a{
        width: 250px;
        height: 60px;
        padding: 0 15px 0 20px;
    }

    .s3_1_sec1_btn a img{
        height: 30px;
    }

    .s3_1_sec1_btn a i{
        font-size: 20px;
    }

    .s3_1_sec1_btn a:first-child{
        margin-right: 10px;
    }

    .s3_1_sec3_btnbox{
      margin-top: 30px;
    }

    .s3_1_sec3_txt{
      font-size: 20px;
      margin-bottom: 10px;
      padding-left: 3px;
    }

    .s3_1_sec3_btn{
        /* margin-top: 30px; */
        width: 100%;
        display: flex;
    }

    .s3_1_sec3_btn a{
        width: 250px;
        height: 60px;
        padding: 0 15px 0 20px;
        font-size: 16px;
    }

    .s3_1_sec3_btn a i{
        font-size: 20px;
    }

    .s3_1_sec3_btn a:first-child{
        margin-right: 10px;
    }

    .sub3_1_section2{
        padding: 50px 0;
    }

    .sub3_1_section2 .section_text{
        margin-top: 15px;
        padding-left: 0;
    }

    .sub3_1_section2 .section_text p{
        margin-left: 10px;
        word-break: keep-all;
    }

    .sub3_1_section2 .section_text p br.m_none{
        display: none;
    }

    .sub3_1_section3{
        padding: 70px 0 150px;
    }

    .s3_1_sec3_box1 img{
        width: 50%;
    }

    .s3_1_sec3_box1 span{
        margin-top: 20px;
        font-size: 16px;
        line-height: 25px;
        word-break: keep-all;
    }

    .redbar{
        height: 50px;
        margin: 40px auto;
    }

    .s3_1_sec3_box2 img{
        width: 50%;
    }

    .s3_1_sec3_box2 p{
        margin-top: 20px;
        font-size: 18px;
        line-height: 28px;
    }


    /* sub3_1_1 */
    .sub3_1_1_section{
        padding: 70px 0 150px;
    }

    .sub3_1_1_section .section_text{
        width: 95%;
        word-break: keep-all;
    }

    .sub3_1_1_section .section_text br.m_none{
        display: none;
    }

    .s3_1_1_btn{
        width: auto;
        margin-top: 0;
        display: block;
    }

    .sub3_1_1_section .redbar{
        margin: 30px auto;
    }

    .nara_pd_contain{
        margin-top: 50px;
    }

    .list_select{
        padding: 15px 10px;
        display: block;
    }

    .detail_check{
        margin-bottom: 15px;
    }

    .detail_check>p{
        font-size: 16px;
    }

    .checkbox{
        margin-left: 20px;
    }

    .circle{
        width: 15px;
        height: 15px;
        cursor: inherit;
    }

    .checkbox p{
        font-size: 15px;
        margin-left: 5px;
    }

    .list_num{
        width: 15%;
        font-size: 14px;
    }

    .nara_pd_info{
        width: 65%;
        padding: 20px 0;
        cursor: inherit;
    }

    .pd_thumb{
        width: 100px;
        margin-right: 30px;
    }

    .pd_info p{
        font-size: 12px;
    }

    .pd_info p span{
        font-size: 16px;
        margin-top: 5px;
    }

    .nara_pd_info:hover .pd_info p span{
        text-decoration: none;
    }

    .pd_info>span{
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
    }

    .price{
        width: 20%;
        font-size: 16px;
    }


    /* sub3_1_2 */
    .jodal_contain{
        margin-top: 50px;
    }

    ul.jodal_ul li{
        width: 48%;
        height: 200px;
        padding: 20px 15px;
    }

    ul.jodal_ul li:nth-child(2n){
        margin-right: 0;
    }

    .jodal_info{
        cursor: inherit;
    }

    .jodal_info p{
        font-size: 12px;
    }

    .jodal_info p span{
        font-size: 16px;
        margin-top: 5px;
    }

    .jodal_info:hover p span{
        text-decoration: none;
    }

    .jodal_info>span{
        font-size: 14px;
        margin-top: 15px;
        line-height: 20px;
    }

    .jodal_price{
        font-size: 16px;
    }


    /* sub3_2 */
    .sub3_2_section1{
        padding: 70px 0;
    }

    .section_title4 img{
        width: 35px;
    }

    .section_title4 p{
        font-size: 16px;
        letter-spacing: 3px;
        margin-left: 10px;
    }

    .s3_2_sec1{
        margin-top: 40px;
        flex-direction: column-reverse;
    }

    .s3_2_sec1_text{
        font-size: 16px;
        line-height: 25px;
    }

    .s3_2_sec1_text p{
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .s3_2_sec1_text p span{
        font-size: 30px;
    }

    .seagate_logo{
        width: 35%;
        margin-bottom: 15px;
    }

    .seagate_logo img{
        width: 100%;
    }

    .sub3_2_section2{
        padding-bottom: 70px;
    }

    .s3_2_sec2_title>span{
        height: 50px;
        margin: 0 auto 20px;
    }

    .s3_2_sec2_title p{
        font-size: 18px;
    }

    .s3_2_sec2_title p span{
        font-size: 20px;
    }

    ul.s3_2_sec2_ul{
        margin-top: 30px;
    }

    ul.s3_2_sec2_ul li{
        width: 30%;
        height: 80px;
        margin-right: 30px;
    }

    ul.s3_2_sec2_ul li p{
        font-size: 15px;
    }

    .sub3_2_section3{
        padding: 70px 0;
    }

    .section_title5 img{
        width: 35px;
    }

    .section_title5 p{
        font-size: 20px;
        line-height: 32px;
        margin-left: 10px;
    }

    .section_title5 p span{
        font-size: 26px;
    }

    .s3_2_sec3_contain{
        margin-top: 30px;
    }

    .s3_2_sec3_contain>p{
        padding: 15px 0;
        font-size: 18px;
    }

    ul.s3_2_sec3_ul1{
        padding: 40px 10px 30px;
        align-items: flex-end;
    }

    ul.s3_2_sec3_ul1 li img{
        width: 80%;
    }

    ul.s3_2_sec3_ul1 li p{
        font-size: 18px;
        line-height: 25px;
        margin: 20px 0 15px;
    }

    ul.s3_2_sec3_ul1 li span{
        font-size: 14px;
        line-height: 20px;
    }

    ul.s3_2_sec3_ul2{
        margin-top: 30px;
    }

    ul.s3_2_sec3_ul2 li{
        height: 200px;
        padding: 20px 5px 20px 25px;
        align-items: center;
    }

    ul.s3_2_sec3_ul2 li img{
        width: 30%;
    }

    ul.s3_2_sec3_ul2 li p{
        font-size: 20px;
        line-height: 30px;
        margin-top: 0;
    }

    ul.s3_2_sec3_ul2 li p span{
        font-size: 15px;
        line-height: 23px;
        margin-top: 15px;
    }

    .sub3_2_section4{
        padding: 70px 0;
    }

    ul.sub3_2_icon_ul{
        margin-top: 30px;
    }

    ul.sub3_2_icon_ul li{
        width: 24.5%;
    }

    .icon_box{
        padding: 20px 0 10px;
    }

    .icon_box p{
        font-size: 20px;
        margin-bottom: 15px;
    }

    .icon_box img{
        width: 50px;
    }

    ul.sub3_2_icon_ul li>p{
        height: 65px;
        font-size: 14px;
        line-height: 20px;
        padding: 0 5px;
        box-sizing: border-box;
        word-break: keep-all;
    }

    .text_box{
        padding: 15px;
        font-size: 14px;
        line-height: 22px;
        word-break: keep-all;
    }

    .text_box br{
        display: none;
    }

    .sub3_2_section5{
        padding: 70px 0 150px;
    }

    .sub3_2_section5 ul{
        margin-top: 130px;
    }

    .sub3_2_section5 ul li{
        margin-top: -105px;
    }

    .sub3_2_section5 ul li img{
        width: 200px;
    }

    .sub3_2_section5 ul li span{
        font-size: 14px;
        line-height: 23px;
        margin-top: 15px;
    }

    .sub3_2_section5 ul li span p{
        margin-left: 7px;
    }

    ul.s3_2_sec3_ul1 a {
        width: 180px;
        height: 40px;
        margin: 20px auto 0;
        padding: 0 25px;
        font-size: 16px;
    }


    /* sub3_2_1 */
    .sub3_2_1_section3{
        padding: 50px 0;
    }

    .sub3_2_1_section4{
        padding: 50px 0 80px;
    }

    .sub3_2_1_section4 .sub_center>ul>li{
        margin-bottom: 50px;
    }

    .sub3_2_1_section4 .sub_center>ul>li p{
        width: 55%;
        font-size: 18px;
        line-height: 28px;
        word-break: keep-all;
    }

    .sub3_2_1_section4 .sub_center>ul>li p br{
        display: none;
    }

    .sub3_2_1_section4 .sub_center>ul>li p strong{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .sub3_2_1_section4 .sub_center>ul>li p span{
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
    }

    .s3_2_1_img{
        width: 35%;
    }

    .s3_2_1_img img{
        width: 100%;
    }


    /* sub3_2_2 */
    .hover_search2{
        width: 60%;
    }


    /* sub3_2_3 */
    .sub3_2_3_section2 .product_text strong{
        font-size: 17px;
    }

    .sub3_2_3_section3{
        padding: 50px 0;
    }

    .s3_2_2_sec3_box{
        width: 400px;
        height: 350px;
        padding: 0 40px;
    }

    .s3_2_2_sec3_box p{
        font-size: 16px;
        line-height: 25px;
    }

    .s3_2_2_sec3_box p span{
        font-size: 22px;
        margin-bottom: 20px;
    }

    .s3_2_2_sec3_box a{
        width: 200px;
        height: 45px;
        padding: 0 20px;
        font-size: 16px;
        margin-top: 30px;
    }

    .s3_2_2_sec3_box a i{
        font-size: 18px;
    }

    .sub3_2_3_section4{
        padding: 50px 0;
    }

    .inner_txt{
        width: 55%;
    }

    .inner_txt p{
        width: 100% !important;
    }

    .inner_txt ul{
        padding-left: 15px;
        margin-top: 15px;
    }

    .inner_txt ul li{
        font-size: 14px;
        line-height: 20px;
    }

    .inner_txt ul li br{
        display: none;
    }

    .sub3_2_3_section5{
        padding: 50px 0 100px;
    }

    .sub3_2_3_section5 p{
        font-size: 18px;
    }

    .sub3_2_3_section5 p span{
        font-size: 24px;
        margin-bottom: 10px;
    }

    .s3_2_3_img{
        width: 50%;
        margin: 30px auto 0;
    }

    .s3_2_3_img img{
        width: 100%;
    }


    /* sub3_3 */
    .sub3_3_section1{
        padding: 70px 0;
    }

    .section_title6 img{
        width: 35px;
    }

    .section_title6 p{
        font-size: 20px;
        margin-left: 10px;
    }

    .section_title6 p span{
        font-size: 24px;
    }

    .s3_3_sec1_box{
        margin-top: 60px;
        padding: 50px 0 30px;
    }

    .title_img{
        top: -25px;
        left: 20px;
    }

    .title_img img{
        width: 180px;
    }

    .s3_3_sec1_box ul li p{
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    .s3_3_sec1_box ul li img{
        height: 150px;
    }

    .sub3_3_section2{
        padding: 70px 0;
    }

    .sub3_3_section2 ul li>p{
        width: 80%;
        height: 40px;
        font-size: 16px;
        top: -20px;
    }

    .s3_3_sec2_text{
        padding: 35px 25px 20px;
        font-size: 14px;
        line-height: 20px;
        word-break: keep-all;
    }

    .s3_3_sec2_text br{
        display: none;
    }

    .s3_3_sec2_img{
        height: 200px;
    }

    .s3_3_sec2_img img{
        width: 75%;
    }

    .sub3_3_section3{
        padding: 50px 0;
    }

    ul.s3_3_sec3_ul li{
        margin-bottom: 10px;
    }

    .s3_3_sec3_title{
        font-size: 20px;
    }

    .s3_3_sec3_con{
        padding: 15px 20px;
    }

    .s3_3_sec3_con p{
        align-items: baseline;
        font-size: 15px;
        line-height: 20px;
        word-break: keep-all;
        margin-bottom: 10px;
    }

    .s3_3_sec3_con p:last-child{
        margin-bottom: 0;
    }

    .s3_3_sec3_con p span{
        display: none;
    }

    .s3_3_sec3_con p br{
        display: none;
    }

    .s3_3_sec3_con p span{
        width: 4px;
        height: 4px;
        margin-right: 5px;
    }

    ul.s3_3_sec3_ul li:nth-child(2n) .s3_3_sec3_con p{
        align-items: baseline;
    }

    .sub3_3_section4{
        padding: 70px 0;
    }

    .sub3_3_section4 p{
        font-size: 18px;
        line-height: 28px;
    }

    .sub3_3_section4 p span{
        font-size: 20px;
    }

    .sub3_3_section4 img{
        width: 80%;
        margin: 30px auto 0;
    }

    .sub3_3_section5{
        padding-bottom: 150px;
    }

    .s3_3_sec5{
        margin-top: 70px;
    }

    .s3_3_sec5>p{
        font-size: 18px;
    }

    .s3_3_sec5>p span{
        font-size: 20px;
    }

    .s3_3_sec5>p span i{
        font-size: 30px;
    }

    .s3_3_sec5 ul{
        margin-top: 30px;
    }

    .s3_3_sec5 ul li{
        width: 35%;
        height: 100px;
        padding: 0 20px;
    }

    .s3_3_sec5 ul li:first-child{
        margin-right: 30px;
    }

    .s3_3_sec5 ul li a{
        width: 130px;
        height: 40px;
        padding: 0 20px;
        font-size: 15px;
    }

    .s3_3_sec5 ul li a i{
        font-size: 18px;
    }

    .s3_3_sec5 ul li p{
        font-size: 22px;
    }

    .s3_3_sec5 ul li p span{
        font-size: 15px;
    }

    .vm_video{
        width: 100%;
    }


    /* sub3_4 */
    .sub3_4_section1{
        padding-top: 70px;
    }

    .sub3_4_section1 .pdt_title{
        width: 100%;
    }

    .section_big_text{
        font-size: 30px;
        line-height: 45px;
        margin-top: 20px;
    }

    .section_big_text span{
        font-size: 32px;
    }

    .section_small_text{
        margin-top: 20px;
        font-size: 16px;
        line-height: 25px;
    }

    .s3_4_imgbox{
        margin-top: 30px;
    }

    .sub3_4_section2{
        padding-bottom: 150px;
    }

    .fix_menu{
        width: 25%;
        padding-top: 70px;
    }

    .fix_menu ul li{
        margin-top: 15px;
    }

    .fix_menu ul li a{
        font-size: 20px;
    }

    .fix_menu ul li a.menu_on span{
        width: 15px;
        margin-right: 5px;
    }

    .fix_menu>span{
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
    }

    .fix_menu>span p{
        margin-left: 10px;
    }

    .s3_4_system_list{
        width: 75%;
    }

    .system_contain{
        padding-top: 80px;
    }

    .system_contain ul li{
        cursor: inherit;
    }

    .system_img{
        height: 130px;
    }

    .system_img img{
        transition: none;
    }

    .system_contain ul li:hover .system_img img{
        transform: scale(1);
    }

    .system_contain ul li p{
        font-size: 16px;
        margin: 10px 0 0;
        padding: 0 5px;
        box-sizing: border-box;
    }


    /* sub3_5 */
    .sub3_5_section1{
        padding: 70px 0;
    }

    .sub3_5_section1 .pdt_title{
        width: 100%;
    }

    .sub3_5_section1 ul.sub3_2_icon_ul li{
        width: 32.5%;
    }

    .sub3_5_section1 ul.sub3_2_icon_ul li>p{
        height: 40px;
        font-size: 16px;
    }

    .sub3_5_section1 ul.sub3_2_icon_ul li .text_box p{
        margin-left: 0;
        display: inline;
    }

    .sub3_5_section1 ul.sub3_2_icon_ul li .text_box br{
        display: block;
    }

    .sub3_5_section1 ul.sub3_2_icon_ul li .text_box br.pc_none{
        display: block;
    }

    .sub3_5_section2{
        padding: 70px 0;
    }

    .s3_5_sec2_top img{
        width: 35px;
    }

    .s3_5_sec2_top p{
        font-size: 18px;
        margin-left: 10px;
    }

    .s3_5_sec2_text{
        padding: 10px 0;
        font-size: 16px;
        margin-top: 20px;
    }

    .s3_5_sec2_img{
        height: 300px;
    }

    .s3_5_sec2_img img{
        width: 85%;
    }

    .sub3_5_section3{
        padding: 70px 0;
    }

    .sub3_5_section3 img{
        width: 100%;
    }

    .sub3_5_section4 img{
        width: 60%;
    }

    .sub3_5_section4 ul.s3_3_sec3_ul{
        margin-top: 30px;
    }

    .sub3_5_section4 .s3_3_sec3_title{
        width: 35%;
    }

    .sub3_5_section4 .s3_3_sec3_title span{
        font-size: 14px;
        margin-top: 7px;
    }

    .sub3_5_section4 .s3_3_sec3_con{
        width: 65%;
    }

    .sub3_5_section4 .s3_3_sec3_con p{
        align-items: baseline !important;
        font-size: 15px;
        line-height: 20px;
        text-align: left;
    }


    /* sub3_6 */
    .sub3_6_section1{
        padding: 70px 0;
    }

    .sub3_6_section1 .pdt_title{
        width: 100%;
    }

    .s3_6_sec1{
        margin-top: 30px;
    }

    .s3_6_sec1 ul.s3_2_sec2_ul li{
        height: 80px;
        margin-right: 10px;
    }

    .s3_6_sec1 ul.s3_2_sec2_ul li p br{
        display: none;
    }

    .s3_6_sec1 ul.s3_2_sec2_ul li p{
        line-height: 20px;
        word-break: keep-all;
    }

    .s3_6_sec1 ul.s3_2_sec2_ul li p br{
        display: none;
    }

    .sub3_6_section2{
        padding: 70px 0;
    }

    .sub3_6_section2 .sub_center{
        display: block;
    }

    .sub3_6_section2 .section_big_text br{
        display: none;
    }

    .s3_6_sec2_right{
        width: 100%;
        margin-top: 20px;
    }

    .s3_6_sec2_right ul{
        width: 100%;
    }

    .s3_6_sec2_right ul li{
        height: 150px;
        padding: 25px 30px;
    }

    .s3_6_sec2_right ul li p{
        font-size: 18px;
    }

    .s3_6_sec2_right ul li p span{
        font-size: 20px;
    }

    .s3_6_sec2_right ul li>span{
        font-size: 15px;
        line-height: 24px;
        margin-top: 20px;
    }

    .sub3_6_section3{
        padding: 70px 0 150px;
    }

    .s3_6_sec3_title p{
        font-size: 18px;
    }

    .s3_6_sec3_title p span{
        font-size: 20px;
    }

    .s3_6_sec3_title>span{
        font-size: 15px;
        margin-top: 10px;
    }

    .s3_6_sec3_1{
        margin-top: 30px;
    }

    ul.s3_6_sec3_ul1 li{
        width: 14%;
        font-size: 15px;
        line-height: 20px;
        margin-top: 15px;
    }

    .s3_6_sec3_2{
        margin-top: 70px;
    }

    .s3_6_sec3_2_text p{
        font-size: 15px;
        line-height: 25px;
    }

    .s3_6_sec3_2_text p span{
        font-size: 20px;
    }

    .s3_6_sec3_2_text p i{
        font-size: 30px;
        margin-bottom: 10px;
    }

    .s3_6_sec3_2_text>span{
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
    }

    ul.s3_6_sec3_ul2{
        width: 68%;
    }

    ul.s3_6_sec3_ul2 li{
        padding: 20px;
    }

    ul.s3_6_sec3_ul2 li img{
        width: 30px;
    }

    ul.s3_6_sec3_ul2 li p{
        margin-top: 20px;
        font-size: 14px;
    }

    ul.s3_6_sec3_ul2 li p span{
        font-size: 18px;
        margin-bottom: 7px;
    }


    /* sub4_1 */
    .sub4_1_section{
        padding: 70px 0 150px;
    }

    ul.ul_contain>li{
        width: 49%;
    }

    ul.ul_contain>li p{
        font-size: 20px;
    }

    ul.ul_inner{
        height: 300px;
        padding: 0 20px 0 30px;
    }

    ul.ul_inner li{
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    ul.ul_inner li span{
        font-size: 14px;
    }

    .inquiry_contain{
        margin-top: 70px;
        padding: 25px 40px;
    }

    .ic_left p{
        font-size: 16px;
    }

    .ic_left p span{
        font-size: 22px;
        margin-bottom: 10px;
    }

    .ic_left ul{
        margin-top: 30px;
    }

    .ic_left ul li{
        width: inherit;
        height: 40px;
        border-radius: 50px;
        padding: 0 15px;
    }

    .ic_left ul li:first-child{
        margin-right: 10px;
        cursor: inherit;
    }

    .ic_left ul li i{
        font-size: 20px;
        margin-right: 10px;
    }

    .ic_left ul li p{
        font-size: 15px;
    }

    .ic_right{
        width: 25%;
    }

    .ic_right img{
        width: 100%;
    }


    /* sub4_2 */
    .sub4_2_section{
        padding: 70px 0 150px;
    }

    .inquiry_box{
        padding-top: 30px;
    }

    .little_text{
        font-size: 14px;
    }

    .flex_input{
        display: block;
    }

    .flex_input>p{
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
    }

    span.small_text{
        display: inline-block;
        font-size: 13px;
        margin-left: 5px;
    }

    .flex_input>input[type='text']{
        width: 100%;
        height: 40px;
    }

    .flex_input>input[type='text']::placeholder{
        font-size: 95%;
    }

    .flex_half{
        width: 100%;
        display: block;
    }

    .flex_half>.flex_input{
        width: 100%;
    }

    .flex_half>.flex_input>p{
        width: 100%;
    }

    .flex_half>.flex_input>input[type='text']{
        width: 100%;
    }

    .phone_input{
        width: 100%;
    }

    .select_box{
        height: 40px;
    }

    .select_box select{
        font-size: 13px;
    }

    .phone_input>input[type='text']{
        height: 40px;
    }

    .flex_input2>textarea{
        width: 100%;
        height: 150px;
    }

    .flex_half2{
        display: flex;
        align-items: center;
    }

    .flex_half2 .flex_input{
        width: 48%;
        display: flex;
    }

    .flex_half2 .flex_input>p{
        width: 30%;
        margin: 0;
    }

    .input_file{
        width: 70%;
    }

    .file label{
        cursor: inherit;
        width: 90px;
        height: 35px;
        font-size: 14px;
    }

    .input_file>span{
        font-size: 14px;
    }

    .agree_box{
        margin-top: 30px;
        padding-top: 30px;
    }

    .agree_box>p{
        font-size: 18px;
    }

    .agree_conbox{
        height: 100px;
        font-size: 14px;
        line-height: 20px;
    }

    .check_box{
        cursor: inherit;
    }

    .check_box span{
        font-size: 14px;
    }


    /* sub4_3 */
    .sub4_3_section{
        padding: 70px 0 150px;
    }

    .total_search p{
        font-size: 14px;
    }

    .table_search_box input[type='text']::placeholder{
        font-size: 95%;
    }

    table.download_tb{
        margin-top: 20px;
        table-layout: fixed;
    }

    table.download_tb th{
        padding: 10px 0;
        font-size: 16px;
    }

    table.download_tb td{
        padding: 15px 0;
    }

    table.download_tb th:nth-child(2),
    table.download_tb td:nth-child(2){
        width: 55%;
    }

    table.download_tb th:nth-child(3),
    table.download_tb td:nth-child(3){
        width: 20%;
    }

    .table_num{
        font-size: 14px;
    }

    .download_title{
        cursor: inherit;
    }

    .download_title p{
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .download_title:hover p{
        text-decoration: none;
    }

    .download_title i{
        font-size: 16px;
    }

    .date,
    .view{
        font-size: 14px;
    }


    /* sub4_3_d */
    .sub4_3_d_section{
        padding: 70px 0 150px;
    }

    .detail_title{
        padding: 15px 0;
        font-size: 16px;
    }

    .user{
        padding: 10px 15px;
    }

    .user p{
        font-size: 12px;
    }

    .detail_content{
        padding: 15px;
    }

    .file_box{
        padding: 10px 15px;
    }

    .file_box p{
        font-size: 14px;
    }

    .file_box p i{
        font-size: 16px;
    }

    .file_box a{
        font-size: 14px;
    }

    .file_box a:hover{
        text-decoration: none;
    }


    /* sub4_4_1 */
    .s4_4_tab ul li{
        cursor: inherit;
    }


    /* sub4_4_1_d */
    .detail_content img{
        max-width: 100%;
        margin: 15px 0;
    }

    .link_box{
        padding: 15px;
    }

    .link_box a i{
        font-size: 16px;
    }


    /* sub4_4_2 */
    .notice_thumb{
        width: 150px;
        height: 75px;
        margin-right: 10px;
    }


    /* sub4_4_2_d */
    .detail_video{
        width: 80%;
        margin: 20px auto;
    }


    /* search_result */
     .sd_content{
         padding: 70px 0 150px;
     }

     .sd_content .sub_center>p{
         font-size: 20px;
     }

     .sr_input{
         width: 50%;
         height: 40px;
         margin: 30px auto 0;
     }

     .sr_input input::placeholder{
         font-size: 20px;
     }

     .sr_input i{
         font-size: 24px;
         cursor: inherit;
     }

     .search_d_box{
         margin-top: 80px;
     }

     .search_d_box>p{
         font-size: 18px;
     }

     .search_d_box ul li{
         padding: 12px 15px;
         cursor: inherit;
     }

     .search_d_box ul li p{
         font-size: 16px;
     }

     .search_d_box ul li:hover span{
         text-decoration: none;
     }

}

























/* pc_s */
@media screen and (min-width: 1025px) and (max-width: 1400px){

    /* sub1_1 */
    .sub1_1_section3 .sub_center>img{
        width: 100%;
    }


    /* sub3_2 */
    .text_box{
        word-break: keep-all;
    }

    .text_box br{
        display: none;
    }


    /* sub3_5 */
    .sub3_5_section3 img{
        width: 100%;
    }

    .sub3_5_section1 ul.sub3_2_icon_ul li .text_box br{
        display: block;
    }


    /* sub3_6 */
    ul.s3_6_sec3_ul1 li{
        width: 13.6%;
    }

    ul.s3_6_sec3_ul2 {
        width: 75%;
    }

}
