@charset "utf-8";

@import url('reset.css');
@import url('swiper.min.css');
@import url('layout.css?v1');

@media (min-width: 768px) {
    .main_visual .swiper-slide .bg{position: absolute;top: 0;left: 50%;margin-left: -960px;max-width: none;object-fit: cover;object-position: 50% 50%;width:100%;height:100%;margin-left: 0;left: 0}
    .contentPopup .in{max-width:360px;}
}

@media (min-width: 1193px) {
    #lnb .sub_depth{top:92px;}
    #lnb > li:hover .sub_depth{visibility: visible;opacity: 1;top:88px;transition: all .3s ease}
}

@media (min-width: 1300px) {
    .policy_link > li{white-space: nowrap;}
}

@media (max-width: 1388px) {
    .board_list1 {margin: 0 -10px;}
    .board_list1 > li{padding: 0 10px;margin-bottom: 20px;}
    
    .board_list2 a{max-width: 70%;}
    
    .category_section .col:first-child{padding-right: 25px;}
    .category_section .col:last-child{padding-left: 25px;}
    
    .project_req{background-size: 304px auto;}
    .project_req .tit{font-size: 42px}
    
    .addr_area{font-size: 16px;}
    .addr_area .col{width: 100%;margin-bottom: 25px}
    .addr_area .col:last-child{padding-left: 0;}
    .addr_area ul{width: auto}
}

