@import 'reset.css';
@import 'fonts.css';
@import 'animation.css';


.org_txt {
  color: var(--orange-color);
}
.blue_txt {
  color: var(--blue-color);
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}

img {
  max-width: 100%;
}

#skipNavi {
  height: 0;
}
#skipNavi .skipLink {
  position: absolute;
  top: -1000px;
  left: -1000px;
  overflow: hidden;
  z-index: 5000;
}
#skipNavi .skipLink:focus,
#skipNavi .skipLink:active {
  top: 0;
  left: 0;
  padding: 10px 20px;
  background: #1e64ba;
  color: #fff;
}

/* skip navigation */
#skipnavigation {font-size:0;line-height:0;overflow:hidden}
#skipnavigation a {display:block;width:100%;/*padding:10px 0;*/color:#fff;position:absolute;left:0;top:-100px;text-align:center;z-index:200;background:#413022;border:0 none}
#skipnavigation ul {margin:0;padding:0;}

/*공통*/
#skipnavigation a{position: absolute; left:-3000%; font-size: 1.4rem;}
#skipnavigation a:focus{  display: block;
  position: absolute;
  top: 5px;
  left: 50%;
  width: 98%;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  background-color: #000;
  z-index: 9999;
  transform: translateX(-50%);}

.wrap {
  position: relative;
  min-width: 360px;
}

.inwrap {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

/* .container {
  position: relative;
  margin: 20px 0;
} */

.container::after {
  display: block;
  content: '';
  clear: both;
}

.snb {
  flex: 0 0 250px;
  background: #f0f3f7;
  min-height: 580px;
  padding: 30px 0;
  margin-right: 30px;
}

.snb h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0 20px;
}

.content {
  /* min-height: 580px; */
  flex-grow: 1;
}

.notScroll {
  overflow: hidden;
  touch-action: none;
}

.top_util {
  display: flex;
  justify-content: space-between;

  width: auto;
}

.top_util ul {
  width:auto;
}

.top_util ul li {
  display: inline-block;
}

.top_util ul li a {
  display: flex;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  padding: 10px 20px;
  font-size: 13px;
  color: #000;
  border: 1px solid #ccc;
}

.top_util ul li a:hover {
  background: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
  transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}

.top_util ul li a span:nth-child(1) {
  max-width: 77px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

header .Mgnb_wrap {
  display: none;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: #fff;
}

.mMenu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 15px;
}

.mMenu:before {
  content: '';
  display: block;
  height: 3px;
  background: #000;
  margin: 3px 0;
  transition: all 0.4s;
  width: 27px;
}

.mMenu:after {
  content: '';
  display: block;
  height: 3px;
  background: #000;
  margin: 3px 0;
  transition: all 0.4s;
  width: 20px;
}

.snb > ul {
  padding: 0 15px;
}

.snb > ul > li > a {
  display: block;
  color: #000;
  border-bottom: 1px dashed #333;
  padding: 12px 10px;
  position: relative;
}

.snb > ul > li > a:after {
  display: block;
  content: '\e913';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'xeicon';
  color: #0475f4;
}

.snb > ul > li > a.on:after {
  content: '\e91a';
}

.snb > ul > li .dpt2_menu {
  background: #fff;
  display: none;
}

.snb > ul > li .dpt2_menu li a {
  display: block;
  color: #000;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #eee;
}

.breadcrumb {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
}

