@charset "utf-8";

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff")
    format("woff");
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff")
    format("woff");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff")
    format("woff");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff")
    format("woff");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff")
    format("woff");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff")
    format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff")
    format("woff");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff")
    format("woff");
  font-weight: 900;
  font-display: swap;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%; */
  /*font: inherit;*/
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  font-family: "Pretendard";
}

.inner_1200 {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.inner_1300 {
  width: 1300px;
  margin: 0 auto;
  padding: 0;
}

.inner_1600{
  width: 1600px;
  margin: 0 auto;
  padding: 0;
}

/* 초기??*/
html {
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
  font-size: 1em;
}
input,
button {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
input[type="submit"] {
  cursor: pointer;
}
button {
  cursor: pointer;
}

textarea,
select {
  font-size: 1em;
}
select {
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
hr {
  display: none;
}
pre {
  overflow-x: scroll;
  font-size: 1.1em;
}
a {
  color: #000;
  text-decoration: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"],
input[type="password"],
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  /* outline: none; */
}

/* input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 5px #9ed4ff;
  -moz-box-shadow: 0 0 5px #9ed4ff;
  box-shadow: 0 0 5px #9ed4ff;
  border: 1px solid #558ab7 !important;
} */

.placeholdersjs {
  color: #aaa !important;
}

/* ?�이?�웃 ?�기 지??*/
#hd,
#wrapper,
#ft {
  min-width: 1200px;
}

/* #hd_pop,
#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr,
#ft_wr {width:1200px} */

/* ?�업?�이??*/
#hd_pop {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  height: 0;
}
#hd_pop h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.hd_pops {
  position: absolute;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.hd_pops img {
  max-width: 100%;
}
.hd_pops_con {
}
.hd_pops_footer {
  padding: 0;
  background: #000;
  color: #fff;
  text-align: left;
  position: relative;
}
.hd_pops_footer:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.hd_pops_footer button {
  padding: 10px;
  border: 0;
  color: #fff;
}
.hd_pops_footer .hd_pops_reject {
  background: #000;
  text-align: left;
}
.hd_pops_footer .hd_pops_close {
  background: #393939;
  position: absolute;
  top: 0;
  right: 0;
}

/* ?�단 ?�이?�웃 */
#hd {
  background: #212020;
}
#hd_h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#tnb {
  border-bottom: 1px solid #383838;
  margin: 0 auto;
}
#tnb:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#tnb .inner {
  margin: 0 auto;
}

#hd_wrapper {
  position: relative;
  margin: 0 auto;
  height: 140px;
  zoom: 1;
}
#hd_wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#logo {
  float: left;
  padding: 30px 0 0;
}

.hd_sch_wr {
  float: left;
  padding: 30px 0;
  width: 445px;
  margin-left: 65px;
}
#hd_sch h3 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#hd_sch {
  border-radius: 30px;
  /* overflow: hidden; */
  /* display: none; */
  margin-top: 16px;
  line-height: 80px;
  display: inline-block;
}

header #hd_sch form {
  display: flex;
  align-items: center;
}

#hd_sch #sch_stx {
  float: left;
  width: 200px;
  height: 35px;
  padding-left: 10px;
  font-size: 15px;

  color: #000;
  border-radius: 10px;
  line-height: 35px;
  border: 2px solid #410072;
  display: none;
}

.mb #hd_sch {
  width: 60%;
}

.mb #hd_sch #sch_stx {
  display: flex;
  width: 100%;
}
.mb #hd_sch #sch_submit {
  color: #000;
}

.mb #hd_sch {
  margin: 20px;
}

header.hover #hd_sch #sch_stx,
header.active #hd_sch #sch_stx,
header.white #hd_sch #sch_stx {
  display: inline-block;
}

#hd_sch #sch_submit {
  float: left;
  width: 40px;
  height: 45px;
  cursor: pointer;
  font-size: 14px;
  border: none;
  background: none;
  color: #fff;
}

header.hover #hd_sch #sch_submit,
header.active #hd_sch #sch_submit,
header.white #hd_sch #sch_submit {
  color: #333;
}

#hd_define {
  float: left;
}
#hd_define:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#hd_define li {
  float: left;
  font-size: 1.083em;
  line-height: 14px;
  border-right: 1px solid #4a4a4a;
  position: relative;
  text-align: center;
  margin: 15px 10px 15px 0;
  padding-right: 10px;
}
#hd_define li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
#hd_define li a {
  display: inline-block;
  color: #919191;
}
#hd_define li.active a {
  color: #fff;
}

#hd_qnb {
  float: right;
  text-align: right;
}
#hd_qnb:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#hd_qnb li {
  float: left;
  font-size: 1.083em;
  line-height: 14px;
  border-right: 1px solid #4a4a4a;
  position: relative;
  text-align: center;
  margin: 15px 10px 15px 0;
  padding-right: 10px;
}
#hd_qnb li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
#hd_qnb li span {
  display: block;
  margin-top: 5px;
  font-size: 0.92em;
}
#hd_qnb li a {
  display: inline-block;
  color: #919191;
}
#hd_qnb .visit .visit-num {
  display: inline-block;
  line-height: 16px;
  padding: 0 5px;
  margin-left: 5px;
  border-radius: 10px;
  background: #da22f5;
  color: #fff;
  font-size: 10px;
}

.hd_login {
  position: absolute;
  right: 0;
  top: 60px;
}
.hd_login li {
  float: left;
  margin: 0 5px;
  border-left: 1px solid #616161;
  padding-left: 10px;
  line-height: 13px;
}
.hd_login li:first-child {
  border-left: 0;
}
.hd_login a {
  color: #fff;
}

/* 메인메뉴 */
#gnb {
  position: relative;
  background: #fff;
}
#gnb > h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#gnb .gnb_wrap {
  margin: 0 auto;
  position: relative;
}
#gnb .gnb_wrap:hover,
#gnb .gnb_wrap:focus,
#gnb .gnb_wrap:active {
  z-index: 3;
}
#gnb #gnb_1dul {
  font-size: 1.083em;
  padding: 0;
  border-bottom: 1px solid #e0e2e5;
  zoom: 1;
}
#gnb ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#gnb .gnb_1dli {
  float: left;
  line-height: 55px;
  padding: 0px;
  position: relative;
}
#gnb .gnb_1dli:hover > a {
  color: #3a8afd;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.gnb_1dli .bg {
  position: absolute;
  top: 24px;
  right: 8px;
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: url("../img/gnb_bg2.gif") no-repeat 50% 50%;
  text-indent: -999px;
}
.gnb_1da {
  display: block;
  font-weight: bold;
  padding: 0 15px;
  color: #080808;
  text-decoration: none;
}
.gnb_1dli.gnb_al_li_plus .gnb_1da {
  padding-right: 25px;
}
.gnb_2dli:first-child {
  border: 0;
}
.gnb_2dul {
  display: none;
  position: absolute;
  top: 54px;
  min-width: 140px;
  padding-top: 2px;
}
.gnb_2dul .gnb_2dul_box {
  border: 1px solid #e0e2e5;
  border-top: 0;
  padding: 0;
  -webkit-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
  -moz-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
  box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
}
.gnb_2da {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  background: #fff;
  color: #080808;
  text-align: left;
  text-decoration: none;
}
a.gnb_2da:hover {
  color: #3a8afd;
  background: #f7f7f8;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gnb_1dli_air .gnb_2da {
}
.gnb_1dli_on .gnb_2da {
}
.gnb_2da:focus,
.gnb_2da:hover {
  color: #fff;
}
.gnb_1dli_over .gnb_2dul {
  display: block;
  left: 0;
}
.gnb_1dli_over2 .gnb_2dul {
  display: block;
  right: 0;
}
.gnb_wrap .gnb_empty {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  line-height: 2.7em;
  color: #080808;
}
.gnb_wrap .gnb_empty a {
  color: #3a8afd;
  text-decoration: underline;
}
.gnb_wrap .gnb_al_ul .gnb_empty,
.gnb_wrap .gnb_al_ul .gnb_empty a {
  color: #555;
}

#gnb .gnb_menu_btn {
  background: #4158d1;
  color: #fff;
  width: 50px;
  height: 55px;
  border: 0;
  vertical-align: top;
  font-size: 18px;
}
#gnb .gnb_close_btn {
  background: #fff;
  color: #b6b9bb;
  width: 50px;
  height: 50px;
  border: 0;
  vertical-align: top;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
}
#gnb .gnb_mnal {
  float: right;
  padding: 0;
}

#gnb_all {
  display: none;
  position: absolute;
  border: 1px solid #c5d6da;
  width: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#gnb_all h2 {
  font-size: 1.3em;
  padding: 15px 20px;
  border-bottom: 1px solid #e7eeef;
}
#gnb_all .gnb_al_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#gnb_all .gnb_al_ul > li:nth-child(5n + 1) {
  border-left: 0;
}
#gnb_all .gnb_al_li {
  float: left;
  width: 20%;
  min-height: 150px;
  padding: 20px;
  border-left: 1px solid #e7eeef;
}
#gnb_all .gnb_al_li .gnb_al_a {
  font-size: 1.2em;
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
  color: #3a8afd;
}
#gnb_all .gnb_al_li li {
  line-height: 2em;
}
#gnb_all .gnb_al_li li a {
  color: #555;
}
#gnb_all_bg {
  display: none;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

/* 중간 ?�이?�웃 */
#wrapper {
}
#container_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#container_wr {
  margin: 0 auto;
  zoom: 1;
}
#aside {
  float: right;
  width: 235px;
  padding: 0;
  height: 100%;
  margin: 20px 0 20px 20px;
}

/* #container {position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;font-size:1em;width:930px;zoom:1} */
#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#container_title {
  font-size: 1.333em;
  margin: 0 auto;
  font-weight: bold;
}
#container_title span {
  margin: 0 auto 10px;
  display: block;
  line-height: 30px;
}

.lt_wr {
  width: 32%;
}
.lt_wr:nth-child(3n + 1) {
  clear: both;
}
.latest_wr {
  margin-bottom: 20px;
}
.latest_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.latest_top_wr {
  margin: 0 -10px 20px;
}
.latest_top_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