@media (max-width: 1192px) {
	#header .head {background:#c0a990;height:60px;text-align:center}
    #header .code{text-align:center;justify-content: center;}
	#header .logo {margin:10px auto;text-align:center}
	#header .logo > a{width:130px;height:36px;background-image: url(../images/logo_mo.png);}
    .head{position: relative;z-index: 10;margin: 0 -20px;padding: 0 20px;height: 100%}
    .hamberger{display: block;}
    .hamberger .btn_total,
    .hamberger .btn_total:before, 
    .hamberger .btn_total:after{background:#333;}
	
    .lnb_box{display: none;position: fixed;top:0;left:0;overflow-y: auto;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 100}
    .lnb_box.open #lnb{transform:translateX(0);transition: transform 0.2s ease}
    #lnb{top:0;left:0;transform: translateX(-100%);width:80%;height:100%;overflow: hidden;overflow-y: auto;box-sizing: border-box;background-color: #e59431;}
    #lnb > li{display: block;margin-left: 0;text-align: center;padding: 0}
    #lnb > li > a{font-weight: 500;position: relative;display: block;height: 64px;border-bottom: 1px solid #ffd494;font-size:17px;color: #fff;
        display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
        -webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
        padding-left: 30px;
    }
    #lnb > li.has_sub > a{background: url(../images/mo/cont/bul_down.png) no-repeat right 25px top 50%;background-size: 18px auto;}
    #lnb > li:last-child > a{border-bottom: 0}
    #lnb > li.on > a{/*background-color: #2055a5;*/color: #fff;}
    #lnb .sub_depth,
    #lnb .sub_depth a:hover {background-color: #fff;}
    
    #lnb .sub_depth{position: relative;top:auto;left:0;transform:translateX(0);width: 100%;visibility: visible;opacity: 1;height: auto;padding-top: 0;font-size: 16px;display: none}
    #lnb .sub_depth li{border-bottom: 1px solid #eaeaea;margin: 0}
    #lnb .sub_depth li.on{border-bottom: 0}
    #lnb .sub_depth a{height: 32px;color: #313030;font-weight: 400;padding-left: 40px;
        display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
        -webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
    }
    #lnb .sub_depth li.on a,
    #lnb .sub_depth a:hover{/*color: #3a6fbe;*/font-weight: 400;}
    #lnb .sub_depth:before{border-bottom: 7px solid #fff;}
    
    .board_list1 {margin: 0 auto;max-width: 742px;}
    .board_list1 > li{width: 50%;padding: 0 10px;margin-bottom: 22px;}
    
    .link_list a{font-size: 30px}
    
    #container{padding-top: 100px;display: block;}
    .content_area{padding-left:0}

    .sub_mo{display: block;margin: 0 -20px}
    .sub_mo .subtit1{width:100%;height: 45px;font-size: 15px;font-weight: 400;color: #fff;background: #2055a5}
    .sub_mo .subtit1.has_sub{background: #2055a5 url(../images/cont/bul1.png) no-repeat right 18px top 50%;background-size: 13px auto}
    .sub_mo .subtit1.has_sub.on{background-image: url(../images/cont/bul2.png)}
    .sub_mo .subtit2{width:100%;height: 45px;font-size: 15px;font-weight: 400;color: #000;background: #f9f9f9;border-bottom: 1px solid #eaeaea;text-align: center;
        display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
        -webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
        -webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;
    }
    .snb_area{width: auto;border-bottom:2px solid #666;padding-top:28px}
    .snb_area .subtitle{width: 200px;border-bottom:0}
    #snb{display:none}
    #container .contents{padding: 3px 0 0}
    
    #snb{position: absolute;top:45px;left:0;width: 100%;background: #f9f9f9;}
    #snb a{height: 45px;font-size: 15px;text-align: center;padding-left: 0;
        display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
        -webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
        -webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;
   }

    .sub_area .row .col.cont{padding-left: 30px}
    
    .category_section .col:first-child{padding-right: 20px;}
    .category_section .col:last-child{padding-left: 20px;}
    
    .tbl_info th{font-size: 17px;width: 100px}
    .tbl_info td{font-size: 40px;}
    
    #footer .tit{margin-bottom: 25px;}
    .policy_link > li{width:100%}
    .policy_link > li:nth-child(even){padding-left: 0;width:100%}
    
    .sub_top{position:relative; display: block;padding: 0;border-bottom:0}
    .sub_top .subtitle{position:absolute; left:0;font-size: 20px;padding:10px 0 0 0;}
    .location{text-align: right;margin-bottom: 26px;display:block;height:auto;padding-top:10px}
    .location .gt{margin-left: 8px;margin-right: 8px;width: 5px;height: 9px;background-size:cover}

    .main_visual .swiper-slide-active .point .mo{display:block}
}

@media (max-width: 767px) {
    html, body{font-size: 14px;}
    
    .pc,
    .pc.inline{display: none;}
    .mo{display: block;}
    .mo.inline{display: inline;}
    
    colgroup.pc,
    col.pc,
    th.pc,
    td.pc{display: none}
    

    #header .code{height:32px;font-size:15px;color:#000;}


    .hamberger .btn_total,
    .hamberger .btn_total:before, 
    .hamberger .btn_total:after{background:#fff;}

    #wrap{padding-top: 32px}
    .fix_in, #container {padding: 0 17px;}
    
    .main_visual{margin-bottom: 0}
    .main_visual .swiper-slide{/*height: 200px;*/height: auto}
    .main_visual .pagination_area{bottom: 16px}
    .main_visual .swiper-pagination{padding: 0 14px;height: 26px;font-size: 12px}
    .main_visual .swiper-slide .cont{font-size: 16px;line-height: 1.2;text-align:left;padding:0 30px;transform: translate(0,0);top: 52%;left:0;margin-top: 0;transform: translateY(-36%);}
    .main_visual .swiper-slide .point{font-size: 28px;margin-bottom: 10px;}
    .main_visual .txt1{font-size:16px;margin-bottom: 7px;}
    .main_visual .txt2{font-size:19px;margin-bottom: 36px;}
    .main_visual .swiper-pagination{bottom: 15px}
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 5px;}
    
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination.c1 .swiper-pagination-bullet{background-color: #fff}
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,
    .swiper-pagination.c1 .swiper-pagination-bullet-active{background-color: #2055a5}

    .quick_nav,
    .quick_nav > li{display:block}
    .quick_nav > li{background-size:cover}
    .quick_nav > li a{font-size:17px;height:86px}
    .quick_nav i{width:45px;height:45px}
    .quick_nav i:before{width:21px}
    .quick_nav i:after{height:21px}
    
    .bar{height: 9px;margin: 0 5px}
    .more{padding-right: 12px;top:50px;background-size: 6px auto;background-position: 100% 40%}
    
    #container{padding:65px 0;}
    .snb_area,
    .location{margin-left:20px;margin-right:20px;}
    .location{padding-top:6px}
    .location > *{font-size: 12px}
	.sub_top .subtitle {font-size:12px; margin-left:20px; padding:6px 0 0 0}
    .snb_area .subtitle{height: 37px;font-size:14px;width: 120px;}

    .category_section{padding-top: 32px;padding-bottom: 30px;}
    .category_section .fix_in{padding: 0 20px}
    .category_section .more{margin-top: 10px;width: 38px;height: 38px;border-width: 2px;background-size: cover}
    
    .category_section .col{width: 100%}
    .category_section .col:first-child{padding-right: 0;padding-bottom: 30px;}
    .category_section .col:last-child{padding-left: 0}
    
    .more2 {top: 12px;right: 0;}
    
    .btns.t1{width: 150px;height: 32px;font-size: 13px;}
    .btns.t2{max-width: 100%;height: 27px;font-size: 11px;border-radius:30px}
    .btns.t3{max-width: 135px;height: 40px;border-width: 2px;font-size: 15px}
    .btns.t4{padding: 0 25px;height: 34px;font-size: 15px;font-weight: 500}
    .btns.t5{padding: 0 25px;height: 34px;font-size: 15px;font-weight: 500}
    .btns.t6{max-width: 105px;height: 38px;font-size: 14px;border-radius: 38px}
    .btns.t7,
    .btns.t8{width: 110px;height: 37px;font-size: 15px;}
    .btns.t9{font-size: 15px;height: 43px;}
    
    .file_box{padding-left: 116px;}
    .file_box .txt{min-height: 38px;font-size: 12px;}
    
    .title1{font-size: 20px;margin-bottom: 25px;font-weight: 500}
    .title2{font-size: 24px;margin-bottom: 16px;}
    .title2.icn_notice{padding-left: 38px;}
    .title2.icn_notice:before{width: 28px;height: 28px;background-size: cover;margin-top: -14px;}
    .title3{font-size: 17px;border-bottom: 0;padding-bottom: 0}
    .title3.mg3{margin-bottom: 14px}
    .title3.mg4{margin-bottom: 16px}
    .title7{font-size: 18px}
    
    .service_area{font-size: 14px;line-height: 1.6}
    .service_area .img_top{margin-bottom: 30px;background-size: cover;height: 180px}
    .service_area p{margin-bottom: 20px}
    .service_area .part{margin-bottom: 30px}
    .service_area .title5{font-size: 20px;margin-bottom: 12px;}
    .service_area .text_box{margin-top: 20px;padding: 15px 20px;line-height: 1.6;}
    .service_area .img_center.mg2 {margin-bottom: 48px;}
    .service_area .img_center.mg1 {padding-top: 0px;margin-bottom: 40px;}
    
    .btn_center{padding-top: 25px}
    
    .board_list1 > li{width: 50%;}
    .board_list1 .tit{font-size: 15px;margin-bottom: 8px;letter-spacing: -0.05em;font-weight: 500;}
    .board_list1 .date{margin-bottom: 20px;}
    .board_list1 .btns.t2{width: 100px;}
    .board_list1 .cont{bottom: 18px;}
    
    .board_list2 a{max-width: 72%;}
    .board_list2 > li {padding: 15px 0 16px;}
    
    .tbl_info th,
    .tbl_info td{height: 60px}
    .tbl_info th{font-size: 15px;padding-left: 2px;width: 85px;}
    .tbl_info td{font-size: 30px;padding-left: 15px}
    
    .time_info{padding: 10px 15px 14px;font-size: 14px}
    .time_info .title7{margin-bottom: 62px;}
    .time_info .tit{margin-bottom: 1px;}
    .time_info .time{font-size: 22px;margin-bottom: 2px;}
    
    .link_list a{font-size: 21px}
    .link_list a:before{width: 42px;height: 34px;background-size: 126px auto;margin-top: -17px;}
    .link_list > li:nth-child(2) a:before{background-position: -42px 0}
    .link_list > li:nth-child(3) a:before{background-position: -84px 0}
    .link_list > li{height: 60px;}
    .link_list > li:nth-child(1) a:hover:before{background-position: 0 -39px}
    .link_list > li:nth-child(2) a:hover:before{background-position: -42px -39px}
    .link_list > li:nth-child(3) a:hover:before{background-position: -84px -39px}
    
    .project_req{padding-top: 50px;padding-bottom: 60px;background-size: 204px auto;background-position: 100% 50%}
    .project_req .en{font-size: 16px}
    .project_req .tit{font-size: 30px}
    
    .btn_top{width: 45px;height: 45px}
    
    #footer{font-size: 12px;}
    #footer .logo{position: relative;top: auto;left:auto;width: 130px;height: 36px;margin: 0 0 15px;}
    #footer .fix_in{padding: 32px 25px 0;display:block}
    #footer address{padding-bottom: 42px;line-height: 1.5;border-bottom: 0}
    #footer .copy{padding-top: 2px;}
    #footer .fix_in .col{width:100%}
    #footer .fix_in .col:first-child{padding-right:0;border-right:0}
    #footer .fix_in .col:last-child{border-top:2px solid #ffe8cb;border-bottom:2px solid #ffe8cb;padding: 14px 0;}
    #footer .tit{display:block;height:auto;font-size:12px;margin-bottom:5px;margin-top:20px;}
    .policy_link > li{font-size:12px;margin: 4px 0;width:50%;line-height:1.1;padding-left:10px}
    .policy_link > li:nth-child(even){padding-left: 10px;width:50%}
    #footer .f_notice{border-top:0;font-size:11px;padding: 27px 25px 30px;}

    .overview .top_img {margin-bottom: 25px;}
    .overview .cont{padding: 0 20px}
    .overview table{background-size: 135px auto;}
    .overview table th, 
    .overview table td{font-size:14px;height: 42px;}

    .history_area {margin: 45px -5px 0;}
    .history_area .year{font-size:18px}
    .history_area .year:before{width: 10px;height: 10px;}
    .history_area .item{top: -10px;}
    .history_area .item:nth-child(odd){padding-right:12px}
    .history_area .item:nth-child(even){padding-left:12px}
    .history_area .item:nth-child(odd) .year:before{right: -18px;}
    .history_area .list > li,
    .history_area .month{font-size:13px}
    .history_area .month{width: 40px;letter-spacing: -0.05em;}
    .history_area .list .cont{padding-top:1px}
    .history_area .month, 
    .history_area p{margin-bottom:5px}
    .history_area .year:before{left:-16px}
    
    .group_area .label {max-width: 100px;height: 34px;font-size:13px}
    .group_area .step01{margin-bottom: 40px;}
    .group_area .step02 > li{width:25%;padding: 0 4px;margin-bottom: 20px;text-align: center;}
    .group_area .top{margin-bottom:45px}
	.group_area .top:before, .group_area .step03:before {height:140%;}
	.group_area .step02 {padding-top:80px;}
    .group_area .step02 .label{height:32px;margin-bottom: 10px;}
    .group_area .label.t3{font-size:12px}
    .group_area .step02:before{top:16px;width:75%;}
    
    .int_mail{margin: 0 -2px;}
    .int_mail .int,
    .int_mail .sel,
    .int_mail .at{margin: 0 2px}
    .int_mail{-webkit-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap;}
    .int_mail .int,
    .int_mail .sel{
        -webkit-box-flex: 1 1 40%;
        -moz-box-flex: 1 1 40%;
        -ms-flex: 1 1 40%;
        -webkit-flex: 1 1 40%;
        flex: 1 1 40%;
    }
    .int_mail .sel{margin-top: 10px;max-width: 100%;}
    .int_mail .at{
        -webkit-box-flex: 0 1 20px;
        -moz-box-flex: 0 1 20px;
        -ms-flex: 0 1 20px;
        -webkit-flex: 0 1 20px;
        flex: 0 1 20px;text-align: center;box-sizing: border-box}
    
    .tab{margin-bottom: 33px}
    
    .addr_area ul{display: block;}
    .addr_area ul:after{display: block;content: '';clear: both}
    .addr_area ul > li{float: left;width:50%}
    .addr_area ul > li:last-child{width: 100%}
    
    .sub_area {padding-bottom: 50px;}
    .sub_area .row{display: block;margin-bottom: 40px;}
    .sub_area .row .col,
    .sub_area .row .col.cont{width: 100%}
    .sub_area .row .col.cont{padding-left: 0}
    .sub_area .en{font-size: 12px;margin-bottom: 0}
    .sub_area .row .col.img{margin-bottom: 15px;text-align: center}
    
    .title4{font-size: 26px;margin-bottom: 12px;}
    .title6{font-size: 15px;margin-bottom: 10px;}
    .title8{font-size: 16px;margin-bottom: 15px;padding-left: 26px;}
    .title8.icn2{padding-bottom: 13px;margin-bottom: 8px;}
    .title8:before{width: 20px;height: 18px;top:3px;}
    .title8.icn1:before{background-image: url(../images/mo/cont/icn_graph.png);background-size: auto 18px;}
    .title8.icn2:before{background-image: url(../images/mo/cont/icn_tel.png);background-size: auto 18px;}
    
    .promise_list{margin: 0 -5px}
    .promise_list > li{font-size: 13px;line-height: 1.45;padding: 10px 5px 0;}
    .promise_list .tit{font-size: 16px;line-height: 1.35;}
    .promise_list .icn img{width: 106px}
    
    .customer_list > li{text-align: center;margin-top: 30px;}
    .customer_list img{max-width: 122px;}
    
    .tbl_write{border-top: 1px solid #777}
    .tbl_write,
    .tbl_write tbody,
    .tbl_write tr,
    .tbl_write th,
    .tbl_write td{display: block;border-bottom: 0;height: auto;background: none;width: 100%;padding: 0}
    .tbl_write th{padding: 12px 0 8px;font-size: 15px;}
    .tbl_write td{padding-left:0;padding-bottom:10px;border-bottom: 1px solid #eaeaea;vertical-align: middle}
    .tbl_write .int,
    .tbl_write .security_num{height: 38px;border-radius: 38px}

    .inquiry_terms {padding-top: 12px;padding-left: 0;}
    
    .terms_box{padding: 12px 15px;font-size: 13px;line-height: 1.6;}
    .terms_box .tit1{font-size: 16px;margin-bottom: 20px;}    
    .terms_box .part{margin-top: 15px;}
    .terms_box .tit2{font-size: 13px}
    
    .agree_chk{padding-top: 8px;}
    
    .radio{font-size: 14px}
    .radio input[type='radio'] + label:before{margin-top: -7px;}
    
    .search_zone{margin-top: -32px;margin-bottom: 15px;}
    .search_zone .count{padding: 0 0 15px;display: block;font-size: 13px;text-align: right}
    .search_zone .count,
    .search_zone .search_left,
    .search_zone .search_box{float: none;}
    .search_zone input, 
    .search_zone select{font-size: 14px;min-width: initial;}
    .search_zone select{padding-left: 10px}
    .search_zone input,
    .search_zone .search_left,
    .search_zone select{width:100%;}
    .search_zone .search_left,
    .search_zone .search_box{
        display: -webkit-box; display: -ms-flexbox; display: flex;
        -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
    }
    .search_zone .search_left .sel{width: 100%}
    .search_zone .search_box .sel_box{width: 30%}
    .search_zone .int_box{padding-right: 70px;-webkit-box-flex: 1;-ms-flex: 1;flex-grow: 1;}
    .search_zone .btns.search{width: 65px;font-size: 14px}
    .search_zone .search_left{padding-top: 29px;margin-bottom: 12px;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
    
    .board_type01 > table th, 
    .board_type01 > table td{font-size: 13px;height: 42px;}
    .board_type01 .w1{width: 16%}
    .board_type01 .w2{width: 16%}
    .board_type01 .w3{width: 24%}
    .board_type01 > table td{padding: 0 2px}
    .board_type01 .new{width: 12px;height:12px;margin-left: 4px;}
    .board_type01 > table td.title a{max-width:80%;}
    .board_type01 .hits{display: none}

    .base_paging{margin-top:45px;}
    .base_paging a.page{width:31px;height:30px;background-size: auto 30px;}
    .base_paging a.page.prev{background-position: -31px 0;}
    .base_paging a.page.next{background-position: -61.5px 0;}
    .base_paging a.page.last{background-position: -92px 0}
    .base_paging .number a,
    .base_paging .number .on{font-size:12px;padding:0 3px;min-width:31px;height:30px;line-height:28px;}
    
    .board_view01 .tbl_view tr.mo{display: table-row !important}
    .board_view01 .tbl_view tr.pc{display: none !important}
    .board_view01 .title{font-size: 16px;padding-bottom: 15px}
    .board_view01 .cont{font-size: 15px;padding: 15px 12px;min-height: 200px;}
    .file_down{margin: 4px 0;}
    .board_view01 + .btn_center{padding: 25px 0}
    .board_view01 + .btn_right{text-align: center}
    
    .basic_tbl th{width:85px;}
    .basic_tbl td{padding-left: 15px;}
    .basic_tbl th,
    .basic_tbl td{height:42px;font-size: 13px;}
    
    .policy_cont{font-size: 14px;line-height: 1.5;}
    .policy_cont > p {margin-bottom: 26px;}
    .policy_cont .tit1{font-size: 16px;margin-bottom: 12px;line-height: 1.35;}
    .policy_menu{padding: 17px 20px 22px;margin-bottom: 35px;}
    .policy_menu ol{float: none;width: 100%}
    .policy_cont .part{margin-bottom: 25px;}
    .policy_cont .part > p, 
    .policy_cont .mg1{margin-bottom: 13px;}
    .policy_cont .mg3{margin-bottom: 20px !important}
    .policy_cont .list1 > li{margin-bottom: 20px;}
    .policy_cont .list2 > li{line-height: 1.5;}
    .policy_cont .list2 > li:last-child{margin-bottom: 0}
    
    .gallery_list01 > li,
    .gallery_list01 > li:nth-child(4){width: 33.333%;margin-top: 30px;}
    .gallery_list01 > li:nth-child(1),
    .gallery_list01 > li:nth-child(2),
    .gallery_list01 > li:nth-child(3){margin-top: 0}
    .gallery_list01 .tit{font-size: 15px;}
    .gallery_list01 .thumb{margin-bottom: 10px}
    
    .product_info,
    .product_info .col{display: block;}
    .product_info{margin-bottom: 20px;}
    .product_info .col:first-child{width: 100%}
    .product_info .col:last-child{padding: 12px 0 40px;text-align: center}
    .product_info .btns.t9{margin:32px auto 0;position: relative;bottom: auto;right: auto}
    .product_info .tit{font-size: 20px}
    .detail_tit{margin-bottom: 15px;font-size: 16px;}
    .detail_img{margin-bottom: 15px}
    .tbl_type1 th, 
    .tbl_type1 td{font-size: 16px;padding: 5px 0;text-align: left}
    .tbl_type1 th{padding-right: 25px}

    .content_area{padding:0 20px;}
    
    .map{height: 198px;margin-bottom: 2px;}
    .map_info{display: block;padding: 10px 0;}
    .map_box{margin-bottom: 25px;border-radius: 15px;padding: 0 18px 10px;}
    .map_box .title{font-size: 19px;padding-left: 15px;padding-top: 11px;margin-bottom: 11px;}
    .map_box .title:before{width: 2px;height: 28px;}
    .map_info th, .map_info td{font-size:15px}
    .map_info th{vertical-align:top}
    .map_info th:after{width: 2px;height: 14px;margin-top:0;top:10px}
    .map_info td{padding-left:10px}
    .map_info .b{margin-right: 10px}
    
    .greeting{font-size: 14px;letter-spacing: -0.03em;line-height: 1.5}
    .greeting .top_img{overflow: hidden;margin-bottom: 35px;}
    .greeting .cont{padding: 0 15px}
    .greeting .cont p{margin-bottom: 15px;}
    .greeting .cont br{display:none}
    .greeting .ceo{margin-top: 42px;font-size: 16px;}
    
    .vision{font-size:16px;font-weight:500}
    .vision p {display:none}
    .vision .tit{font-size:36px;line-height: 1.3;}
    .vision .tit span{display:block}
    .vision .img{margin: 20px -20px 18px;}
    
    .npl .top_text{height: 190px;padding: 0 25px 5px 25px;}
    .npl .top_text dt{font-size:26px;margin-bottom: 12px;}
    .npl .top_text dd{font-size:15px;line-height: 1.35;}
    .npl .cont{background-position: 5px 4px;margin-top: 20px;font-size: 14px;line-height: 1.7;}
    .npl .cont p{margin-bottom: 15px;}
    .npl .cont .tit{margin-bottom: 18px;margin-top: 35px;margin-left:-23px;}
    .npl .classification{margin-left:-23px;padding-bottom: 20px;margin-bottom: 52px;}
    .npl .classification > li{padding: 0 10px;}
    .npl .classification .box{height: 58px;font-size:11px;text-align: center;line-height: 1.2;border-radius: 4px;}
    .npl .classification .box:before{right: -18px;width:19px;height:17px;margin-top: -8px;background-size:cover}
    .npl .classification:after{top: -11px;height: 80px;border-radius: 6px;}
    .npl .classification:before, 
    .npl .classification .box:before, 
    .npl .classification > li:after{height: 18px;bottom: -30px;}
    .npl .classification:before{bottom: -10px;}
    .npl .classification .txt{font-size:10px;bottom: -56px;line-height: 1.35;}

    .screening_procedure{margin-left: 0;margin-bottom: 20px;}
    .screening_procedure .no, 
    .screening_procedure .tit{font-size:16px}
    .screening_procedure > li{height: 180px;width:100%;margin-bottom:8px;margin-left:0}
    .screening_procedure > li:before{width: 95px;height: 95px;background-size: 48px auto;margin-bottom:10px}
    
    .qualification_list01{display:block;margin: 0 0 50px;}
    .qualification_list01 > li{width:100%;margin-bottom:10px;margin-left: 0}
    .qualification_list01 .tit{height: 42px;font-size:17px}
    .qualification_list01 .point,
    .qualification_list01 dl{font-size:14px}
    .qualification_list01 .list{font-size:13px}
    .qualification_list01 .txt1{margin-top:14px;}
    .qualification_list01 .list{margin-bottom:14px}

    .qualification_list02 > li,
    .qualification_list03 > li{width:100%;margin: 0 0 10px;padding-top: 18px;padding-bottom:10px;height:auto;min-height: 118px;background-position: 19px 50%;background-size: 80px auto;padding-left: 118px;}
    .qualification_list02 dt, 
    .qualification_list03 dt{font-size:15px}
    .qualification_list02 dd, 
    .qualification_list03 dd{font-size:14px}
    .qualification_list03{border:0}
    .qualification_list03 > li{border: 1px solid #dedede;border-radius: 10px;}

    .talent_list > li{display:block;font-size:15px;height: 115px;margin-bottom: 25px;}
    .talent_list > li:nth-child(1),
    .talent_list > li:nth-child(2),
    .talent_list > li:nth-child(3){padding:26px 0 150px;background-position: 50% 101%;}
    .talent_list > li:nth-child(1),
    .talent_list > li:nth-child(2),
    .talent_list > li:nth-child(3){background-size: auto 135px;}
    .talent_list .inner {padding-left: 30px;}
    .talent_list .title{font-size:20px}

    .customize_area{border-top: 1px solid #777}
    .customize_area .point{padding-top: 56px;padding-bottom: 65px;font-size: 17px;letter-spacing: -0.03em;line-height: 1.36;}
    .customize_area .part{margin-bottom: 48px;}
    
    .gallery_list02 > li{width: 100%;margin-bottom: 11px}

    .board_view01 .utilCont table th{width:65px;}
    .board_view01 .utilCont table th,
    .board_view01 .utilCont table td{font-size:13px;}
    .board_view01 .utilCont .btn_down{width:62px;line-height:21px;font-size:11px;color: #212529;text-align:center;border-radius: 4px}
}

@media (max-width: 479px) {
	.main_visual .swiper-slide .cont {top:60%}
	.main_visual .swiper-slide .point {font-size:20px}
	.main_visual .txt2 {font-size:16px;margin-bottom:24px;}
	
	.customer_list img{max-width: 98px;}
    
    .gallery_list01{margin: 0 -6px}
    .gallery_list01 > li,
    .gallery_list01 > li:nth-child(3),
    .gallery_list01 > li:nth-child(4){width: 50%;padding: 0 6px;margin-top: 30px;}

    .policy_link > li,
    .policy_link > li:nth-child(even){width:100%;}
}

@media (max-width: 359px) {
    .board_list1{margin: 0 -6px;}
    .board_list1 > li{width: 100%;padding: 0 6px;margin-bottom: 12px;}
    .board_list1 .inner{padding: 45px 16px 30px;}
}
