/* 네비게이션 수정 */
.wrap-header .head-logo .logo-title {padding-left: 5px;}
.wrap-header .head-logo .logo-img img {padding-left: 10px;}
.wrap-header {position:fixed; z-index: 1002;}
.wrap-header.fNav {top:0;}
.wrap-header .head-logo .logo-img a {display: flex;}
.wrap-header .container {display: flex; justify-content: space-between;}
.wrap-header .head-util {display: none;}
.wrap-header .pc-bg {display:none;}
.wrap-header .clearfix::after {display:none;}
.wrap-header .head-navi .a_1 {padding: 25px 40px;}
.wrap-header .head-navi .a_2 {padding: 8px 12px;}

/* 모바일 메뉴 */
.mobile-menu a {font-size: 16px !important;}
#_globalNavi #_globalUl li.membership {display:none !important;}

@media(max-width: 1250px) {
  .wrap-header .head-navi .a_1 {padding: 25px 40px;}
}
@media(max-width: 1023px) {
  .mobile-menu ul {display:none;}
  
  .util_wrap .util ul {display:flex;}
  .util_wrap .util ul li {display:block;}
  .util_wrap .util > ul > li {display: block;}
  .util_wrap .util > ul > li:nth-child(1), .util_wrap .util > ul > li:nth-child(3) {display:none;}
  .util_wrap .util > ul > li:nth-child(2) {order:2; margin-left:auto;}
  .util_wrap .util ul li:nth-child(4), .util_wrap .util ul li:nth-child(5) {order:1;}
  
  .wrap-header .head-navi .div_2.on {padding-bottom: 100px; overflow: auto;}

  .wrap-header .head-logo .logo-img img {padding-left: 0;}

  .wrap-header .head-logo .logo-img a {display: inline-block;}
  .wrap-header .head-util {display:  inline-block;}

  .wrap-header .head-navi .a_1 {padding: 15px 0 15px 20px;}
  .wrap-header .head-navi .a_2.plus {position: relative; background:url('/sites/ie/images/common/chevron-down-b.svg') no-repeat center; background-size: 24px; background-position: right;}
  .wrap-header .head-navi .a_2.plus.on {background:url('/sites/ie/images/common/chevron-up-b.svg') no-repeat center; color:#0c2c67; border-bottom:1px solid #fff; background-size: 24px; background-position: right;}
  .wrap-header .head-navi .a_3 {font-size: 16px;}
  .wrap-header .head-navi .a_3:after {top: 15px;}
}
@media(max-width: 768px) {
  .wrap-header .head-navi {width: calc(100% - 40px); max-width: 450px;}
  .wrap-header .head-logo .logo-title {padding-left: 0;}
}
@media(max-width: 480px) {
  .mobile-menu a {font-size: 16px !important; padding: 0 !important;}
}

/* GO TOP */
.goto-top{position:fixed;right:5%;bottom:5%; z-index: 1000;}
.goto-top a{display:block;box-sizing:border-box;padding-top:20px;width:70px;height:70px;background:#454545;color:#FFF !important;font-size:14px;text-align:center;font-family:'Mont Medium';border-radius:100px;}
.goto-top a:before{content:"";display:block;margin:0 auto;background:url(/sites/style-guide/images/common/arrow_3_w.png) no-repeat center;width:17px;height:17px;}
.goto-top a:hover{box-shadow:0 0 5px #888;}

/* 서브 컨텐츠 수정 */
.wrap-sub-visual .container {padding-left: 15px; padding-right: 15px;}
.wrap-contents .container {padding: 0 15px;}

@media (max-width: 768px) {
  .wrap-contents .container {padding-top: 80px;}
}