/* ?�단 ?�이?�웃 */
#ft {
  background: #212020;
  margin: 0 auto;
  text-align: center;
}
#ft h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#ft_wr {
  max-width: 1240px;
  margin: 0;
  padding: 40px 0;
  position: relative;
  display: inline-block;
  text-align: left;
}
#ft_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#ft_wr .ft_cnt {
  width: 25%;
  float: left;
  padding: 0 20px;
}

#ft_link {
  text-align: left;
}
#ft_link a {
  display: block;
  color: #fff;
  line-height: 2em;
  font-weight: bold;
}
#ft_company h2 {
  font-size: 1.2em;
  margin-bottom: 20px;
}
#ft_company {
  font-weight: normal;
  color: #e3e3e3;
  line-height: 2em;
}
#ft_catch {
  margin: 20px 0 10px;
}
#ft_copy {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  color: #5b5b5b;
  font-size: 0.92em;
  border-top: 1px solid #383838;
}
#top_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #333;
  color: #333;
  text-align: center;
  font-size: 15px;
  z-index: 90;
  background: rgba(255, 255, 255, 0.5);
}
#top_btn:hover {
  border-color: #3059c7;
  background: #3059c7;
  color: #fff;
}

/* 게시�??�택복사 ?�택?�동 */
#copymove {
}
#copymove .win_desc {
  text-align: center;
  display: block;
}
#copymove .tbl_wrap {
  margin: 20px;
}
#copymove .win_btn {
  padding: 0 20px 20px;
}
.copymove_current {
  float: right;
  background: #ff3061;
  padding: 5px;
  color: #fff;
  border-radius: 3px;
}
.copymove_currentbg {
  background: #f4f4f4;
}

/* ?�면??���??�용?�용 */
#hd_login_msg {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.msg_sound_only,
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}

/* 본문 바로가�?*/
#skip_to_container a {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#skip_to_container a:focus,
#skip_to_container a:active {
  width: 100%;
  height: 75px;
  background: #21272e;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 3.3em;
}

/* ie6 ?��?지 ?�비 지??*/
.img_fix {
  width: 100%;
  height: auto;
}

/* 캡챠 ?�동?�록(?�력)방�? 기본 -pc */
#captcha {
  display: inline-block;
  position: relative;
}
#captcha legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
#captcha #captcha_img {
  height: 40px;
  border: 1px solid #898989;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
#captcha #captcha_mp3 {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat;
  text-indent: -999px;
  border-radius: 3px;
}
#captcha #captcha_reload {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat 0 -40px;
  text-indent: -999px;
  border-radius: 3px;
}
#captcha #captcha_key {
  margin: 0 0 0 3px;
  padding: 0 5px;
  width: 90px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  vertical-align: top;
}
#captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}

/* 캡챠 ?�동?�록(?�력)방�? 기본 - mobile */
#captcha.m_captcha audio {
  display: block;
  margin: 0 0 5px;
  width: 187px;
}
#captcha.m_captcha #captcha_img {
  width: 160px;
  height: 60px;
  border: 1px solid #e9e9e9;
  margin-bottom: 3px;
  margin-top: 5px;
  display: block;
}
#captcha.m_captcha #captcha_reload {
  position: static;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat 0 -40px;
  text-indent: -999px;
}
#captcha.m_captcha #captcha_reload span {
  display: none;
}
#captcha.m_captcha #captcha_key {
  margin: 0;
  padding: 0 5px;
  width: 115px;
  height: 29px;
  border: 1px solid #b8c9c2;
  background: #f7f7f7;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  margin-left: 3px;
}
#captcha.m_captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}
#captcha.m_captcha #captcha_mp3 {
  width: 31px;
  height: 31px;
  background: url("../../../img/captcha2.png") no-repeat 0 0;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
  text-indent: -9999px;
  border: none;
}

/* ckeditor ?�축??*/
.cke_sc {
  margin: 0 0 5px;
  text-align: right;
}
.btn_cke_sc {
  display: inline-block;
  padding: 0 10px;
  height: 23px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  line-height: 1.9em;
  vertical-align: middle;
  cursor: pointer;
}
.cke_sc_def {
  margin: 0 0 5px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  text-align: center;
}
.cke_sc_def dl {
  margin: 0 0 5px;
  text-align: left;
  zoom: 1;
}
.cke_sc_def dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.cke_sc_def dt,
.cke_sc_def dd {
  float: left;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9;
}
.cke_sc_def dt {
  width: 20%;
  font-weight: bold;
}
.cke_sc_def dd {
  width: 30%;
}

/* ckeditor ?�그 기본�?*/
#bo_v_con ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
#bo_v_con ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
#bo_v_con li {
  display: list-item;
}

#bo_v_con > p,
#bo_v_con a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

#bo_v_con img {
  margin: 0 auto;
  margin-bottom: 65px;
}

/* 버튼 */
a.btn,
.btn {
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
  text-align: center;
  border: 0;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

a.btn01 {
  display: inline-block;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}
a.btn01:focus,
a.btn01:hover {
  text-decoration: none;
}
button.btn01 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
}
a.btn02 {
  display: inline-block;
  padding: 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
a.btn02:focus,
.btn02:hover {
  text-decoration: none;
}
button.btn02 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
}

.btn_confirm {
  text-align: right;
} /* ?�식?�계 진행 */

.btn_submit {
  border: 0;
  background: #3a8afd;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
}
.btn_submit:hover {
  background: #2375eb;
}
.btn_close {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  border-radius: 3px;
  background: #fff;
}
a.btn_close {
  text-align: center;
  line-height: 50px;
}

