@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 100;
  src: url('/fonts/notosanskr-light.woff2') format('woff2'),
		url('/fonts/notosanskr-light.woff') format('woff')
}

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  src: url('/fonts/notosanskr-regular.woff2') format('woff2'),
		url('/fonts/notosanskr-regular.woff') format('woff')
}

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  src: url('/fonts/notosanskr-medium.woff2') format('woff2'),
		url('/fonts/notosanskr-medium.woff') format('woff')
}

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  src: url('/fonts/notosanskr-bold.woff2') format('woff2'),
		url('/fonts/notosanskr-bold.woff') format('woff')

}


@font-face {
  font-family: 'ggg';
  font-weight: 700;
  src: url('/fonts/gmarketsansbold.woff2') format('woff2'),
    url('/fonts/gmarketsansbold.woff') format('woff')
}

@font-face {
  font-family: 'ggs';
  font-weight: 500;
  src: url('/fonts/ggs.woff2') format('woff2'),
    url('/fonts/ggs.woff') format('woff')
}

@font-face {
  font-family: 'ggs';
  font-weight: 100;
  src: url('/fonts/ggl.woff2') format('woff2'),
    url('/fonts/ggl.woff') format('woff')
}



* { margin: 0; padding: 0; box-sizing: border-box; word-break:break-all; position: relative; font-family: "Noto Sans KR", sans-serif; letter-spacing: -1px; outline: none !important;  }
*:focus { outline: none; }
*::selection { background-color: #000; color: #FFF; }
html, body { width: 100%; height: 100%; float: left; color: #222; font-size: 14px; }
#wrap { width: 100%; height: 100%; float: left; }

a { color: inherit; text-decoration: none; }
img { vertical-align: bottom; }
ul, li { list-style: none; }
button { border: 0; cursor: pointer; }
table { table-layout: fixed; border-collapse: separate; border-spacing: 0; }
tspan { letter-spacing: -0.5px !important; }
label { cursor: pointer; }
label > .on { display: none; color: #3366CC; }
label > .off { display: inline-block; color: #CCC; }
input[type="checkbox"], input[type="radio"] { display: none; }
input[type="checkbox"]:checked + label > .on { display: inline-block; }
input[type="checkbox"]:checked + label > .off { display: none; }


/* 기본 레이아웃 */
body {
  margin: 0;
  font-family: '맑은 고딕', 'Noto Sans KR', sans-serif;
  background: #fdfdfd;
  color: #000;
  padding-top: 100px;
}
a { text-decoration: none; color: inherit; }
.mobile_br{ display: none; }
/* 헤더 */
.header {
  float: left;
  width : 100%;
  height: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  position: fixed;
  top: 0;
  z-index: 1000;
}
.logo{ float: left; width : 100%; }
.logo_div {
  float: left;
  align-items: center;
}
.logo .img_logo {
  width: 80px; height: 80px;
}
.logo .txt_logo {
  height: 40px;
  margin-left: 10px;
  margin-bottom: 23px;
}

/* 메뉴 */
.menu { position: absolute; right : 0; } 
.menu ul {
  float: left;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu ul li {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  transition: color 0.3s;
  float: left; padding: 24px;
}
.menu ul li:hover {
  color: #ff9800;
}

.menu ul li.active {
  color: #ff9800;
}

/* 메인 비주얼 */
.main-visual {
  height: 700px;
  width: 100%;
  float: left;
  justify-content: center;
  align-items: center;
  color: white;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
  font-size: 40px;
  font-weight: bold;
}

.close_menu{ position: absolute; top : 20px; right : 20px; font-size: 30px; cursor: pointer; }

.visual_img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.visual_img01{
  background: url('/image/main_dog.jpg') center/cover no-repeat;
}

.visual_img02{
  background: url('/image/main_dog02.jpg') center/cover no-repeat;
  display: none;
}

.visual_img03{
  background: url('/image/main_dog03.jpg') center/cover no-repeat;
  display: none;
}

/* 섹션 공통 */
.section {
  width : 100%;
  padding: 80px 20px;
  float: left;
  margin: 0 auto;
}

.section > div{
  margin: 0 auto; width : 1200px;
}
.section h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
}

.section2{
  background: #ff9800;
}

/* 카드 레이아웃 */
.cards {
  width : 100%; float: left;
  text-align: center;
}
.card {
  width : 350px;
  margin-left: 15px;
  display: inline-block;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s; cursor: pointer;
}
.card:first-child{
  margin-left: 0;
}
.card:hover {
  transform: translateY(-10px);
}
.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  float: left;
}
.card-content {
  padding: 20px;
  height : 180px;
  float: left;
  text-align: center;
  width: 100%;
}
.card-content h3 {
  margin: 10px 0;
  font-size: 22px;
  color: #ff9800;
}

/* 푸터 */
.footer {
  background: #333;
  color: #fff;
  padding: 30px;
  text-align: center;
  font-size: 14px;
  float: left; width : 100%;
}

.sub02_01 img{ max-height: 600px; }
.sub02_02 img{ width : 600px; display: inline-block; }






.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 20px;
  cursor: pointer;
  z-index: 1100;
  position: absolute;
  right: 20px;
  top: 40px;
}
.hamburger span {
  display: block;
  height: 3px;
  background: #333;
  border-radius: 2px;
}

/* 모바일 메뉴 */
.mobile_menu {
  position: fixed;
  top: 0;
  right: -250px;      /* 화면 밖에서 시작 */
  width: 250px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 6px rgba(0,0,0,0.1);
  transition: right 0.3s ease;
  z-index: 1090;
  padding-top: 100px; /* 헤더 높이 */
  font-weight: 900;
}
.mobile_menu ul {
  list-style: none;
  padding: 0 20px;
}
.mobile_menu ul li {
  padding: 15px 0;
  font-size: 18px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.mobile_menu ul li.active {
  color: #ff9800;
}

/* 활성화 시 메뉴 보여주기 */
.mobile_menu.active {
  right: 0;
}



/* 태블릿 이하 */
@media screen and (max-width: 1200px) {
  .section > div{
    margin: 0 auto; width : 1000px;
  }

  .menu{ display: none; }

  .cards{
    width : 100%;
    margin-top: 10px;
  }

  .cards .card{
    width : 300px;
  }


}

/* 모바일 (스마트폰) */
@media screen and (max-width: 1000px) {
  .section > div{
    margin: 0 auto; width : 100%;
  }

  .cards{
    float: left;
    width : 100%;
    margin-top: 10px;
  }

  .cards .card{
    width : 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .menu{ display: none; }
  .txt_logo{ position: absolute; top : 25px;  }
  .img_logo{ margin-left: -18px; }

  .menu { display: none; }
  .hamburger { display: flex; }
  .txt_logo{ scale : 0.7; left : 35%;}


  .sub02_02 img{ width : 100% !important; }
  .sub01_04 img{ width : 100% !important; }

  .mobile_br{ display: block; }
}