@charset "utf-8";

/*****************************************************************
                         sub common 
*****************************************************************/
.sub_head{margin: 0 auto; padding: 55px 0 65px; text-align: center;}
.sub_head .sub_path{display: flex; justify-content: center;}
.sub_head .sub_path > li{position: relative; padding: 0 15px; font-size: 14px; font-weight: 400;}
.sub_head .sub_path > li .ico_home{width: 15px; height: 14px; background: url(../images/sub/ico_home.png) center no-repeat; background-size: contain; position: absolute; top: -1px; left: 0;}
.sub_head .sub_path > li::before{content: ''; display: inline-block; width: 6px; height: 13px; background: url(../images/sub/ico_path.png) center no-repeat; background-size: contain; position: absolute; top: 0; left: -3px;}
.sub_head .sub_path > li:first-child:before{display: none;}
.sub_head .sub_h2{margin: 50px 0 0; color: #000; font-size: 40px; font-weight: 500;}

.sub_container{margin: 0 auto; width: 1280px;}
.sub_top_info{margin-top: 80px; color: #000; font-size: 24px; font-weight: 400; line-height: 1.5; letter-spacing: -0.05em; text-align: center;}

.section{position: relative; padding: 100px 0;}
.section:last-child{padding: 100px 0 150px;}
.section.bg_blue{background: #f6fafd;}
.section .sub_h3{margin-bottom: 80px; font-size: 36px; font-weight: 500; text-align: center;}
.section .sub_h3 .sub_h3_en{display: block; margin-top: 10px; color: #6e7275; font-size: 20px;}
.section .sub_h3 .sub_h3_num{position: relative; top: 5px; left: -10px; color: #ddd; font-size: 50px; font-weight: 700; letter-spacing: -0.05em;}
.section .sub_txt{font-size: 22px; font-weight: 400; line-height: 1.5; text-align: center;}

@media (max-width: 1280px){
    
    .sub_container{width: 100%; padding: 0 40px;}

}

@media (max-width: 1024px){
    
    .sub_head .sub_h2{margin: 30px 0 0;font-size: 36px;}
    .sub_top_info{margin-top: 60px; font-size: 22px;}
    .sub_top_info br{display: none;}

    .section{padding: 40px 0;}
    .section:last-child{padding: 40px 0 100px;}
    .section .sub_h3{margin-bottom: 40px; font-size: 32px;}
    .section .sub_h3 .sub_h3_en{font-size: 18px;}
    .section .sub_h3 .sub_h3_num{font-size: 46px}
    .section .sub_txt{font-size: 22px; font-weight: 400; line-height: 1.5; text-align: center;}

}

@media (max-width: 768px){

    .sub_container{padding: 0 16px;}
    
}

@media (max-width: 640px){

    .sub_head{padding: 35px 0 65px;}
    .sub_head .sub_h2{margin: 25px 0 0;font-size: 28px;}
    .sub_head .sub_path > li{font-size: 13px;}

    .sub_top_info{font-size: 18px;}

    .section{padding: 50px 0;}
    .section .sub_h3{font-size: 26px;}
    .section .sub_h3 .sub_h3_en{font-size: 16px;}
    .section .sub_h3 .sub_h3_num{font-size: 28px}

}

@media (max-width: 480px){

    .sub_head .sub_path > li{padding: 0 10px; font-size: 12px;}
    .sub_head .sub_path > li .ico_home{height: 11px;}
    .sub_head .sub_path > li::before{height: 10px;}


}


/*****************************************************************
                        sub content
*****************************************************************/
.tab_wrap{height: 60px; border-bottom: 1px solid #d2d2d2;}
.tab_wrap ul{display: flex; justify-content: center; align-items: center;} 
.tab_wrap ul li{padding: 0 35px; border-bottom: 4px solid transparent;}
.tab_wrap ul li a{display: block; line-height: 56px; color: #000; font-size: 18px; font-weight: 500;}
.tab_wrap ul li.on{border-bottom: 4px solid #005bac;} 
.tab_wrap ul li.on a{font-weight: 700;} 

@media (max-width: 1024px){

    .tab_wrap{height: 54px;}
    .tab_wrap ul li{padding: 0 30px;}
    .tab_wrap ul li a{line-height: 50px; font-size: 16px;}

}

@media (max-width: 768px){

    .tab_wrap{height: auto; border-bottom: 0;}
    .tab_wrap ul{flex-wrap: wrap;}
    .tab_wrap ul li{padding: 0 10px; width: 50%; text-align: center; border-bottom: 1px solid #d2d2d2;}
    /* .tab_wrap ul li.on{margin-bottom: 4px;} */
    .tab_wrap ul li a{line-height: 45px; font-size: 15px;}
    .tab_wrap ul li.on{border-bottom: 2px solid #005bac;}
    .tab_wrap ul li.on a{line-height: 43px;}

}


.step_circle_wrap{display: flex; justify-content: center;}
.step_circle_wrap li{width: 33.333%}
.step_circle_wrap li .step_circle{position: relative; margin: 0 auto; width: 330px; height: 330px; border: 1px solid #d2d2d2; border-radius: 50%;}
.step_circle_wrap li .step_circle::after{content: ''; display: block; width: 100%; height: 50%; border: 2px solid #005bac; border-top: transparent;border-radius: 0 0 165px 165px;position: absolute;bottom: -2px;left: -2px;}
.step_circle_wrap li .step_circle.top::after{border: 2px solid #005bac; border-bottom: transparent;border-radius: 165px 165px 0 0;position: absolute;top: -2px;left: -2px;}
.step_circle_wrap li .step_circle .in_step_circle{padding: 55px 0; height: 100%; text-align: center;}
.step_circle_wrap li .step_circle .in_step_circle::before{content: ''; display: block; width: 6px; height: 6px; background: #005bac; border-radius: 50%; position: absolute; top: 50%; left: -4px;}
.step_circle_wrap li .step_circle .in_step_circle::after{content: ''; display: block; width: 6px; height: 6px; background: #005bac; border-radius: 50%; position: absolute; top: 50%; right: -4px;}
.step_circle_wrap li .step_circle .in_step_circle p.step_num{color: #666; font-size: 20px; font-weight: 400; text-align: center;}
.step_circle_wrap li .step_circle .in_step_circle h5{margin-top: 20px; color: #000; font-size: 30px; font-weight: 500; text-align: center;}
.step_circle_wrap li .step_circle .in_step_circle dl{display: inline-block; margin: 30px auto 0; text-align: left;}
.step_circle_wrap li .step_circle .in_step_circle dl dt, 
.step_circle_wrap li .step_circle .in_step_circle dl dd{font-size: 18px; line-height: 1.5;}
.step_circle_wrap li .step_circle .in_step_circle dl dd{text-indent: 10px;}

@media (max-width: 1200px){

    .step_circle_wrap li .step_circle{width: 280px; height: 280px;}
    .step_circle_wrap li .step_circle .in_step_circle p.step_num{font-size: 18px;}
    .step_circle_wrap li .step_circle .in_step_circle h5{margin-top: 10px; font-size: 24px}
    .step_circle_wrap li .step_circle .in_step_circle dl{margin: 20px auto 0;}
    .step_circle_wrap li .step_circle .in_step_circle dl dt, 
    .step_circle_wrap li .step_circle .in_step_circle dl dd{font-size: 16px; line-height: 1.3;}

}

@media (max-width: 1024px){

    .step_circle_wrap li .step_circle{width: 220px; height: 220px;}
    .step_circle_wrap li .step_circle .in_step_circle{padding: 30px 0;}
    .step_circle_wrap li .step_circle .in_step_circle p.step_num{font-size: 16px;}
    .step_circle_wrap li .step_circle .in_step_circle h5{margin-top: 10px; font-size: 20px}
    .step_circle_wrap li .step_circle .in_step_circle dl dt, 
    .step_circle_wrap li .step_circle .in_step_circle dl dd{font-size: 15px; line-height: 1.4;}

}

@media (max-width: 768px){

    .step_circle_wrap{flex-wrap: wrap;}
    .step_circle_wrap li{width: 100%; margin-bottom: 50px;}
    .step_circle_wrap li .step_circle{width: 280px; height: 280px;}
    .step_circle_wrap li .step_circle .in_step_circle{padding: 55px 0;}
    .step_circle_wrap li .step_circle .in_step_circle p.step_num{font-size: 18px;}
    .step_circle_wrap li .step_circle .in_step_circle h5{margin-top: 10px; font-size: 24px}
    .step_circle_wrap li .step_circle .in_step_circle dl dt, 
    .step_circle_wrap li .step_circle .in_step_circle dl dd{font-size: 16px; line-height: 1.3;}

}

@media (max-width: 480px){

    .step_circle_wrap{flex-wrap: wrap;}
    .step_circle_wrap li{width: 100%; margin-bottom: 50px;}
    .step_circle_wrap li .step_circle{width: 220px; height: 220px;}
    .step_circle_wrap li .step_circle .in_step_circle{padding: 30px 0;}
    .step_circle_wrap li .step_circle .in_step_circle p.step_num{font-size: 16px;}
    .step_circle_wrap li .step_circle .in_step_circle h5{margin-top: 10px; font-size: 20px}
    .step_circle_wrap li .step_circle .in_step_circle dl dt,
    .step_circle_wrap li .step_circle .in_step_circle dl dd{font-size: 15px; line-height: 1.4;}

}

.pcs_list ul{display: flex; flex-wrap: wrap;}
.pcs_list ul li{width: 50%; /*padding: 25px 30px;*/ box-sizing: border-box;}
.pcs_list ul li:nth-child(odd){padding: 25px 10px 25px 70px;}
.pcs_list ul li:nth-child(even){padding: 25px 70px 25px 10px;}
.pcs_list .subject{margin-bottom: 20px; color: #005bac; font-size: 25px; font-weight: 500;}
.pcs_list .subject span{position: relative;}
.pcs_list .subject span + span{display: inline-block; padding-left: 16px;}
.pcs_list .subject span:first-child::after{content: ''; display: inline-block; width: 1px; height: 22px; background: #7d7d7d; position: absolute; top: 9px; right: -11px;}
.pcs_list .cont{font-size: 18px; line-height: 1.5;}
.pcs_list .cont .cont_list dt{font-size: 18px; font-weight: 500;}
.pcs_list .cont .cont_list dd{margin-left: 10px; font-size: 18px;}
.pcs_list .cont .cont_list dd::before{content: '·';padding-right: 5px;}

@media (max-width: 1280px){
    
    .pcs_list ul li:nth-child(odd){padding: 25px 20px 25px 30px;}
    .pcs_list ul li:nth-child(even){padding: 25px 30px 25px 20px;}

}

@media (max-width: 1024px){

    .pcs_list ul li:nth-child(odd){padding: 25px 20px 25px 0;}
    .pcs_list ul li:nth-child(even){padding: 25px 0 25px 20px;}
    .pcs_list .subject{margin-bottom: 15px; font-size: 22px;}
    .pcs_list .subject span:first-child::after{height: 18px;}
    .pcs_list .cont{font-size: 16px;}
    .pcs_list .cont br{display: none;}
    .pcs_list .cont .cont_list dt{font-size: 16px;}
    .pcs_list .cont .cont_list dd{font-size: 16px;}

}

@media (max-width: 768px){

    .pcs_list ul li{padding: 25px 0 !important; width: 100%;}
    .pcs_list .cont{font-size: 15px;}
    .pcs_list .cont .cont_list dt{font-size: 15px;}
    .pcs_list .cont .cont_list dd{font-size: 15px;}

}

.gray_box_wrap{margin: 60px 170px 0;}
.gray_box{display: flex; flex-wrap: wrap; border: 1px solid #d2d2d2;}
.gray_box .list_wrap{width: 50%;padding: 35px 0 40px; text-align: center;}
.gray_box .list_wrap:first-child{border-right: 1px solid #d2d2d2;}
.gray_box .list_wrap .list_tit{color: #005bac; font-size: 20px; font-weight: 500;}
.gray_box .list_wrap ul.list{margin: 20px 0 0 0; display: inline-block; text-align: left;}
.gray_box .list_wrap ul.list > li{color: #000; font-size: 18px; font-weight: 400; line-height: 1.5;}

@media (max-width: 1024px){
    
    .gray_box_wrap{margin: 60px 100px 0;}
    .gray_box .list_wrap .list_tit{font-size: 18px;}
    .gray_box .list_wrap ul.list > li{font-size: 16px; line-height: 1.4;}

}

@media (max-width: 768px){ 

    .gray_box_wrap{margin: 20px 0 0;}
    .gray_box .list_wrap .list_tit{font-size: 17px;}
    .gray_box .list_wrap ul.list > li{font-size: 15px; line-height: 1.3;}

}

@media (max-width: 640px){

    .gray_box .list_wrap{width: 100%;}
    .gray_box .list_wrap:first-child{border-right: 0; padding: 35px 0 0;}

}

.reference{margin-top: 10px;}
.reference p{color: #666; font-size: 15px; line-height: 1.3;}

@media (max-width: 768px){

    .reference{margin-top: 8px;}
    .reference p{font-size: 13px; line-height: 1.2;}

}

.step_wrap{display: flex; justify-content: center;}
.step_wrap .step{position: relative; width: 25%;}
.step_wrap .step::after{content: ''; display: block; width: 100%; height: 1px; background: #e5e5e5;  position: absolute; top: 45px; z-index: 1;}
.step_wrap .step.start:after{width: 50%; right:0;}
.step_wrap .step.end::after{width: 50%;}
.step_wrap .step .step_tit{color: #005bac; font-size: 20px; font-weight: 500; text-align: center;}
.step_wrap .step .step_tit::before{content: ''; display: block; width: 18px; height: 18px; border: 1px solid #e5e5e5; border-radius: 50%; background: #fff; position: absolute; top: 35px; left: 50%; transform: translateX(-50%); z-index: 2;}
.step_wrap .step .step_tit::after{content: ''; display: block; width: 6px; height: 6px; background: #005bac; border-radius: 50%; position: absolute; top: 42px; left: 50%; transform: translateX(-50%); z-index: 2;}
.step_wrap .step .step_list{position: relative; padding-top: 50px;}
.step_wrap .step .step_list li{position: relative; padding-left: 40px; color: #000; font-size: 18px; font-weight: 400; line-height: 1.6;}
.step_wrap .step .step_list li::before{content:"·"; vertical-align:middle; position: absolute; left: 30px;}


@media (max-width: 1024px){

    .step_wrap .step .step_tit{font-size: 18px;}
    .step_wrap .step .step_list li{position: relative; padding-left: 40px; color: #000; font-size: 16px; font-weight: 400; line-height: 1.6;}

}

@media (max-width: 768px){

    .step_process{padding: 0 20px;}
    .step_process .sub_h3{text-align: left;}
    .step_wrap{flex-direction: column; align-items: left;}
    .step_wrap .step{padding: 0 0 40px 40px; width: 100%;}
    .step_wrap .step::after{top: 0; left: 0; width: 1px !important; height: 100%;}
    .step_wrap .step:last-child::after{display: none;}
    .step_wrap .step .step_tit{text-align: left;}
    .step_wrap .step .step_tit::before{top: -2px; left: 0;}
    .step_wrap .step .step_tit::after{top: 5px; left: 0px;}
    .step_wrap .step .step_list{padding-top: 20px;}
    .step_wrap .step .step_list li{padding-left: 25px;}
    .step_wrap .step .step_list li::before{left: 10px;}

}

@media (max-width: 640px){

    .step_wrap .step .step_tit{font-size: 17px;}
    .step_wrap .step .step_list li{font-size: 15px;}

}

@media (max-width: 480px){

    .step_wrap .step{padding: 0 0 30px 30px;}

}

.img_box .in_box{display: flex; justify-content: center; align-items: center; flex-direction: row; height: 350px;}
.img_box .in_box:nth-child(even){flex-direction: row-reverse;}
.img_box .in_box + .in_box{margin-top: 100px;}
.img_box .in_box .img_area{width: 52%; height: 100%;}
.img_box .in_box .txt_area{width: 48%; padding-right: 20px;}
.img_box .in_box:nth-child(odd) .txt_area{padding-left: 50px;}
.img_box .in_box .txt_area h5{margin-bottom: 25px; font-size: 30px; font-weight: 500;}
.img_box .in_box .txt_area p{line-height: 1.5;}
.img_box .in_box .txt_area p label{padding-right: 8px; font-size: 20px; font-weight: 500;}
.img_box .in_box .txt_area p span{font-size: 20px; word-break: keep-all;}

@media (max-width: 1024px){

    .img_box .in_box{height: 300px;}
    .img_box .in_box:nth-child(odd) .txt_area{padding-left: 20px;}
    .img_box .in_box .txt_area h5{margin-bottom: 20px; font-size: 26px;}
    .img_box .in_box .txt_area p label{font-size: 18px;}
    .img_box .in_box .txt_area p span{font-size: 18px;}

}

@media (max-width: 768px){

    .img_box .in_box{flex-direction: column; width: 100%; height: auto;}
    .img_box .in_box:nth-child(even){flex-direction: column;}
    .img_box .in_box + .in_box{margin-top: 70px;}
    .img_box .in_box .img_area{width: 100%;}
    .img_box .in_box .txt_area{width: 100%; padding: 30px 0 0;}
    .img_box .in_box:nth-child(odd) .txt_area{padding-left: 0;}

}

@media (max-width: 480px){

    .img_box .in_box + .in_box{margin-top: 50px;}
    .img_box .in_box .txt_area h5{margin-bottom: 18px; font-size: 20px;}
    .img_box .in_box .txt_area p label{font-size: 15px;}
    .img_box .in_box .txt_area p span{font-size: 15px;}

}


.shadow_box_wrap{padding: 0 100px;}
.shadow_box{display: flex; flex-wrap: wrap;}
.shadow_box li{width: 33.333%; padding: 20px;}
.shadow_box li .in_shadow_box{padding: 55px 40px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.07); text-align: center;}
.shadow_box li .in_shadow_box h5{color: #005bac; font-size: 26px; font-weight: 500;}
.shadow_box li .in_shadow_box h5::after{content: ''; display: block; margin-top: 35px; width: 100%; height: 1px; background: #e5e5e5;}
.shadow_box li .in_shadow_box p{padding-top: 40px; height: 100px; color: #000; font-size: 20px; line-height: 1.5;}

.shadow_box_wrap .reference{padding-left: 20px;}

@media (max-width: 1280px){

    .shadow_box_wrap{padding: 0 50px;}

}

@media (max-width: 1024px){

    .shadow_box_wrap{padding: 0;}
    .shadow_box li .in_shadow_box{padding: 45px 25px;}
    .shadow_box li .in_shadow_box h5{font-size: 22px;}
    .shadow_box li .in_shadow_box h5::after{margin-top: 30px;}
    .shadow_box li .in_shadow_box p{padding-top: 30px; font-size: 17px;}

}

@media (max-width: 768px){

    .shadow_box li{width: 50%; padding: 15px;}
}


@media (max-width: 640px){
    
    .shadow_box_wrap{padding: 0;}
    .shadow_box li .in_shadow_box{padding: 30px 15px;}
    .shadow_box li .in_shadow_box h5{font-size: 17px;}
    .shadow_box li .in_shadow_box h5::after{margin-top: 20px;}
    .shadow_box li .in_shadow_box p{font-size: 15px;}
    .shadow_box_wrap .reference{padding-left: 0;}

}

@media (max-width: 480px){

    .shadow_box li{padding: 8px;}

}



.icon_box_wrap{padding: 0 40px;}
.icon_box{display: flex; flex-wrap: wrap;}
.icon_box li{width: 33.333%; padding: 0 40px 60px;}
.icon_box li + li {border-left: 1px solid #d3d3d3;}
.icon_box li:nth-child(1) .in_icon_box{background: url(../images/sub/ico_sub_01.png) center top 30px no-repeat;}
.icon_box li:nth-child(2) .in_icon_box{background: url(../images/sub/ico_sub_02.png) center top 26px no-repeat;}
.icon_box li:nth-child(3) .in_icon_box{background: url(../images/sub/ico_sub_03.png) center top 18px no-repeat;}
.icon_box li .in_icon_box{padding-top: 120px; text-align: center;}
.icon_box li .in_icon_box h5{color: #005bac; font-size: 26px; font-weight: 500;}
.icon_box li .in_icon_box p{padding-top: 15px; height: 100px; color: #000; font-size: 20px; line-height: 1.5;}

@media (max-width: 1024px){

    .icon_box li{padding: 25px 20px;}
    .icon_box li:nth-child(1) .in_icon_box{background-size: 47px auto;}
    .icon_box li:nth-child(2) .in_icon_box{background-size: 50px auto;}
    .icon_box li:nth-child(3) .in_icon_box{background-size: 49px auto;}
    .icon_box li .in_icon_box{padding-top: 110px;}
    .icon_box li .in_icon_box h5{font-size: 22px;}
    .icon_box li .in_icon_box p{font-size: 17px;}

}

@media (max-width: 768px){

    .icon_box_wrap{padding: 0 20px;}
    .icon_box li{width: 100%; padding: 0 20px 15px; border: 1px solid #d3d3d3;}
    .icon_box li:nth-child(1) .in_icon_box{background-size: 37px auto;}
    .icon_box li:nth-child(2) .in_icon_box{background-size: 40px auto;}
    .icon_box li:nth-child(3) .in_icon_box{background-size: 39px auto;}
    .icon_box li + li{margin-top: 20px;}
    .icon_box li .in_icon_box{padding-top: 85px;}
    .icon_box li .in_icon_box p{height: auto;}
}

@media (max-width: 640px){
    
    .icon_box_wrap{padding: 0;}

}

@media (max-width: 480px){
    
    .icon_box li .in_icon_box h5{font-size: 18px;}
    .icon_box li .in_icon_box p{font-size: 15px;}
}

.gbox_wrap{padding: 0 20px;}
.gbox{display: flex; flex-wrap: wrap;}
.gbox li{width: 33.333%; padding: 20px;}
.gbox li .in_gbox{border: 1px solid #d1d1d1;}
.gbox li .in_gbox .gimg{width: 100%; height: 225px;}
.gbox li .in_gbox .gtxt{padding: 30px 30px 35px; text-align: left;}
.gbox li .in_gbox .gimg img {width: 100%; height: 100%; object-fit: contain;}

.gbox li .in_gbox .gtxt h5{margin-bottom: 30px; color: #000; font-size: 22px; font-weight: 500;}
.gbox li .in_gbox .gtxt p{font-size: 18px; font-weight: 400; line-height: 1.8;}
.gbox li .in_gbox .gtxt p label{display: inline-block; width: 80px; color: #6b6b6b;}
.gbox li .in_gbox .gtxt p span{color: #000;}

@media (max-width: 1280px){
   
    .gbox_wrap{padding: 0;}

}

@media (max-width: 1024px){
    
    .gbox li{padding: 15px;}
    .gbox li .in_gbox .gimg{height: 200px;}
    .gbox li .in_gbox .gtxt{padding: 20px 20px 25px;}
    .gbox li .in_gbox .gtxt h5{margin-bottom: 24px;font-size: 20px;}
    .gbox li .in_gbox .gtxt p{font-size: 15px; line-height: 1.6;}
    .gbox li .in_gbox .gtxt p label{width: 70px;}

}

@media (max-width: 768px){

    .gbox li{width: 50%; padding: 10px;}

}

@media (max-width: 640px){

    .gbox li .in_gbox .gimg{height: 180px;}

}

@media (max-width: 480px){

    .gbox li{width: 100%; padding: 0;}
    .gbox li + li{padding-top: 20px;}

}


.paging{text-align: center; padding-top: 50px; display: table; margin-left: auto; margin-right: auto;}
.paging a, .paging span{display: inline-block; width: 48px; height: 48px; line-height: 45px; border: 1px solid #d3d3d3; margin-left: -1px; vertical-align: middle;}
.paging i {display: inline-block; width: 48px; height: 48px; line-height: 45px; vertical-align: middle;}
.paging .num{color: #606060; font-size: 17px;}
/*.paging .num:hover{color: #005bac; font-weight: 500;}*/
.paging .current{color: #fff; font-size: 17px; background: #005bac;font-weight: 500;}
.paging .page_arrow{color: #606060; font-size: 17px;}
.paging li {list-style-type: none; float: left;}
.paging li a.disabled { pointer-events:none; opacity:0.5;}
.paging li a:hover {z-index:2; color:#fff!important; text-decoration:none; background-color:#8cd26e; border-color:#8cd26e;}

@media (max-width: 768px){

    .paging a, .paging span{width: 40px; height: 39px; line-height: 39px;}
    .paging i {width: 40px; height: 39px; line-height: 39px;}    
    .paging .num{font-size: 15px;}
    .paging .current{font-size: 15px;}
    .paging .page_arrow{font-size: 15px;}

}


.overview{display: flex; flex-wrap: wrap; position: relative;}
.overview::after{content: ''; display: block; width: 100%; height: 1px; background: #e9e9e9; position: absolute; top: 50%;}
.overview li{width: 33.333%; padding: 40px 0; text-align: center;}
.overview li .tit{font-size: 16px; font-weight: 500;}
.overview li .cont{padding-top: 26px; font-size: 22px; font-weight: 500;}
.overview li .cont.blue{color: #1953a1; font-weight: 500;}
.overview li .cont p{margin-top: 5px; font-size: 16px;}

@media (max-width: 768px){

    .overview::after{width: 1px; height: 100%; top: 0; left: 50%;}
    .overview li{width: 50%; padding: 30px 0;}
    .overview li .tit{font-size: 13px;}
    .overview li .cont{padding-top: 12px; font-size: 17px;}
    .overview li .cont p{margin-top: 5px; font-size: 13px;}

}

@media (max-width: 480px){

    .overview li{width: 50%;}

}


.history_wrap{position: relative;}
.history_wrap::after{content: ''; display: block; width: 1px; height: 100%; background: #e5e5e5; position: absolute; top: 0; left: 50%;}
.history_wrap .history_cont{display: flex; flex-wrap: wrap; align-items: center; flex-direction: row-reverse;}
.history_wrap .history_cont > div{width: 50%;}
.history_wrap .history_cont::before{content: ''; display: block; width: 17px; height: 17px; border: 1px solid #e5e5e5; background: #fff; border-radius: 50%; box-sizing: border-box; position: absolute; bottom: -10px; left: calc(50% - 8px); z-index: 10;}
.history_wrap .history_cont::after{content: ''; display: block;  width: 7px; height: 7px; background: #005bac;  border-radius: 50%; position: absolute; bottom: -5px; left: calc(50% - 3px); z-index: 10;}
.history_wrap .history_cont .list_area{position: relative; padding: 30px 50px;}
.history_wrap .history_cont .list_area::before{content: ''; display: block; width: 17px; height: 17px; border: 1px solid #e5e5e5; background: #fff; border-radius: 50%; box-sizing: border-box; position: absolute; top: -10px; left: -8px; z-index: 10;}
.history_wrap .history_cont .list_area::after{content: ''; display: block;  width: 7px; height: 7px; background: #005bac;  border-radius: 50%; position: absolute; top: -5px; left: -3px; z-index: 10;}
.history_wrap .history_cont .list_area strong{display: block; margin-bottom: 35px; color: #005bac; font-size: 50px; font-weight: 900; letter-spacing: -0.05em;}
.history_wrap .history_cont .list_area .list{display: flex; padding: 7px 0;}
.history_wrap .history_cont .list_area .list p{font-size: 24px; font-weight: 500; line-height: 1.2;}
.history_wrap .history_cont .list_area .list ul{padding: 0 0 0 35px;}
.history_wrap .history_cont .list_area .list ul li{ line-height: 1.5;}
.history_wrap .history_cont .list_area .list ul li span{font-size: 16px;}
.history_wrap .history_cont .list_area .list ul li .month{margin: 0 5px 0 0; font-weight: 500;}
.history_wrap .history_cont .img_area{padding: 0 50px 0 80px;}
.history_wrap .history_cont .img_area img{width: 100%; height: auto;}
.history_wrap .history_cont:nth-child(even){flex-direction: row;}
.history_wrap .history_cont:nth-child(even) .img_area{padding: 0 80px 0 50px;}
.history_wrap .history_cont:nth-child(even) .list_area::before{left: auto; right: -9px;}
.history_wrap .history_cont:nth-child(even) .list_area::after{left: auto; right: -4px;}
.history_wrap .history_cont:nth-child(even) .list_area strong{text-align: right;}
.history_wrap .history_cont:nth-child(even) .list_area .list{flex-direction: row-reverse;}
.history_wrap .history_cont:nth-child(even) .list_area .list ul{padding: 0 35px 0 0;}
.history_wrap .history_cont:nth-child(even) .list_area .list ul li::after{content: ''; display: block; clear: both;}
.history_wrap .history_cont:nth-child(even) .list_area .list ul li span{float: right; display: block; width: calc(100% - 28px); text-align: right;}
.history_wrap .history_cont:nth-child(even) .list_area .list ul li .month{margin: 0 0 0 8px; width: 20px; font-weight: 500;}


@media (max-width: 1280px){

    .history_wrap .history_cont .list_area{padding: 25px 40px;}
    .history_wrap .history_cont .list_area strong{font-size: 46px;}
    .history_wrap .history_cont .list_area .list p{font-size: 18px;}
    .history_wrap .history_cont .list_area .list ul{padding: 0 0 0 25px;}
    .history_wrap .history_cont .list_area .list ul li span{font-size: 15px;}
    .history_wrap .history_cont .img_area{padding: 0 40px 0 60px;}
    .history_wrap .history_cont:nth-child(even) .img_area{padding: 0 60px 0 40px;}
    .history_wrap .history_cont:nth-child(even) .list_area .list ul{padding: 0 25px 0 0;}
}

@media (max-width: 1024px){

    .history_wrap .history_cont .list_area{padding: 25px 20px;}
    .history_wrap .history_cont .img_area{padding: 0 20px 0 40px;}
    .history_wrap .history_cont:nth-child(even) .img_area{padding: 0 40px 0 20px;}

}

@media (max-width: 768px){

    .history_wrap::after{left: 40px;}
    .history_wrap .history_cont > div{width: 100%;}
    .history_wrap .history_cont::before{left: 32px;}
    .history_wrap .history_cont::after{left: 37px;}
    .history_wrap .history_cont .list_area{padding: 0 20px 0 70px;}
    .history_wrap .history_cont .list_area::before{left: 32px;}
    .history_wrap .history_cont .list_area::after{left: 37px;}
    .history_wrap .history_cont .list_area strong{margin-bottom: 25px;}
    .history_wrap .history_cont .img_area{padding: 35px 20px 85px 70px;}
    .history_wrap .history_cont:nth-child(even) .list_area strong{text-align: left;}
    .history_wrap .history_cont:nth-child(even) .list_area::before{left: 32px;}
    .history_wrap .history_cont:nth-child(even) .list_area::after{left: 37px;}
    .history_wrap .history_cont:nth-child(even) .list_area .list{flex-direction: row;}
    .history_wrap .history_cont:nth-child(even) .list_area .list ul{padding: 0 0 0 25px;}
    .history_wrap .history_cont:nth-child(even) .list_area .list ul li span{display: inline; float: none; width: auto; text-align: left;}
    .history_wrap .history_cont:nth-child(even) .list_area .list ul li .month{margin: 0 5px 0 0;}
    .history_wrap .history_cont:nth-child(even) .img_area{padding: 35px 20px 85px 70px;}
    .history_wrap .history_cont:last-child .img_area{display: none;}

}

@media (max-width: 480px){

    .history_wrap::after{left: 20px;}
    .history_wrap .history_cont::before{left: 12px;}
    .history_wrap .history_cont::after{left: 17px;}
    .history_wrap .history_cont .list_area{padding: 0 20px 0 45px;}
    .history_wrap .history_cont .list_area::before{left: 12px;}
    .history_wrap .history_cont .list_area::after{left: 17px;}
    .history_wrap .history_cont .list_area .list p{font-size: 16px; line-height: 1.5;}
    .history_wrap .history_cont .list_area .list ul{padding: 0 0 0 15px;}
    .history_wrap .history_cont .list_area .list ul li span{font-size: 14px;}
    .history_wrap .history_cont .img_area{padding: 20px 20px 40px 45px;}
    .history_wrap .history_cont:nth-child(even) .list_area::before{left: 12px;}
    .history_wrap .history_cont:nth-child(even) .list_area::after{left: 17px;}
    .history_wrap .history_cont:nth-child(even) .list_area .list ul{padding: 0 0 0 15px;}
    .history_wrap .history_cont:nth-child(even) .img_area{padding: 20px 20px 40px 45px;}

}

.abox_wrap{padding: 0 20px;}
.abox{display: flex; flex-wrap: wrap;}
.abox li{width: 50%; padding: 15px;}
.abox li .in_abox{background: #fff;}
.abox li .in_abox .aimg{width: 100%; height: 180px;}
.abox li .in_abox .atxt{height: 110px; padding: 25px 20px; text-align: center;}

.abox li .in_abox .atxt h5{color: #000; font-size: 25px; font-weight: 500;}
.abox li .in_abox .atxt p{margin-top: 10px; font-size: 20px; font-weight: 400;}

@media (max-width: 1280px){

    .abox_wrap{padding: 0;}
    .abox li .in_abox .atxt h5{font-size: 22px;}
    .abox li .in_abox .atxt p{margin-top: 10px; font-size: 16px; line-height: 1.2;}

}

@media (max-width: 640px){

    .abox li{padding: 10px;}
    .abox li .in_abox .aimg{height: 140px;}
    .abox li .in_abox .atxt{padding: 25px 15px;}
    .abox li .in_abox .atxt h5{font-size: 19px;}
    .abox li .in_abox .atxt p{margin-top: 8px; font-size: 14px;}
    
}


@media (max-width: 480px){

    .abox li{width: 100%; padding: 0;}
    .abox li + li{padding-top: 20px;}
    .abox li .in_abox .aimg{height: 120px;}
    .abox li .in_abox .atxt{height: auto; padding: 20px 10px;}

}

.privacy{padding-bottom: 120px;}
.privacy .in_privacy + .in_privacy{margin-top: 60px;}
.privacy .in_privacy .privacy_tit{margin-bottom: 20px; font-size: 26px; font-weight: 500;}
.privacy .in_privacy .privacy_list{padding: 20px 30px; background: #fcfcfc; border: 1px solid #dcdcdc;}
.privacy .in_privacy .privacy_list li{font-size: 16px; line-height: 1.5;}
.privacy .in_privacy .privacy_agree{padding: 15px 0;}
.privacy .in_privacy .privacy_agree p{float: right; line-height: 25px; color: #666; font-size: 16px; font-weight: 400;} 
.privacy .privacy_btn{margin-top: 50px;text-align: center;}
.privacy .privacy_btn .btn02 + .btn02{margin-left: 20px;}

/* checkbox */
.chk{margin-right: 10px; width: 25px; height: 25px; border: 1px solid #bfbfbf; vertical-align: middle;}
.chk_label{font-size: 20px; font-weight: 400; vertical-align: middle;}
input[type="checkbox"]:disabled{border: 1px solid #dcdcdc; background: #fcfcfc;}

/* table */
.tb_form{table-layout: fixed; width: 100%; border-top: 2px solid #000; border-bottom: 1px solid #d2d2d2; border-collapse: collapse; word-break: break-all;}
.tb_form .tb_row{display: flex; justify-content: left;}
.tb_form .tb_th{position: relative; width: 150px; line-height: 50px; padding: 10px 0 10px 15px; color: #000; font-size: 18px; font-weight: 500; text-align: left;}
.tb_form .tb_th.req label::before{display: block; content: '*'; position: absolute; top: 10px; left: 2px; color: #ff6600; font-size: 20px;}
.tb_form .tb_td{padding: 10px 0 10px 0; width: calc(100% - 150px); color: #444; font-size: 18px; text-align: left; flex-direction: column;}

.tb_row li{display: flex; flex-wrap: nowrap; justify-content: left; width: 100%;}
.tb_row li .tb_half_row{display: flex; width: 50%;}
.tb_row li .tb_half_row + .tb_half_row{margin-left: 60px;}
.tb_row li .tb_half_row:nth-child(2) .tb_th{width: 170px;}

/* button */
.btn01{display: inline-block; padding: 0 5%; width: 100%; height: 50px; line-height: 50px;vertical-align: middle; text-align: center; font-size: 18px; color: #005bac; border: 1px solid #005bac; font-weight: 500;}
.btn02{display: inline-block; padding: 0 5%; min-width: 140px; height: 50px; line-height: 50px;vertical-align: middle; text-align: center; font-size: 18px; color: #005bac; border: 1px solid #005bac; font-weight: 500;}
.btn_bt{display: inline-block; padding: 0 5%; min-width: 200px; height: 60px; line-height: 60px;vertical-align: middle; text-align: center; font-size: 22px; color: #fff; background: #005bac; font-weight: 500;}
.btn_bt.close{color: #000; background: #fff; border: 1px solid #999;}

/* selectobx */
.select{width: 100%; padding: 0 28px 0 12px; height: 50px; border: 1px solid #dcdcdc; color: #000; background: url(../images/common/ico_select.png) right 12px top 20px no-repeat; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; appearance: none; -webkit-appearance: none; -moz-appearance: none;}
.select:required:invalid{color: #999;}
.select option{color: #000;}

/* input */
.inTxt{display: inline-block; vertical-align: top; width: 100%; height: 50px; padding: 0 12px; border: 1px solid #dcdcdc; background: #fff; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0px;}
.inTxt.disabled,
.inTxt[disabled],
.inTxt[readonly]{color: #666; background: #eee; border: 1px solid #dcdcdc;}

/* placeholder */
::-webkit-input-placeholder{color:#999;}
::-moz-placeholder{color:#999;}
:-ms-input-placeholder{color:#999;}
:-moz-placeholder{color:#999;}

.dash {vertical-align: middle; text-align: center; font-size: 16px; line-height: 50px; display: inline-block; margin: 0 6px;}

/* 휴대폰 번호 */
.hp_wrap{width: 60%; display: flex;}

/* 이메일 */
.email_wrap{width: 60%; display: flex;}

/* 번지 */
.bunji_wrap{width: 60%; display: flex;}  
  
/* 주소 */
.addr_wrap{display: flex; flex-wrap: nowrap; width: 100%; gap: 1em;}
.addr_wrap li{flex: 1;}
.addr_wrap li:nth-child(4){flex: 2;}
.addr_wrap li:nth-child(5){flex: 1.2;}

/* 희망실사일 */
.date_wrap{width: 100%; display: flex;}

@media (max-width: 1024px){ 

    /* table */
    .tb_form .tb_th{width: 160px;}
    .tb_form .tb_td{width: calc(100% - 160px);}

    .tb_row li{flex-wrap: wrap;} 
    .tb_row li .tb_half_row{width: 100%;}
    .tb_row li .tb_half_row li{width: 100%;}
    .tb_row li .tb_half_row + .tb_half_row{margin-left: 0;}
    .tb_row li .tb_half_row .tb_th{width: 160px;}
    .tb_row li .tb_half_row:nth-child(2) .tb_th{width: 160px;}
    .tb_row li .tb_half_row li{width: calc(100% - 160px);}


    /* 주소 */
    .addr_wrap{flex-wrap: wrap;}
    .addr_wrap li{flex: auto;}
    .addr_wrap li:nth-child(4){flex: auto;}
    .addr_wrap li:nth-child(5){flex: auto;}
    
    /* button */
    .btn02{width: 100%;}

}

@media (max-width: 768px){ 

    .privacy{padding-bottom: 100px;}
    .privacy .in_privacy + .in_privacy{margin-top: 30px;}
    .privacy .in_privacy .privacy_tit{font-size: 17px; margin-bottom: 10px;}
    .privacy .in_privacy .privacy_list{padding: 15px;}
    .privacy .in_privacy .privacy_list li{font-size: 14px;}
    .privacy .in_privacy .privacy_agree{padding: 10px 0;}
    .privacy .in_privacy .privacy_agree p{font-size: 13px;} 
    .privacy .privacy_btn{margin-top: 50px;text-align: center;}
    .privacy .privacy_btn .btn02 + .btn02{margin-left: 20px;}

    /* checkbox */
    .chk{margin-right: 5px; width: 15px; height: 15px;}
    .chk + label{font-size: 15px;}

    /* table */
    .tb_form .tb_th{width: 140px; line-height: 35px; padding: 7px 0 7px 10px;font-size: 15px;}
    .tb_form .tb_th.req label::before{top: 8px; font-size: 15px;}
    .tb_form .tb_td{padding: 7px 0 7px 0; width: calc(100% - 140px); font-size: 15px;}

    .tb_row li .tb_half_row .tb_th{width: 140px;}
    .tb_row li .tb_half_row:nth-child(2) .tb_th{width: 140px;}
    .tb_row li .tb_half_row li{width: calc(100% - 140px);}

    /* button */
    .btn01{height: 35px; line-height: 35px; font-size: 15px;}
    .btn02{min-width: auto; height: 35px; line-height: 35px; font-size: 15px;}
    .btn_bt{height: 45px; line-height: 45px;font-size: 17px;}

    /* selectobx */
    .select{padding: 0 25px 0 8px; height: 35px; font-size: 15px; background: url(../images/common/ico_select.png) right 8px top 14px no-repeat; background-size: 12px auto;}

    /* input */
    .inTxt{height: 35px; padding: 0 8px; font-size: 15px;}

    .dash {font-size: 15px; line-height: 35px; margin: 0 3px;}
    
    /* 휴대폰 번호 */
    .hp_wrap{width: 100%;}
    
    /* 이메일 */
    .email_wrap{width: 100%;}

}

@media (max-width: 640px){ 

    .privacy .in_privacy .privacy_agree p{float: none; margin-top: 7px;} 

    /* table */
    .tb_form .tb_th{width: 125px;}
    .tb_form .tb_td{width: calc(100% - 125px);}

    .tb_row li .tb_half_row .tb_th{width: 125px;}
    .tb_row li .tb_half_row:nth-child(2) .tb_th{width: 125px;}
    .tb_row li .tb_half_row li{width: calc(100% - 125px);}
}

@media (max-width: 480px){ 

    .privacy .in_privacy .privacy_list li{font-size: 13px;}

     /* table */
    .tb_form .tb_th{width: 110px;font-size: 13px;}
    .tb_form .tb_td{width: calc(100% - 110px);font-size: 13px;}

    .tb_row li .tb_half_row .tb_th{width: 110px;}
    .tb_row li .tb_half_row:nth-child(2) .tb_th{width: 110px;}
    .tb_row li .tb_half_row li{width: calc(100% - 110px);}

    /* button */
    .btn01{font-size: 13px;}
    .btn02{font-size: 13px;}
    .btn_bt{font-size: 14px;}

    /* selectobx */
    .select{font-size: 13px;}

    /* input */
    .inTxt{font-size: 13px;}
}

/* 실사문의 등록 완료 */
.comp_page {min-height:480px; width: 100%; line-height:1.5; text-align: center;} 
.comp_page .comp_wrap{display: inline-blick;}
.comp_page .smile{font-size: 5rem; opacity: 0.4;}
.comp_page .comp_txt{font-size: 20px; opacity: 0.8;}



/*****************************************************************
                        layer popup 
*****************************************************************/
body.scrollhidden{overflow: hidden; position: fixed; width: 100%; height: 100%;}
.layer_wrap{/*display: none;*/ position: relative;}
.dim{position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5);}
.layer_wrap .layer{ position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 9999;}
.layer_wrap .layer .in_layer{overflow: hidden; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: 0 auto; width: 1000px; height: 80%; background: #fff; box-shadow: 0 0 49px rgba(0, 0, 0, 0.02); z-index: 9999;}

.layer_top{position: relative; margin: 40px 40px 10px 40px;}
.layer_top .layer_title{float: left; font-size: 30px; font-weight: 500; letter-spacing: -0.05em;}
.layer_top .btn_close{float: right; display: block;  margin-top: 5px; width: 24px; height: 24px; background: url('../images/common/btn_close.png') center center no-repeat; text-indent: -9999px;}
.layer_msg{position: relative; margin: 0px 40px 10px 40px;}
.layer_msg .msg_txt{font-size: 20px; font-weight: 500; letter-spacing: -0.05em; color: #2b09e8}

.layer_cont{height: calc(100% - 110px); padding: 0 40px 60px; overflow-y: auto;}

.layer_map{width: 100%; height: 400px; border: 1px solid #dfdfdf;}

.layer_tb_form{table-layout: fixed; width: 100%; margin-top: 40px; border-top: 2px solid #000; border-bottom: 1px solid #d2d2d2; border-collapse: collapse; word-break: break-all;}
.layer_tb_form .layer_tb_row{display: flex; justify-content: left;}
.layer_tb_form .tb_th{position: relative; width: 170px; line-height: 30px; padding: 10px 0 10px 7px; color: #000; font-size: 18px; font-weight: 500; text-align: left;}
.layer_tb_form .tb_td{padding: 10px 0 10px 0; width: calc(100% - 170px);  line-height: 30px; color: #444; font-size: 18px; text-align: left;}

.layer_tb_row li{display: flex; flex-wrap: nowrap; justify-content: left; width: 100%;}
.layer_tb_row li .tb_half_row{display: flex; width: 50%;}
.layer_tb_row li .tb_half_row + .tb_half_row{margin-left: 20px;}

.layer_btn{margin-top: 40px; text-align: center;}
.layer_btn .btn_bt + .btn_bt{margin-left: 20px;}


@media (max-width: 1000px){ 

    .layer_wrap .layer{margin: 0 5%;}
    .layer_wrap .layer .in_layer{width: 100%; height: 75%;}

    .layer_top{margin: 30px 30px 5px 30px;}
    .layer_top .layer_title{font-size: 24px;}
    .layer_top .btn_close{margin-top: 2px; width: 20px; height: 20px;}
    .layer_msg{margin: 0px 30px 5px 30px;}
    .layer_msg .msg_txt{font-size: 16px;}

    .layer_cont{height: calc(100% - 82px); padding: 0 30px 50px;}

    .layer_map{height: 300px;}

    .layer_tb_form{margin-top: 30px;}
    .layer_tb_form .tb_th{width: 140px; line-height: 25px; padding: 7px 0 7px 7px; font-size: 15px;}
    .layer_tb_form .tb_td{padding: 7px 0 7px 0; width: calc(100% - 140px); line-height: 25px; font-size: 15px;}

    .layer_tb_row li .tb_half_row + .tb_half_row{margin-left: 15px;}

    .layer_btn{margin-top: 30px;}
    .layer_btn .btn_bt{min-width: 170px; height: 45px; line-height: 45px; font-size: 16px;}
    .layer_btn .btn_bt + .btn_bt{margin-left: 15px;}


}

@media (max-width: 768px){ 

    .layer_tb_row li{flex-wrap: wrap;}
    .layer_tb_row li .tb_half_row{width: 100%;}
    .layer_tb_row li .tb_half_row + .tb_half_row{margin-left: 0;}

    .layer_btn .btn_bt + .btn_bt{margin-left: 10px;}

}

@media (max-width: 640px){ 

    .layer_top{margin: 20px 20px 4px 20px;}
    .layer_top .layer_title{font-size: 22px;}
    .layer_top .btn_close{margin-top: 0; width: 20px; height: 20px;}
    .layer_msg{margin: 0px 20px 3px 20px;}
    .layer_msg .msg_txt{font-size: 14px;}
    
    .layer_cont{height: calc(100% - 58px); padding: 0 20px 20px;}

    .layer_map{height: 220px;}

    .layer_tb_form{margin-top: 20px;}
    .layer_tb_form .tb_th{width: 120px; line-height: 20px; padding: 5px 0 5px 5px; font-size: 13px;}
    .layer_tb_form .tb_td{padding: 5px 0 5px 0; width: calc(100% - 120px); line-height: 20px; font-size: 13px;}

    .layer_btn .btn_bt{min-width: 150px; height: 40px; line-height: 40px; font-size: 15px;}


}

@media (max-width: 480px){ 

    .layer_top{margin: 20px 10px 4px; 10px}
    .layer_top .layer_title{font-size: 18px;}
    .layer_top .btn_close{width: 16px; height: 16px;}
    .layer_msg{margin: 0px 10px 3px 10px;}
    .layer_msg .msg_txt{font-size: 12px;}

    .layer_cont{padding: 0 10px 20px;}

    .layer_btn .btn_bt{min-width: auto; font-size: 14px;}
    .layer_btn .btn_bt + .btn_bt{margin-left: 5px;}

}

/* 404, 500 등 예외 페이지 표시 */
.head_port {display:flex; justify-content:space-between; align-items:center; padding:0 20px; background:#f6f6f6; height:90px;}
.head_port .left {position:relative;}
.head_port .left img {}
.head_port .left span {width:250px; text-align: left; position:absolute; top:22px; left:160px; font-weight:bold;}
.head_port .left span::before {content:''; width:10px; border-left:2px solid #d5d5d5; margin:0 .7rem 0 .5rem;}
.head_port .right {font-size:14px; color:#aaa; margin: 1.5rem 0 0 0;}

/* info 박스 02 */
.info02 {position:relative; width:100%; height:120px; padding:1rem 0; margin-top:2rem; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
.info02 h5{float:left; padding:1rem 0 0 3rem; font-weight:bold}
.info02 p{float:left; margin:.5rem 0 0 3rem;}
.info02 p span{display:block; text-align:left;}
.info02 p .info_process{display: flex;}
.info02 p .info_process span{}
.info02 p .info_process span.path:first-child{margin-left:.5rem;}
.info02 p .info_process span.path:after{padding:0 8px; background: url(../images/arr_left.png) .4rem .7rem no-repeat; content: '';}
.info02 p .info_process em.st01{color:#999;}
.info02 p .info_process em.st02{color:#5f99e5}
.info02 button{position:absolute; right:10px; top:30px; width:180px; padding:.6rem 0; background:#5f99e5; border-radius:50px; font-size:16px; color:#FFF; border:1px solid #FFF;}

/* info 박스 03 */
.info03 {position:relative; display:flex; width:100%; height:auto; padding:1rem 0; margin-top:2.4rem; background:#eef5fe}
.info03 h5{padding:1rem 0 0 3rem; font-weight:bold}
.info03 p{ margin:.5rem 0 0 3rem;}
.info03 p span{display:block; text-align:left;}
.info03 button{position:absolute; right:10px; top:30px; width:180px; padding:.6rem 0; background:#6193d7; border-radius:50px; font-size:14px; color:#FFF; border:1px solid #FFF;}

/* loading */
.loading {width: 100%; height: 100%; top: 0; left: 0; position: fixed; display: block; opacity: 0.8; background: white; z-index: 99; text-align: center;}
.loading img {position: relative; z-index: 100; width: 440px; height: 290px; top: 30%; left: 40%}

@media (max-width: 1024px){ 

 .loading img {width: 440px; height: 290px; top: 30%; left: 30%}
 
}

@media (max-width: 768px){ 

 .loading img {width: 330px; height: 200px; top: 30%; left: 20%}
 
}

@media (max-width: 640px){

   .loading img {width: 220px; height: 150px; top: 30%; left: 20%}

}

@media (max-width: 480px){
  
   .loading img {width: 220px; height: 150px; top: 30%; left: 20%}
   
}