.breadcrumb_wrap {
  width: 100%;
  display: flex;
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.breadcrumb_wrap > li {
  position: relative;
  width: 200px;
}

.breadcrumb_wrap > li > a {
  display: block;
  padding: 15px;
  border-right: 1px solid #ddd;
  color: #000;
  font-size: 15px;
}

.breadcrumb_wrap > li > a:after {
  content: '\e942';
  font-family: 'xeicon';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.breadcrumb_wrap > li.home {
  width: 50px;
  background: #f8f8f8;
}

.breadcrumb_wrap > li.home > a {
  text-align: center;
  border-left: 1px solid #ddd;
}

.breadcrumb_wrap > li.home > a:after {
  content: none;
}

.breadcrumb_sub {
  display: none;
  background: #fff;
  position: absolute;
  top: 51px;
  left: -1px;
  width: calc(100% + 1px);
  z-index: 1;
  border: 1px solid #ddd;
}

.breadcrumb_sub > li > a {
  display: block;
  padding: 20px 15px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  color: #000;
}

.breadcrumb_sub > li:last-child > a {
  border-bottom: none;
}

.breadcrumb_sub > li:last-child > a li {
  border-bottom: none;
  border-right: none;
}
section h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

section h3:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 17px;
  background: var(--main-color);
  margin-right: 5px;
}

.content_util {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

.content_util a.print {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  border: 1px solid #ddd;
}

.content_util .print i {
  font-size: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #949494;
}

.content_util .print:hover {
  background: var(--main-color);
  border: 1px solid var(--main-color);
}

.content_util .print:hover i {
  color: #fff;
}

.content_util .print span {
  color: transparent;
  text-indent: -9999px;
  font-size: 0;
}

.content_util .sns {
  display: inline-block;
}

.content_util .sns a {
  border-right: none;
}

.content_util .sns > a.active + ul {
  display: flex;
}

.content_util .sns ul {
  display: none;
  position: absolute;
  right: 0;
  border: 1px solid #ddd;
  padding: 18px 10px 10px;
  text-align: center;
  background: #fff;
}

.content_util .sns ul li {
  margin: 0 3px;
}

.content_util .sns ul li a:hover {
  color: #1a4793;
  transition: 0.4s;
}

.content_util .sns ul li a span {
  font-size: 11px;
  display: block;
  width: 50px;
}

.content_util .sns ul li a span:before {
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  background: #eee url(../images/common/sns_icon.png) 0 0 no-repeat;
  margin: 0 auto 5px;
}

.content_util .sns ul .facebook a span:before {
  background-position: -45px 0;
}

.content_util .sns ul .urlcopy a span:before {
  background-position: -90px 0;
}

/* 헤더 */
header{
  border-bottom: 1px solid #c1c1c1;
  font-family: 'GmarketSans';
  font-weight: 500;
  padding-top: 17px;
}
.header_top .header_inner{
  justify-content: flex-end;
}
.login_btn_wp{
  display: flex;
  gap: 10px;
}
.header_top .header_inner :is(button,a){
  min-width: 94px;
  display: inline-block;
  border: 1px solid #c8c8c8;
  font-size: 15px;
  line-height: 33px;
  color: #000;
  text-align: center;
  transition: 0.3s;
  font-family: 'GmarketSans';
}
.header_inner{
  max-width: 1480px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_inner .logo{
  margin: 0;
}
nav{
  width: calc(100% - 385px);
}
nav .gnb{
  display: flex;
  justify-content: space-between;
}
.gnb_depth1{
  position: relative;
}
.gnb_depth1 > a{
  display: block;
  text-align: center;
  color: #000;
  font-size: 20px;
  line-height: 75px;
  transition: 0.3s;
  padding: 1px 0;
  white-space: nowrap;
  position: relative;
}

/* 전체메뉴 */
.m_menu_btn{
  display: none;
}
.m_menu_btn button span{
  display: block;
  width: 22px;
  height: 2px;
  transition: all 0.3s;
  background-color: #000;
}
.m_menu_btn button span:nth-of-type(2){
  width: 13px;
}
.m_menu_btn button:hover span:nth-of-type(2){
  width: 22px;
}
.m_menu_btn button > span + span{
  margin-top: 7px;
}
.m_menu_btn button.on > span:nth-of-type(2){
  opacity: 0;
}
.m_menu_btn button.on > span:nth-of-type(1){
  transform: rotate(45deg) translate(6px, 6px)
}
.m_menu_btn button.on > span:nth-of-type(3){
  transform: rotate(-45deg) translate(7px, -7px)
}

@media screen and (hover:hover){
  .header_top .header_inner :is(button,a):hover{
    background-color: #c8c8c8;
  }
  .gnb_depth1 > a:hover{
    color: #1a4fbb;
  }
  .gnb_depth1 > a span{
    position: relative;
  }
  .gnb_depth1 > a span::before{
    position: absolute;
    content: '';
    width: 0;
    height: 13px;
    background: #1a4fbb;
    opacity: 0.1;
    bottom: -2px;
    transition: 0.3s;
    z-index: 1;
  }
  .gnb_depth1 > a:hover span::before{
    width: 100%;
  }
}

@media screen and (max-width: 1250px){
  nav {
    width: calc(100% - 300px);
  }
}

@media screen and (max-width: 1024px){
  body.fixed{
    overflow: hidden;
  }
  header{
    padding-top: 0;
  }
  nav{
    display: none !important;
    position: fixed;
    width: 100%;
    left: 0;
    top: 92px;
    z-index: 1004;
    height: calc(100dvh - 92px);
    overflow-y: auto;
    background: #fff;
  }
  nav.active{
    display: block !important;
  }
  .m_menu_btn{
    display: block;
  }
  .m_menu_btn button{
  	background: none;
  	border: none;
  	padding: 0;
  	margin: 0;
  }
  .m_menu_btn button:hover{
    background: none;
  }
  .login_btn_wp{
    gap: 5px;
  }
  .header_top .header_inner :is(button,a) {
    min-width: 67px;
    font-size: 12px;
    line-height: 22px;
    padding: 2px 5px 0;
  }
  .header_top .header_inner{
    height: auto;
    padding-top: 10px;
  }
  .header_inner{
    height: 55px;
  }
  .logo img{
    max-width: 130px;
    vertical-align: baseline;
  }
  nav .gnb {
    align-items: baseline;
    flex-direction: column;
  }
  .gnb_depth1 {
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
  }
  .gnb_depth1 > a {
    font-size: 18px;
    line-height: 55px;
    text-align: left;
    padding: 0 20px;
    background: url(../../src/img/common/ico_m_nav.png) no-repeat center right 20px;
  }
}

/* 푸터 */
footer{
  font-family: 'GmarketSans';
  background: #383b40;
}
footer .ft_inner{
  max-width: 1480px;
  margin: 0 auto;
  width: calc(100% - 40px);
  padding: 25px 0 70px;
}
footer .ft_inner > div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
footer .ft_inner .ft_bottom{
  margin-top: 40px;
}
footer .site_link_wrap{
  flex: 1;
}
footer .site_link_wrap > ul{
  display: flex;
  gap: 5px 40px;
  flex-wrap: wrap;
}
footer .site_link_wrap > ul a{
  font-size: 16px;
  font-weight: 300;
  color: #cbcbcb;
}
footer .site_link_wrap > ul a:hover{
  color: #fff;
}
footer .ft_ads_wrap{
  display: flex;
  gap: 40px;
}
footer .ft_ads_wrap .address p{
  font-size: 16px;
  font-weight: 300;
  color: #cbcbcb;
  margin: 0;
}
footer .ft_ads_wrap .address p + p{
  margin-top: 5px;
}
footer .ft_ads_wrap .address .copyright{
  font-weight: 400;
  color: #ededed;
}
.ft_fl_wrap{
  display: flex;
  align-items: center;
  gap: 30px;
}
footer .sns_wrap > ul{
  display: flex;
  align-items: center;
  gap: 25px;
}
footer .sns_wrap > ul li a img.on{
  display: none;
}
footer .sns_wrap > ul li a:hover img.on{
  display: block;
}
footer .sns_wrap > ul li a{
	display: block;
}
footer .sns_wrap > ul li a img{
    vertical-align: baseline;
}
footer .sns_wrap > ul li:first-of-type a{
	width: 12px;
	height: 23px;
}
footer .sns_wrap > ul li:nth-of-type(2) a{
	width: 17px;
	height: 22px;
}
footer .sns_wrap > ul li:nth-of-type(3) a{
  width: 87px;
  height: 19px;
}

footer .sns_wrap > ul li a:hover img.basic{
  display: none;
}
footer .site_list{
  position: relative;
}
footer .site_list > button{
  font-family: 'GmarketSans';
  min-width: 220px;
  background: #2b2d2f url(../../src/img/common/ico_ft_select.png) no-repeat center right 15px;
  line-height: 40px;
  font-size: 18px;
  color: #c2c3c6;
  padding: 0 20px;
  text-align: left;
  margin: 0;
  border: none;
  font-family: 'GmarketSans' !important;
}
footer .site_list > ul{
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  background: #2b2d2f;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 0;
}
footer .site_list > ul li a{
  display: block;
  padding: 5px 20px;
  color: #c2c3c6;
  font-size: 16px;
}
footer .site_list > ul li a:hover{
  color: #fff;
}
footer .img_wrap{
  margin: 0;
}
footer .img_wrap > ul{
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}

@media screen and (max-width: 1024px){
  footer .ft_inner {
    padding: 20px 0 50px;
  }
  footer .ft_inner > div{
    flex-direction: column;
    gap: 20px;
  }
  footer .site_link_wrap > ul {
    gap: 5px 30px;
    justify-content: center;
  }
  footer .site_link_wrap > ul a {
    font-size: 13px;
  }
  .ft_fl_wrap {
    gap: 20px;
    flex-direction: column;
  }
  .ft_logo img{
    max-width: 158px;
  }
  footer .site_list > ul{
    bottom: auto;
    top: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: none;
  }
  footer .sns_wrap > ul li:nth-of-type(2) a img.on {
    margin-bottom: 1px;
  }
  footer .site_list > button{
    font-size: 14px;
  }
  footer .site_list > ul li a {
    font-size: 14px;
  }
  footer .ft_inner .ft_bottom {
    margin-top: 20px;
  }
  footer .ft_ads_wrap {
    gap: 18px;
    flex-direction: column;
    text-align: center;
  }
  footer .ft_ads_wrap .address p {
    font-size: 12px;
    line-height: 18px;
  }
  footer .ft_ads_wrap .address .copyright{
    margin-top: 10px;
  }
  footer .img_wrap > ul {
    gap: 20px;
  }
  footer .img_wrap > ul li:first-of-type img{
    max-width: 63px;
  }
  footer .img_wrap > ul li:nth-of-type(2) img{
    max-width: 68px;
  }
}

/* 헤더 알림 아이콘 추가 */

.alarm_box{
  width: 21px;
  aspect-ratio: 21 / 27;
  display: flex;
  align-items: center;
  justify-content: center;
  background:url(../../src/img/common/bell_ico.png) no-repeat center;  
  margin-right: 15px;
}
.header_top .header_inner .alarm_btn{
  min-width: 0;
  border: none;
  line-height: normal;
}
.header_top .header_inner .alarm_btn:hoveR{
  background: none;
}
.header_top .header_inner .alarm_btn .count{
  font-size: 10px;
  line-height: 16px;
  padding-top: 2px;
  color: #fff;
  display: block;
  width: 16px;
  aspect-ratio: 1 / 1;
  text-align: center;
  position: relative;
  z-index: 2;
  top: -8px;
  right: -10px;
}
.header_top .header_inner .alarm_btn .count::before{
  content: '';
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: absolute;
  background-color: #d60a0b;
  z-index: -1;
}
