/* visual sub °øÅë start */
.sub_visual{
    width:100%;
    position: relative;
    overflow: hidden;
    padding-top:80px;
}
.sub_visual > img{
    width:100%;
    object-fit: cover;
    transition: all 3s ease-in-out;
    transform:scale(1.1);
}
.sub_visual > img.zoom{transform:scale(1);}
/* visual sub °øÅë end */

/* tab ¸Þ´º °øÅë */
.contents{padding:30px 0;}
.sub_tabmenu ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.sub_tabmenu li a{
    display: block;
    font-size:14px;
    text-align: center;
    color:#333;
    transition: all .3s ease-in-out;
}
/* tab ¸Þ´º °øÅë */
.sub01_01 .sub_tabmenu li:nth-child(1) a{color:#e08d27;}
.sub01_02 .sub_tabmenu li:nth-child(2) a{color:#e08d27;}
.sub01_03 .sub_tabmenu li:nth-child(3) a{color:#e08d27;}

.sub02_00 .sub_tabmenu li:nth-child(1) a{color:#e08d27;}
.sub02_01 .sub_tabmenu li:nth-child(2) a{color:#e08d27;}
.sub02_02 .sub_tabmenu li:nth-child(3) a{color:#e08d27;}
.sub02_03 .sub_tabmenu li:nth-child(4) a{color:#e08d27;}
.sub02_04 .sub_tabmenu li:nth-child(5) a{color:#e08d27;}
.sub02_05 .sub_tabmenu li:nth-child(6) a{color:#e08d27;}
.sub02_06 .sub_tabmenu li:nth-child(7) a{color:#e08d27;}
.sub02_07 .sub_tabmenu li:nth-child(8) a{color:#e08d27;}
.sub02_08 .sub_tabmenu li:nth-child(9) a{color:#e08d27;}
.sub02_09 .sub_tabmenu li:nth-child(10) a{color:#e08d27;}

.sub03_01 .sub_tabmenu li:nth-child(1) a{color:#e08d27;}
.sub03_02 .sub_tabmenu li:nth-child(2) a{color:#e08d27;}
.sub03_03 .sub_tabmenu li:nth-child(3) a{color:#e08d27;}

.sub04_01 .sub_tabmenu li:nth-child(1) a{color:#e08d27;}
/* tab ¸Þ´º °øÅë */

/* sub Å¸ÀÌÆ² °øÅë */
.contents_title{
    padding:20px 0;
    position: relative;
    width:100%;
}
.contents_title h2{
    padding:20px 0;
    font-size:24px;
    color:#333;
    font-weight: 400;
    text-align: center;
    position: relative;
}
.contents_title h2 span{
    font-size:24px;
    font-weight:600;
    display: block;
    color:#000;
}
.contents_title h2::before{
    content: '';
    position: absolute;
    bottom:10px;
    left:50%;
    transform: translateX(-50%);
    width:40px;
    height:2px;
    background-color: #e08d27;
}

/* image_show_wrap °øÅë */
.contents_detail .image_show_wrap,
.contents_detail .image_show_wrap2{
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
}
.contents_detail .image_show_wrap{overflow: hidden; animation-duration: 1.4s;}
.contents_detail .image_show_wrap2{animation-duration: 1.4s;}

.contents_detail .show_img01{animation-name: show_img01;}
@keyframes show_img01{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
.contents_detail .show_img02{animation-name: show_img02;}
@keyframes show_img02{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
.contents_detail .show_img03{animation-name: show_img03;}
@keyframes show_img03{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
.contents_detail .show_img04{animation-name: show_img04;}
@keyframes show_img04{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
.contents_detail .show_img05{animation-name: show_img05;}
@keyframes show_img05{
    0%{opacity: 0; transform: translate3d(0, 100%, 0);}
}
.contents_detail .show_img06{animation-name: show_img06;}
@keyframes show_img06{
    0%{opacity: 0; transform: translate3d(0, -100%, 0);}
}
/* image_show_wrap °øÅë */

/* sub Å¸ÀÌÆ² °øÅë */
/* ------------------------------------------- sub -------------------------------------------------------- */
/* sub01_01 */
.sub01_01 .greetings_tit h3{
    font-size:24px;
    color:#e97a29;    
    text-align: left;
    padding:10px 0;
}
.sub01_01 .greetings_tit h3 strong{
    font-size:24px;
    color:#4574a2;
}
.sub01_01 .greetings_tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    line-height: 32px;
    letter-spacing: -.5px;
}
.sub01_01 .greetings_tit p .blue{
    font-size:18px;
    color:#4574a2;
}
.sub01_01 .greetings_tit p .yellow{
    font-size:18px;
    color:#e97a29; 
}
/* sub01_01 */

/* sub01_02 */
.sub01_02 .scope .scope_tit h3{
    font-size:24px;
    color:#333;    
    text-align: left;
    padding:10px 0;
}
.sub01_02 .scope .scope_tit h3 .blue{
    font-size:24px;
    color:#4574a2;
}
.sub01_02 .scope .scope_tit h3 .yellow{
    font-size:24px;
    color:#e97a29;
}
.sub01_02 .scope .scope_tit p{
    font-size:18px;
    color:#333;
    text-align: left;
    padding-left:30px;
    line-height: 32px;
    position: relative;
}
.sub01_02 .scope .scope_tit p::before{
    content: '';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:5px;
    width:7px;
    height:7px;
    border-radius: 50%;
    background-color: #333;
}
/* sub01_02 */

/* sub01_03 */
.sub01_03 .sub_map .chart{
    width:100%;
    border-top:3px solid #e08d27;
    margin-top:20px;
}
.sub01_03 .sub_map .chart th{background-color: #f7f7f7;}
.sub01_03 .sub_map .chart th,
.sub01_03 .sub_map .chart td{
    font-size:13px;
    color:#333;
    padding:10px;
    border:1px solid #ccc;
}
/* sub01_03 */

/* sub02_00 */
.sub02_00 .pro0_0 .board .img_wrap{width:50%;}
.sub02_00 .pro0_0 .board .img_wrap > table{width:100%;}
.sub02_00 .pro0_0 .board .img_wrap .img_inner{background-color: #fff; width:100%; height:100%; padding:10px;}
.sub02_00 .pro0_0 .board .img_wrap .img_inner .img{width:100%;}
.sub02_00 .pro0_0 .board .img_wrap .img_inner .img a{position: relative; padding-top:70%; display: block;}
.sub02_00 .pro0_0 .board .img_wrap .img_inner .img a img{position: absolute; top:0; left:0; width:100%; height:100%; border:2px solid #E6E6E6;}

/* »ó¼¼ÆäÀÌÁö */
.sub02_00 .pro0_0 .board #wiz_get_table_width{width: 100% !important;}
.sub02_00 .pro0_0 .board .chart p img{width:100%; height:100%;}
.sub02_00 .pro0_0 .board .chart_wrap tr td{padding: 0 !important; text-align: center;}
.sub02_00 .pro0_0 .board table tr td strong{font-size:12px; color:#333;}
.sub02_00 .pro0_0 .board .chart_wrap .chart img{height:100%;}
/* »ó¼¼ÆäÀÌÁö */
/* sub02_01 */

/* sub02_01 */
.sub02_01 .pro0_1 .board .img_wrap{width:50%;}
.sub02_01 .pro0_1 .board .img_wrap > table{width:100%;}
.sub02_01 .pro0_1 .board .img_wrap .img_inner{background-color: #fff; width:100%; height:100%; padding:10px;}
.sub02_01 .pro0_1 .board .img_wrap .img_inner .img{width:100%;}
.sub02_01 .pro0_1 .board .img_wrap .img_inner .img a{position: relative; padding-top:70%; display: block;}
.sub02_01 .pro0_1 .board .img_wrap .img_inner .img a img{position: absolute; top:0; left:0; width:100%; height:100%; border:2px solid #E6E6E6;}

/* »ó¼¼ÆäÀÌÁö */
.sub02_01 .pro0_1 .board #wiz_get_table_width{width: 100% !important;}
.sub02_01 .pro0_1 .board .chart p img{width:100%; height:100%;}
.sub02_01 .pro0_1 .board .chart_wrap tr td{padding: 0 !important; text-align: center;}
.sub02_01 .pro0_1 .board table tr td strong{font-size:12px; color:#333;}
.sub02_01 .pro0_1 .board .chart_wrap .chart img{height:100%;}
/* »ó¼¼ÆäÀÌÁö */
/* sub02_01 */

/* sub02_02 */
.sub02_02 .pro0_2 .board .img_wrap{width:50%;}
.sub02_02 .pro0_2 .board .img_wrap > table{width:100%;}
.sub02_02 .pro0_2 .board .img_wrap .img_inner{background-color: #fff; width:100%; height:100%; padding:10px;}
.sub02_02 .pro0_2 .board .img_wrap .img_inner .img{width:100%;}
.sub02_02 .pro0_2 .board .img_wrap .img_inner .img a{position: relative; padding-top:70%; display: block;}
.sub02_02 .pro0_2 .board .img_wrap .img_inner .img a img{position: absolute; top:0; left:0; width:100%; height:100%; border:2px solid #E6E6E6;}

/* »ó¼¼ÆäÀÌÁö */
.sub02_02 .pro0_2 .board #wiz_get_table_width{width: 100% !important;}
.sub02_02 .pro0_2 .board .chart p img{width:100%; height:100%;}
.sub02_02 .pro0_2 .board .chart_wrap tr td{padding: 0 !important; text-align: center;}
.sub02_02 .pro0_2 .board table tr td strong{font-size:12px; color:#333;}
.sub02_02 .pro0_2 .board .chart_wrap .chart img{height:100%;}
/* sub02_02 */

/* sub02_03 */
.sub02_03 .features_tit{margin-top:20px;}
.sub02_03 .features_tit .tit{
    padding:10px;
    display: flex;
    align-items: top;
    gap:10px;
}
.sub02_03 .features_tit .tit span{
    display: block;
    font-size:20px;
    color:#fff;
    text-align: center;
    background-color: #4574a2;
    border-radius: 5px;
    height:40px;
    line-height: 40px;
    padding:0 10px;
}
.sub02_03 .features_tit .tit p{
    font-size:16px;
    color:#333;
    text-align: left;
    line-height: 32px;
}
/* sub02_03 */

/* sub02_04 */
.sub02_04 .pro1 .board .img_wrap{width:50%;}
.sub02_04 .pro1 .board .img_wrap > table{width:100%;}
.sub02_04 .pro1 .board .img_wrap .img_inner{background-color: #fff; width:100%; height:100%; padding:10px;}
.sub02_04 .pro1 .board .img_wrap .img_inner .img{width:100%;}
.sub02_04 .pro1 .board .img_wrap .img_inner .img a{position: relative; padding-top:70%; display: block;}
.sub02_04 .pro1 .board .img_wrap .img_inner .img a img{position: absolute; top:0; left:0; width:100%; height:100%; border:2px solid #E6E6E6;}

.sub02_04 .pro1 .board .ca{width:100%;}
.sub02_04 .pro1 .board .ca tr td{width:100%; display: flex; align-items: center; justify-content: space-between;}
.sub02_04 .pro1 .board .ca tr td a{display: block;}
/* »ó¼¼ÆäÀÌÁö */
.sub02_04 .pro1 .board #wiz_get_table_width{width: 100% !important;}
.sub02_04 .pro1 .board .chart p img{width:100%; height:100%;}
.sub02_04 .pro1 .board .chart_wrap tr td{padding: 0 !important; text-align: center;}
.sub02_04 .pro1 .board table tr td strong{font-size:12px; color:#333;}
.sub02_04 .pro1 .board .chart_wrap .chart img{height:100%;}
/* sub02_04 */

/* sub02_05 */
.sub02_05 .pro2 .board .img_wrap{width:50%;}
.sub02_05 .pro2 .board .img_wrap > table{width:100%;}
.sub02_05 .pro2 .board .img_wrap .img_inner{background-color: #fff; width:100%; height:100%; padding:10px;}
.sub02_05 .pro2 .board .img_wrap .img_inner .img{width:100%;}
.sub02_05 .pro2 .board .img_wrap .img_inner .img a{position: relative; padding-top:70%; display: block;}
.sub02_05 .pro2 .board .img_wrap .img_inner .img a img{position: absolute; top:0; left:0; width:100%; height:100%; border:2px solid #E6E6E6;}

.sub02_05 .pro2 .board .ca{width:100%;}
.sub02_05 .pro2 .board .ca tr td{width:100%; display: flex; align-items: center; justify-content: space-between;}
.sub02_05 .pro2 .board .ca tr td a{display: block;}

/* »ó¼¼ÆäÀÌÁö */
.sub02_05 .pro2 .board #wiz_get_table_width{width: 100% !important;}
.sub02_05 .pro2 .board .chart p img{width:100%; height:100%;}
.sub02_05 .pro2 .board .chart_wrap tr td{padding: 0 !important; text-align: center;}
.sub02_05 .pro2 .board table tr td strong{font-size:12px; color:#333;}
.sub02_05 .pro2 .board .chart_wrap .chart img{height:100%;}
/* sub02_05 */

/* sub02_06 */
.sub02_06 .noti2 .board .img_wrap{width:50%;}
.sub02_06 .noti2 .board .img_wrap > table{width:100%;}
.sub02_06 .noti2 .board .img_wrap .img_inner{background-color: #fff; width:100%; height:100%; padding:10px;}
.sub02_06 .noti2 .board .img_wrap .img_inner .img{width:100%;}
.sub02_06 .noti2 .board .img_wrap .img_inner .img a{position: relative; padding-top:70%; display: block;}
.sub02_06 .noti2 .board .img_wrap .img_inner .img a img{position: absolute; top:0; left:0; width:100%; height:100%; border:2px solid #E6E6E6;}

.sub02_06 .noti2 .board .ca{width:100%;}
.sub02_06 .noti2 .board .ca tr td{width:100%; display: flex; align-items: center; justify-content: space-between;}
.sub02_06 .noti2 .board .ca tr td a{display: block;}

/* »ó¼¼ÆäÀÌÁö */
.sub02_06 .noti2 .board #wiz_get_table_width{width: 100% !important;}
.sub02_06 .noti2 .board .chart p img{width:100%; height:100%;}
.sub02_06 .noti2 .board .chart_wrap tr td{padding: 0 !important; text-align: center;}
.sub02_06 .noti2 .board table tr td strong{font-size:12px; color:#333;}
.sub02_06 .noti2 .board .chart_wrap .chart img{height:100%;}
/* sub02_06 */

/* sub02_07 */
.sub02_07 .pro8 .board .img_wrap{width:50%;}
.sub02_07 .pro8 .board .img_wrap > table{width:100%;}
.sub02_07 .pro8 .board .img_wrap .img_inner{background-color: #fff; width:100%; height:100%; padding:10px;}
.sub02_07 .pro8 .board .img_wrap .img_inner .img{width:100%;}
.sub02_07 .pro8 .board .img_wrap .img_inner .img a{position: relative; padding-top:70%; display: block;}
.sub02_07 .pro8 .board .img_wrap .img_inner .img a img{position: absolute; top:0; left:0; width:100%; height:100%; border:2px solid #E6E6E6;}

.sub02_07 .pro8 .board .ca{width:100%;}
.sub02_07 .pro8 .board .ca tr td{width:100%; display: flex; align-items: center; justify-content: space-between;}
.sub02_07 .pro8 .board .ca tr td a{display: block;}

/* »ó¼¼ÆäÀÌÁö */
.sub02_07 .pro8 .board #wiz_get_table_width{width: 100% !important;}
.sub02_07 .pro8 .board .chart p img{width:100%; height:100%;}
.sub02_07 .pro8 .board .chart_wrap tr td{padding: 0 !important; text-align: center;}
.sub02_07 .pro8 .board table tr td strong{font-size:12px; color:#333;}
.sub02_07 .pro8 .board .chart_wrap .chart img{height:100%;}
/* sub02_07 */

/* sub02_08 */
.sub02_08 .pro7 .board .img_wrap{width:50%;}
.sub02_08 .pro7 .board .img_wrap > table{width:100%;}
.sub02_08 .pro7 .board .img_wrap .img_inner{background-color: #fff; width:100%; height:100%; padding:10px;}
.sub02_08 .pro7 .board .img_wrap .img_inner .img{width:100%;}
.sub02_08 .pro7 .board .img_wrap .img_inner .img a{position: relative; padding-top:70%; display: block;}
.sub02_08 .pro7 .board .img_wrap .img_inner .img a img{position: absolute; top:0; left:0; width:100%; height:100%; border:2px solid #E6E6E6;}

.sub02_08 .pro7 .board .ca{width:100%;}
.sub02_08 .pro7 .board .ca tr td{width:100%; display: flex; align-items: center; justify-content: space-between;}
.sub02_08 .pro7 .board .ca tr td a{display: block;}

/* »ó¼¼ÆäÀÌÁö */
.sub02_08 .pro7 .board #wiz_get_table_width{width: 100% !important;}
.sub02_08 .pro7 .board .chart p img{width:100%; height:100%;}
.sub02_08 .pro7 .board .chart_wrap tr td{padding: 0 !important; text-align: center;}
.sub02_08 .pro7 .board table tr td strong{font-size:12px; color:#333;}
.sub02_08 .pro7 .board .chart_wrap .chart img{height:100%;}
/* sub02_08 */

/* sub02_09 */
.sub02_09 .pro9 .board .img_wrap{width:50%;}
.sub02_09 .pro9 .board .img_wrap > table{width:100%;}
.sub02_09 .pro9 .board .img_wrap .img_inner{background-color: #fff; width:100%; height:100%; padding:10px;}
.sub02_09 .pro9 .board .img_wrap .img_inner .img{width:100%;}
.sub02_09 .pro9 .board .img_wrap .img_inner .img a{position: relative; padding-top:70%; display: block;}
.sub02_09 .pro9 .board .img_wrap .img_inner .img a img{position: absolute; top:0; left:0; width:100%; height:100%; border:2px solid #E6E6E6;}

.sub02_09 .pro9 .board .ca{width:100%;}
.sub02_09 .pro9 .board .ca tr td{width:100%; display: flex; align-items: center; justify-content: space-between;}
.sub02_09 .pro9 .board .ca tr td a{display: block;}

/* »ó¼¼ÆäÀÌÁö */
.sub02_09 .pro9 .board #wiz_get_table_width{width: 100% !important;}
.sub02_09 .pro9 .board .chart p img{width:100%; height:100%;}
.sub02_09 .pro9 .board .chart_wrap tr td{padding: 0 !important; text-align: center;}
.sub02_09 .pro9 .board table tr td strong{font-size:12px; color:#333;}
.sub02_09 .pro9 .board .chart_wrap .chart img{height:100%;}
/* sub01_09 */

/* sub03_01 */
.sub03_01 .noti1 .board .img_wrap{width:50%;}
.sub03_01 .noti1 .board .img_wrap > table{width:100%;}
.sub03_01 .noti1 .board .img_wrap .img_inner{background-color: #fff; width:100%; height:100%; padding:10px;}
.sub03_01 .noti1 .board .img_wrap .img_inner .img{width:100%;}
.sub03_01 .noti1 .board .img_wrap .img_inner .img a{position: relative; padding-top:70%; display: block;}
.sub03_01 .noti1 .board .img_wrap .img_inner .img a img{position: absolute; top:0; left:0; width:100%; height:100%; border:2px solid #E6E6E6;}

.sub03_01 .noti1 .board .ca{width:100%;}
.sub03_01 .noti1 .board .ca tr td{width:100%; display: flex; align-items: center; justify-content: space-between;}
.sub03_01 .noti1 .board .ca tr td a{display: block;}

/* »ó¼¼ÆäÀÌÁö */
.sub03_01 .noti1 .board #wiz_get_table_width{width: 100% !important;}
.sub03_01 .noti1 .board .chart p img{width:100%; height:100%;}
.sub03_01 .noti1 .board .chart_wrap tr td{padding: 0 !important; text-align: center;}
.sub03_01 .noti1 .board table tr td strong{font-size:12px; color:#333;}
.sub03_01 .noti1 .board .chart_wrap .chart img{height:100%;}
/* sub03_01 */

/* sub03_02 */
.sub03_02 .noti2 .board .img_wrap{width:50%;}
.sub03_02 .noti2 .board .img_wrap > table{width:100%;}
.sub03_02 .noti2 .board .img_wrap .img_inner{background-color: #fff; width:100%; height:100%; padding:10px;}
.sub03_02 .noti2 .board .img_wrap .img_inner .img{width:100%;}
.sub03_02 .noti2 .board .img_wrap .img_inner .img a{position: relative; padding-top:70%; display: block;}
.sub03_02 .noti2 .board .img_wrap .img_inner .img a img{position: absolute; top:0; left:0; width:100%; height:100%; border:2px solid #E6E6E6;}

.sub03_02 .noti2 .board .ca{width:100%;}
.sub03_02 .noti2 .board .ca tr td{width:100%; display: flex; align-items: center; justify-content: space-between;}
.sub03_02 .noti2 .board .ca tr td a{display: block;}

/* »ó¼¼ÆäÀÌÁö */
.sub03_02 .noti2 .board #wiz_get_table_width{width: 100% !important;}
.sub03_02 .noti2 .board .chart p img{width:100%; height:100%;}
.sub03_02 .noti2 .board .chart_wrap tr td{padding: 0 !important; text-align: center;}
.sub03_02 .noti2 .board table tr td strong{font-size:12px; color:#333;}
.sub03_02 .noti2 .board .chart_wrap .chart img{height:100%;}
/* sub03_02 */

/* sub03_03 */
.sub03_03 .noti3 .board .img_wrap{width:50%;}
.sub03_03 .noti3 .board .img_wrap > table{width:100%;}
.sub03_03 .noti3 .board .img_wrap .img_inner{background-color: #fff; width:100%; height:100%; padding:10px;}
.sub03_03 .noti3 .board .img_wrap .img_inner .img{width:100%;}
.sub03_03 .noti3 .board .img_wrap .img_inner .img a{position: relative; padding-top:70%; display: block;}
.sub03_03 .noti3 .board .img_wrap .img_inner .img a img{position: absolute; top:0; left:0; width:100%; height:100%; border:2px solid #E6E6E6;}

.sub03_03 .noti3 .board .ca{width:100%;}
.sub03_03 .noti3 .board .ca tr td{width:100%; display: flex; align-items: center; justify-content: space-between;}
.sub03_03 .noti3 .board .ca tr td a{display: block;}

/* »ó¼¼ÆäÀÌÁö */
.sub03_03 .noti3 .board #wiz_get_table_width{width: 100% !important;}
.sub03_03 .noti3 .board .chart p img{width:100%; height:100%;}
.sub03_03 .noti3 .board .chart_wrap tr td{padding: 0 !important; text-align: center;}
.sub03_03 .noti3 .board table tr td strong{font-size:12px; color:#333;}
.sub03_03 .noti3 .board .chart_wrap .chart img{height:100%;}
/* sub03_03 */

/* sub04_01 */
.sub04_01 .inquiry .board table:nth-of-type(1) tr td strong{font-size:12px;}
.sub04_01 .inquiry .board table:nth-of-type(1) tr td:nth-of-type(1){width:25%;}
.sub04_01 .inquiry .board table:nth-of-type(1) tr td:nth-of-type(2){width:75%;}
.sub04_01 .inquiry .board table:nth-of-type(1) tr td input{height:26.36px;}

.sub04_01 .inquiry .board table:nth-of-type(1) tr:nth-of-type(2) td input{width:100%;}
.sub04_01 .inquiry .board table:nth-of-type(1) tr:nth-of-type(4) td input{width:34.5%;}
.sub04_01 .inquiry .board table:nth-of-type(1) tr:nth-of-type(6) td input{width:34.5%;}
.sub04_01 .inquiry .board table:nth-of-type(1) tr:nth-of-type(8) td input{width:28.5%;}
.sub04_01 .inquiry .board table:nth-of-type(1) tr:nth-of-type(8) td select{width:32%;}
.sub04_01 .inquiry .board table:nth-of-type(1) tr:nth-of-type(10) td input:nth-of-type(1),
.sub04_01 .inquiry .board table:nth-of-type(1) tr:nth-of-type(10) td input:nth-of-type(2),
.sub04_01 .inquiry .board table:nth-of-type(1) tr:nth-of-type(10) td input:nth-of-type(3){width:30%; margin-bottom:5px;}
.sub04_01 .inquiry .board table:nth-of-type(1) tr:nth-of-type(10) td input:nth-of-type(4){width:100%; margin-bottom:5px;}
.sub04_01 .inquiry .board table:nth-of-type(1) tr:nth-of-type(10) td input:nth-of-type(5){width:100%;}
.sub04_01 .inquiry .board table:nth-of-type(1) tr:nth-of-type(12) td input{vertical-align: middle; margin-right:5px;}
.sub04_01 .inquiry .board table:nth-of-type(1) tr:nth-of-type(14) td input{width:100%;}
.sub04_01 .inquiry .board table:nth-of-type(1) tr:nth-of-type(16) td input{width:100%;}

.sub04_01 .inquiry .board table:nth-of-type(2) tr td{text-align: center;}
/* sub04_01 */
/* ------------------------------------------- sub -------------------------------------------------------- */























