a.btn_cancel {
  display: inline-block;
  background: #969696;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
button.btn_cancel {
  display: inline-block;
  background: #969696;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
.btn_cancel:hover {
  background: #aaa;
}
a.btn_frmline,
button.btn_frmline {
  display: inline-block;
  width: 128px;
  padding: 0 5px;
  height: 40px;
  border: 0;
  background: #434a54;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  vertical-align: top;
} /* ?�편번호검?�버????*/
a.btn_frmline {
}
button.btn_frmline {
  font-size: 1em;
}

/* 게시?�용 버튼 */
a.btn_b01,
.btn_b01 {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  font-size: 15px;
  width: 100px;
  height: 40px;
  background: #fff;
  border: 2px solid #410072;
  border-radius: 10px;
  color: #410072;
  line-height: 40px;
  font-weight: 600;
}

#btn_wr {
  background: #410072;
  color: #fff;
}
/* .btn_b01:hover,
.btn_b01:hover {
  color: #000;
} */
a.btn_b02,
.btn_b02 {
  display: inline-block;
  background: #253dbe;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  border: 0;
  vertical-align: middle;
}
a.btn_b02:hover,
.btn_b02:hover {
  background: #0025eb;
}
a.btn_b03,
.btn_b03 {
  display: inline-block;
  background: #fff;
  border: 1px solid #b9bdd3;
  color: #646982;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b03:hover,
.btn_b03:hover {
  background: #ebedf6;
}
a.btn_b04,
.btn_b04 {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  color: #707070;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b04:hover,
.btn_b04:hover {
  color: #333;
  background: #f9f9f9;
}
a.btn_admin,
.btn_admin {
  display: inline-block;
  color: #d13f4a;
  text-decoration: none;
  vertical-align: middle;
} /* 관리자 ?�용 버튼 */
.btn_admin:hover,
a.btn_admin:hover {
  color: #ff3746;
}

/* 기본?�이�?*/
.tbl_wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 5px;
  background: #fff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  font-size: 18px;
}
.tbl_wrap caption {
  padding: 10px 0;
  font-weight: bold;
  text-align: left;
}
.tbl_head01 {
  /* margin: 0 0 10px; */
}
.tbl_head01 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.tbl_head01 thead th {
  padding: 20px 5px;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #ececec;
  height: 40px;
}
.tbl_head01 thead th input {
  vertical-align: top;
} /* middle �??�면 게시???�기?�서 목록 ?�용??체크박스 ?�인 깨짐 */
.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
  padding: 10px 0;
  border-top: 1px solid #c1d1d5;
  border-bottom: 1px solid #c1d1d5;
  background: #d7e0e2;
  text-align: center;
}
.tbl_head01 tbody th {
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
}
.tbl_head01 td {
  color: #666;
  padding: 10px 5px;
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  /* line-height:1.4em; */
  line-height: 30px;
  word-break: break-all;
}
.tbl_head01 tbody tr:hover td {
  background: #fafafa;
}
.tbl_head01 a:hover {
  text-decoration: underline;
}

.tbl_head02 {
  margin: 0 0 10px;
}
.tbl_head02 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.tbl_head02 thead th {
  padding: 5px 0;
  border-top: 1px solid #d1dee2;
  border-bottom: 1px solid #d1dee2;
  background: #e5ecef;
  color: #383838;
  font-size: 0.95em;
  text-align: center;
  letter-spacing: -0.1em;
}
.tbl_head02 thead a {
  color: #383838;
}
.tbl_head02 thead th input {
  vertical-align: top;
} /* middle �??�면 게시???�기?�서 목록 ?�용??체크박스 ?�인 깨짐 */
.tbl_head02 tfoot th,
.tbl_head02 tfoot td {
  padding: 10px 0;
  border-top: 1px solid #c1d1d5;
  border-bottom: 1px solid #c1d1d5;
  background: #d7e0e2;
  text-align: center;
}
.tbl_head02 tbody th {
  padding: 5px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
}
.tbl_head02 td {
  padding: 5px 3px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
  line-height: 1.4em;
  word-break: break-all;
}
.tbl_head02 a {
}

/* ???�이�?*/
.tbl_frm01 {
  margin: 0 0 20px;
}
.tbl_frm01 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_frm01 th {
  width: 70px;
  padding: 7px 13px;
  border: 1px solid #e9e9e9;
  border-left: 0;
  background: #f5f8f9;
  text-align: left;
}
.tbl_frm01 td {
  padding: 7px 10px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: transparent;
}
.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {
  border: 1px solid #d0d3db;
  background: #fff;
  color: #000;
  vertical-align: middle;
  border-radius: 3px;
  padding: 5px;
  outline: none;
}
.tbl_frm01 textarea {
  padding: 2px 2px 3px;
}
.frm_input {
  height: 40px;
}

.full_input {
  width: 100%;
}
.half_input {
  width: 49.5%;
}
.twopart_input {
  width: 385px;
  margin-right: 10px;
}
.tbl_frm01 textarea,
.write_div textarea {
  width: 100%;
  height: 100px;
}
.tbl_frm01 a {
  text-decoration: none;
}
.tbl_frm01 .frm_file {
  display: block;
  margin-bottom: 5px;
}
.tbl_frm01 .frm_info {
  display: block;
  padding: 0 0 5px;
  line-height: 1.4em;
}

/*기본 리스??/
.list_01 ul {
  border-top: 1px solid #ececec;
}
.list_01 li {
  border-bottom: 1px solid #ececec;
  background: #fff;
  padding: 10px 15px;
  list-style: none;
  position: relative;
}
.list_01 li:nth-child(odd) {
  background: #f6f6f6;
}
.list_01 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.list_01 li:hover {
  background: #f9f9f9;
}
.list_01 li.empty_li {
  text-align: center;
  padding: 20px 0;
  color: #666;
}

/*??리스??/
.form_01 h2 {
  font-size: 1.167em;
}
.form_01 li {
  margin-bottom: 10px;
}
.form_01 ul:after,
.form_01 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.form_01 .left_input {
  float: left;
}
.form_01 .margin_input {
  margin-right: 1%;
}
.form_01 textarea {
  height: 100px;
  width: 100%;
}
.form_01 .frm_label {
  display: inline-block;
  width: 130px;
}

/* ?�료 ?�는 목록 */
.empty_table {
  padding: 50px 0 !important;
  text-align: center;
}
.empty_list {
  padding: 20px 0 !important;
  color: #666;
  text-align: center;
}

/* ?�수?�력 */
.required,
textarea.required {
  background-image: url("../img/require.png") !important;
  background-repeat: no-repeat !important;
  background-position: right top !important;
}

/* ?�이�???���??�의 */
.td_board {
  width: 80px;
  text-align: center;
}
.td_category {
  width: 80px;
  text-align: center;
}
.td_chk {
  width: 30px;
  text-align: center;
}
.td_date {
  width: 60px;
  text-align: center;
}
.td_datetime {
  width: 110px;
  text-align: center;
}
.td_group {
  width: 80px;
  text-align: center;
}
.td_mb_id {
  width: 100px;
  text-align: center;
}
.td_mng {
  width: 80px;
  text-align: center;
}
.td_name {
  width: 100px;
  text-align: left;
}
.td_nick {
  width: 100px;
  text-align: center;
}
.td_num {
  width: 50px;
  text-align: center;
}
.td_numbig {
  width: 80px;
  text-align: center;
}
.td_stat {
  width: 60px;
  text-align: center;
}

.txt_active {
  color: #5d910b;
}
.txt_done {
  color: #e8180c;
}
.txt_expired {
  color: #ccc;
}
.txt_rdy {
  color: #8abc2a;
}

/* ?�창 기본 ?��???*/
.new_win {
  position: relative;
}
.new_win .tbl_wrap {
  margin: 0 20px;
}
.new_win #win_title {
  font-size: 1.3em;
  height: 50px;
  line-height: 30px;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.new_win #win_title .sv {
  font-size: 0.75em;
  line-height: 1.2em;
}
.new_win .win_ul {
  margin-bottom: 15px;
  padding: 0 20px;
}
.new_win .win_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .win_ul li {
  float: left;
  background: #fff;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #d6e9ff;
  border-radius: 30px;
  margin-left: 5px;
}
.new_win .win_ul li:first-child {
  margin-left: 0;
}
.new_win .win_ul li a {
  display: block;
  padding: 8px 0;
  color: #6794d3;
}
.new_win .win_ul .selected {
  background: #3a8afd;
  border-color: #3a8afd;
  position: relative;
  z-index: 5;
}
.new_win .win_ul .selected a {
  color: #fff;
  font-weight: bold;
}
.new_win .win_desc {
  position: relative;
  margin: 10px;
  border-radius: 5px;
  font-size: 1em;
  background: #f2838f;
  color: #fff;
  line-height: 50px;
  text-align: left;
  padding: 0 20px;
}
.new_win .win_desc i {
  font-size: 1.2em;
  vertical-align: baseline;
}
.new_win .win_desc:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 50px;
  background: #da4453;
  border-radius: 3px 0 0 3px;
}
.new_win .frm_info {
  font-size: 0.92em;
  color: #919191;
}
.new_win .win_total {
  float: right;
  display: inline-block;
  line-height: 30px;
  font-weight: normal;
  font-size: 0.75em;
  color: #3a8afd;
  background: #f6f6f6;
  padding: 0 10px;
  border-radius: 5px;
}
.new_win .new_win_con {
  margin: 20px 0;
  padding: 20px;
}
.new_win .new_win_con:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .new_win_con2 {
  margin: 20px 0;
}
.new_win .btn_confirm:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .win_btn {
  text-align: center;
}
.new_win .cert_btn {
  margin-bottom: 30px;
  text-align: center;
}
.new_win .btn_close {
  padding: 0 20px;
  height: 45px;
  overflow: hidden;
  cursor: pointer;
}
.new_win .btn_submit {
  padding: 0 20px;
  height: 45px;
  font-weight: bold;
  font-size: 1.083em;
}

/* 검?�결�??�상 */
.sch_word {
  color: #fff;
  background: #ff005a;
  padding: 2px 5px 3px;
  line-height: 18px;
  margin: 0 2px;
}

/* ?�바?�크립트 alert ?�??*/
#validation_check {
  margin: 100px auto;
  width: 500px;
}
#validation_check h1 {
  margin-bottom: 20px;
  font-size: 1.3em;
}
#validation_check p {
  margin-bottom: 20px;
  padding: 30px 20px;
  border: 1px solid #e9e9e9;
  background: #fff;
}

/* ?�이?�뷰 */
.sv_wrap {
  position: relative;
  font-weight: normal;
}
.sv_wrap .sv {
  z-index: 1000;
  display: none;
  margin: 5px 0 0;
  font-size: 0.92em;
  background: #333;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.sv_wrap .sv:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #333 transparent;
}
.sv_wrap .sv a {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  line-height: 30px;
  width: 100px;
  font-weight: normal;
  color: #bbb;
}
.sv_wrap .sv a:hover {
  background: #000;
  color: #fff;
}
.sv_member {
  color: #333;
}
.sv_on {
  display: block !important;
  position: absolute;
  top: 23px;
  left: 0px;
  width: auto;
  height: auto;
}
.sv_nojs .sv {
  display: block;
}

