@charset "utf-8";

/************************************************************
메인요소:
요소 아이디로 CSS 작업시에는 템플릿 생성과정에서
아이디 값이 자동으로 변경이 되기 때문에 style.css에 작업합니다.
************************************************************/



/************************************************************
서브비주얼:
개별 비주얼 적용시에는 경로만 수정해서 사용합니다.
************************************************************/
.eQ01 .wrap_sub_visual:before{background:url(/sites/templet_01/images/sub_visual_1.jpg) no-repeat center top;}
.eQ02 .wrap_sub_visual:before{background:url(/sites/style_guide/images/sub/sub_visual_6.jpg) no-repeat center top;}
.eQ03 .wrap_sub_visual:before{background:url(/sites/style_guide/images/sub/sub_visual_2.jpg) no-repeat center top;}
.eQ04 .wrap_sub_visual:before{background:url(/sites/style_guide/images/sub/sub_visual_5.jpg) no-repeat center top;}
.eQ05 .wrap_sub_visual:before{background:url(/sites/style_guide/images/sub/sub_visual_18.jpg) no-repeat center top;}
.eQ06 .wrap_sub_visual:before{background:url(/sites/style_guide/images/sub/sub_visual_15.jpg) no-repeat center top;}
.eQ07 .wrap_sub_visual:before{background:url(/sites/style_guide/images/sub/sub_visual_9.jpg) no-repeat center top;}

/*중복_250122*/
.greeting_type_3 .container_1 .item_2{position:absolute;top: 295px;left:3%;}
.greeting_type_3 .container_1 .p_1 span:nth-child(3),
.greeting_type_3 .container_1 .p_1 span:nth-child(4),
.greeting_type_3 .container_1 .p_1 span:nth-child(5){color:#003f98;border-color:#003f98;}

@media all and (max-width:1600px) {
  .greeting_type_3 .container_1 .item_2{top:50px;}
  .greeting_type_3 .container_1 .p_1{font-size:45px;}
  .greeting_type_3 .container_1 .p_1 span:nth-child(3),
  .greeting_type_3 .container_1 .p_1 span:nth-child(4), .greeting_type_3 .container_1 .p_1 span:nth-child(5){color:#DDD;border-color:#DDD;}
  .greeting_type_3 .container_2{padding:0 5%;}
}
@media all and (max-width:1024px) {
  .greeting_type_3 .p_2{font-size:20px;}
  .greeting_type_3 .p_2::before,
  .greeting_type_3 .p_2::after{height:25px;}
  .greeting_type_3 .container_1 .item_2{width:50%;}
}
@media all and (max-width:768px) {
  .greeting_type_3 .container_1 .item_1{height:367px;}
  .greeting_type_3 .container_1 .item_2{width:100%;}
  .greeting_type_3 .container_1 .p_1{font-size:30px;}
}

/*메인gnb중복*/
header .area_1 .item_3 .gnbLogin a:nth-child(1) { width: 100% !important; font-size: 16px;  transition: unset;}
header .area_1 .item_3 .search a{background: none;}
header .area_1 .item_3 .sign a{background: none;}
header .area_1 .item_3 .mngr a{background:none;}
