@charset "utf-8";
/********************
메인페이지 및 서브페이지 동시 적용.
가장 마지막에 불러오는 CSS 파일입니다.
※ 공통영역 CSS에서 부분별 개별 적용시 사용하시면 됩니다. 
********************/
/* .wrap-header .head-navi .a_1 {font-size: 18px;} */


/* popup */

.PZwindow {display:flex; flex-direction:column;}
.PZwindow iframe {height: 100% ;width:100%;}
.PZwindow .PZwrap img {width:100%; height: 100%;}
.PZwindow .PZwrap a {display: block; background: #333;}


@media only screen and (max-width:768px){
    .PZwindow {width: 80% !important; top:0 !important; left:0 !important;}
    .PZwindow .PZwrap {width: 100% !important; height: auto !important;}
}

@media only screen and (max-width:550px){
    .PZwindow {width: 100% !important;}
}



.check_pattern_box {background-color: #fff;background-image: linear-gradient(90deg, rgba(124,120,115,.3) 1px, transparent 1px), linear-gradient(rgba(124,120,115,.3) 1px, transparent 1px);background-size: 38px 38px;padding: 28px 0;}
.check_pattern_box p {text-align: center;font-size: 40px;font-family: 'Noto Medium';color: #555;letter-spacing: 0.12em;}

.vision_box {width: 100%;background: url(/sites/sanhak/images/box_back01.png) 0 0 no-repeat;background-size:cover;padding: 40px 0;text-align: center;}
.vision_box p {position: relative;font-size: 32px;font-family: 'Noto Medium';color: #333;letter-spacing: 0.12em;display: inline-block;}

.eQ01 .wrap-sub-visual:after{background: url(/sites/sanhak/images/sub_visual01.jpg);opacity: 1;background-size: cover;}
.eQ02 .wrap-sub-visual:after{background: url(/sites/sanhak/images/sub_visual02.jpg);opacity: 1;background-size: cover;}
.eQ03 .wrap-sub-visual:after{background: url(/sites/sanhak/images/sub_visual03.jpg);opacity: 1;background-size: cover;}
.eQ04 .wrap-sub-visual:after{background: url(/sites/sanhak/images/sub_visual04.jpg);opacity: 1;background-size: cover;}
.eQ05 .wrap-sub-visual:after{background: url(/sites/sanhak/images/sub_visual05.jpg);opacity: 1;background-size: cover;}
.eQ06 .wrap-sub-visual:after{background: url(/sites/sanhak/images/sub_visual06.jpg);opacity: 1;background-size: cover;}
.eQ07 .wrap-sub-visual:after{background: url(/sites/sanhak/images/sub_visual07.jpg);opacity: 1;background-size: cover;}