/* ?�이�?*/
.pg_wrap {
  clear: both;
  float: left;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.pg_wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.pg {
  text-align: center;
}
.pg_page,
.pg_current {
  display: inline-block;
  vertical-align: middle;
  background: #eee;
  border: 1px solid #eee;
}
.pg a:focus,
.pg a:hover {
  text-decoration: none;
}
.pg_page {
  color: #959595;
  font-size: 1.083em;
  height: 30px;
  line-height: 28px;
  padding: 0 5px;
  min-width: 30px;
  text-decoration: none;
  border-radius: 3px;
}
.pg_page:hover {
  background-color: #fafafa;
}
.pg_start {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_first.gif") no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}
.pg_prev {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_prev.gif") no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}
.pg_end {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_end.gif") no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}
.pg_next {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_next.gif") no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}
.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
  background-color: #fafafa;
}

.pg_current {
  display: inline-block;
  background: #333;

  color: #fff;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  min-width: 30px;
  border-radius: 3px;
}

/* cheditor ?�슈 */
.cheditor-popup-window *,
.cheditor-popup-window :after,
.cheditor-popup-window :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Mobile?�면?�로 */
#device_change {
  display: block;
  margin: 0.3em;
  padding: 0.5em 0;
  border: 1px solid #eee;
  border-radius: 2em;
  background: #fff;
  color: #000;
  font-size: 2em;
  text-decoration: none;
  text-align: center;
}

/* ?�업?�이??커스?� */

  /*?�업?�이??커스?�??/


/* ?�더 */

/* ================= HEADER ================= */
.smh-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1000;
  transition: background .35s ease, box-shadow .35s ease;
}

.smh-header.is-scrolled {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.smh-inner {
  max-width: 1800px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.smh-logo img {
  width: 180px;
  aspect-ratio: 180/61;
  /* height: 38px; */
}
.smh-nav{
  width: 1300px;
  margin: 0 auto;
  margin-right: 55px;
}

/* menu */
.smh-menu {
  display: flex;
  gap: 60px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}

.smh-menu a {
  font-size: 20px;
  color: #4a5565;
  text-decoration: none;
  position: relative;

}

.smh-menu a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #000;
  transition: width .25s;
}

.smh-menu a:hover:after { width: 100%; }

/* sns */
.smh-sns {
  display: flex;
  gap: 18px;
  margin-left: 40px;
}

.smh-sns img { width: 25px; }

/* mobile */
.smh-hamburger {
  display: none;
  background: none;
  border: 0;
}

.smh-hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: #000;
  margin: 6px 0;
}

/* responsive */
@media (max-width: 1024px) {
  .smh-menu { display: none; }
  .smh-sns { display: none; }
  .smh-hamburger { display: block; }
}

/* ====== Dropdown (?�사?�개) ====== */
.smh-menu { display:flex; gap:40px; align-items:center; }
.smh-item { position:relative; }

.smh-has-sub > .smh-link{
  display:flex;
  align-items:center;
  gap:8px;
}

/* ???�이�?*/
.smh-caret{
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -2px;
  opacity:.6;
}

/* ?�브메뉴 박스 */
.smh-submenu{
  position:absolute;
  top: 100%;              /* ??부�?바로 ?�래�?붙임 */
  left: 0;
  margin-top: 12px;       /* ?�각??간격?� margin?�로 */
  min-width: 180px;
  padding: 10px;
  background: rgba(255,255,255,.95);
  border: 1px solid #f3f4f6;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
  display: none;
  z-index: 9999;
  transition: all .3s ;
}

/* ??hover ?��? 방�???"브릿지" */
.smh-has-sub::after{
  content:"";
  position:absolute;
  left:0;
  top:100%;
  width: 100%;
  height: 18px;           /* 마우?��? 지?��????�충?�역 */
}


.smh-submenu li a{
  display:block;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
  color: #111827;
  text-decoration:none;
  white-space:nowrap;
}

.smh-submenu li a:hover,
.smh-submenu li a:focus{
  background:#f9fafb;
}

/* PC: hover/focus ?�기 */
@media (hover:hover){
  .smh-has-sub:hover > .smh-submenu,
  .smh-has-sub:focus-within > .smh-submenu{
    display:block;
  }
}

/* JS ?��???*/
.smh-has-sub.is-open > .smh-submenu{ display:block; }
.smh-has-sub.is-open > .smh-link .smh-caret{ transform: rotate(-135deg); }


/* 기본 ?�더(?�크�??? */
.smh-header{
  position: sticky;
  top: 0;
  z-index: 9999;

  background: rgba(255,255,255,1);
  border-bottom: 1px solid #f3f4f6;

  transition: background .25s ease, backdrop-filter .25s ease, border-color .25s ease;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

/* ?�크�???반투�?+ 블러) */
.smh-header.is-scrolled{
  background: rgba(255,255,255,.78);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom-color: rgba(243,244,246,.85);
}

/* 모바???�더 ?�작 */
/* 기본 */
.m-header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:64px;
  background:#fff;
  border-bottom:1px solid rgba(0,0,0,.06);
  z-index:10000; /* ?�� ?�림 */
  display: none;
}

.m-header.scrolled{
  /* height:54px; */
  box-shadow:0 6px 20px rgba(0,0,0,.08);
}

.m-header-inner{
  max-width:100%;
  height:100%;
  padding:0 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.m-logo img{
  height:45px;
}

/* ?�측 */
.m-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

/* 문의 버튼 */
.m-contact-btn{
  font-size:13px;
  padding:7px 12px;
  border-radius:6px;
  background:#0b3a7a;
  color:#fff;
  text-decoration:none;
  font-weight:600;
}

/* ?�버�?*/
.m-menu-btn{
  width:28px;
  height:20px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:none;
  border:0;
}
.m-menu-btn span{
  height:2px;
  background:#111;
  display:block;
}

.m-menu-btn {
  position: relative;
  width: 30px;
  height: 24px;
  cursor: pointer;
}

.m-menu-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
  transition: all 0.3s ease;
}

.m-menu-btn span:nth-child(1) {
  top: 0;
}

.m-menu-btn span:nth-child(2) {
  top: 10px;
}

.m-menu-btn span:nth-child(3) {
  bottom: 0;
}

/* ?�성????X 모양 */
.m-menu-btn.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

.m-menu-btn.active span:nth-child(2) {
  opacity: 0;
}

.m-menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 11px;
}

/* ?�버?�이 */
.m-nav-overlay{
  position:fixed;
  top:60px;            /* ?�� ?�더 ????�� */
  left:0;
  right:0;
  bottom:0;
  background:rgba(0,0,0,.45);
  opacity:0;
  visibility:hidden;
  transition:.25s;
  z-index:9998;
}

/* 메뉴 */
.m-nav{
  position:fixed;
  top:64px;            /* ?�� ?�더 ?�이만큼 ?�려 */
  right:-85%;
  width:85%;
  height:calc(100% - 64px);
  background:#fff;
  z-index:9999;
  transition:.3s cubic-bezier(.4,.0,.2,1);
  padding:24px;
}

.m-nav.open{ right:0; }
.m-nav-overlay.open{ opacity:1; visibility:visible; }

.m-nav-head{
  display:flex;
  justify-content:space-between;
  margin-bottom:28px;
  font-weight:700;
}

.m-nav-list{
  list-style:none;
  padding:0;
  margin:0;
}
.m-nav-list li{
  border-bottom:1px solid #eee;
}
.m-nav-list a{
  display:block;
  padding:18px 0;
  font-size:18px;
  color:#111;
  text-decoration:none;
}

.m-nav-sub-list{
  background: #ededed;
}
.m-nav-sub-list li{
  padding: 10px;
}

.m-nav-sub-list li a{
  padding: 0;
}

.m-nav-sub-list a{
  font-size: 14px;
  padding: 10px 0;
  color: #333;
}



/* 모바???�더 ??*/
@media screen and (max-width:1024px){
  .smh-header{display: none;}
}


/* ?�더?�?��? */
/* ============ base (scope) ============ */
.smi-page {
  width: 100%;
  background: #fff;
  color: #030712;
  font-family: 'Montserrat';
}

.smi-container {
  width: 100%;
  margin: 0 auto;
}

.inner_1300 {
  max-width: 1300px;
  padding: 0 20px;
}

.smi-kicker {
  display: inline-block;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  font-size: 14px;
  color: #d1d5dc;
}

.smi-title {
  margin: 0;
  font-size: 96px;
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-weight: 500;
  color: #606060;
  font-family: 'Montserrat';
}

/* ============ HERO ============ */
.smi-hero {
  background: #fff;
  padding: 100px 0 300px;
}

.smi-hero__container {
  width: min(1800px, 100%);
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 60px;
  align-items: start;
}

.smi-hero__left{
  width: 1100px;
}

.smi-hero__title {
  margin: 0;
  font-size: 140px;
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: #606060;
  font-family: 'Montserrat';
}

.smi-hero__kicker {
  margin-top: 100px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.smi-round {
  width: 85px;
  height: 85px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  cursor: pointer;
}

.smi-round i{
transform: rotate(320deg);
}

.smi-hero__kickerText {
  letter-spacing: 0.55em;
  text-transform: uppercase;
  font-size: 14px;
  color: #030712;
  font-family: 'Montserrat';
  font-weight: bold;
}

/* right */
.smi-hero__right {
  /* position: relative; */
    min-height: 560px;
    padding-top: 200px;
    top: 250px;
    position: absolute;
    right: 50px;
    width: 760px;
}

.smi-hero__visual {
  width: 100%;
  height: 536px;
  border-radius: 66px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  box-shadow: 0 110px 205px -41px rgba(0,0,0,0.15);
  overflow: hidden;
  margin: 0;
  position: relative;
}

.smi-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.05);
}

.smi-heroCard {
  position: absolute;
  left: -88px;
  top: 280px;
  width: 316px;
  height: 268px;
  border-radius: 44px;
  background: #fff;
  border: 1px solid #f9fafb;
  box-shadow: 0 34px 68px -16px rgba(0,0,0,0.25);
  padding: 56px;
  box-sizing: border-box;
}

.smi-heroCard__label {
  display: block;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-size: 13px;
  color: #d1d5dc;
  margin-bottom: 22px;
}

.smi-heroCard__headline {
  margin: 0;
  font-family: Pretendard, sans-serif;
  font-size: 22px;
  line-height: 1.35;
  color: #333;
}

.smi-heroCard__line {
  display: block;
  width: 66px;
  height: 3px;
  background: #333;
  margin-top: 20px;
}

/* floating buttons */
.smi-fabs {
    position: fixed;
    right: 20px;
    bottom: 45px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 100;

}

.smi-fabs.on{
  position: absolute;
  bottom: 380px;
}

.smi-fab {
  width: 76px;
  height: 76px;
  border-radius: 999px;
  border: 0;
  background: #fff;
  box-shadow: 0 14px 21px -4px rgba(0,0,0,0.1), 0 6px 8px -6px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: all .3s;
      display: flex;
    justify-content: center;
    align-items: center;
}

.smi-fab:hover{
  background: #000;
  color: #fff;
  
}

.smi-fab span{
  text-align: center;
  font-family: Montserrat;
  font-weight: bold;
}

/* ============ PORTFOLIO ============ */
.smi-portfolio {
  padding: 100px 0 120px;
  background: #fff;
}

.smi-portfolio__heading {
  border-left: 4px solid #000;
  padding-left: 28px;
  margin-bottom: 70px;
  color: #606060;
}

.smi-portfolio__heading .smi-kicker {
  margin-bottom: 18px;
}

.smi-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 1.1fr;
  /* grid-auto-rows: 220px; */
  gap: 60px;
  align-items: stretch;
}

.smi-card {
  border-radius: 55px;
  background: #f9fafb;
  overflow: hidden;
  box-shadow: 0 68px 137px -41px rgba(0,0,0,0.10);
}

.smi-card__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.smi-card__media {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  margin: 0;
}

@media (min-width: 1025px){
  .smi-container.inner_1700 .smi-card--wide{
    height: 620px;
    margin: 0 70px;
  }

  .smi-container.inner_1700 .smi-card--tall{
    width: 620px;
    height: 790px;
    margin-left: 100px;
  }

  .smi-container.inner_1700 .smi-card--rightTop{
    width: 760px;
    height: 480px;
    margin-left: 80px;
  }

  .smi-container.inner_1700 .smi-note{
    margin-left: 80px;
  }

  .smi-container.inner_1700 .smi-card--leftBottom{
    width: 500px;
    height: 500px;
    margin-top: 160px;
  }

  .smi-container.inner_1700 .smi-card--rightBottom{
    width: 900px;
    height: 520px;
    margin-top: 90px;
  }

  .smi-container.inner_1700 .smi-portfolio__cta{
    margin-top: 240px;
  }
}

.smi-card__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  box-sizing: border-box;
      background: linear-gradient(0deg, #35353569, #00000000);
}

