/* main layout 공통 */
body.fixed{position: fixed; overflow-y: scroll; width: 100%; height: 100%;}
.container{width: 100%; max-width: 1400px; margin:0 auto; position: relative; height: 100%;}
h2.m_tit{position: relative; font-size: 2rem; font-weight: 700; color: #222;}

.img_box{width: 100%;background-size: cover; position: relative; overflow: hidden;}
.img_box img{width: 100%; height: 100%; object-fit: cover; transition: all .2s linear;}

.all_btn{width: 40px; height: 40px; line-height: 0; cursor: pointer; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.all_btn p{width: 30px; height: 30px;}
.all_btn span{display: inline-block; width: 100%; height: 3px; margin: 4px 0; border-radius: 2px; background: #6F6F6F; position: relative; transition: all .3s ease;}

.all_btn:hover .bar01{transform: rotate(90deg) translate(10px, 0px);}
.all_btn:hover .bar02{opacity: 0;}
.all_btn:hover .bar03{transform: translate(0, -12px);}

.btn_wrap {display: flex;}
#pager {display: flex; align-items: center;margin-right: 5px;}
#pager button {position: relative; width: 15px; height: 30px; cursor: pointer;}
#pager button::before{content: ''; position: absolute; width: 15px; height: 28px; transform: translate(-50%, -50%); top:50%; left:50%;}
#pager .Gallprev, #pager .Newsprev{margin-right: 30px;}
#pager .Gallprev::after, #pager .Newsprev::after {content: ''; width: 2px; height: 25px; background: #6F6F6F; position: absolute; right: -16px; top: 50%; transform: translateY(-50%);}
#pager .Gallprev::before, #pager .Newsprev::before{background: url(../images/layout/common/banner_arr_prev.png) no-repeat center;}
#pager .Gallnext::before, #pager .Newsnext::before{background: url(../images/layout/common/banner_arr_next.png) no-repeat center;}

/* header */
#header {position:relative;width: 100%;letter-spacing: -0.05em;background:#fff; height: 90px;}
#header:after{clear: both; display: block; width: 100%; content: ""}
#header .top_util{line-height: 35px; background: #34353A; text-align: left; font-size: 0.8rem; display: none;}
#header .top_util .wrap{overflow: hidden; max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between;}
#header .top_util .links{display: flex;}
#header .top_util .links li{border-right: 1px solid #5E5B5A; text-align: left;}
#header .top_util .links li:first-child{border-left: 1px solid #5E5B5A;}
#header .top_util .links li a{color: #CCCCCC; padding: 0 15px; display: block;}
#header .top_util .links li:first-child a{color: #fff;}
#header .top_util .links_r{display:flex;}
#header .top_util .links_r .global{display:inline-block; position:relative; color:#fff; text-align:center; padding:0 20px 0 37px; font-weight:600; border-left:1px solid rgba(255,255,255,.2); border-right:1px solid rgba(255,255,255,.2); background:#aaaaaa29;}
#header .top_util .links_r .global::before{content:''; position:absolute; width:15px; height:15px; left:17px; top:17px; transform:translateY(-50%); background:url(../images/layout/common/ico_global.png) no-repeat; z-index:2;}
#header .header_wrap{position: absolute; width: 100%; height: 90px; background: #fff;}
#header .head_menu{max-width: calc(100% - 250px); margin:0 auto; position: relative; height: inherit; background: #fff;}
#header .h_logo{position: absolute; top:15px;left: 0;overflow: hidden; z-index: 1;}
#header .h_logo a{display: inline-block; width: 100%; height: 100%;}
#header .h_logo img{vertical-align: middle;}
#header .h_logo span{display:inline-block; font-size: 1.25rem; padding-left: 10px; font-weight: 700; color: #333;}

#header #nav{width: 100%; position: relative; /* max-width: 1400px; margin: 0 auto; */ height: 90px; padding:0 14% 0 32%;}
#header #nav .main{display: flex; justify-content: space-between; height: 100%;}
#header #nav .main > li{width: 100%; height: 100%; text-align: center; vertical-align: middle; position: relative;}
#header #nav .main > li > a{padding: 30px 0px;display: block; width: 100%;}
#header #nav .main > li > a > span{font-size: 1.2rem;font-weight: 500;position: relative;}
#header #nav .main > li > a > span::before{width: 6px;height: 6px;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;left: 50%;top: -20px;transform:translate(-50%,-50%);background: #e85426;position: absolute;content: '';opacity: 0;-webkit-transition: .4s;-moz-transition: .4s;-ms-transition: .4s;-o-transition: .4s;transition: .4s;}
#header #nav .main > li:hover > a span{color:#e85426;}
#header #nav .main > li:hover > a span::before{opacity: 1;top: -10px;}
#header #nav .main > li > a span.on{color:#e85426;}
#header #nav .main > li > a span.on::before{opacity: 1;top: -10px;}
#header #nav .sub{display: none; background:rgba(0,0,0,0.6); position: absolute; z-index: 99; width: 100%; border-top: 2px solid #e85426; left: 50%;transform:translateX(-50%);}
#header #nav .sub li{width:100%; height: auto;}
#header #nav .sub li a{color: #fff;font-size: 1rem; text-align: center; font-weight: 500; padding: 12px 10px;opacity: 0.7;display: block; line-height: 1.5; -ms-word-break: keep-all;word-break: keep-all;}
#header #nav .sub li a:hover{opacity: 1; text-decoration: underline; background:rgba(0,0,0,0.7);}
#header #nav .sub li a[target="_blank"]:after{content: '';display: inline-block; transform: translateY(2px); margin-left:5px; width: 15px;height: 15px; background: url(../images/layout/common/ico_link.png) no-repeat;}
#header #nav .h_util{position: absolute; top:0; right:-12px;  height: 90px; margin: 0 auto; display: flex; align-items: center;}
#header #nav .h_util .popup{background: url(../images/layout/common/popup_btn.png) no-repeat center; padding:25px; display: inline-block; position: relative; width: 28px; height: 100%;}
#header #nav .h_util .popup::after{content: ""; position: absolute; width: 1px; height: 20px; background: #979797; right:0; top:50%; transform: translateY(-50%);}
#header #nav .h_util .sitemap{background: url(../images/layout/common/ham_btn.png) no-repeat center; padding:25px; display: inline-block; position: relative; width: 28px; height: 100%;}
#header #nav .h_util .globe{background: url(../images/layout/common/globe.png) no-repeat center; display: inline-block; width: 50px; height: 30px; position: relative;}
#header #nav .h_util .globe:after{content: ""; position: absolute; width: 1px; height: 20px; background: #979797; right:0; top:50%; transform: translateY(-50%);}
#header .all_menu{width: 100vw; height: 100%; /*overflow-y: scroll;*/ background: #a39891; position: fixed; left:50%; top:0; z-index: 99999; transform: translateX(-50%); min-height: 897px; box-sizing: border-box; display: none;}
/*#header .all_menu .all_bg{width: 100%; height: 100%; background: #a39891; position: absolute; content: ''; z-index: 3;}*/
#header .all_menu .wrap{max-width: 1400px; padding:30px; margin:0 auto; height: 100%; position: relative; z-index: 10; background: #fff;}
#header .all_menu .a_logo{display: flex; justify-content:space-between; align-items:center; border-bottom: 1px solid #e6e6e6; padding:30px 25px;}
#header .all_menu .a_logo span{display: inline-block; font-size: 1.3rem; vertical-align: middle; padding: 15px 0 0 10px; font-weight: 700; color: #333;}
#header .all_menu .a_main > li{display: flex; position: relative; padding: 30px 25px; overflow: hidden; border-top:1px solid #eee;}
#header .all_menu .a_main > li:first-child{border-top-width: 0;}
#header .all_menu .a_main > li > a{position: relative; float: left; width: 90px; font-size: 1.6rem; display: block; color: #222; font-weight: 500; line-height: 40px;}
#header .all_menu .a_sub{display: flex; font-size: 1rem; align-items: center;}
#header .all_menu .a_sub li{padding: 0 15px;}
#header .all_menu .a_sub li a{position: relative; font-weight: 400; font-size: 1.3rem; display: block; transition: .2s;}
#header .all_menu .a_sub li a:before{content: ""; position: absolute; left:0; top:9px; width: 0; height: 14px; background: #FFC66D; transition: width 0.3s; z-index: -1;}
#header .all_menu .a_sub li a:hover::before{width: 100%;}
#header .all_menu .a_sub li a[target="_blank"]:after{content: ''; display: inline-block; transform: translateY(2px); margin-left: 5px; width: 20px; height: 20px; background: url(../images/layout/common/ico_link_lg.png) no-repeat;}
#header .all_menu .menu_close{background: url(../images/layout/common/menu_close.png) no-repeat center; width: 35px; height: 35px;}
#header .all_menu::-webkit-scrollbar {width: 15px;height: 10px;background: #ffffff;}
#header .all_menu::-webkit-scrollbar-thumb {border-radius: 20px;background-color: #858585; background-clip: padding-box;  border: 5px solid transparent;}
#header .all_menu::-webkit-scrollbar-track {background: #f5f5f5; } html.fixed {overflow:hidden;} html.fixed body{overflow:hidden;}


/* 팝업존 */
.top-layer-pop{position: fixed; background: rgba(0,0,0,0.9); z-index: 9999; width: 100vw; height: 0; opacity: 1;  overflow: hidden; transition: opacity .3s ease; display: none;}
.top-layer-pop.show{height: 100%; opacity: 1; display: block; z-index: 9999;}
.top-layer-pop .tpop-wrap{width: 100%; margin: 0 auto; padding: 5rem 0; position: absolute; transform: translate(-50%, -50%); top:50%; left:50%;}
.top-layer-pop .tpop-wrap .tpop-box{width: 80%; margin: 0 auto; position: relative; padding:2rem 0 5rem 0;}
.top-layer-pop .tpop-wrap .tpop-box h2{font-size: 2.5rem; font-weight: 600; color: #fff; text-align: center; text-transform: uppercase;}
.top-layer-pop .tpop-wrap .tpop-box .pop-btn-area{position: absolute; left:50%; transform: translateX(-50%);}
.top-layer-pop .tpop-wrap .tpop-box .pop-btn-area a{padding:15px 45px; color: #fff; font-size: 1.1rem; text-align: center; display: inline-block; border-radius: 6px;}
.top-layer-pop .tpop-wrap .tpop-box .pop-btn-area .pop-today-close{border: 2px solid #fff; opacity: .7; transition: all .3s ease;}
.top-layer-pop .tpop-wrap .tpop-box .pop-btn-area .pop-today-close:hover{border: 2px solid #F29300; background: #F29300; opacity: 1;}
.top-layer-pop .tpop-wrap .tpop-box .pop-btn-area .pop-close{border: 2px solid #fff;opacity: .7; transition: all .3s ease; margin-left: 12px;}
.top-layer-pop .tpop-wrap .tpop-box .pop-btn-area .pop-close:hover{border: 2px solid #6F6F6F; background: #6F6F6F; opacity: 1;}
.top-layer-pop .tpop-wrap .tpop-list{padding:2rem 0; width: 100%;}
.top-layer-pop .tpop-wrap .tpop-list li:first-child{margin-left: 0;}
.top-layer-pop .tpop-wrap .tpop-list li:last-child{margin-right: 0;}
.top-layer-pop .tpop-wrap .tpop-list li a{display: block; font-size: 0;}
.top-layer-pop .tpop-wrap .popup-empty{text-align: center; color: #fff; padding: 6rem 0; font-size: 1.2rem;}
.top-layer-pop .tpop-wrap .tpop-list .pop_tit{position: absolute; width: 1px; height: 1px; padding:0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0;}
.top-layer-pop .tpop-wrap .tpop-list .pop_img img{display: block;}
.top-layer-pop .tpop-wrap .tpop-list .slick-list{margin:0 -10px;}
.top-layer-pop .tpop-wrap .tpop-list .slick-list .slick-slide{margin: 0 10px;}
.top-layer-pop .tpop-wrap .tpop-list .slick-arrow.slick-prev, .top-layer-pop .tpop-wrap .tpop-list .slick-arrow.slick-next{width: 60px; height: 60px; background: rgba(255, 255, 255, 0.7); box-shadow: 2px 4px 15px 0px rgb(0 0 0 / 40%); border-radius: 50%; z-index: 9;}
.top-layer-pop .tpop-wrap .tpop-list .slick-arrow.slick-prev::before{background: url(../images/layout/common/pop_arr_prev.png) no-repeat center; transition: all .2s ease-out;}
.top-layer-pop .tpop-wrap .tpop-list .slick-arrow.slick-next::before{background: url(../images/layout/common/pop_arr_next.png) no-repeat center; transition: all .2s ease-out;}
.top-layer-pop .tpop-wrap .tpop-list .slick-arrow.slick-prev::before, .top-layer-pop .tpop-wrap .tpop-list .slick-arrow.slick-next::before{content: ""; position: absolute; width: 40px; height: 15px; transform: translate(-50%, -50%); top:45%; left:50%; opacity: 1;}
.top-layer-pop .tpop-wrap .tpop-list .slick-dots{bottom: -10px;}
.top-layer-pop .tpop-wrap .tpop-list .slick-dots li, .top-layer-pop .tpop-wrap .tpop-list .slick-dots li button{width: 9px; height: 9px;}
.top-layer-pop .tpop-wrap .tpop-list .slick-dots li button::before{content: ""; width: 9px; height: 9px; background: #fff; border-radius: 11px; opacity: .4;}
.top-layer-pop .tpop-wrap .tpop-list .slick-dots li.slick-active button::before{opacity: 1; background: #fff;}
.top-layer-pop .tpop-wrap .tpop-list .slick-list li{position: relative; text-align: center;}
.top-layer-pop .tpop-wrap .tpop-list .slick-list li .img img{vertical-align: top; width: 100%; max-width: 100%; image-rendering: -webkit-optimize-contrast; transform: translateZ(0); backface-visibility: hidden;}


/* footer */
#footer{background: #202023;}
#footer .ft_top{border-bottom: 1px solid rgba(255,255,255,.15);}
#footer .ft_top ul{display: flex; padding: 30px 0 15px;}
#footer .ft_top ul li{position: relative;}
#footer .ft_top ul li a{color: #a7a7a7; font-weight: 400;}
#footer .ft_top ul li.on a{color: #ddd;}
#footer .ft_top ul li+li{margin-left:25px;}
#footer .ft_top ul li+li::before{content: ''; position: absolute; height: 15px; width: 1px; background: #a7a7a7; top:4px; left:-12px;}
#footer .ft_bottom{padding:30px 0 80px;}
#footer .ft_bottom .txt{color: #9D9D9D;}
#footer .ft_bottom .txt .address span{display: inline-block;}
#footer .ft_bottom .txt .address span+span{margin-left:15px;}
#footer .ft_bottom .txt .copy{font-size: .9rem;}

/* top 버튼 */
#top_btn{display:none; position: fixed; right: 8%; bottom: 30px; cursor: pointer; width: 55px; height: 55px; background-color: #F29300; border-radius: 50%; z-index: 1;}
#top_btn p{position: relative; display: block; color: #fff; text-align: center; font-size: .8rem; padding: 28px 0 0 2px;}
#top_btn p::before{display: block; content: ''; width: 10px; height: 10px; border: 2px solid transparent; border-top: 2px solid #fff; border-left: 2px solid #fff; position: absolute; top: 18px; left: 54%; margin-left: -8px; transform: rotate(45deg); transition: all .3s;}


/*snb*/
.snb_wrap{background:#fff; border-bottom: 1px solid #e6e6e6; }
.snb_bg{padding:100px 0; text-align: center; background: #fff url(../images/layout/common/snb_visual.jpg) 50% 50% no-repeat; background-size: cover;}
.snb_bg p{font-size: 2.9rem; font-weight: 600; color: #f6f6f6;}
.snb_bg span{font-size: 1.2rem; color: #f6f6f6;}
.snb{max-width: 1400px; margin: 0 auto;}
.snb > ul { display: flex; align-items: center;}
.snb ul > .depth > a {position: relative; display: block;padding: 0 30px; height: 100%; line-height: 60px; color: #222; font-weight: 500;}
.snb ul > .depth > a:after{content: '';position: absolute; top: 50%; right: 20px; display: inline-block; width:4px;height: 4px;margin: -4px 0 0 10px;background-color: transparent;border-top: 2px solid #888;border-right: 2px solid #888;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transition: all .3s;
}
.snb ul > .depth > a.active:after{ transform: rotate(45deg);}.snb ul > .depth:hover a{text-decoration: none;}
.snb ul > .depth > a:before {content: ''; position: absolute; width: 1px; height: 50%; right: 0; top:50%; transform: translateY(-50%); background: #ccc;}
.snb .depth{position: relative; min-width: 240px; margin-left: 5px;}
.snb .depth:after{content: '';position: absolute;top: 0;right: 0;width: 1px;height: 100%; background: rgba(255,255,255,.15);}
.snb .depth ul{position: absolute; z-index: 10; width: 100%; background: #fff;  border: 1px solid #ddd; box-shadow: 0 4px 24px  rgba(65,65,65,.1);}

.snb .depth ul li:hover{background: #F6F6F6; }
.snb .depth ul li a{display: inline-block;width: 100%; height: 100%;padding: 15px 30px; position: relative;} .snb .depth ul li a[target="_blank"]:after { content: '';  display: inline-block; transform: translateY(2px); margin-left: 5px; width: 15px; height: 15px;background: url(../images/layout/common/ico_link.png) no-repeat;}
.snb .depth ul li:hover a{background: #f7f8f9;}
.snb .depth ul li.active a{color: #E94E1B;}
.snb .depth ul li.active:hover a{color: #333;}
.snb ul li.home{background: #3D3A39 url("../images/layout/common/ico_home.png") center no-repeat; width: 60px; height: 60px;}
.snb ul li.home a{display: inline-block; width: 100%; height: 100%;}

.subpage_top {max-width: 1400px; margin: 70px auto 0; position: relative; }
.contents { width: 100%;max-width: 1400px;margin: 0 auto;padding: 70px 0 150px; position: relative;}
.page_tit {font-size: 2rem; color: #222; }

.util{position: absolute; right: 0; top:0;}
.util li{position: relative; width: 50px; height: 50px; border: 1px solid #ddd; border-radius: 50px;}
.util li+li{margin-left: 5px;}
.util > li{display: inline-block;}
.util > li > a{display: inline-block; width: 100%; height: 100%;}
.util .print {background:url("../images/layout/common/ico_print.png") center no-repeat;}
.util .share {background:url("../images/layout/common/ico_share.png") center no-repeat;}

/*공유하기*/
.card_share {float: right;position: relative;margin-top: -42px;}
.social {position: absolute;top: -15px;right: 5px;visibility: hidden;transform: translateY(0px);transition: transform 0.35s ease;}
.social_active {visibility: visible; z-index: 10;transform: translateY(75px);transition: transform 0.35s ease;}
.share_toggle {z-index: 2;}
.share_icon {display: block;width: 37px;height: 37px;line-height: 37px;margin-bottom: 5px;text-align: center;border-radius: 50%;background-color: #fff;transition: all 0.3s ease;outline: 0;box-shadow: 0 2px 4px rgba(0,0,0, 0.12), 0 2px 4px rgba(0,0,0, 0.1);}
.share_icon:hover,
.share_icon:focus {box-shadow: 0 3px 6px rgba(0,0,0, 0.12), 0 3px 6px rgba(0,0,0, 0.1);-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);-o-transform: scale(1.2);transform: scale(1.2);}
.share_icon.facebook {background: #3b5998 url("../images/layout/common/ico_share_facebook.png") center no-repeat;}
.share_icon.twitter {background: #00abe3 url("../images/layout/common/ico_share_twitter.png") center no-repeat;}
.share_icon.kakao {background: #FAE300 url("../images/layout/common/ico_share_kakao.png") center no-repeat;}
.facebook:focus, .twitter:focus {border: 2px solid #000;}


/* @media all and (max-width:1600px){
  #header #nav{padding: 0 16% 0 28%;}
} */

@media all and (max-width:1500px){
  .r_quick{display: none;}
  #header{height: 125px;}
  #header .head_menu{max-width: 100%;}
  #header #nav .h_util .globe{display: none;}
  #header .top_util{display: block;}
  #header #nav .h_util{width: 110px;}
}

@media all and (max-width:1400px){
  /* layout */
  .container{padding: 0 20px;}
  .contents{padding: 70px 15px 150px;}
  .main_slide .slick-dots{padding: 0 20px;}
  #header .top_util .top_wrap{max-width: 1250px;}
  .page_tit{padding: 0 15px;}
}

@media all and (max-width: 1200px){
  html {font-size: 14px;}

  #header .h_logo{left:15px; top:20px;}
  #header .h_logo img{width: 140px;}
  #header .top_util .links{margin-left:0;}
  #header #nav .main{display: none;}

  .top-layer-pop.hide{height: 100%; opacity: 1; display: block;}
  .top-layer-pop .tpop-wrap{left: 50%; border-radius: 0; padding: 3rem 0; width: 100%;}
  .top-layer-pop .tpop-wrap .tpop-box{padding: 1rem 0 7rem 0;}
  .top-layer-pop .tpop-wrap .tpop-box h2{font-size: 2rem; font-weight: 700; padding-bottom: 0.5rem;}
  .top-layer-pop .tpop-wrap .tpop-list{padding:1rem 0;}
  .top-layer-pop .tpop-wrap .tpop-box .pop-btn-area{bottom:0; width: 100%; text-align: center;}
  .top-layer-pop .tpop-wrap .tpop-box .pop-btn-area a{padding:12px 30px; font-size: 1rem;}
  .top-layer-pop .tpop-wrap .tpop-list .slick-dots{bottom: -20px;}
  .top-layer-pop .tpop-wrap .tpop-list .slick-dots li, .top-layer-pop .tpop-wrap .tpop-list .slick-dots li button{width: 9px; height: 9px;}
}

@media all and (max-width: 992px){
  #footer .ft_top ul{flex-wrap: nowrap; padding: 20px 0 15px;}
  #footer .ft_bottom .txt .address{text-align: left;}
}


@media all and (max-width:768px){
  .contents{padding:30px 15px 80px;}
  .page_tit{margin-bottom:0; padding-left:15px; width: calc(100% - 95px);}

  #header .top_util .links li a{padding: 0 10px; min-width: 55px;}
}

@media all and (max-width:725px){
  #footer .ft_bottom .txt .address span+span{margin-left:0;}
}


@media all and (max-width:673px){
  #header .all_menu{background: #fff; overflow-y: scroll; min-height: 0;}
  #header .all_menu .wrap{padding:20px 14px;}
  #header .all_menu .a_main > li{flex-direction: column; padding: 15px 20px;}
  #header .all_menu .a_main > li > a{width: 100%; font-size: 1.3rem;}
  #header .all_menu .a_sub{align-items: initial;flex-direction: column;margin: 12px 0px 0 5px; padding:10px 15px; background: #a39891; display: none;}
  #header .all_menu .a_sub li{margin:0; padding:12px 20px; border-top:1px solid #dcdcdc;}
  #header .all_menu .a_sub li a{color: #fff; font-size: 1rem;}
  #header .all_menu .a_sub li a[target="_blank"]:after{width: 16px; height: 16px; background: url(../images/layout/common/ico_link_lg_w.png) no-repeat;}
  #header .all_menu .a_sub li:first-child{border-top:0;}
  #header .all_menu .a_sub.show{display: block;}
  #header .all_menu .a_sub.hide{display: none;}
}


@media all and (max-width:566px){
  #header{height: 110px;}
  #header .header_wrap, #header #nav .h_util{z-index: 1; height: 76px;}
  #header .h_logo{top:13px;}
  #header #nav{padding:0; height: 100%;}
  #header .top_util .links{overflow-x: scroll;}
  #header .top_util .links li:first-child{border-left: none;}
  #header .top_util .links_r .global{padding: 0 15px 0 15px;}
  #header .top_util .links_r .global:before{display:none;}
  #header .all_menu .a_logo{padding:20px 14px;}

  .snb_bg{padding: 60px 0;}
  .snb_bg p{font-size: 2rem;}
  .snb_bg span{font-size: 1rem;}

  .snb .depth {width: calc(100% - 50px)}
  .snb .depth  {display: none;}
  .snb .depth:last-child{display: block; margin-left: 0;}
  .snb .depth:last-child a:before{display: none;}
  .snb ul > .depth > a{line-height: 1.7;}
  .snb ul li.home{width: 50px; height: 50px}

  #footer .ft_bottom .txt .copy{margin-top: 10px;}
}

@media all and (max-width:486px){
  #header .all_menu .a_logo img{width: 140px;}
  #header .all_menu .a_logo span{padding:10px 0 0 4px;}
}


@media all and (max-width:440px){
  #header #nav .h_util .popup{display: none;}
  #header #nav .h_util .sitemap{right:-50px; /*background-color: #fff;*/}

  #header .h_logo span{padding-left:0;}
  #footer .container{padding:0 25px 0 30px;}
}

@media all and (max-width:417px){
  #header .h_logo img{width:125px;}
  #header .all_menu .a_logo span{padding:10px 0;}
}

@media all and (max-width:393px){
  #header .h_logo span{font-size: 1.15rem;}
}

@media all and (max-width:342px){
  .top-layer-pop .tpop-wrap .tpop-box .pop-btn-area a{padding:10px 15px; font-size: .9rem;}
}