#sub_intro{
    width: 100%;
    height: 20vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    position: relative;
}

#sub_intro p{
    font-family: 'paybooc-Bold', sans-serif;
    color: #fff;
    font-size: 20px;
}

#route{
    width: 100%;
    height: 30px;
    background-color: rgba(23, 66, 113, 0.6);
    position: absolute;
    bottom: 0;
}

#route .sub_center{
    height: 100%;
    display: flex;
}

#route .sub_center>i{
    width: 30px;
    height: 100%;
    background-color: #fff;
    color: #003f78;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.route_select{
    height: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#route p{
    color: #fff;
    font-size: 12px;
    font-family: 'paybooc-Medium', sans-serif;
}

.route_select i{
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    margin-left: 40px;
}

.route_select i.xi-angle-up{
    display: none;
}

.route_select ul{
    width: 100%;
    background-color: rgba(23, 66, 113, 0.6);
    position: absolute;
    top: 30px;
}

.route_select ul li{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    font-family: 'paybooc-Medium', sans-serif;
    cursor: pointer;
}


/* sub1_1 */
.sub1_intro{
    background-image: url(../images/sub1_intro.jpg);
}

.sub_title{
    width: 100%;
    margin: 30px 0;
}

.bar{
    width: 1px;
    height: 30px;
    background-color: #a0a0a0;
    margin: 0 auto;
}

.sub_title p{
    font-size: 18px;
    font-family: 'paybooc-Medium', sans-serif;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
}

.sub1_section{
    width: 100%;
    padding-bottom: 50px;
}

.sub1_bigtext{
    color: #00529b;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
}

.sub1_smalltext{
    font-size: 12px;
    font-family: 'paybooc-Medium', sans-serif;
    line-height: 23px;
    margin-top: 30px;
    text-align: center;
    word-break: keep-all;
}

.sub1_smalltext p{
    font-size: 16px;
    font-family: 'paybooc-Medium', sans-serif;
    font-weight: bold;
}


/* sub1_2 */
.sub1_2_section1{
    width: 100%;
}

.sub1_2_section1 ul{
    width: 100%;
    display: inline-block;
}

.sub1_2_section1 ul li{
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
    color: #555;
    font-family: 'Noto Sans KR', sans-serif;
}

.sub1_2_section1 ul li:nth-child(2n){
    margin-right: 0;
}

.sub1_2_section1 ul li img{
    width: 50px;
}

.sub1_2_section1 ul li p{
    font-size: 16px;
    color: #111;
    font-family: 'paybooc-Medium', sans-serif;
    font-weight: bold;
    margin: 10px 0;
}

.sub1_2_section2{
    width: 100%;
    margin-top: 30px;
    padding-bottom: 50px;
}

.sub1_2_section2 .sub_center{
    height: 100%;
}

.right_history{
    width: 100%;
    margin-top: 30px;
}

.right_history:first-child{
    margin-top: 0;
}

.right_history ul{
    width: 100%;
}

.right_history ul li{
    width: 100%;
}

.right_history ul li img{
    margin-top: 10px;
    width: 60%;
}

