/* sub_top */
.sub_visual { position: relative; height: 400px; overflow: hidden; }
.sub_visual .bg { z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform-origin: center; }
.sub_visual .bg { animation: suv_bg forwards linear 5s; }
@keyframes suv_bg {
    0% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.sub_visual.sub1 .bg { background: url(/image/sub/subcommon/subtop_bg1.jpg) no-repeat center/cover; }
.sub_visual.sub2 .bg { background: url(/image/sub/subcommon/subtop_bg2.jpg) no-repeat center/cover; }
.sub_visual.sub3 .bg { background: url(/image/sub/subcommon/subtop_bg3.jpg) no-repeat center/cover; }
.sub_visual.sub4 .bg { background: url(/image/sub/subcommon/subtop_bg4.jpg) no-repeat center/cover; }
.sub_visual.sub5 .bg { background: url(/image/sub/subcommon/subtop_bg5.jpg) no-repeat center/cover; }

.sub_visual .frame { z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.sub_visual .txtbox { z-index: 3; position: relative; top: 110px; height: calc(100% - 155px); padding: 0 20px; }
.sub_visual .txtbox .texts { position: relative; top: 55%; transform: translateY(-50%); text-align: center; }
.sub_visual .txtbox .text1 { font-weight: 600; font-size: 50px; color: #ededed; }
@media (max-width: 1535px) {
    .sub_visual { height: 360px; }

    .sub_visual .txtbox { top: 100px; height: calc(100% - 145px); }
}
@media (max-width: 1279px) {
    .sub_visual { height: 340px; }
    .sub_visual.sub2 .bg { background-position-x: 100%; }

    .sub_visual .txtbox { top: 90px; height: calc(100% - 135px); }
}
@media (max-width: 1023px) {
    .sub_visual { height: 320px; }

    .sub_visual .txtbox { top: 80px; height: calc(100% - 150px); }
    .sub_visual.noSub .txtbox { height: calc(100% - 115px); }
}
@media (max-width: 767px) {
    .sub_visual { height: 300px; }
    .sub_visual.sub2 .bg { background-position-x: 80%; }
    .sub_visual.sub4 .bg { background-position-x: 80%; }
    .sub_visual.sub5 .bg { background-position-x: 80%; }

    .sub_visual .txtbox { top: 70px; height: calc(100% - 140px); }
    .sub_visual.noSub .txtbox { height: calc(100% - 105px); }
}

.subtop { margin-top: -45px; position: relative; z-index: 10; height: 45px; background-color: #151718; }
.subtop .contwrap { height: 100%; }
.subtop .subtop_flex { display: flex; flex-wrap: nowrap; height: 100%; }
.subtop .subtop_flex .top_cont { position: relative; }
.subtop .subtop_flex .top_cont1 { position: relative; display: block; width: 45px; height: 100%; border-right: 1px solid #5d5853; border-left: 1px solid #5d5853; transition: background-color 0.3s; }
.subtop .subtop_flex .top_cont1:hover { background-color: #333; }
.subtop .subtop_flex .top_cont1 a { position: relative; display: block; height: 100%; color: #fff; }
.subtop .subtop_flex .top_cont1 img { display: inline-block; position: relative; top: 45%; left: 50%; transform: translate(-50%,-50%); }
.subtop .subtop_flex .top_cont2 { width: 300px; height: 100%; border-right: 1px solid #5d5853; }
.subtop .subtop_flex .top_cont3 { width: 400px; height: 100%; border-right: 1px solid #5d5853; }
.subtop.noSub .subtop_flex .top_cont3 { display: none !important; }

.subtop .subtop_flex .top_cont .top_contin { display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; padding: 14px; height: 100%; font-size: 15px; color: #fff; transition: background-color 0.3s; }
.subtop .subtop_flex .top_cont .top_contin:hover { background-color: #333; }

.subtop .subtop_flex .donw_arrow { transform-origin: center; }
.subtop .subtop_flex .active .donw_arrow { transform: rotateZ(180deg); }

.subtop .subtop_flex .top_cont .top_subs { z-index: 10; display: none; position: absolute; left: -1px; width: calc(100% + 2px); background-color: rgba(0, 0, 0, 0.8); border: 1px solid #c0c0c0;  }
.subtop .subtop_flex .top_cont .top_subs a { display: block; padding: 10px 14px; text-align: left; font-size: 14px; color: #fff; }
.subtop .subtop_flex .top_cont .top_subs a:hover { background-color: #444; }

@media (max-width: 1023px) {
    .subtop { margin-top: -70px; height: 70px; }
    .subtop .subtop_flex { flex-wrap: wrap; }
    .subtop .subtop_flex .top_cont1 { width: 35px; height: 35px; }
    .subtop .subtop_flex .top_cont2 { width: calc(100% - 35px); height: 35px; }
    .subtop .subtop_flex .top_cont3 { width: 100%; height: 35px; border-left: 1px solid #5d5853; border-top: 1px solid #5d5853; }

    .subtop .subtop_flex .top_cont .top_contin { font-size: 13px; }

    .subtop.noSub { margin-top: -35px; height: 35px; }
    .subtop.noSub .subtop_flex .top_cont3 { display: none; }
}

/* sub_common */
.sub_sect { position: relative; padding: 90px 0; overflow: hidden; }
.sub_sect .sub_tit { padding-bottom: 55px; text-align: center; font-weight: 600; font-size: 43px; color: #000; }

/* subtabs */
.subtabs { margin-bottom: 40px; display: none; position: relative; flex-wrap: nowrap; font-weight: 600; font-size: 20px; color: #4b4b4b; }
.subtabs.active { display: flex; }
.subtabs * { font-weight: inherit; font-size: inherit; color: inherit; }
.subtabs li { position: relative; width: 100%; }
.subtabs li a { position: relative; display: block; text-align: center; padding-bottom: 25px; }
.subtabs li a::after { display: block; content: ''; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); width: 100%; height: 2px; background-color: #ddd; }
.subtabs li.active a { color: #c88f17; }
.subtabs li.active a::after { background-color: #c88f17; }
@media (max-width: 1535px) {
    .subtabs { margin-bottom: 35px; }
    .subtabs li a { padding-bottom: 20px; }
}
@media (max-width: 1279px) {
    .subtabs { margin-bottom: 30px; }
    .subtabs li a { padding-bottom: 15px; }
}
@media (max-width: 1023px) {
    .subtabs { margin-bottom: 25px; flex-wrap: wrap; font-weight: 500; }
    .subtabs li { width: 50%; }
    .subtabs li a { padding-bottom: 10px; }
    .subtabs li a::after { height: 1px; }
    .subtabs li:nth-of-type(n + 3) a { padding-top: 15px; }
}
@media (max-width: 767px) {

}

/* subcont */
.subcont { display: none; }
.subcont.active { display: block; }

/* sub1_1 */
.sub1_1 .contents1 { position: relative; padding: 130px 0; overflow: hidden; background-color: #fcf9f3; }
.sub1_1 .contents1 dl { display: flex; flex-wrap: nowrap; }
.sub1_1 .contents1 dl dt { padding-right: 40px; }
.sub1_1 .contents1 dl dt .textbox .text1 { font-weight: 700; font-size: 38px; color: #4b4b4b; line-height: 1.31; }
.sub1_1 .contents1 dl dt .textbox .text1 span { font-size: inherit !important; color: #c5993b; }
.sub1_1 .contents1 dl dt .textbox .text2 { font-size: 20px; color: #787878; line-height: 1.7; }
.sub1_1 .contents1 dl dt .textbox .text3 { text-align: right; font-weight: 600; font-size: 20px; color: #000; line-height: 1.6; }
.sub1_1 .contents1 dl dd { min-width: max-content; }
.sub1_1 .contents1 dl dd img { display: inline-block; width: 444px; }
@media (max-width: 1535px) {
    .sub1_1 .contents1 dl dd img { width: calc(200px + 15vw); }
}
@media (max-width: 1023px) {
    .sub1_1 .contents1 dl { flex-wrap: wrap; flex-direction: column-reverse; text-align: center; }
    .sub1_1 .contents1 dl dt { padding-right: initial; margin-top: 20px; }
    .sub1_1 .contents1 dl dd { min-width: initial; }
    .sub1_1 .contents1 dl dd img { width: 100%; max-width: 200px; }
    .sub1_1 .contents1 dl dt .textbox .text2 .br1 { display: none; }
}
@media (max-width: 460px) {
    .sub1_1 .contents1 dl dd img { max-width: 160px; }
}

/* sub1_2 */
.sub1_2 article { position: relative; margin-top: 50px; }
.sub1_2 .desc1 { padding-bottom: 30px; text-align: center; font-weight: 700; font-size: 40px; color: #000; }
.sub1_2 .contents1 { position: relative; padding: 40px 0; overflow: hidden; background-color: #fcf9f3; }
.sub1_2 .contents1 dl { display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; }
.sub1_2 .contents1 dl dt { width: 55%; }
.sub1_2 .contents1 dl dt .textbox .text1 { font-weight: 600; font-size: 30px; color: #b27c32; line-height: 1.5; }
.sub1_2 .contents1 dl dt .textbox .text1 span { font-size: inherit !important; color: #323549; }
.sub1_2 .contents1 dl dd { width: 39.230%; text-align: right; } 
.sub1_2 .contents1 dl dd img { display: inline-block; }
.sub1_2 .contents2 { padding: 30px 50px; border-top: 1px solid #9d9d9e; background-color: #f9f9f9; }
.sub1_2 .contents2 ul { position: relative; }
.sub1_2 .contents2 ul::after { display: block; content: ''; position: absolute; left: 90px; top: 0; width: 1px; height: 100%; background-color: #dfdfdf; }
.sub1_2 .contents2 ul li { display: flex; flex-wrap: nowrap; align-items: center; padding: 15px 0; }
.sub1_2 .contents2 ul li .left { position: relative; width: 90px; font-weight: 500; font-size: 25px; color: #b27c32; }
.sub1_2 .contents2 ul li .left::after { z-index: 3; display: block; content: ''; position: absolute; right: -6px; top: 50%; transform: translateY(-50%); width: 12px; height: 12px; background-color: #b27c32; border-radius: 50%; }
.sub1_2 .contents2 ul li .right { width: calc(100% - 90px); padding-left: 30px; font-size: 20px; color: #727272; line-height: 1.45; }
@media (max-width: 1535px) {
    .sub1_2 .contents1 ul li { padding: 25px 0; }
    .sub1_2 .contents2 ul::after { left: 80px; }
    .sub1_2 .contents2 ul li { padding: 13px 0; }
    .sub1_2 .contents2 ul li .left { width: 80px; }
    .sub1_2 .contents2 ul li .right { width: calc(100% - 80px); }
}
@media (max-width: 1279px) {
    .sub1_2 .contents1 ul li { padding: 20px 0; }
    .sub1_2 .contents1 dl dt { width: 57%; }
    .sub1_2 .contents2 ul::after { left: 70px; }
    .sub1_2 .contents2 ul li { padding: 11px 0; }   
    .sub1_2 .contents2 ul li .left { width: 70px; }
    .sub1_2 .contents2 ul li .right { width: calc(100% - 70px); padding-left: 25px; }
}
@media (max-width: 1023px) {
    .sub1_2 .contents1 dl { flex-wrap: wrap; flex-direction: column-reverse; text-align: center; }
    .sub1_2 .contents1 dl dt { padding-right: initial; width: 100%; margin-top: 20px; }
    .sub1_2 .contents1 dl dd { min-width: initial; width: 100%; text-align: center; }
    .sub1_2 .contents1 dl dd img { width: 100%; max-width: 280px; }
    .sub1_2 .contents2 ul li { padding: 10px 0; }   
    .sub1_2 .contents2 ul li .right { padding-left: 20px; }
}
@media (max-width: 767px) {
    .sub1_2 .contents2 ul { padding-left: 15px; }
    .sub1_2 .contents2 ul::after { left: 0; }
    .sub1_2 .contents2 ul li { display: block; }
    .sub1_2 .contents2 ul li .left { width: 100%; }
    .sub1_2 .contents2 ul li .left::after { left: -19px; right: initial; width: 8px; height: 8px; }
    .sub1_2 .contents2 ul li .right { width: 100%; padding-left: initial; margin-top: 5px; }
}
@media (max-width: 524px) {
    .sub1_2 .contents1 dl dt .textbox .text1 br { display: none; }
    .sub1_2 .contents1 dl dd img { max-width: 230px; }
}

/* sub1_3 */
.sub1_3 .imgbox { text-align: center; }
.sub1_3 .imgbox .img1 { display: inline-block; }
.sub1_3 .imgbox .img2 { display: none; }
.sub1_3 .tablewrap { margin-top: 80px; }
.sub1_3 .tablewrap table { width: 100%; border-collapse: collapse; border-spacing: 0; font-size: 20px; color: #5f5f5f; line-height: 1.35; border-left: 1px solid #dfdfdf; }
.sub1_3 .tablewrap table * { font-size: inherit; color: inherit; line-height: inherit; }
.sub1_3 .tablewrap table th, .sub1_3 .tablewrap table td { padding: 11px 5px; text-align: center; border-bottom: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; }
.sub1_3 .tablewrap table th { font-weight: 700; color: #fff; background-color: #c5993b; }
.sub1_3 .tablewrap table td.ver1 { font-weight: 700; color: #c5993b; background-color: #f9f9f9; }
@media (max-width: 1535px) {
    .sub1_3 .tablewrap table th, .sub1_3 .tablewrap table td { padding: 10px 5px; }
}
@media (max-width: 1279px) {
    .sub1_3 .tablewrap table th, .sub1_3 .tablewrap table td { padding: 9px 5px; }
}
@media (max-width: 1023px) {
    .sub1_3 .tablewrap { overflow-x: scroll; }
    .sub1_3 .tablewrap table { width: 1050px; }
    .sub1_3 .tablewrap table th, .sub1_3 .tablewrap table td { padding: 8px 5px; }
}
@media (max-width: 767px) {
    .sub1_3 .imgbox .img1 { display: none; }
    .sub1_3 .imgbox .img2 { display: inline-block; }
    .sub1_3 .tablewrap table { width: 780px; }
}

/* sub1_4 */
.sub1_4 .contents1 { display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; font-size: 20px; color: #4e4e4e; line-height: 1.7; padding: 40px; background-color: #fcf9f3;  }
.sub1_4 .contents1 * { font-size: inherit; color: inherit; line-height: inherit; }
.sub1_4 .contents1 p { display: block; }
.sub1_4 .contents1 p b { font-weight: 700; color: #c5993b; }
.sub1_4 .contents1 .text1 { display: flex; flex-wrap: nowrap; }
.sub1_4 .contents1 .text1 p { margin-right: 30px; }
.sub1_4 .contents1 .imgbox img { display: inline-block; width: 510px; }
.sub1_4 .contents1 .img1 { position: absolute; left: 65%; width: 300px; }
.sub1_4 .contents2 { margin-top: 80px; }
.sub1_4 .contents2 .top { position: relative; display: flex; align-items: center; width: 230px; background-color: #c8965a; color: white; font-weight: 700; font-size: 24px; padding: 10px; overflow: hidden; }
.sub1_4 .contents2 .top::after {  content: ''; position: absolute; top: 0; right: 0; width: 0; height: 0; border-top: 50px solid white; border-left: 50px solid transparent; }
.sub1_4 .contents2 .mid { border: 1px solid #cea46e; background-color: #cea46e; }
.sub1_4 .contents2 .mid dl { display: flex; flex-wrap: nowrap; align-items: center; }
.sub1_4 .contents2 .mid dl dt { min-width: max-content; }
.sub1_4 .contents2 .mid dl dt img { width: 470px; }
.sub1_4 .contents2 .mid dl dd { padding: 70px; }
.sub1_4 .contents2 .mid dl dd .textbox { }
.sub1_4 .contents2 .mid dl dd .textbox .text1 { display: flex; flex-wrap: nowrap; align-items: center; font-weight: 700; font-size: 24px; color: #fff; line-height: 1.65; }
.sub1_4 .contents2 .mid dl dd .textbox .text1 * { font-weight: inherit; font-size: inherit; color: inherit; line-height: inherit; }
.sub1_4 .contents2 .mid dl dd .textbox .text1 img { margin-left: 10px; }
.sub1_4 .contents2 .mid dl dd .textbox .text2 { font-size: 20px; color: #fff; line-height: 1.65; }
.sub1_4 .contents2 .mid dl dd .textbox .text2 * { font-size: inherit; color: inherit; line-height: inherit; }
.sub1_4 .contents2 .mid dl dd .textbox .car1 { width: 88px; }
.sub1_4 .contents2 .mid dl dd .textbox .car2 { width: 92px; }
.sub1_4 .contents3 { display: flex; flex-wrap: nowrap; justify-content: center; }
.sub1_4 .contents3 li:first-of-type { margin-right: 20px; }
.sub1_4 .contents3 li:last-of-type { margin-left: 20px; }
.sub1_4 .contents3 li .mid img { height: 375px; }
@media (max-width: 1535px) {
    .sub1_4 .contents1 .imgbox img { width: calc(300px + 13vw); }
    .sub1_4 .contents1 .img1 { width: calc(200px + 6.5vw); }
    .sub1_4 .contents2 .top { padding: 9px; width: 220px; }
    .sub1_4 .contents2 .mid dl dt img { width: calc(200px + 16vw); }
    .sub1_4 .contents2 .mid dl dd { padding: 60px; }
    .sub1_4 .contents2 .mid dl dd .textbox .car1 { width: calc(48px + 2.6vw); }
    .sub1_4 .contents2 .mid dl dd .textbox .car2 { width: calc(50px + 2.6vw); }
    .sub1_4 .contents3 li .mid img { height: calc(200px + 11vw); }
}
@media (max-width: 1279px) {
    .sub1_4 .contents1 .imgbox img { width: calc(250px + 11vw); }
    .sub1_4 .contents2 .top { padding: 8px; width: 210px; }
    .sub1_4 .contents2 .mid dl dd { padding: 50px; }
}
@media (max-width: 1023px) {
    .sub1_4 .contents1 .text1 { display: block; }
    .sub1_4 .contents1 .text1 p { margin-right: initial; }
    .sub1_4 .contents1 { text-align: center; flex-wrap: wrap; flex-direction: column-reverse; }
    .sub1_4 .contents1 .imgbox img { width: 100%; max-width: 160px; }
    .sub1_4 .contents1 .img1 { width: 100%; max-width: 180px; position: relative; left: initial }
    .sub1_4 .contents1 .texbox { margin-top: 20px; }
    .sub1_4 .contents2 .mid dl dd { padding: 40px; }
}
@media (max-width: 767px) {
    .sub1_4 .contents2 .mid dl { display: block; }
    .sub1_4 .contents2 .mid dl dt { min-width: initial; text-align: center; }
    .sub1_4 .contents2 .mid dl dt img { width: 100%; }
    .sub1_4 .contents2 .mid dl dd { padding: 20px; }
    .sub1_4 .contents2 .mid dl dd .textbox .car1 { width: 44px; }
    .sub1_4 .contents2 .mid dl dd .textbox .car2 { width: 48px; }
}
@media (max-width: 640px) {
    .sub1_4 .contents3 { display: block; margin: 0 auto; }
    .sub1_4 .contents3 li:first-of-type { margin-right: initial; }
    .sub1_4 .contents3 li:last-of-type { margin-left: initial; margin-top: 20px; }
    .sub1_4 .contents3 li .mid img { width: 100%; height: auto; }
}


/* sub2 */
.sub2 .contents1 { padding: 50px 30px; background-color: #fcf9f3; }
.sub2 .contents1 .text1 { margin-bottom: 10px; font-weight: 700; font-size: 25px; color: #000; }
.sub2 .contents1 .text2 { font-size: 18px; color: #646464; line-height: 1.65; }
.sub2 .contents1 .text2 * { font-size: inherit; color: inherit; line-height: inherit; }
.sub2 .contents1 .text2 dl { display: flex; flex-wrap: nowrap; }
.sub2 .contents1 .text2 dl dt { min-width: max-content; }
.sub2 .contents2 { margin-top: 70px; }
.sub2 .contents2 .desc1 { padding-bottom: 45px; text-align: center; font-weight: 700; font-size: 34px; color: #323549; }
.sub2 .contents2 .desc2 { padding-bottom: 30px; text-align: center; font-weight: 700; font-size: 24px; color: #b88b36; }
.sub2 .contents2 .desc3 { padding-bottom: 30px; text-align: center; font-size: 20px; color: #5f5f5f; line-height: 1.45; }
.sub2 .contents2 .desc4 { text-align: center; font-size: 20px; color: #5f5f5f; line-height: 1.45; }
.sub2 .contents2 .cont1 { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub2 .contents2 .cont1 li { width: 24%; }
.sub2 .contents2 .cont1 li img { width: 100%; }
.sub2 .contents2 .cont1.ver2 li { width: 24.07%; }
.sub2 .contents2 .cont1.ver2 li:last-of-type { width: 50.15%; }
.sub2 .contents2 .cont1.ver3 li { width: 33%; }
.sub2 .contents2 .cont2 ul { display: flex; flex-wrap: nowrap; justify-content: center; margin: -8px; }
.sub2 .contents2 .cont2 ul li { width: 20%; padding: 8px; }
.sub2 .contents2 .cont2 ul li a { display: block; padding: 40px 20px; height: 100%; background-color: #fafafa; border: 1px solid #c4c4c4; border-radius: 10px; text-align: center; pointer-events: none; }
.sub2 .contents2 .cont2 ul li a .scrbox .scr1 { display: inline-flex; align-items: center; justify-content: center; padding: 0 10px; font-size: 20px; color: #fff; aspect-ratio: 1/1; background-color: #b88b36; border-radius: 50%; }
.sub2 .contents2 .cont2 ul li a .scrbox .scr2 { margin-top: 15px; font-weight: 700; font-size: 22px; color: #4a4a4a; line-height: 1.35; }
.sub2 .contents2 .cont3 { font-weight: 700; font-size: 18px; color: #b88b36; }
.sub2 .contents2 .cont3 * { font-weight: inherit; font-size: inherit; color: inherit; }
.sub2 .contents2 .cont3 ul { display: flex; flex-wrap: wrap; margin: -8px; }
.sub2 .contents2 .cont3 ul li { width: 33.3333%; padding: 8px; }
.sub2 .contents2 .cont3 ul li a { padding: 20px 5px; display: block; text-align: center; background-color: #fcf9f3; border: 1px solid #e3d4b7; border-radius: 40px; pointer-events: none; }
.sub2 .contents2 .cont4 { margin: 0 auto; display: flex; flex-wrap: nowrap; justify-content: space-between; max-width: 1050px; }
.sub2 .contents2 .cont4 li { width: 49%; }
.sub2 .contents2 .cont4 li img { width: 100%; }
.sub2 .contents2 .cont5 { padding: 40px; background-color: #fcf9f3; }
.sub2 .contents2 .cont5 table { border-collapse: collapse; border-spacing: 0; font-weight: 500; font-size: 18px; color: #5f5f5f; line-height: 1.45; }
.sub2 .contents2 .cont5 table * { font-weight: inherit; font-size: inherit; color: inherit; line-height: inherit; }
.sub2 .contents2 .cont5 table th, .sub2 .contents2 .cont5 table td { padding: 8px; }
.sub2 .contents2 .cont5 table th { width: 180px; min-width: 180px; }
.sub2 .contents2 .cont5 table td { width: 100%; }
.sub2 .contents2 .cont5 table th b { display: block; margin-right: 5px; padding: 11px 5px; font-weight: 700; color: #c5993b; border: 1px solid #b88b36; border-radius: 100px; }
.sub2 .contents2 .cont6 { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub2 .contents2 .cont6 li { width: 33%; }
.sub2 .contents2 .cont6 li img { width: 100%; }
.sub2 .contents2 .cont7 { text-align: center; }
.sub2 .contents2 .cont8 ul { display: flex; flex-wrap: wrap; margin: -5px; }
.sub2 .contents2 .cont8 ul li { width: 33.3333%; padding: 5px; }
.sub2 .contents2 .cont8 ul li a { display: block; pointer-events: none; }
.sub2 .contents2 .cont8 ul li a img { width: 100%; }
.sub2 .contents2 .cont9 ul { display: flex; flex-wrap: wrap; margin: -5px; }
.sub2 .contents2 .cont9 ul li { width: 25%; padding: 5px; }
.sub2 .contents2 .cont9 ul li a { display: block; pointer-events: none; }
.sub2 .contents2 .cont9 ul li a img { width: 100%; }
.sub2 .contents2 .imgbox { text-align: center; }

@media (max-width: 1535px) {
    .sub2 .contents2 .desc1 { font-weight: 600; }
    .sub2 .contents2 .desc2 { padding-bottom: 25px; font-weight: 600; }
    .sub2 .contents2 .desc3{ padding-bottom: 25px; }
    .sub2 .contents2 .cont2 ul li a { padding: 35px 20px; }
    .sub2 .contents2 .cont3 ul { margin: -5px; }
    .sub2 .contents2 .cont3 ul li { padding: 5px; }
    .sub2 .contents2 .cont3 ul li a { padding: 17px 5px; }
    .sub2 .contents2 .cont4 { max-width: calc(600px + 29vw); }
    .sub2 .contents2 .cont5 table th b { padding: 10px 5px; }
}
@media (max-width: 1279px) {
    .sub2 .contents2 .desc2 { padding-bottom: 20px; }
    .sub2 .contents2 .desc3 { padding-bottom: 20px; }
    .sub2 .contents2 .cont2 ul li a { padding: 30px 15px; }
    .sub2 .contents2 .cont3 ul li a { padding: 15px 5px; }
    .sub2 .contents2 .cont5 table th b { padding: 9px 5px; }
}
@media (max-width: 1023px) {
    .sub2 .contents2 .cont2 ul { flex-wrap: wrap; }
    .sub2 .contents2 .cont2 ul li { width: 33.3333%; }
    .sub2 .contents2 .cont2 ul li a { padding: 25px 10px; }
    .sub2 .contents2 .cont3 { font-weight: 500; }
    .sub2 .contents2 .cont3 ul li a { padding: 13px 5px; }
}
@media (max-width: 767px) {
    .sub2 .contents2 .cont1 { flex-wrap: wrap; }
    .sub2 .contents2 .cont1 li { width: 48%; }
    .sub2 .contents2 .cont1 li:nth-of-type(n + 3) { margin-top: 4%; }
    .sub2 .contents2 .cont1.ver2 li { width: 48%; }
    .sub2 .contents2 .cont1.ver2 li:last-of-type { width: 100%; }
    .sub2 .contents2 .cont1.ver3 li { width: 48%; }
    .sub2 .contents2 .cont1 li:nth-of-type(n + 3) { margin-top: 4%; }
    .sub2 .contents2 .cont2 ul li a { padding: 20px 10px; }
    .sub2 .contents2 .cont3 ul { margin: initial; justify-content: space-between; }
    .sub2 .contents2 .cont3 ul li { width: 48%; padding: initial; }
    .sub2 .contents2 .cont3 ul li:nth-of-type(n + 3) { margin-top: 4%; }
    .sub2 .contents2 .cont3 ul li a { padding: 12px 5px; }
    .sub2 .contents2 .cont5 table { display: block; }
    .sub2 .contents2 .cont5 table tr:nth-of-type(n + 2) { margin-top: 20px; }
    .sub2 .contents2 .cont5 table tbody, .sub2 .contents2 .cont5 table tr, .sub2 .contents2 .cont5 table th, .sub2 .contents2 .cont5 table td { display: block; width: 100%; text-align: center; }
    .sub2 .contents2 .cont5 table th { width: 100%; min-width: initial; }
    .sub2 .contents2 .cont5 table th b { padding: 7px 5px; margin-right: initial; }
    .sub2 .contents2 .cont5 table th { padding: initial; }
    .sub2 .contents2 .cont5 table td { padding: initial; padding-top: 10px; }
    .sub2 .contents2 .cont8 ul { justify-content: space-between; margin: initial; }
    .sub2 .contents2 .cont8 ul li { width: 49%; padding: initial; }
    .sub2 .contents2 .cont8 ul li:nth-of-type(n + 3) { margin-top: 2%; }
    .sub2 .contents2 .cont9 ul { justify-content: space-between; margin: initial; }
    .sub2 .contents2 .cont9 ul li { width: 49%; padding: initial; }
    .sub2 .contents2 .cont9 ul li:nth-of-type(n + 3) { margin-top: 2%; }
    
}
@media (max-width: 580px) {
    .sub2 .contents2 .cont2 ul { margin: initial; justify-content: space-between; }
    .sub2 .contents2 .cont2 ul li { width: 48%; padding: initial; }
    .sub2 .contents2 .cont2 ul li:nth-of-type(n + 3) { margin-top: 4%; }
    .sub2 .contents2 .cont2 ul li a { padding: 20px 10px; }
    .sub2 .contents2 .cont5 table th b { padding: 5px; }
}
@media (max-width: 524px) {
    .sub2 .contents2 .cont3 ul li { width: 100%; }
    .sub2 .contents2 .cont3 ul li:nth-of-type(n + 3) { margin-top: initial; }
    .sub2 .contents2 .cont3 ul li:nth-of-type(n + 2) { margin-top: 15px; }
    .sub2 .contents2 .cont4 { display: block; max-width: initial; }
    .sub2 .contents2 .cont4 li { width: 100%; }
    .sub2 .contents2 .cont4 li:nth-of-type(n + 2) { margin-top: 20px; }
    .sub2 .contents2 .cont4 { max-width: calc(600px + 29vw); }
}
@media (max-width: 380px) {
    .sub2 .contents2 .cont2 ul { display: block; }
    .sub2 .contents2 .cont2 ul li { width: 100%; }
    .sub2 .contents2 .cont2 ul li:nth-of-type(n + 3) { margin-top: initial; }
    .sub2 .contents2 .cont2 ul li:nth-of-type(n + 2) { margin-top: 15px; }
}

/* scr */
.sub2 .contents2 .scr1 { display: flex; flex-wrap: nowrap; align-items: center; font-weight: 700; font-size: 30px; color: #323549; }
.sub2 .contents2 .scr1 * { font-weight: inherit; font-size: inherit; color: inherit; }
.sub2 .contents2 .scr1 img { width: 62px; margin-right: 15px; }
.sub2 .contents2 .scr2 { margin-top: 5px; font-size: 18px; color: #646464; line-height: 1.65; }
.sub2 .contents2 .scr2 * { font-size: inherit; color: inherit; line-height: inherit; }
.sub2 .contents2 .scr2 dl { display: flex; flex-wrap: nowrap; align-items: center; }
.sub2 .contents2 .scr2 dl.ver2 { margin-top: 10px; }
.sub2 .contents2 .scr2 dl dt { min-width: max-content; }
.sub2 .contents2 .scr2 dl dt b { display: inline-block; margin-right: 13px; text-align: center; font-weight: 700; font-size: 20px; color: #323549; padding: 7px 45px; border-radius: 100px; background-color: #f4eada; }
.sub2 .contents2 .scr2 dl.arrowdl dt img { width: 17px; margin-right: 15px; }
.sub2 .contents2 .scr3 { display: flex; flex-wrap: nowrap; align-items: center; }
.sub2 .contents2 .scr3  > .left { min-width: max-content; margin-right: 25px; }
.sub2 .contents2 .scr3  > .left .circle { display: flex; flex-wrap: nowrap; padding: 0 25px; aspect-ratio: 1/1; align-items: center; justify-content: center; text-align: center; background-color: #c5993b; border-radius: 50%; }
.sub2 .contents2 .scr3  > .left .circle p { font-size: 22px; color: #fff; line-height: 1.36; }
.sub2 .contents2 .scr4 { padding-bottom: 20px; font-weight: 700; font-size: 25px; color: #000; }
.sub2 .contents2 .scr5 { padding: 50px; text-align: center; border: 1px solid #dfdfdf; }
.sub2 .contents2 .scr5 .img1 { display: inline-block; }
.sub2 .contents2 .scr5 .img2 { display: none; }
.sub2 .contents2 .scr6 { display: flex; flex-wrap: nowrap; }
.sub2 .contents2 .scr6 > dt { min-width: max-content; margin-right: 35px; }
.sub2 .contents2 .scr6 > dt img { width: 261px; }
.sub2 .contents2 .scr7 { padding-bottom: 20px; font-size: 18px; color: #646464; line-height: 1.65; }
.sub2 .contents2 .scr7 * { font-size: inherit; color: inherit; line-height: inherit; }
.sub2 .contents2 .scr7 dl { display: flex; flex-wrap: nowrap; }
.sub2 .contents2 .scr7 dl dt { min-width: max-content; }
@media (max-width: 1535px) {
    .sub2 .contents2 .scr1 img { width: calc(40px + 1.4vw); margin-right: 13px; }
    .sub2 .contents2 .scr2 dl.arrowdl dt img { width: 15px; margin-right: 13px; }
    .sub2 .contents2 .scr3  > .left { margin-right: 20px; }
    .sub2 .contents2 .scr4 { padding-bottom: 17px; }
    .sub2 .contents2 .scr6 > dt { margin-right: 30px; }
    .sub2 .contents2 .scr6 > dt img { width: calc(150px + 7vw); }
    .sub2 .contents2 .scr7 { padding-bottom: 17px; }
}
@media (max-width: 1279px) {
    .sub2 .contents2 .scr1 img { width: calc(35px + 1.2vw); margin-right: 12px; }
    .sub2 .contents2 .scr2 dl.arrowdl dt img { width: 13px; margin-right: 11px; }
    .sub2 .contents2 .scr3  > .left { margin-right: 17px; }
    .sub2 .contents2 .scr4 { padding-bottom: 15px; }
    .sub2 .contents2 .scr6 > dt { margin-right: 28px; }
    .sub2 .contents2 .scr7 { padding-bottom: 15px; }
}
@media (max-width: 1023px) {
    .sub2 .contents2 .scr1 img { width: calc(33px + 1vw); margin-right: 10px; }
    .sub2 .contents2 .scr2 dl.arrowdl dt img { width: 12px; margin-right: 10px; }
    .sub2 .contents2 .scr3  > .left { margin-right: 15px; }
    .sub2 .contents2 .scr4 { padding-bottom: 13px; }
    .sub2 .contents2 .scr6 > dt { margin-right: 24px; }
    .sub2 .contents2 .scr6 > dt img { width: calc(140px + 6vw); }
    .sub2 .contents2 .scr7 { padding-bottom: 13px; }
}
@media (max-width: 767px) {
    .sub2 .contents2 .scr1 img { width: calc(27px + 1vw); margin-right: 7px; }
    .sub2 .contents2 .scr2 dl { display: block; }
    .sub2 .contents2 .scr2 dl dt { min-width: initial; margin-bottom: 5px; }
    .sub2 .contents2 .scr2 dl dt b { margin-right: initial; display: block; }
    .sub2 .contents2 .scr2 dl.arrowdl { display: flex !important; }
    .sub2 .contents2 .scr2 dl.arrowdl dt { min-width: max-content !important; }
    .sub2 .contents2 .scr2 dl.arrowdl dt img { width: 10px; margin-right: 8px; }
    .sub2 .contents2 .scr3 { display: block; }
    .sub2 .contents2 .scr3 > .left { min-width: initial; margin-right: initial; width: 100%; margin-bottom: 10px; text-align: center; }
    .sub2 .contents2 .scr3 > .left .circle { display: inline-flex; }
    .sub2 .contents2 .scr5 .img1 { display: none; }
    .sub2 .contents2 .scr5 .img2 { display: inline-block; }
    .sub2 .contents2 .scr6 { display: block !important; }
    .sub2 .contents2 .scr6 > dt { margin-right: initial; min-width: initial; width: 100%; margin-bottom: 10px; }
    .sub2 .contents2 .scr6 > dt img { width: 185px; }
}

/* sub2 tablewrap */
.sub2 .tablewrap { position: relative; }
.sub2 .tablewrap table { width: 100%; border-collapse: collapse; border-spacing: 0; font-size: 20px; color: #5f5f5f; line-height: 1.5; border-left: 1px solid #dfdfdf; border-top: 1px solid #dfdfdf; }
.sub2 .tablewrap table * { font-size: inherit; color: inherit; line-height: inherit; }
.sub2 .tablewrap table th, .sub2 .tablewrap table td { padding: 15px; border-bottom: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; }
.sub2 .tablewrap table th { text-align: center; font-weight: 700; color: #fff; background-color: #c5993b; }
.sub2 .tablewrap table td.ver1 { text-align: center; font-weight: 700; color: #c5993b; background-color: #f9f9f9; }
@media (max-width: 1535px) {
    .sub2 .tablewrap table th, .sub2 .tablewrap table td { padding: 13px; }
}
@media (max-width: 1279px) {
    .sub2 .tablewrap table th, .sub2 .tablewrap table td { padding: 11px; }
}
@media (max-width: 1023px) {
    .sub2 .tablewrap table th, .sub2 .tablewrap table td { padding: 10px; }
}
@media (max-width: 767px) {
    .sub2 .tablewrap { overflow-x: scroll; }
    .sub2 .tablewrap table { width: 780px; }
    .sub2 .tablewrap table th, .sub2 .tablewrap table td { padding: 8px; }
}


/* sub3 */
.sub3 .contents1 { padding: 50px 30px; background-color: #fcf9f3; }
.sub3 .contents1 .text1 { margin-bottom: 10px; font-weight: 700; font-size: 25px; color: #000; }
.sub3 .contents1 .text2 { font-size: 18px; color: #646464; line-height: 1.65; }
.sub3 .contents1 .text2 * { font-size: inherit; color: inherit; line-height: inherit; }
.sub3 .contents2 { margin-top: 70px; }
.sub3 .contents2 .text1 { padding-bottom: 45px; text-align: center; font-weight: 700; font-size: 34px; color: #323549; }
.sub3 .contents2 .cont1 { display: flex; flex-wrap: wrap; justify-content: space-between; }
.sub3 .contents2 .cont1 li { width: 49%; }
.sub3 .contents2 .cont1 li:nth-of-type(n + 3) { margin-top: 2%; }
.sub3 .contents2 .cont1 li .conflex { display: flex; flex-wrap: nowrap; align-items: center; padding: 60px 35px; height: 100%; background-color: #f9f9f9; border: 1px solid #dadada; border-radius: 10px; }
.sub3 .contents2 .cont1 li .conflex .left { min-width: max-content; margin-right: 35px; }
.sub3 .contents2 .cont1 li .conflex .left img { display: inline-block; width: 90px; }
.sub3 .contents2 .cont1 li .conflex .right .scrbox .scr1 { margin-bottom: 10px; font-weight: 700; font-size: 25px; color: #b88b36; }
.sub3 .contents2 .cont1 li .conflex .right .scrbox .scr2 { font-size: 18px; color: #000; line-height: 1.65; }
.sub3 .contents2 .cont1 li .conflex .right .scrbox .scr2 * { font-size: inherit; color: inherit; line-height: inherit; }
.sub3 .contents2 .cont1 li .conflex .right .scrbox .scr2 dl { display: flex; flex-wrap: nowrap; }
.sub3 .contents2 .cont1 li .conflex .right .scrbox .scr2 dl dt { min-width: max-content; }
.sub3 .contents2 .cont1 li .conflex .right .scrbox .scr2 dl dt .circle1 { display: inline-block; width: 10px; margin-right: 10px; }
.sub3 .contents2 .cont1.ver2 li { width: 32%; }
.sub3 .contents2 .cont1.ver2 li:nth-of-type(n + 3) { margin-top: initial; }
.sub3 .contents2 .cont1.ver2 li .conflex { display: block; }
.sub3 .contents2 .cont1.ver2 li .conflex .left { text-align: center; }
.sub3 .contents2 .cont1.ver2 li .conflex .left img { width: 109px; }
.sub3 .contents2 .cont1.ver2 li .conflex .right { margin-top: 30px; }
.sub3 .contents2 .cont2 { font-weight: 700; font-size: 18px; color: #b88b36; }
.sub3 .contents2 .cont2 * { font-weight: inherit; font-size: inherit; color: inherit; }
.sub3 .contents2 .cont2 ul { display: flex; flex-wrap: wrap; margin: -8px; }
.sub3 .contents2 .cont2 ul li { width: 33.3333%; padding: 8px; }
.sub3 .contents2 .cont2 ul li a { padding: 20px 5px; display: block; text-align: center; background-color: #fcf9f3; border: 1px solid #e3d4b7; border-radius: 40px; pointer-events: none; }
.sub3 .contents3 { margin-top: 70px; }
.sub3 .contents3 ul { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub3 .contents3 ul li { width: 49%; }
.sub3 .contents3 ul li img { width: 100%; }
@media (max-width: 1535px) {
    .sub3 .contents2 .cont1 li .conflex { padding: 50px 30px; }
    .sub3 .contents2 .cont1 li .conflex .left { min-width: max-content; margin-right: 35px; }
    .sub3 .contents2 .cont1 li .conflex .left img { display: inline-block; width: 90px; }
    .sub3 .contents2 .cont1 li .conflex .right .scrbox .scr2 dl dt .circle1 { width: 9px; margin-right: 9px; }
    .sub3 .contents2 .cont1.ver2 li .conflex .right { margin-top: 25px; }
    .sub3 .contents2 .cont2 ul { margin: -5px; }
    .sub3 .contents2 .cont2 ul li { padding: 5px; }
    .sub3 .contents2 .cont2 ul li a { padding: 17px 5px; }
}
@media (max-width: 1279px) {
    .sub3 .contents2 .cont1 li .conflex { padding: 40px 25px; }
    .sub3 .contents2 .cont1 li .conflex .left { margin-right: 30px; }
    .sub3 .contents2 .cont1 li .conflex .left img { width: calc(60px + 1.7vw); }
    .sub3 .contents2 .cont1 li .conflex .right .scrbox .scr2 dl dt .circle1 { width: 8px; margin-right: 8px; }
    .sub3 .contents2 .cont1.ver2 li .conflex .left img { width: calc(70px + 3vw); }
    .sub3 .contents2 .cont2 ul li a { padding: 15px 5px; }
}
@media (max-width: 1023px) {
    .sub3 .contents2 .cont1 { display: block; }
    .sub3 .contents2 .cont1 li { width: 100%; }
    .sub3 .contents2 .cont1 li:nth-of-type(n + 2) { margin-top: 20px; }
    .sub3 .contents2 .cont1 li .conflex { padding: 30px 20px; }
    .sub3 .contents2 .cont1 li .conflex .left { margin-right: 25px; }
    .sub3 .contents2 .cont1 li .conflex .left img { width: calc(55px + 1.5vw); }
    .sub3 .contents2 .cont1.ver2 li { width: 100%; }
    .sub3 .contents2 .cont1.ver2 li:nth-of-type(n + 3) { margin-top: initial; }
    .sub3 .contents2 .cont1.ver2 li:nth-of-type(n + 2) { margin-top: 20px; }
    .sub3 .contents2 .cont1.ver2 li .conflex { display: flex; flex-wrap: nowrap; align-items: center; }
    .sub3 .contents2 .cont1.ver2 li .conflex .left img { width: calc(55px + 1.5vw); }
    .sub3 .contents2 .cont1.ver2 li .conflex .right { margin-top: initial; }
    .sub3 .contents2 .cont2 { font-weight: 500; }
    .sub3 .contents2 .cont2 ul li a { padding: 13px 5px; }
}
@media (max-width: 767px) {
    .sub3 .contents2 .cont1 li .conflex { display: block; padding: 20px 15px; text-align: center; }
    .sub3 .contents2 .cont1 li .conflex .left { margin-right: initial; }
    .sub3 .contents2 .cont1 li .conflex .left img { width: 100%; max-width: 60px; }
    .sub3 .contents2 .cont1 li .conflex .right { margin-top: 20px; }
    .sub3 .contents2 .cont1 li .conflex .right .scrbox .scr2 { display: inline-block; }
    .sub3 .contents2 .cont1 li .conflex .right .scrbox .scr2 dl { text-align: left; }
    .sub3 .contents2 .cont1.ver2 li .conflex { display: block; }
    .sub3 .contents2 .cont1.ver2 li .conflex .left img { width: 100%; max-width: 60px; }
    .sub3 .contents2 .cont1.ver2 li .conflex .right { margin-top: 20px; }
    .sub3 .contents2 .cont2 ul { margin: initial; justify-content: space-between; }
    .sub3 .contents2 .cont2 ul li { width: 48%; padding: initial; }
    .sub3 .contents2 .cont2 ul li:nth-of-type(n + 3) { margin-top: 4%; }
    .sub3 .contents2 .cont2 ul li a { padding: 12px 5px; }
}
@media (max-width: 640px) {
    .sub3 .contents3 ul { display: block; }
    .sub3 .contents3 ul li { width: 100%; }
    .sub3 .contents3 ul li:last-of-type { margin-top: 20px; }
}
@media (max-width: 524px) {
    .sub3 .contents2 .cont2 ul li { width: 100%; }
    .sub3 .contents2 .cont2 ul li:nth-of-type(n + 3) { margin-top: initial; }
    .sub3 .contents2 .cont2 ul li:nth-of-type(n + 2) { margin-top: 15px; }
}