#sub_intro{
    width: 100%;
    height: 345px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 75px;
    position: relative;
}

#sub_intro p{
    font-family: 'paybooc-Bold', sans-serif;
    color: #fff;
    font-size: 50px;
}

#route{
    width: 100%;
    height: 50px;
    background-color: rgba(23, 66, 113, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
}

#route .sub_center{
    height: 100%;
    display: flex;
}

#route .sub_center>i{
    width: 50px;
    height: 100%;
    background-color: #fff;
    color: #003f78;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.route_select{
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#route p{
    color: #fff;
    font-size: 16px;
    font-family: 'paybooc-Medium', sans-serif;
}

.route_select i{
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-left: 50px;
}

.route_select i.xi-angle-up{
    display: none;
}

.route_select ul{
    width: 100%;
    background-color: rgba(23, 66, 113, 0.6);
    position: absolute;
    top: 50px;
    left: 0;
}

.route_select ul li{
    width: 100%;
    padding: 10px 0 10px 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-family: 'paybooc-Medium', sans-serif;
    cursor: pointer;
}


/* sub1_1 */
.sub1_intro{
    background-image: url(../images/sub1_intro.jpg);
}

.sub_title{
    width: 100%;
    margin: 45px 0 80px;
}

.bar{
    width: 1px;
    height: 55px;
    background-color: #a0a0a0;
    margin: 0 auto;
}