.smi-card__name {
  margin: 0;
  font-size: 28px;
  letter-spacing: -0.06em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.smi-card__no {
  font-size: 54px;
  line-height: 1;
  color: #f9fafb;
}

/* layout mapping (?�안 ?�낌 ?��?) */
.smi-card--wide {
  grid-column: 1 / -1;
  grid-row: span 3;
  height: 670px;
  margin-bottom: 80px;
}

.smi-card--tall {
  grid-column: 1 / 2;
  grid-row: span 3;
  width: 700px;
  height: 880px;
  margin-left: 65px;
}

.smi-card--rightTop {
  grid-column: 2 / -1;
  grid-row: span 2;
  width: 860px;
  height: 530px;
  margin-left: 130px;
}

.smi-note {
  grid-column: 2 / -1;
  grid-row: span 1;
  border-radius: 28px;
  background: transparent;
  box-shadow: none;
  padding: 8px 10px;
  margin-left: 130px;
}

.smi-note__brand {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.smi-note__logo {
  width: 180px;
  height: auto;
  display: block;
}

.smi-note__text {
  margin: 0;
  font-family: Pretendard, sans-serif;
  font-size: 20px;
  line-height: 1.75;
  color: #6a7282;
}

.smi-card--leftBottom {
  grid-column: 1 / 2;
  grid-row: span 2;
  width: 550px;
  height: 550px;
  margin-top: 180px;

}

.smi-card--rightBottom {
  grid-column: 2 / -1;
  grid-row: span 2;
  width: 1000px;
  height: 570px;
  margin-top: 100px;
}

/* CTA */
.smi-portfolio__cta {
  display: flex;
  justify-content: center;
  margin-top: 200px;
}

.smi-pill {
  width: min(680px, 100%);
  height: 64px;
  border-radius: 999px;
  border: 1px solid #f3f4f6;
  background: rgba(255,255,255,0);
  box-shadow: 0 1px 4px rgba(0,0,0,0.10), 0 1px 2px -1px rgba(0,0,0,0.10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 85px;
  box-sizing: border-box;
  text-decoration: none;
  color: #030712;
}

.smi-pill__text {
  letter-spacing: 0.45em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.smi-pill__line {
  width: 66px;
  height: 2px;
  background: #e5e7eb;
}



/* ?�단 공통?�션 */
/* =========================
   Common: ONE STANDARD section
   (scope: .smc-standard only)
   ========================= */

.smc-standard{
  width: 100%;
  background: #F9FAFB;
  padding: 80px 0 110px 0;
  border-top: 1px solid #f3f4f6;
  box-sizing: border-box;
  position: relative;
}

.smc-standard__inner{
  /* inner_1800???��? ?�으�???값�? ?�실??보조 ??�� */
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: border-box;
}

.smc-standard__grid{
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 80px;
  align-items: center;
}

/* left typography */
.smc-standard__title{
  margin: 0 0 10px 0;
  font-family: Montserrat, Pretendard, sans-serif;
  font-size: 65px;
  line-height: 1.0;
  letter-spacing: -2px;
  color: #030712;
  font-weight: 600;
}

.smc-standard__subtitle{
  margin: 0 0 48px 0;
  font-family: Montserrat, Pretendard, sans-serif;
  font-size: 65px;
  line-height: 1.0;
  letter-spacing: -2px;
  color: #e5e7eb; /* ?�크린샷처럼 ?�한 ?�색 */
  font-weight: 600;
}

.smc-standard__headline{
  margin: 0 0 18px 0;
  font-family: Pretendard;
  font-size: 28px;
  line-height: 1.6;
  color: #030712;
  font-weight: 500;
}

.smc-standard__desc{
  margin: 0;
  font-family: Pretendard;
  font-size: 20px;
  line-height: 1.9;
  color: #9aa3af;
  font-weight: 300;
}

/* right card */
.smc-standard__right{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0px;
  right: 0;
}

.smc-standard__card{
  width: 520px;
  height: 480px;
  border-radius: 48px 0 0 0;
  background: #ffffff;
  box-shadow: 0 30px 80px -40px rgba(0,0,0,.25);
  position: relative;
  overflow: hidden;
}

.smc-standard__wm{
  position: absolute;
  left: 65px;
  top: 65px;
  margin: 0;
  font-family: Montserrat, Pretendard, sans-serif;
  font-size: 170px;
  line-height: 1;
  letter-spacing: -6px;
  color: #f3f4f6; /* ?�터마크 */
  font-weight: 700;
}

/* responsive */
@media (max-width: 1200px){
  .smc-standard{ padding: 80px 0; }
  .smc-standard__inner{ padding: 0 24px; }
  .smc-standard__grid{
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .smc-standard__right{ justify-content: flex-start; }
  .smc-standard__card{
    width: 100%;
    max-width: 520px;
  }
  .smc-standard__title,
  .smc-standard__subtitle{
    font-size: 44px;
  }
  .smc-standard__wm{
    font-size: 140px;
  }
}


/* ?�터 */
/* ================= FOOTER ================= */
.smf-footer {
  border-top: 1px solid #f3f4f6;
  background: #fff;
  padding: 80px 0;
  font-family: Pretendard;
}

.smf-inner {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.smf-logo {
  width: 180px;
  margin-bottom: 25px;
}

.smf-company {
  color: #99A1AF;
  line-height: 1.8;
  font-size: 15px;
}

.smf-copy {
  margin-top: 18px;
  font-size: 13px;
  color: #99a1af;
}

.smf-right {
  display: flex;
  gap: 70px;
}

.smf-right strong {
  display: block;
  margin-bottom: 25px;
  letter-spacing: .2em;
  font-size: 15px;
}

.smf-right p {
  margin: 10px 0;
  color: #6a7282;
  font-size: 15px;
}

.smf-right .smf-social img{
  margin-right: 5px;
}

.smf-right .smf-social .smf-social-link {
  display: flex;
  color: #6a7282;
  justify-content: flex-start;
  align-items: center;
}

.smf-right .smf-social{
  position: relative;
  width: 120px;
}

.smf-right .smf-social .btm_info{
  display: flex;
  flex-direction: column;
}

.smf-right .smf-social .btm_info a{
  /* position: absolute; */
    /* bottom: 0; */
    font-size: 16px;
    width: 100%;
    color: #99a1af;
    margin-top: 10px;
}

@media (max-width:900px){
  .smf-inner { flex-direction: column; }
}

.smf-right .smf-social .btm_info a{
  position: relative;
}
.inner_1800{
  width: min(1800px, calc(100% - 80px));
  margin: 0 auto;
}
.inner_1700{
  width: min(1700px, calc(100% - 80px));
  margin: 0 auto;
}
.inner_1500{
  width: min(1500px, calc(100% - 80px));
  margin: 0 auto;
}

/* =========================
   Subpage header (COMMON)
   namespace: sm-subhead
========================= */
.sm-subhead{
  background:#fff;
  padding: 200px 0 40px;
  position: relative;
  overflow: hidden; /* watermark ?�림 처리 */
}

.sm-subhead__inner{
  position: relative;
}

.sm-subhead__watermark{
  margin: 0;
  position: absolute;
  left: 0;
  top: -18px;              /* ?�터마크 ?�치 */
  font-family: Montserrat;
  font-weight: 700;
  font-size: 120px;        /* ?�터마크 ?�기 */
  letter-spacing: -2px;
  line-height: 1;
  color: #f3f4f6;          /* ?�주 ?�하�?*/
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.sm-subhead__top{
  display:flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  position: relative; /* watermark ?�로 ?�라?�게 */
  z-index: 1;
  border-bottom: 1px solid #030712;
  padding-bottom: 45px;
}

.sm-subhead__left{
  display:flex;
  flex-direction: column;
  gap: 10px;
}

.sm-subhead__category{
  margin: 0;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 500;
  color: #99a1af;
}

.sm-subhead__title{
  margin: 0;
  font-family: Montserrat;
  font-size: 70px;
  line-height: 1.05;
  letter-spacing: -1px;
  color:#030712;
}

.sm-subhead__title strong{
  font-weight: bold;
  font-family: 'Montserrat';
}

.sm-subhead__crumb{
  margin-top: 14px; /* ?�목 baseline 맞추???�낌 */
}

.sm-subhead__crumb-list{
  margin: 0;
  padding: 0;
  list-style: none;
  display:flex;
  align-items:center;
  gap: 10px;
  font-family: Pretendard;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #d1d5dc;
}

.sm-subhead__crumb-link{
  color: #d1d5dc;
  text-decoration: none;
}

.sm-subhead__crumb-link:hover{
  text-decoration: underline;
}

.sm-subhead__crumb-current{
  color: #030712;
  font-weight: 600;
}

.sm-subhead__line{
  margin: 26px 0 0;
  border: none;
  height: 1px;
  background: #030712; /* ?�안처럼 진한 ?�인 */
  opacity: .55;
}

/* =========================
   Responsive
========================= */
@media (max-width: 1024px){
  .inner_1800{ width: min(1800px, calc(100% - 40px)); }

  .m-header{
    display: flex;
  }
  .sm-subhead{
    padding: 70px 0 34px;
  }

  .sm-subhead__watermark{
    font-size: 92px;
    top: -10px;
  }

  .sm-subhead__title{
    font-size: 44px;
  }
  .smi-round{
    width: 65px;
    height: 65px;
  }
  .smi-title{
    font-size: 65px;
  }
  .smi-card__name{
    font-size: 20px;
  }
  .smi-card__no{font-size: 35px;}
}



@media (max-width: 640px){
  .sm-subhead__top{
    flex-direction: column;
    align-items: flex-start;
  }

  .sm-subhead__crumb{
    margin-top: 0;
  }

  .sm-subhead__watermark{
    font-size: 72px;
  }

  .sm-subhead__title{
    font-size: 36px;
  }
}

.main-container{
  position: relative;
}


/* 반응???�심 최적??*/
/* =========================================================
   Responsive Pack (Seomoo)
   Breakpoints: 1400 / 1200 / 1024 / 760 / 640 / 460 / 350
   ========================================================= */

/* 0) 공통: 고정 inner�?반응?�으�?강제 */
.inner_1200,
.inner_1300,
.inner_1600,
.inner_1700,
.inner_1800,
.inner_1500{
  max-width: 100%;
}

/* ??모바?�에??min-width 1200 강제??반드???�제?�야 ??*/
@media (max-width: 1024px){
  #hd, #wrapper, #ft{ min-width: 0 !important; }
  .inner_1200, .inner_1300, .inner_1600, .inner_1700, .inner_1800, .inner_1500{
    width: 100% !important;
    padding-left: 16px;
    padding-right: 16px;
  }

}

/* -----------------------------------------
   <= 1400px
----------------------------------------- */
@media (max-width: 1400px){
  .smh-inner{ padding: 0 24px; }
  .smh-nav{ width: auto; margin-right: 0; }
  .smh-menu{ gap: 40px; }
  .smh-menu a{ font-size: 18px; }

  /* hero/portfolio �????�소???�만?�게 축소 */
  .smi-hero__title{ font-size: 110px; }
  .smi-hero__left{ width: auto; }

    .smi-grid{
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 240px;
    gap: 22px;
  }
}

/* -----------------------------------------
   <= 1200px
----------------------------------------- */
@media (max-width: 1200px){
  /* PC ?�더 */
  .smh-header{ height: 86px; }
  .smh-logo img{ width: 160px; }
  .smh-menu{ gap: 30px; }
  .smh-menu a{ font-size: 17px; }

  /* ?�브?�드 */
  .sm-subhead{ padding: 150px 0 34px; }
  .sm-subhead__title{ font-size: 56px; }
  .sm-subhead__watermark{ font-size: 70px; left: 5px;}

  /* hero */
  .smi-hero{ padding: 90px 0 220px; }
  .smi-hero__container{
    grid-template-columns: 1.2fr 1fr;
    gap: 30px;
  }
  .smi-hero__title{ font-size: 96px; }
  .smi-hero__right{
    position: relative;
    right: auto;
    top: auto;
    width: 520px;
    padding-top: 120px;
  }
  .smi-hero__visual{ height: 460px; border-radius: 46px; }

  /* portfolio grid: ?�무 ??고정�??�거 */

  .smi-card--tall,
  .smi-card--rightTop,
  .smi-note,
  .smi-card--leftBottom,
  .smi-card--rightBottom{
    width: auto;
    height: auto;
    margin: 0;
  }
  .smi-card--wide{
    grid-column: 1 / -1;
    height: auto;
    grid-row: auto;
  }
}

/* -----------------------------------------
   <= 1024px (?�블�?모바???�환 구간)
----------------------------------------- */
@media (max-width: 1024px){
  /* ?��? ?��? smh-header ?��? 처리?�으??모바???�더�??�리 */
  .m-header{ display: block; }
  body{ padding-top: 64px; } /* fixed ?�더 공간 ?�보 */

  .m-logo img{ height: 40px; }
  .m-contact-btn{ padding: 8px 12px; }

  /* hero: 2??-> 1??*/
  .smi-hero{ padding: 70px 0 120px; }
  .smi-hero__container{
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .smi-hero__title{ font-size: 64px; }
  .smi-hero__kicker{ margin-top: 28px; }

  .smi-hero__right{
    position: relative;
    width: 100%;
    padding-top: 0;
    top: 0;
    right: 0;
    min-height: auto;
  }
  .smi-hero__visual{ height: 360px; border-radius: 34px; }
  .smi-heroCard{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    border-radius: 26px;
    padding: 26px;
    margin-top: 14px;
  }

  /* floating buttons (고정 ?�측 ?�단 ?�무 ?�면 축소) */
  .smi-fabs{ right: 14px; bottom: 22px; }
  .smi-fab{ width: 58px; height: 58px; }`n  /* subhead */
  .sm-subhead{ padding: 120px 0 28px; }
  .sm-subhead__title{ font-size: 44px; }
}

/* -----------------------------------------
   <= 760px
----------------------------------------- */
@media (max-width: 760px){
  body{ padding-top: 64px; }

  /* 모바??메뉴 ?�역 */
  .m-nav{ width: 88%; right: -88%; padding: 18px; }
  .m-nav-list a{ font-size: 16px; padding: 16px 0; }

  /* hero */
  .smi-hero__title{ font-size: 52px; line-height: 1.0; }
  .smi-hero__kickerText{ letter-spacing: .35em; }

  /* portfolio */
  .smi-portfolio{ padding: 60px 0 80px; }
  .smi-grid{
    /* grid-template-columns: 1fr;
    grid-auto-rows: auto; */
    gap: 16px;
  }
  .smi-card{ border-radius: 26px; }
  .smi-card__name{ font-size: 18px; }
  .smi-card__no{ font-size: 34px; }

  /* CTA pill */
  .smi-portfolio__cta{ margin-top: 70px; }
  .smi-pill{
    padding: 0 18px;
    height: 54px;
  }
  .smi-pill__text{ font-size: 12px; letter-spacing: .25em; }
  .smi-pill__line{ width: 44px; }

  .smi-note__text{
    font-size: 13px;
  }
}

/* -----------------------------------------
   <= 640px
----------------------------------------- */
@media (max-width: 640px){
  /* 모바???�더 */
  .m-header{ height: 60px; }
  body{ padding-top: 60px; }

  .m-logo img{ height: 34px; }
  .m-actions{ gap: 10px; }
  .m-contact-btn{ font-size: 12px; padding: 7px 10px; border-radius: 8px; }

  /* overlay/nav top sync */
  .m-nav{ top: 60px; height: calc(100% - 60px); }
  .m-nav-overlay{ top: 60px; }

  /* subhead */
  .sm-subhead{ padding: 40px 0 22px; }
  .sm-subhead__watermark{ font-size: 50px; top: 8px; }
  .sm-subhead__title{ font-size: 34px; }
  .sm-subhead__category{ font-size: 14px; }

  /* hero */
  .smi-hero{ padding: 55px 0 90px; }
  .smi-hero__title{ font-size: 44px; }
  .smi-hero__visual{ height: 300px; }

  .smc-standard__title, .smc-standard__subtitle{
    font-size: 35px;
  }
  .smc-standard__headline{
    font-size: 24px;
  }
  .smc-standard__desc{
    font-size: 18px;
  }
}

/* -----------------------------------------
   <= 460px
----------------------------------------- */
@media (max-width: 460px){
  /* 모바???�더 */
  .m-header-inner{ padding: 0 12px; }
  .m-contact-btn{ display: none; } /* 좁으�?문의 버튼 ?�기�?메뉴 ?�으�??�도 */

  /* hero */
  .smi-hero__title{ font-size: 38px; }
  .smi-round{ width: 62px; height: 62px; }
  .smi-hero__visual{ height: 260px; border-radius: 22px; }

  /* portfolio caption */
  .smi-card__caption{ padding: 14px; }
  .smi-card__name{ font-size: 16px; }
  .smi-card__no{ font-size: 28px; }
  .smi-title{
    font-size: 65px;
  }
  .smi-note__logo{
    width: 100px;
  }

  .smi-note__text{
    font-size: 14px;
  }  .smi-card--rightBottom,
  .smi-note,
.smi-card--rightTop,
  .smi-card--tall,
  .smi-card--leftBottom{
    grid-column: span 2;
  }

  .smc-standard__title, .smc-standard__subtitle{
    font-size: 30px;
  }
  .smc-standard__headline{
    font-size: 20px;
  }
  .smc-standard__desc{
    font-size: 14px;
  }
  .smc-standard{
    padding: 50px 0;
  }
  

  /* footer */
  .smf-footer{ padding: 50px 20px; }
  .smf-inner{ gap: 26px; }

}

/* -----------------------------------------
   <= 350px (초소??
----------------------------------------- */
@media (max-width: 350px){
  .m-logo img{ height: 30px; }
  .m-menu-btn{ width: 26px; }

  .smi-hero__title{ font-size: 34px; }
  .smi-hero__kickerText{ font-size: 12px; letter-spacing: .25em; }

  .smi-pill{ height: 50px; }
  .smi-pill__text{ font-size: 11px; }
}

/* =========================================================
   Responsive Override v2 (index.php layout stabilization)
   Breakpoints: 1800 / 1600 / 1400 / 1200 / 1024 / 760 / 640 / 460 / 350
   ========================================================= */

@media (max-width: 1800px){
  /* fixed-size cards can overflow their grid tracks; normalize inside <=1800 only */
  .smi-grid > .smi-card,
  .smi-grid > .smi-note{
    width: 100%;
    max-width: 100%;
  }

  .smh-inner{
    padding: 0 20px;
  }

  .smi-grid > *{
    min-width: 0;
    margin-bottom: 0;
  }

  .smi-grid{
    grid-template-columns: 1.15fr 0.95fr 1.05fr;
    gap: 24px;
  }

  .smi-card--tall,
  .smi-card--rightTop,
  .smi-note,
  .smi-card--leftBottom,
  .smi-card--rightBottom{
    width: auto;
    max-width: 100%;
    margin: 0;
  }

  .smi-card--tall{
    min-height: 300px;
    height: 100%;
  }

  .smi-card--rightTop{
    /* min-height: 470px; */
    min-height: 300px;
    height: 100%;
  }

  .smi-card--leftBottom{
    min-height: 300px;
    height: 100%;
  }

  .smi-card--rightBottom{
    min-height: 500px;
    height: 100%;
  }

  .smi-portfolio__cta{
    margin-top: 180px;
  }

  .smf-footer{
    padding: 80px 20px;
  }
}

@media (max-width: 1600px){
  .smi-hero__container{
    gap: 36px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .smi-hero__left{
    width: auto;
  }

  .smi-hero__right{
    right: 20px;
    width: min(44vw, 680px);
  }

  .smi-grid{
    gap: 26px;
  }
}

@media (max-width: 1400px){
  .smi-hero{
    padding-bottom: 220px;
  }

  .smi-hero__title{
    font-size: clamp(74px, 8.4vw, 110px);
  }

  .smi-hero__kicker{
    margin-top: 72px;
  }

  .smi-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 20px;
  }

  .smi-card--wide,
  .smi-card--tall,
  .smi-card--rightTop,
  .smi-card--leftBottom,
  .smi-card--rightBottom,
  .smi-note{
    grid-column: auto;
    grid-row: auto;
    margin: 0;
    height: auto;
  }

  .smi-card--wide{
    grid-column: 1 / -1;
  }


  .smi-card--wide .smi-card__media{
    aspect-ratio: 16 / 8;
  }

  .smi-portfolio__cta{
    margin-top: 90px;
  }

    .smi-card--rightBottom{
    grid-column: 1 / -1;
  }

  .smi-note{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .smi-note__text{
    text-align: center;
    word-break: keep-all;
  }

  .smi-note__text br{
    display: none;
  }
}

@media (max-width: 1200px){
  .smi-hero{
    padding: 80px 0 140px;
  }

  .smi-hero__container{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .smi-hero__right{
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    min-height: 0;
    padding-top: 0;
  }

  .smi-hero__visual{
    height: auto;
    aspect-ratio: 16 / 10;
    border-radius: 36px;
  }

  .smi-heroCard{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 520px;
    height: auto;
    margin-top: 14px;
    border-radius: 24px;
    padding: 26px;
  }
}

@media (max-width: 1024px){
  .smi-title{
    font-size: clamp(44px, 9vw, 65px);
    line-height: 0.98;
  }

  .smi-hero__title{
    font-size: clamp(52px, 10vw, 72px);
  }

  .smi-note{
    padding: 20px 0;
  }

  .smi-note__text{
    font-size: 16px;
    line-height: 1.65;
    word-break: keep-all;
  }

  .smi-card{
    border-radius: 28px;
  }

  .smi-card__caption{
    padding: 16px;
  }

}

@media (max-width: 760px){
  .smi-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .smi-card--wide,
  .smi-card--tall,
  .smi-card--rightTop,
  .smi-card--leftBottom,
  .smi-card--rightBottom,
  .smi-note{
    grid-column: 1 / -1;
  }

  .smi-card__media{
    aspect-ratio: 16 / 11;
    width: 100%;
  }

  .smi-card__name{
    font-size: 16px;
  }

  .smi-card__no{
    font-size: 30px;
  }

  .smi-portfolio__heading{
    margin-bottom: 34px;
    padding-left: 16px;
  }

  .smi-portfolio__cta{
    margin-top: 56px;
  }
}

@media (max-width: 640px){
  .smi-hero{
    padding: 44px 0 78px;
  }

  .smi-hero__kicker{
    margin-top: 34px;
    gap: 12px;
  }

  .smi-hero__kickerText{
    letter-spacing: .28em;
    font-size: 12px;
  }

  .smi-round{
    width: 58px;
    height: 58px;
  }

  .smi-heroCard__headline{
    font-size: 18px;
  }

  .smi-pill{
    padding: 0 16px;
  }
}

@media (max-width: 460px){
  .smi-hero__title{
    font-size: clamp(34px, 11vw, 42px);
  }

  .smi-hero__visual{
    border-radius: 20px;
  }

  .smi-card{
    border-radius: 20px;
  }

  .smi-card__media{
    aspect-ratio: 4 / 3;
  }

  .smi-note__logo{
    width: 110px;
  }

  .smi-note__text{
    font-size: 14px;
    line-height: 1.6;
  }
  .smf-footer{
    padding: 40px 20px;
  }
  .smf-logo{
    width: 120px;
  }
  .smf-company{
    font-size: 13px;
  }
  .smf-right strong{
    font-size: 14px;
  }
  .smf-right p{font-size: 13px;}
  .smf-right .smf-social .btm_info a{
    font-size: 13px;
  }

  .smi-card--rightBottom{
    min-height: 300px;
  }
  .smi-fab{
    width: 40px;
    height: 40px;
  }
  .smf-copy{
    font-size: 12px;
  }
}

@media (max-width: 350px){
  .smi-title{
    font-size: 38px;
  }

  .smi-card__name{
    font-size: 14px;
  }

  .smi-card__no{
    font-size: 24px;
  }
  .smc-standard__title, .smc-standard__subtitle{
    font-size: 24px;
  }
  .smc-standard__headline{
    font-size: 16px;
  }
  .smc-standard__desc{
    font-size: 13px;
  }
}

/* =========================================================
   Mobile Polish v3 (main/common)
   ========================================================= */
@media (max-width: 1024px){
  .inner_1200,
  .inner_1300,
  .inner_1500,
  .inner_1600,
  .inner_1700,
  .inner_1800{
    width: calc(100% - 40px) !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .smi-hero__container{
    padding-left: 0;
    padding-right: 0;
  }

  .smi-hero__title{
    line-height: 0.96;
    letter-spacing: -0.03em;
  }

  .smi-hero__kickerText{
    letter-spacing: .24em;
  }

  .smi-card__caption{
    gap: 10px;
    background: linear-gradient(0deg, rgba(14, 14, 14, 0.66), rgba(14, 14, 14, 0.04));
  }

  .smi-card__name{
    line-height: 1.25;
    word-break: keep-all;
  }

  .smi-pill{
    height: 52px;
    border-radius: 14px;
  }

  .smi-pill__text{
    letter-spacing: .16em;
  }
}

@media (max-width: 760px){
  .smi-hero{
    padding-top: 40px;
    padding-bottom: 66px;
  }

  .smi-heroCard{
    padding: 18px;
    border-radius: 18px;
  }

  .smi-heroCard__label{
    font-size: 11px;
    margin-bottom: 10px;
    letter-spacing: .24em;
  }

  .smi-heroCard__headline{
    font-size: 16px;
    line-height: 1.45;
  }

  .smi-heroCard__line{
    width: 44px;
    margin-top: 12px;
  }

  .smi-title{
    font-size: clamp(36px, 11vw, 52px);
    line-height: 1;
  }

  .smi-kicker{
    font-size: 12px;
    letter-spacing: .3em;
  }

  .smi-portfolio{
    padding-top: 48px;
    padding-bottom: 70px;
  }

  .smi-fabs{
    right: 12px;
    bottom: 14px;
    gap: 8px;
  }
}

@media (max-width: 460px){
  .smi-hero__title{
    font-size: clamp(32px, 10.2vw, 40px);
  }

  .smi-round{
    width: 52px;
    height: 52px;
  }

  .smi-card__caption{
    padding: 12px;
  }

  .smi-card__name{
    font-size: 15px;
  }

  .smi-card__no{
    font-size: 24px;
  }

  .smi-note{
    padding: 14px 0;
  }

  .smi-note__text{
    font-size: 13px;
    line-height: 1.62;
  }
}

/* =========================================================
   Responsive Design Refresh v4
   - aesthetic rhythm + stable breakpoints
   - mobile/tablet horizontal gutter: 20px
   ========================================================= */

/* desktop breathing space */
@media (min-width: 1601px){
  .smi-hero{
    padding-top: 110px;
    padding-bottom: 250px;
  }

  .smi-portfolio{
    padding-top: 110px;
    padding-bottom: 130px;
  }
}

/* tablet + mobile unified container rule */
@media (max-width: 1024px){
  .inner_1200,
  .inner_1300,
  .inner_1500,
  .inner_1600,
  .inner_1700,
  .inner_1800,
  .smh-inner,
  .smf-inner{
    width: calc(100% - 40px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .smi-hero{
    padding: 0 20px;
    padding-top: 64px;
    padding-bottom: 96px;
  }

  .smi-hero__container{
    gap: 20px;
  }

  .smi-hero__title{
    font-size: clamp(46px, 9vw, 68px);
    line-height: 0.97;
    letter-spacing: -0.028em;
  }

  .smi-hero__kicker{
    margin-top: 24px;
    gap: 10px;
  }

  .smi-hero__kickerText{
    font-size: 12px;
    letter-spacing: .22em;
  }

  .smi-hero__visual{
    border-radius: 24px;
  }

  .smi-heroCard{
    max-width: none;
    border-radius: 18px;
    padding: 18px;
  }

  .smi-heroCard__label{
    font-size: 11px;
    margin-bottom: 10px;
    letter-spacing: .22em;
  }

  .smi-heroCard__headline{
    font-size: 17px;
    line-height: 1.46;
  }

  .smi-title{
    font-size: clamp(42px, 8vw, 60px);
    line-height: 0.98;
    letter-spacing: -0.028em;
  }

  .smi-kicker{
    font-size: 12px;
    letter-spacing: .3em;
  }

  .smi-portfolio{
    padding-top: 60px;
    padding-bottom: 84px;
  }

  .smi-portfolio__heading{
    margin-bottom: 28px;
    padding-left: 14px;
    border-left-width: 3px;
  }

  .smi-grid{
    gap: 14px;
  }

  .smi-card{
    border-radius: 18px;
    box-shadow: 0 16px 28px -20px rgba(0,0,0,0.38);
  }

  /* .smi-card__media{
    aspect-ratio: 16 / 10;
  } */

  .smi-card__caption{
    padding: 12px;
    gap: 10px;
    background: linear-gradient(0deg, rgba(14,14,14,.64), rgba(14,14,14,.06));
  }

  .smi-card__name{
    font-size: 15px;
    line-height: 1.28;
    letter-spacing: -0.03em;
    word-break: keep-all;
  }

  .smi-card__no{
    font-size: 24px;
  }

  .smi-note{
    padding: 12px 0;
    align-items: flex-start;
  }

  .smi-note__logo{
    width: 110px;
  }

  .smi-note__text{
    font-size: 13px;
    line-height: 1.66;
    text-align: left;
    word-break: keep-all;
  }

  .smi-note__text br{
    display: none;
  }

  .smi-portfolio__cta{
    margin-top: 44px;
  }

  .smi-pill{
    height: 50px;
    border-radius: 12px;
    padding: 0 14px;
  }

  .smi-pill__text{
    font-size: 12px;
    letter-spacing: .14em;
  }

  .smi-pill__line{
    width: 34px;
  }

  .smf-footer{
    padding: 48px 0;
  }

  .smf-inner{
    gap: 28px;
    flex-direction: column-reverse;
  }

  .smf-right{
    width: 100%;
    gap: 28px;
    flex-wrap: wrap;
  }
  .smf-right > div{
    width: 50%;
  }
}

@media (max-width: 768px){
  .smi-hero{
    
    padding-top: 50px;
    padding-bottom: 76px;
    
  }

  .smi-hero__title{
    font-size: clamp(38px, 10.2vw, 54px);
  }

  .smi-hero__visual{
    border-radius: 18px;
  }

  .smi-grid{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .smi-card__media{
    aspect-ratio: 4 / 3;
  }

  .smi-fabs{
    right: 12px;
    bottom: 12px;
    gap: 8px;
  }

  .smi-fab{
    width: 40px;
    height: 40px;
  }

  .smi-fab span{
    font-size: 11px;
  }
}

@media (max-width: 480px){
  .smi-hero{

    padding-top: 42px;
    padding-bottom: 62px;
  }

  .smi-hero__title{
    font-size: clamp(32px, 10.6vw, 40px);
  }

  .smi-round{
    width: 48px;
    height: 48px;
  }

  .smi-heroCard__headline{
    font-size: 15px;
  }

  .smi-title{
    font-size: clamp(34px, 10vw, 42px);
  }

  .smf-logo{
    width: 120px;
  }

  .smf-company,
  .smf-right p{
    font-size: 13px;
    line-height: 1.7;
    margin: 5px 0;
  }

  .smf-copy{
    font-size: 12px;
  }
}

@media (max-width: 360px){
  .sm-subhead__watermark{
    font-size: 50px;
    top: 7px;
  }
}

/* @media (min-width: 1701px) and (max-width: 1800px){
  .smi-portfolio{ padding: 88px 0 108px; }
  .smi-container.inner_1700 .smi-portfolio__heading{ margin-bottom: 56px; }
  .smi-container.inner_1700 .smi-grid{
    grid-template-columns: 1.2fr 0.95fr 1.05fr;
    grid-auto-rows: 220px;
    gap: 22px;
  }
  .smi-container.inner_1700 .smi-card--wide,
  .smi-container.inner_1700 .smi-card--tall,
  .smi-container.inner_1700 .smi-card--rightTop,
  .smi-container.inner_1700 .smi-note,
  .smi-container.inner_1700 .smi-card--leftBottom,
  .smi-container.inner_1700 .smi-card--rightBottom{
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .smi-container.inner_1700 .smi-card--wide{ grid-column: 1 / -1; grid-row: span 3; height: 500px; margin: 0 16px; }
  .smi-container.inner_1700 .smi-card--tall{ grid-column: 1 / 2; grid-row: span 3; height: 620px; }
  .smi-container.inner_1700 .smi-card--rightTop{ grid-column: 2 / -1; grid-row: span 2; height: 350px; }
  .smi-container.inner_1700 .smi-note{ grid-column: 2 / -1; grid-row: span 1; }
  .smi-container.inner_1700 .smi-card--leftBottom{ grid-column: 1 / 2; grid-row: span 2; height: 380px; margin-top: 68px; }
  .smi-container.inner_1700 .smi-card--rightBottom{ grid-column: 2 / -1; grid-row: span 2; height: 400px; margin-top: 46px; }
  .smi-container.inner_1700 .smi-portfolio__cta{ margin-top: 118px; }
}

@media (min-width: 1601px) and (max-width: 1700px){
  .smi-portfolio{ padding: 84px 0 102px; }
  .smi-container.inner_1700 .smi-portfolio__heading{ margin-bottom: 52px; }
  .smi-container.inner_1700 .smi-grid{
    grid-template-columns: 1.2fr 0.95fr 1.05fr;
    grid-auto-rows: 214px;
    gap: 20px;
  }
  .smi-container.inner_1700 .smi-card--wide,
  .smi-container.inner_1700 .smi-card--tall,
  .smi-container.inner_1700 .smi-card--rightTop,
  .smi-container.inner_1700 .smi-note,
  .smi-container.inner_1700 .smi-card--leftBottom,
  .smi-container.inner_1700 .smi-card--rightBottom{
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .smi-container.inner_1700 .smi-card--wide{ grid-column: 1 / -1; grid-row: span 3; height: 480px; margin: 0 12px; }
  .smi-container.inner_1700 .smi-card--tall{ grid-column: 1 / 2; grid-row: span 3; height: 590px; }
  .smi-container.inner_1700 .smi-card--rightTop{ grid-column: 2 / -1; grid-row: span 2; height: 336px; }
  .smi-container.inner_1700 .smi-note{ grid-column: 2 / -1; grid-row: span 1; }
  .smi-container.inner_1700 .smi-card--leftBottom{ grid-column: 1 / 2; grid-row: span 2; height: 360px; margin-top: 58px; }
  .smi-container.inner_1700 .smi-card--rightBottom{ grid-column: 2 / -1; grid-row: span 2; height: 380px; margin-top: 40px; }
  .smi-container.inner_1700 .smi-portfolio__cta{ margin-top: 106px; }
}

@media (min-width: 1501px) and (max-width: 1600px){
  .smi-portfolio{ padding: 78px 0 96px; }
  .smi-container.inner_1700 .smi-portfolio__heading{ margin-bottom: 48px; }
  .smi-container.inner_1700 .smi-grid{
    grid-template-columns: 1.2fr 0.95fr 1.05fr;
    grid-auto-rows: 204px;
    gap: 18px;
  }
  .smi-container.inner_1700 .smi-card--wide,
  .smi-container.inner_1700 .smi-card--tall,
  .smi-container.inner_1700 .smi-card--rightTop,
  .smi-container.inner_1700 .smi-note,
  .smi-container.inner_1700 .smi-card--leftBottom,
  .smi-container.inner_1700 .smi-card--rightBottom{
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .smi-container.inner_1700 .smi-card--wide{ grid-column: 1 / -1; grid-row: span 3; height: 450px; margin: 0 8px; }
  .smi-container.inner_1700 .smi-card--tall{ grid-column: 1 / 2; grid-row: span 3; height: 560px; }
  .smi-container.inner_1700 .smi-card--rightTop{ grid-column: 2 / -1; grid-row: span 2; height: 320px; }
  .smi-container.inner_1700 .smi-note{ grid-column: 2 / -1; grid-row: span 1; }
  .smi-container.inner_1700 .smi-card--leftBottom{ grid-column: 1 / 2; grid-row: span 2; height: 340px; margin-top: 50px; }
  .smi-container.inner_1700 .smi-card--rightBottom{ grid-column: 2 / -1; grid-row: span 2; height: 360px; margin-top: 34px; }
  .smi-container.inner_1700 .smi-portfolio__cta{ margin-top: 96px; }
}

@media (min-width: 1401px) and (max-width: 1500px){
  .smi-portfolio{ padding: 74px 0 90px; }
  .smi-container.inner_1700 .smi-portfolio__heading{ margin-bottom: 44px; }
  .smi-container.inner_1700 .smi-grid{
    grid-template-columns: 1.2fr 0.95fr 1.05fr;
    grid-auto-rows: 196px;
    gap: 16px;
  }
  .smi-container.inner_1700 .smi-card--wide,
  .smi-container.inner_1700 .smi-card--tall,
  .smi-container.inner_1700 .smi-card--rightTop,
  .smi-container.inner_1700 .smi-note,
  .smi-container.inner_1700 .smi-card--leftBottom,
  .smi-container.inner_1700 .smi-card--rightBottom{
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .smi-container.inner_1700 .smi-card--wide{ grid-column: 1 / -1; grid-row: span 3; height: 430px; margin: 0 4px; }
  .smi-container.inner_1700 .smi-card--tall{ grid-column: 1 / 2; grid-row: span 3; height: 530px; }
  .smi-container.inner_1700 .smi-card--rightTop{ grid-column: 2 / -1; grid-row: span 2; height: 304px; }
  .smi-container.inner_1700 .smi-note{ grid-column: 2 / -1; grid-row: span 1; }
  .smi-container.inner_1700 .smi-card--leftBottom{ grid-column: 1 / 2; grid-row: span 2; height: 324px; margin-top: 42px; }
  .smi-container.inner_1700 .smi-card--rightBottom{ grid-column: 2 / -1; grid-row: span 2; height: 342px; margin-top: 30px; }
  .smi-container.inner_1700 .smi-portfolio__cta{ margin-top: 86px; }
} */

/* @media (min-width: 1201px) and (max-width: 1400px){
  .smi-portfolio{ padding: 70px 0 86px; }
  .smi-container.inner_1700 .smi-portfolio__heading{ margin-bottom: 38px; }
  .smi-container.inner_1700 .smi-grid{
    grid-template-columns: 1.15fr 0.95fr 1.05fr;
    grid-auto-rows: 184px;
    gap: 14px;
  }
  .smi-container.inner_1700 .smi-card--wide,
  .smi-container.inner_1700 .smi-card--tall,
  .smi-container.inner_1700 .smi-card--rightTop,
  .smi-container.inner_1700 .smi-note,
  .smi-container.inner_1700 .smi-card--leftBottom,
  .smi-container.inner_1700 .smi-card--rightBottom{
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .smi-container.inner_1700 .smi-card--wide{
    grid-column: 1 / -1;
    grid-row: span 3;
    height: 404px;
    margin: 0;
  }
  .smi-container.inner_1700 .smi-card--tall{
    grid-column: 1 / 2;
    grid-row: span 3;
    height: 488px;
  }
  .smi-container.inner_1700 .smi-card--rightTop{
    grid-column: 2 / -1;
    grid-row: span 2;
    height: 286px;
  }
  .smi-container.inner_1700 .smi-note{
    grid-column: 2 / -1;
    grid-row: span 1;
  }
  .smi-container.inner_1700 .smi-card--leftBottom{
    grid-column: 1 / 2;
    grid-row: span 2;
    height: 300px;
    margin-top: 30px;
  }
  .smi-container.inner_1700 .smi-card--rightBottom{
    grid-column: 2 / -1;
    grid-row: span 2;
    height: 318px;
    margin-top: 24px;
  }
  .smi-container.inner_1700 .smi-portfolio__cta{ margin-top: 72px; }
} */

/* @media (min-width: 1025px) and (max-width: 1200px){
  .smi-portfolio{ padding: 64px 0 80px; }
  .smi-container.inner_1700 .smi-portfolio__heading{
    margin-bottom: 34px;
    padding-left: 16px;
  }
  .smi-container.inner_1700 .smi-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 14px;
  }
  .smi-container.inner_1700 .smi-card--wide,
  .smi-container.inner_1700 .smi-card--tall,
  .smi-container.inner_1700 .smi-card--rightTop,
  .smi-container.inner_1700 .smi-card--leftBottom,
  .smi-container.inner_1700 .smi-card--rightBottom,
  .smi-container.inner_1700 .smi-note{
    width: auto;
    height: auto;
    margin: 0;
    grid-column: auto;
    grid-row: auto;
  }
  .smi-container.inner_1700 .smi-card--wide,
  .smi-container.inner_1700 .smi-card--rightBottom{
    grid-column: 1 / -1;
  }
  .smi-container.inner_1700 .smi-portfolio__cta{ margin-top: 66px; }
} */