.h_year{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.point{
    display: flex;
    align-items: center;
    z-index: 99;
    margin-right: 10px;
}

.bar03{
    width: 15px;
    height: 1px;
    background-color: #00529b;
    margin-left: -2px;
}

.point i{
    color: #00529b;
    font-size: 18px;
}

.h_year p{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.h_con{
    width: 100%;
    display: flex;
    align-items: baseline;
    margin-top: 5px;
    color: #555;
    font-size: 12px;
    font-family: 'Noto Sans KR', sans-serif;
    box-sizing: border-box;
    padding-left: 20px;
    line-height: 20px;
}

.h_con span{
    font-family: 'paybooc-Bold', sans-serif;
    font-size: 12px;
    color: #333;
    margin-right: 10px;
}


/* sub1_3 */
.sub1_3_section{
    width: 100%;
    padding-bottom: 50px;
}

.sub1_3_section img{
    width: 100%;
}

.sub1_3_section img:last-child{
    margin-top: 30px;
}


/* sub2_1 */
.sub2_intro{
    background-image: url(../images/sub2_intro.jpg);
}

.sub2_1_section{
    width: 100%;
    padding-bottom: 50px;
}

.sub2_1_section ul{
    width: 100%;
}

.sub2_1_section ul li{
    width: 100%;
    height: 150px;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}

.sub2_1_section ul li:last-child{
    margin-bottom: 0;
}

.sub2_1_section ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bottom_text{
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-family: 'paybooc-Medium', sans-serif;
    font-size: 14px;
}


/* sub2_1_1 */
.sub2_1_1_section1{
    width: 100%;
}

.sub2_1_1_section1 .tab{
    width: 100%;
}

.tab ul{
    width: 100%;
    display: flex;
}

.tab ul li{
    width: 25%;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 0;
    font-family: 'paybooc-Bold', sans-serif;
    font-size: 12px;
    cursor: pointer;
}

.tab ul li:first-child{
    border-left: 1px solid #d2d2d2;
}

.tab ul li.on01{
    background-color: #00529b;
    color: #fff;
    border: 0;
}

.tabcon{
    width: 100%;
    margin-top: 10px;
    display: none;
}

div.on01{
    display: block;
}

.tabcon ul{
    width: 100%;
}

.tabcon ul li{
    width: 100%;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    padding: 20px;
    margin-bottom: 10px;
}

.tabcon ul li:last-child{
    margin-bottom: 0;
}

.imgbox{
  width: 100%;
  height: 120px;
}

.imgbox img{
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
/*
.tabcon ul li img{
    width: 100px;
} */

.tabcon ul li p{
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 23px;
}

.tabcon ul li span{
    font-size: 12px;
    color: #555;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 20px;
    display: inline-block;
    text-align: left;
    padding: 0 5%;
    box-sizing: border-box;
    width: 100%;
}

.sub2_1_1_section2{
    width: 100%;
    margin-top: 30px;
    padding-bottom: 50px;
}

.sub2_1_1_section2 p{
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.text02{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 15px;
}

.text02 span{
    display: flex;
    align-items: baseline;
    font-size: 12px;
    margin-bottom: 10px;
}

.text02 span:last-child{
    margin-bottom: 0;
}

.square{
    width: 5px;
    height: 5px;
    background-color: #00529b;
    border-radius: 2px;
    margin-right: 10px;
}


/* sub2_1_3 */
.sub2_1_3_section{
    width: 100%;
    padding-bottom: 50px;
}

.sub2_1_3_section img{
    width: 100%;
}


/* sub2_2_1 */
.sub2_2_1_section{
    padding-bottom: 50px;
}

.tabcon2 ul li p{
    margin-top: 10px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
}

.tabcon2 ul li span{
    margin-top: 10px;
    text-align: center;
    color: #333;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

span#content{
  line-height: inherit;
  font-size: inherit;
  margin-top: 0;
  text-align: initial;
}

span#content p,
span#content span{
  line-height: inherit;
  font-size: inherit;
  margin-top: 0;
  text-align: inherit;
}

.red_text{
    width: 100%;
    text-align: center;
    color: #ff3e18;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 10px;
    margin-top: 10px;
}


/* sub2_2_1_d */
.sub2_2_1_d_section1{
    width: 100%;
    padding-bottom: 30px;
}

.d_img{
    width: 100%;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d_img img{
    width: 150px;
}

.d_con1{
    width: 100%;
}

.d_title{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.d_text1{
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
    padding: 0 10px;
}

.d_text2{
    width: 100%;
    border-top: 1px solid #d2d2d2;
    padding: 20px 10px 0;
    box-sizing: border-box;
}

.model,
.warranty,
.ref_no{
    font-size: 14px;
    line-height: 25px;
}

.d_text2 .red_text{
    text-align: left;
    margin-top: 15px;
}

.inquiry_btn{
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.inquiry_btn a{
    width: 100px;
    height: 35px;
    background-color: #00529b;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.sub2_2_1_d_section2{
    width: 100%;
    padding-bottom: 50px;
}

.sub2_2_1_d_section2 .sub_center{
    padding: 30px 10px;
    box-sizing: border-box;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.sub2_2_1_d_section2 img{
    width: 100%;
}

.d_con2{
    width: 100%;
    margin-top: 20px;
}

.d_con2:first-child{
    margin-top: 0;
}

.d_con_title{
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.d_con2 span{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12px;
    line-height: 20px;
}

.back_btn{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.back_btn a{
    width: 100px;
    height: 35px;
    border: 1px solid #7d7d7d;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'paybooc-Medium' ,sans-serif;
    font-size: 14px;
    color: #333;
}


/* sub2_2_1_d3 */
.d_con3{
    align-items: flex-start;
}

.d_con3 span{
    font-size: 12px;
    line-height: 20px;
    display: block;
    margin-top: 5px;
}

.d_con3 span strong{
    font-size: 12px;
    display: block;
    line-height: 25px;
}


/* sub2_2_2 */
.green_text{
    color: #22ac38;
}


/* sub2_2_3 */
.sub2_2_3_section1{
    width: 100%;
    padding-bottom: 50px;
}

.sub2_2_3_section1 ul{
    width: 100%;
}

.sub2_2_3_section1 ul li{
    width: 100%;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 10px;
}

.sub2_2_3_section1 ul li:last-child{
    margin-bottom: 0;
}

.img_box{
    width: 100%;
    text-align: center;
}

.img_box img{
    width: 80px;
}

.text_box{
    width: 100%;
}

.text_box p{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 23px;
    text-align: center;
}

.text_box span{
    display: block;
    font-size: 10px;
    color: #555;
    line-height: 20px;
}

.sub2_2_3_section2{
    width: 100%;
    background-color: #f8f8f8;
    padding: 30px 0;
}

.sub2_2_3_section2 p{
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    letter-spacing: -0.5px;
}

.sub2_2_3_section2 ul{
    width: 100%;
    margin-top: 20px;
    display: inline-block;
}

.sub2_2_3_section2 ul li{
    width: 49%;
    float: left;
    margin-right: 2%;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: relative;
    padding: 15px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.sub2_2_3_section2 ul li:nth-child(2n){
    margin-right: 0;
}

.step{
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.sub2_2_3_section2 ul li img{
    height: 50px;
}

.sub2_2_3_section2 ul li span{
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    display: block;
    margin-top: 5px;
}

.circle{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #0068b7;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    z-index: 99;
}

.circle i{
    color: #fff;
    font-size: 14px;
}


/* sub3 */
.sub3_intro{
    background-image: url(../images/sub3_intro.jpg);
    background-position: top center;
}

.sub3_section1{
    width: 100%;
    margin-top: 30px;
}

.sub3_section1 img{
    width: 100%;
}

.sub3_text{
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

.sub3_text p{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sub3_section2{
    width: 100%;
    margin-top: 50px;
    padding-bottom: 50px;
}

.sub3_section2 ul{
    width: 100%;
}

.sub3_section2 ul li{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.sub3_section2 ul li:last-child{
    margin-bottom: 0;
}

.number{
    color: #00529b;
    font-size: 12px;
    padding: 3px 10px;
    font-family: 'paybooc-ExtraBold' ,sans-serif;
    border: 1px solid #00529b;
    box-sizing: border-box;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.n_text{
    width: 100%;
    color: #111;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
}

.n_text span{
    font-size: 12px;
    color: #777;
    font-weight: normal;
    display: block;
}


/* sub4_1 */
.sub4_intro{
    background-image: url(../images/sub4_intro.jpg);
}

.sub4_section1{
    width: 100%;
    margin-top: 30px;
}

.sub4_section1 img{
    width: 100%;
}

.sub4_section2{
    width: 100%;
    margin-top: 30px;
    padding-bottom: 50px;
}

.sub4_section2 ul{
    width: 100%;
    display: flex;
}

.sub4_section2 ul li{
    width: 50%;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    font-family: 'Noto Sans KR', sans-serif;
}

.sub4_section2 ul li:first-child{
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.flag{
    text-align: center;
    margin-bottom: 10px;
}

.flag img{
    width: 50px;
}

.flag p{
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}


/* sub4_2 */
.sub4_2_section{
    width: 100%;
    padding-bottom: 50px;
}

.q_box{
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.q_box p{
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    margin: 20px 0 5px;
}

.q_box p:first-child{
    margin: 0 0 5px;
}

.select_box{
    width: 100%;
    height: 35px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    position: relative
}

.select_box select{
    font-size: 12px;
    font-family: 'Noto Sans KR', sans-serif;
}

.select_box i{
    position: absolute;
    font-size: 14px;
    color: #777;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.num_box{
    width: 100%;
    height: 35px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 12px;
    font-family: 'Noto Sans KR', sans-serif;
    display: flex;
    align-items: center;
}

.q_box input{
    width: 100%;
    height: 35px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}

.q_box input::placeholder{
    font-size: 90%;
    color: #b6b6b6;
    font-family: 'Noto Sans KR', sans-serif;
}

.q_box textarea{
    width: 100%;
    height: 100px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}

.sub4_2_section span{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 10px;
    color: #777;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 20px;
    word-break: keep-all;
    letter-spacing: -0.5px;
}

.q_btn{
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.q_btn a{
    background-color: #203864;
    width: 100px;
    height: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
}

/**/
  #content{
    word-break: break-all;
  }

  #content01>p {
    word-break: break-all;
  }
/**/