.sub_title p{
    font-size: 28px;
    font-family: 'paybooc-Medium', sans-serif;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

.sub1_section{
    width: 100%;
    padding-bottom: 200px;
}

.sub1_sect_flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sub1_img_sec{
    width: 50%;
}

.sub1_img_sec img{
    width: 100%;
}

.sub1_bigtext{
    color: #00529b;
    font-size: 42px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    line-height: 50px;
      margin: 0 0 7% -15%;
}

.sub1_smalltext{
    width: 47%;
    font-size: 18px;
    font-family: 'paybooc-Medium', sans-serif;
    line-height: 33px;
}

.sub1_smalltext p{
    font-size: 22px;
    font-family: 'paybooc-Bold', sans-serif;
    padding-left: 45%;
}


/* sub1_2 */
.sub1_2_section1{
    width: 100%;
}

.sub1_2_section1 ul{
    width: 100%;
    display: flex;
}

.sub1_2_section1 ul li{
    width: 25%;
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    box-sizing: border-box;
    padding: 50px 0;
    text-align: center;
    font-size: 16px;
    color: #555;
    font-family: 'Noto Sans KR', sans-serif;
}

.sub1_2_section1 ul li:first-child{
    border-left: 1px solid #d2d2d2;
}

.sub1_2_section1 ul li p{
    font-size: 22px;
    color: #111;
    font-family: 'paybooc-Bold', sans-serif;
    margin: 20px 0;
}

.sub1_2_section2{
    width: 100%;
    margin-top: 150px;
    padding-bottom: 200px;
}

.sub1_2_section2 .sub_center{
    height: 100%;
    display: flex;
    justify-content: center;
}

.bar02{
    width: 1px;
    background-color: #d2d2d2;
    margin-top: 30px;
}

.left_history,
.right_history{
    width: 49%;
}

.left_history ul,
.right_history ul{
    width: 100%;
}

.left_history ul li,
.right_history ul li{
    width: 100%;
    margin-top: 200px;
}

.left_history ul li:first-child,
.right_history ul li:first-child{
    margin-top: 0;
}

.h_year{
    width: 100%;
    display: flex;
    align-items: center;
}

.point{
    display: flex;
    align-items: center;
    z-index: 99;
}

.bar03{
    width: 30px;
    height: 1px;
    background-color: #00529b;
}

.point i{
    color: #00529b;
    font-size: 24px;
}

.h_year p{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
    font-size: 48px;
}

.h_con{
    width: 100%;
    display: flex;
    align-items: baseline;
    margin-top: 5px;
    color: #555;
    font-size: 18px;
    font-family: 'Noto Sans KR', sans-serif;
    box-sizing: border-box;
}

.h_con span{
    font-family: 'paybooc-Bold', sans-serif;
    font-size: 18px;
    color: #333;
    width: 8%;
    line-height: 30px;
}

.left_history ul{
    margin-top: 250px;
    text-align: right;
}

.left_history ul li .h_year{
    justify-content: flex-end;
}

.left_history ul li .h_year .point{
    margin-right: -12px;
    margin-left: 30px;
    z-index: 99;
}

.left_history ul li .h_year .point .bar03{
    margin-right: -3px;
}

.left_history ul li .h_con{
    text-align: right;
    justify-content: flex-end;
    padding-right: 100px;
}

.left_history ul li img{
    margin: 30px 80px 0 0;
}

.right_history ul li .h_year .point{
    margin-left: -12px;
    margin-right: 30px;
}

.right_history ul li .h_year .point .bar03{
    margin-left: -3px;
}

.right_history ul li .h_con{
    padding-left: 80px;
}

.right_history ul li img{
    margin: 30px 0 0 80px;
}


/* sub1_3 */
.sub1_3_section{
    width: 100%;
    padding-bottom: 200px;
}

.sub1_3_section img:last-child{
    margin-top: 150px;
}


/* sub2_1 */
.sub2_intro{
    background-image: url(../images/sub2_intro.jpg);
}

.sub2_1_section{
    width: 100%;
    padding-bottom: 200px;
}

.sub2_1_section ul{
    width: 100%;
    padding: 0 7%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.sub2_1_section ul li{
    width: 32%;
    height: 430px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.sub2_1_section2 ul li{
    width: 49%;
}

.sub2_1_section ul li img{
    width: 100%;
    position: absolute;
}

.bottom_text{
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-family: 'paybooc-Medium', sans-serif;
    font-size: 17px;
    opacity: 0;
    letter-spacing: -0.5px;
}

.sub2_1_section ul li:hover img{
    transform: scale(1.2);
    transition-duration: 1s;
}

.sub2_1_section ul li:hover .bottom_text{
    opacity: 1;
    transition-duration: 1s;
}


/* 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: 10px 0;
    font-family: 'paybooc-Bold', sans-serif;
    font-size: 18px;
    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: 100px;
    display: none;
}

div.on01{
    display: block;
}

.tabcon ul{
    width: 100%;
    display: inline-block;
}

/* .tabcon2 ul{
    width: 100%;
    display: inline-block;
} */

.tabcon ul li{
    width: 32%;
    height: 470px;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    padding: 30px 30px 50px;
    overflow: auto;
}

.tabcon ul li::-webkit-scrollbar {
    width: 5px; /*스크롤바의 너비*/
    opacity: 0;
}

.tabcon ul li::-webkit-scrollbar-thumb {
    background-color: transparent; /*스크롤바의 색상*/
    border-radius: 10px;
    opacity: 0;
}

.tabcon ul li::-webkit-scrollbar-track {
    background-color: transparent; /*스크롤바 트랙 색상*/
}

.tabcon ul li:hover::-webkit-scrollbar-thumb{
    background-color: rgba(0, 82, 155, 0.5); /*스크롤바의 색상*/
}

.tabcon ul li:hover::-webkit-scrollbar-track {
    background-color: #eee; /*스크롤바의 색상*/
}

.imgbox{
  width: 100%;
  height: 180px;
}

.imgbox img{
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

/* .tabcon2 ul li{
    height: 470px;
    float: left;
} */

/* .tabcon2 ul li{
    overflow: inherit;
} */

.tabcon ul li:nth-child(3n){
    margin-right: 0;
}

/* .tabcon ul li img{
    height: 180px;
} */

.tabcon ul li p{
    margin-top: 40px;
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    line-height: 35px;
    word-break: break-all;
}

.tabcon ul li span{
    font-size: 18px;
    color: #555;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 33px;
    display: inline-block;
    text-align: left;
    /* padding: 0 5%;
    box-sizing: border-box; */
    width: 100%;
}

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;
}

.sub2_1_1_section2{
    width: 100%;
    margin-top: 150px;
    padding-bottom: 200px;
}

.sub2_1_1_section2 p{
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
}

.text02{
    display: table;
    margin: 30px auto 0;
}

.text02 span{
    display: flex;
    align-items: center;
    font-size: 20px;
    margin: 15px 0;
}

.square{
    width: 7px;
    height: 7px;
    background-color: #00529b;
    border-radius: 2px;
    margin-right: 15px;
}


/* sub2_1_3 */
.sub2_1_3_section{
    width: 100%;
    padding-bottom: 200px;
}


/* sub2_2_1 */
.sub2_2_1_section{
    padding-bottom: 200px;
}

.tabcon2 ul li p{
    margin-top: 40px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
}

.tabcon2 ul li span{
    margin-top: 20px;
    text-align: center;
    color: #333;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.red_text{
    width: 100%;
    text-align: center;
    color: #ff3e18;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    margin-top: 40px;
}


/* sub2_2_1_d */
.sub2_2_1_d_section1{
    width: 100%;
    padding-bottom: 100px;
}

.sub2_2_1_d_section1 .sub_center{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.d_img{
    width: 45%;
    height: 430px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.d_img img{
    /* width: 70%; */
}

.d_con1{
    width: 50%;
}

.d_title{
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 15px;
    padding-left: 10px;
}

.d_text1{
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 30px;
    padding-left: 10px;
}

.d_text2{
    width: 100%;
    border-top: 1px solid #d2d2d2;
    padding: 30px 0 0 10px;
    box-sizing: border-box;
}

.model,
.warranty,
.ref_no{
    font-size: 18px;
    line-height: 30px;
}

.d_text2 .red_text{
    text-align: left;
    margin-top: 25px;
}

.inquiry_btn{
    width: 100%;
    margin-top: 50px;
    padding-left: 10px;
    box-sizing: border-box;
}

.inquiry_btn a{
    width: 180px;
    height: 50px;
    background-color: #00529b;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.sub2_2_1_d_section2{
    width: 100%;
    padding-bottom: 200px;
}

.sub2_2_1_d_section2 .sub_center{
    padding: 80px 15px;
    box-sizing: border-box;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.d_con2{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.d_con2:first-child{
    margin-top: 0;
}

.d_con_title{
    font-size: 26px;
    font-weight: 600;
    width: 27%;
    display: flex;
    align-items: center;
}

.d_con2 span{
    width: 73%;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    line-height: 32px;
}

.back_btn{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.back_btn a{
    width: 180px;
    height: 55px;
    border: 1px solid #7d7d7d;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'paybooc-Medium' ,sans-serif;
    font-size: 18px;
    color: #333;
}


/* sub2_2_1_d3 */
.d_con3{
    align-items: flex-start;
}

.d_con3 span{
    font-size: 16px;
    line-height: 25px;
}

.d_con3 span strong{
    font-size: 20px;
    display: block;
    margin-bottom: 3px;
    line-height: 35px;
}


/* sub2_2_2 */
.green_text{
    color: #22ac38;
}


/* sub2_2_3 */
.sub2_2_3_section1{
    width: 100%;
    padding-bottom: 150px;
}

.sub2_2_3_section1 ul{
    width: 100%;
}

.sub2_2_3_section1 ul li{
    width: 100%;
    background-color: #fff;
    padding: 50px 100px;
    box-sizing: border-box;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.sub2_2_3_section1 ul li:last-child{
    margin-bottom: 0;
}

.img_box{
    width: 20%;
}

.text_box p{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 35px;
}

.text_box span{
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

.sub2_2_3_section2{
    width: 100%;
    background-color: #f8f8f8;
    padding: 80px 0 100px;
}

.sub2_2_3_section2 p{
    font-size: 36px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.sub2_2_3_section2 ul{
    width: 100%;
    margin-top: 80px;
    padding: 0 5%;
    box-sizing: border-box;
    display: inline-block;
}

.sub2_2_3_section2 ul li{
    width: 32%;
    height: 350px;
    float: left;
    margin-right: 2%;
    background-color: #fff;
    margin-bottom: 40px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: relative;
    padding: 40px 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(3n){
    margin-right: 0;
}

.step{
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}

.sub2_2_3_section2 ul li span{
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    display: block;
}

.circle{
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #0068b7;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    z-index: 99;
}

.circle i{
    color: #fff;
    font-size: 24px;
}


/* sub3 */
.sub3_intro{
    background-image: url(../images/sub3_intro.jpg);
}

.sub3_section1{
    width: 100%;
    margin-top: 120px;
}

.sub3_text{
    width: 100%;
    margin-top: 80px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.sub3_text p{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}

.sub3_section2{
    width: 100%;
    margin-top: 100px;
    padding-bottom: 200px;
}

.sub3_section2 ul{
    width: 70%;
    margin: 0 auto;
}

.sub3_section2 ul li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.sub3_section2 ul li:last-child{
    margin-bottom: 0;
}

.number{
    color: #00529b;
    font-size: 18px;
    font-family: 'paybooc-ExtraBold' ,sans-serif;
    width: 65px;
    height: 35px;
    border: 1px solid #00529b;
    box-sizing: border-box;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n_text{
    width: 88%;
    color: #111;
    font-weight: 500;
    font-size: 20px;
}

.n_text span{
    font-size: 16px;
    color: #777;
    font-weight: normal;
}


/* sub4_1 */
.sub4_intro{
    background-image: url(../images/sub4_intro.jpg);
}

.sub4_section1{
    width: 100%;
    margin-top: 120px;
}

.sub4_section2{
    width: 100%;
    margin-top: 80px;
    padding-bottom: 200px;
}

.sub4_section2 ul{
    width: 100%;
    display: flex;
}

.sub4_section2 ul li{
    width: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    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: 40px;
}

.flag p{
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
}


/* sub4_2 */
.sub4_2_section{
    width: 100%;
    padding-bottom: 200px;
}

.q_box{
    width: 770px;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 60px 80px;
    box-sizing: border-box;
}

.q_box p{
    font-size: 20px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    margin: 25px 0 10px;
}

.q_box p:first-child{
    margin: 0 0 10px;
}

.select_box{
    width: 100%;
    height: 50px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    position: relative
}

.select_box select{
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
}

.select_box i{
    position: absolute;
    font-size: 18px;
    color: #777;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.num_box{
    width: 100%;
    height: 50px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
    display: flex;
    align-items: center;
}

.q_box input{
    width: 100%;
    height: 50px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}

.q_box input::placeholder{
    font-size: 15px;
    color: #b6b6b6;
    font-family: 'Noto Sans KR', sans-serif;
}

.q_box input:-ms-input-placeholder{
    font-size: 15px;
    color: #b6b6b6;
    font-family: 'Noto Sans KR', sans-serif;
}

.q_box textarea{
    width: 100%;
    height: 130px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}

.sub4_2_section span{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    color: #777;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 50px;
}

.q_btn{
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.q_btn a{
    background-color: #203864;
    width: 190px;
    height: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
}

/**/
  #content{
    word-break: break-all;
  }

  #content01>p {
    word-break: break-all;
  }
/**/
