/* @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css"); */

html {
  line-height: 150%;
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "pretendard", Noto Sans SC, Arial, Helvetica, sans-serif, -apple-system,
    BlinkMacSystemFont, Segoe UI, Apple Color Emoji, Segoe UI Emoji;
}
body {
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
}
ul,ol {
  padding-inline-start: 20px;
  margin-block-start: 30px;
  margin-block-end: 30px;
}
ol > li {
  padding-left: 8px;
}
li {
  font-size: 17px;
  line-height: 160%;
  color: #171717;
}
li:not(:last-child) {
  margin-bottom: 8px;
}
.lidbox > ol > li {
  font-size: 0.7em;
}
li::marker {
  font-weight: 700;
  padding-right: 20px;
}
.codebox li::marker{
  font-weight: 300;
}
.codebox ol{
  counter-reset: item;
  list-style-type: none;
}
.codebox ol > li{
  display: block;
  padding: 0;
}
.codebox li:before{
  content: counter(item) "  ";
  counter-increment: item;
  color: #9ea4ae;
  margin-right: 10px;
}
/* 강조 텍스트 */
strong {
  font-weight: 700;
  color: #eb003b;
}
.highlight {
  font-weight: 700;
  background-color: #deedff;
}
/*  링크  */
a:link,
a:visited,
a:active {
  color: #2768ff;
  text-decoration: none;
  display: inline-block;
}
a:hover {
  text-decoration: underline;
}

/* 흐린 링크 */
a.dimcolor {
  color: #00405b;
}

.linkic {
  margin-left: 4px;
}

.inputsingle {
  width: 80%;
  padding: 14px;
  font-size: inherit;
  border-radius: 8px;
  border: solid 1px #b9b9b9;
  margin-right: 8px;
}

.inputsingle:active,
.inputsingle:focus-visible {
  outline: 2px solid #2768ff;
}

.inputsingle::placeholder {
  color: #b9b9b9;
  font-family: "pretendard", Noto Sans SC, Arial, Helvetica, sans-serif, -apple-system,
    BlinkMacSystemFont, Segoe UI, Apple Color Emoji, Segoe UI Emoji;
}

.inputsingle:disabled {
  background-color: rgba(122, 122, 122, 0.1);
}

.inputsingle:disabled::placeholder {
  color: #171717;
  font-weight: 700;
}

.inputsingle:disabled:active,
.inputsingle:disabled:focus-visible {
  outline: 0;
}

.labelc {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 12px 0;
}

.checkbox {
  width: 18px;
  height: 18px;
  margin: 0;
}

/*  이미지  */
img {
  vertical-align: middle;
  border-style: none;
}

img.auto {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

img.img_shadow {
  height: auto;
  width: auto;
  max-width: 80%;
  background-color: white;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  margin-bottom: 20px;
}

img.img_no_shadow {
  height: auto;
  width: auto;
  max-width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.img_shadow_new{
    max-width: 100%;
    display: block;
    margin: 0 auto;
    outline: 1px solid #dddddd;
    outline-offset: -1px;
    border-radius: 2%;
    box-shadow: 0 1px 6px 0 #00000015;
}
.imgbg {
  background-color: #f1f4f6;
  padding: 24px;
  border-radius: 12px;
  margin: 0 auto;
}

.videobg {
  background-color: #171717;
  border-radius: 12px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.sub_flexbox {
  display: flex;
  gap: 16px;
  margin: 14px 0 20px 0;
}
.img_desc{
  background-color: #cccccc50;
  color: #555;
  padding: 1px 12px;
  border-radius: 20px;
  width: fit-content;
  margin: 0 !important;
  font-size: 10pt !important;
}
.img_desc_wrap{
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  margin-bottom: -10px;
}
a.black:link,
a.black:visited,
a.black:hover,
a.black:active {
  color: black;
  text-decoration: none;
}

/* 비디오 */
video.auto {
  max-width: 100%;
  width: 100%;
  height: auto;
}

video.video_shadow {
  max-width: 80%;
  width: 100%;
  height: auto;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: 20px;
  margin-bottom: 20px;
}

/* iFrame 
	https://www.w3schools.com/howto/howto_css_responsive_iframes.asp
*/
.iframe_container {
  position: relative;
  overflow: hidden;
  width: 90%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* 메인페이지 가운데 텍스트*/
.center_heading {
  font-size: 20pt;
  text-align: center;
  margin-top: 30px;
  line-height: 160%;
}

div.div_submenu {
  height: 30px;
  text-align: center;
  font-size: 11pt;
  background-color: #f0f2f5cc;
  backdrop-filter: blur(15px);
  padding: 5px 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 64.5px;
  z-index: 8;
}

.subpage_img {
  height: 224px;
  margin-top: 36px;
  width: 100%;
  border-radius: 12px;
  background-position: center;
}

/* 헤딩 */
h1 {
  font-size: 40px;
  font-weight: 700;
  color: #171717;
  line-height: 140%;
  margin-top: 60px;
}

h2 {
  font-size: 28px;
  color: #171717;
  margin: 56px 0 20px 0;
  line-height: 145%;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  margin: 40px 0 16px 0;
  border-bottom: 1px solid #b8bbbd;
  font-weight: 700;
  padding: 0 0 8px 0;
  color: #171717;
}

h4{
  font-size: 20px;
  margin: 40px 0 16px 0;
  font-weight: 700;
  color: #171717;
}

p {
  line-height: 160%;
  margin: 12px 0;
  font-size: 17px;
  color: #171717;
  font-weight: 400;
}

.code {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  background-color: #e1e7ec;
  color: #2a3543;
  padding: 1px 4px;
  font-size: 14px;
  border-radius: 4px;
  width: fit-content;
}

.form {
  display: flex;
  margin: 8px 0;
}

/* anchor 파란 버튼 */
a.button {
  background-color: #2768ff;
  border: none;
  color: white;
  padding: 10px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px !important;
  transition-duration: 0.2s;
  margin-top: 10px;
  border-radius: 8px;
  cursor: pointer;
}

a.button:hover {
  background-color: #2768ff;
  color: white;
  box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.24);
}

.ipbutton {
  background-color: #2768ff;
  border: none;
  color: white;
  padding: 14px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.2s;
  border-radius: 8px;
  cursor: pointer;
  font-family: "pretendard", Noto Sans SC, Arial, Helvetica, sans-serif, -apple-system,
    BlinkMacSystemFont, Segoe UI, Apple Color Emoji, Segoe UI Emoji;
}

.ipbutton:hover {
  background-color: #2768ff;
  color: white;
  box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.24);
}

a.btn_new {
  background-color: #2768ff;
  border: none;
  color: white !important;
  padding: 12px 20px;
  text-align: center;
  width: fit-content;
  font-size: 16px;
  transition-duration: 0.2s;
  margin: 30px auto;
  border-radius: 8px;
  position: relative;
  display: block;
  cursor: pointer;
}

a.btn_new:hover {
  color: white;
  box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.24);
  text-decoration: none;
}

a.btn_new a.button:link,
a.button:visited,
a.button:hover,
a.button:active {
  color: white;
  text-decoration: none;
}

/* 마진 작은 버튼 */
a.smallbutton,
a.smallbutton:hover,
a.smallbutton:link,
a.smallbutton:visited,
a.smallbutton:active {
  padding: 10px 32px;
  background-color: #2768ff;
  color: white;
  font-size: 13px;
}

/* 노란 버튼 */
a.yellowbutton {
  background-color: #ffff35;
  color: black;
}

a.yellowbutton:hover {
  background-color: #ffd800;
  color: black;
}

a.yellowbutton:link,
a.yellowbutton:visited,
a.yellowbutton:hover,
a.yellowbutton:active {
  color: black;
  text-decoration: none;
}

/* 회색 text box */
.box {
  color: #353535;
  background-color: #f6f8fa;
  padding: 20px 24px;
  margin: 20px 0 !important;
  border-radius: 12px;
  flex-direction: column;
  gap: 16px;
  display: flex;
}

/* 소스코드박스*/
.codebox {
  color: white;
  background-color: #172740;
  padding: 20px 24px;
  margin-bottom: 30px;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 11pt;
  line-height: 130%;
  word-wrap: break-word;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}

.codebox_btn {
  display: flex;
  gap: 4px;
  cursor: pointer;
  width: fit-content;
  align-self: flex-end;
  margin: 0;
  background-color: transparent;
  border: none;
  color: white;
  align-items: center;
  font-size: 12px !important;
  height: 24px;
}

.codebox_btn p {
  margin: 0;
  color: white;
  font-size: 12px !important;
  line-height: normal;
}

.codebox_btn:hover {
  color: #ddf0ff;
}

.codebox_border {
  height: 1px;
  background: #3a4d6a;
  width: -webkit-fill-available;
  width: -moz-available;
  margin: 12px 0 !important;
}

/* 강조 박스 */
.box2 {
  border: solid 1px #dec935;
  background-color: lightgoldenrodyellow;
  padding: 20px 24px;
  margin: 20px 0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* 공지 박스 */
.notice {
  border: solid 2px;
  border-color: #ffe4aa;
  border-radius: 12px;
  background-color: #fff2cc;
  font-size: 12pt;
  padding: 20px 24px;
  margin: 20px 0;
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.box_head {
  display: flex;
  gap: 4px;
  font-size: 18px;
  font-weight: 700;
}

.box_body {
  margin-left: 24px;
}

.cbox {
  border-left: solid 3px #ffb724;
  background-color: #fff8e9;
  padding: 18px 16px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.dbox {
  border-left: solid 3px #eb003b;
  background-color: #feecf0;
  padding: 18px 16px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.ibox {
  border-left: solid 3px #2768ff;
  background-color: #e9f0ff;
  padding: 18px 16px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.box ul, .box2 ul, .notice ul, .codebox ul, .dbox ul, .cbox ul, .ibox ol, .box ol, .box2 ol, .notice ol, .codebox ol, .dbox ol, .cbox ol, .ibox ol {
  margin-block-end: 0;
  margin-block-start: 0;
}

.codebox p,
.codebox h1,
.codebox h2,
.codebox h3,
.codebox h4,
.codebox ol > li {
  color: white;
  font-size: 11pt;
}

.box h4,
.box h3,
.box h2,
.box h1,
.box p,
.box2 h4,
.box2 h3,
.box2 h2,
.box2 h1,
.box2 p,
.notice h4,
.notice h3,
.notice h2,
.notice h1,
.notice p,
.codebox p,
.codebox h1,
.codebox h2,
.codebox h3,
.codebox h4,
.codebox ol > li,
.dbox h4,
.dbox h3,
.dbox h2,
.dbox h1,
.dbox p,
.cbox h4,
.cbox h3,
.cbox h2,
.cbox h1,
.cbox p,
.ibox h4,
.ibox h3,
.ibox h2,
.ibox h1,
.ibox p {
  margin: 0;
}

td li {
  font-size: 11pt;
}

/**** 테이블 ****/

/* 상단 가운데 메뉴 */
#logo_dark{
  display: none;
}
.nav_bar {
  margin: 0;
  background-color: #ffffffc9;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #e4e4e4;
  backdrop-filter: blur(15px);
}

#nav_bar_inner {
  padding: 16px 0;
  display: flex;
  align-items: center;
  max-width: 1320px;
  width: -webkit-fill-available;
  width: -moz-available;
  justify-content: space-between;
  position: relative;
}

#nav_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#nav_center {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.dropdown {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.langlabel{
  margin-left: 2px;
}

/* 푸터 색상 */
.td_footer_color {
  background-color: #ededed;
  padding: 40px 0 !important;
}

.footer_wrap {
  background-color: #f2f5f9;
  height: auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: -webkit-fill-available;
  width: -moz-available;
  padding: 20px;
}

/* 서브 메뉴 배경색 */
.td_submenu_color {
  background-color: #eeeeee;
}

.footer_int,
.footer_kor {
  margin: 0;
  font-weight: 400;
  font-size: 8pt;
  background-color: #f2f5f9;
  text-align: center;
}
/* 한국 푸터 패딩 조절 */
.footer_kor > .pu{
  padding-top: 20px;
}
.footer_kor > .pb{
  padding-bottom: 14px;
}
#copyright {
  font-size: 8pt !important;
}
/* 메인 메뉴 높이 */
.main_menu_height {
  height: 56px;
}

/* 메인 메뉴 글자 */
.main_menu_font {
  font-size: 15px;
}

.lang_select_font {
  font-size: 9pt;
}

/* 메인 컨텐츠*/

/* 상단 메뉴 홈 */
a.mainmenu_home:link,
a.mainmenu_home:visited,
a.mainmenu_home:active,
a.mainmenu_home:hover {
  color: #171717;
  text-decoration: none;
  font-weight: 600;
}

/* 상단 메뉴 링크 */
a.mainmenu:link,
a.mainmenu:visited,
a.mainmenu:active,
a.mainmenu:hover {
  color: #171717;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: 600;
}

a.mainmenu:hover {
  color: #2768ff;
}

a.mainmenubold:link,
a.mainmenubold:visited,
a.mainmenubold:hover,
a.mainmenubold:active {
  color: #2768ff;
  text-decoration: none;
  font-weight: 600;
}

/* 서브 메뉴 링크 */
a.submenu:link,
a.submenu:visited,
a.submenu:active,
a.submenu:hover {
  color: #222222;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
}

a.submenu:hover {
  color: #2768ff;
  text-decoration: underline;
}

#newtagmenu {
  display: flex;
}

.tag_new {
  color: #fff;
  background-color: #2768ff;
  width: 13px;
  height: 13px;
  font-size: 9px;
  font-weight: 600;
  border-radius: 12px;
  margin-top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 서브 메뉴 구분 하기 */
span.submenuSplit {
  color: #bbbbbb;
}

/* 메인 테이블 */
.mainTable {
  display: inline-table;
  width: 460px;
  text-align: left;
}

/* === 드롭 메뉴 버튼 === */
/* 스팬 부분 */

/* 메뉴 버튼 */
.dropbtn {
  background-color: transparent;
  color: #171717;
  border: none;
  cursor: pointer;
  padding: 4px 7px 4px 6px;
}

.dropbtn:focus {
  outline: 0;
}

/* 팝업 스팬 */
.dropdown-content {
  padding: 2px;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  font-size: 9pt;
  top: 48px;
  border-radius: 8px;
  border: 1px solid #dddddd;
  max-height: calc(100vh - 60px);
  overflow-y: scroll;
}

.dropdown-content::-webkit-scrollbar, #nav_right.active::-webkit-scrollbar {
  width: 10px;
}

.dropdown-content::-webkit-scrollbar-button, #nav_right.active::-webkit-scrollbar-button{
  display: none;
}
.dropdown-content::-webkit-scrollbar-thumb, #nav_right.active::-webkit-scrollbar-thumb{
background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: padding-box;
}
.dropdown-content::-webkit-scrollbar-track, #nav_right.active::-webkit-scrollbar-track{
  background-color: transparent;
}

@media (min-height: 800px) {
.dropdown-content::-webkit-scrollbar{
  display: none;
}
.dropdown-content{
  -ms-overflow-style: none;
  scrollbar-width: none;
}
}

@media (min-height: 360px) {
#nav_right.active::-webkit-scrollbar{
  display: none;
}
#nav_right.active{
  -ms-overflow-style: none;
  scrollbar-width: none;
}
}

/* 팝업의 링크 */
.dropdown-content a {
  color: black;
  padding: 4px 8px 4px 8px;
  text-decoration: none;
  display: block;
  font-size: 10pt !important;
}

.dropdown hr {
  border: 1px solid #88888830;
  margin: 1px 0;
}

.dropdown-content a:hover {
  background-color: #eee;
  border-radius: 6px;
}

.dropdown:hover .dropdown-content{
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #fff;
  border-radius: 8px;
}

.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  gap: 5px;
}

.line {
  width: 22px;
  height: 2px;
  background-color: #171717;
}

#btnarrow {
  display: none;
}

.visuallyhidden {
  display: none;
}

/* 메인 컨텐트 */
.main_content {
  /* margin:0 calc((100vw - 960px) / 2); */
  margin: auto;
  /* max-width: 960px; -> 여기서 지정하지 말것. html 의 main_content 영역에 적혀있음 */
  width: 100%;
}

.forumbtn {
  padding: 24px;
  display: flex !important;
  justify-content: space-between;
  background-color: #f8f8f8;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  width: 500px;
  align-items: center;
  color: #1e1f20 !important;
  text-decoration: none !important;
  transition-duration: 0.2s;
}
.forumbtn:hover {
  box-shadow: 0px 2px 10px rgba(0, 2, 4, 0.15);
}
.main_menu_font {
  padding: 0 5px;
  margin: 0 !important;
  width: max-content;
}
.sub_cards_des h3 {
  border: none;
}
.tags {
  background-color: #eaf1ff;
  color: #2768ff;
  width: fit-content;
  padding: 2px 8px !important;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}
.tags:hover,
.tags_btm:hover {
  box-shadow: 0 2px 6px 0 rgb(43 49 88 / 30%);
  transition-duration: 0.25s;
  text-decoration: none;
  cursor: pointer;
}
.tags_btm {
  background-color: #eaf1ff;
  color: #2768ff;
  width: fill-available;
  width: -webkit-fill-available;
  width: -moz-available;
  padding: 4px 10px 4px 10px !important;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
#tag_holder {
  display: flex;
  gap: 8px;
}
#twotags {
  display: flex;
  gap: 8px;
}
/* 
#honeycam2 {
  display: none;
} */
#sub {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 16px;
}
.sub_cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  box-shadow: 3px 3px 10px #d4dae1;
  border-radius: 14px;
  background-color: white;
  padding: 24px;
  min-width: 330px;
}
.sub_cards h2 {
  margin: 0;
  padding: 0;
}
.sub_cards h3 {
  margin: 0;
  padding: 0;
}
.sub_cards p {
  margin: 0;
  padding: 0;
}
.sub_cards:hover {
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15), 0 8px 25px 0 rgba(0, 0, 0, 0.15);
  transition-duration: 0.25s;
  text-decoration: none;
  cursor: pointer;
}
.sub_cards h3 {
  margin-top: 4px !important;
}
.sub_lefts {
  display: flex;
  align-items: flex-start;
}
.sub_lefts img {
  width: 50px;
  height: 50px;
}
.sub_cards img {
  margin: 0 20px 0 0 !important;
  padding: 0%;
}
.sub_cards h2 {
  font-weight: 700;
  font-size: 20px;
}
.sub_cards h3 {
  font-weight: 500;
  font-size: 16px;
}
#sub_wrap {
  background-color: #e4eaf2;
  display: flex;
  align-items: center;
  padding: 64px 0 !important;
  justify-content: center;
}
#sub_texts {
  border: none;
}

#sub_wrap h2 {
  border: none;
}

#sub_wrap h2 {
  border: none;
}
#sub_wrap_wrap {
  max-width: 1320px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -webkit-fill-available;
  width: -moz-available;
}
.def-text {
  display: block;
}
.alt-text {
  display: none;
}
.footer.kor {
  display: block;
}
.footer_kor > a,
.footer_int > p > a {
  font-size: 8pt !important;
}
/* 변경사항 표 */
.trow {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 12px;
  border-bottom: solid 1px #d8d8d8;
  border-top: solid 1px #d8d8d8;
  background-color: #f2f4f6;
}
.row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 18px 12px;
  border-bottom: solid 1px #d8d8d8;
}
.row ul {
  margin-block-start: 0;
  margin-block-end: 0;
}
.row ul > li {
  font-size: 16px;
  word-break: break-all;
}
.cell1 {
  width: 12%;
}
.cell2 {
  width: 18%;
}
.cell3 {
  width: 70%;
}
.cell3 > li {
  word-break: keep-all !important;
}
.r1 {
  font-weight: 700;
}
/* 변경사항 표 */

@media (max-width: 1320px) {
  #nav_center a {
    width: max-content;
  }
  #sub_wrap_wrap {
    flex-direction: column;
    margin: 0 20px;
  }
  #sub_texts {
    text-align: center;
    margin: 0 !important;
    margin-bottom: 24px !important;
  }
  #nav_bar_inner {
    padding: 16px;
  }
  .def-text {
    display: none;
  }
  .alt-text {
    display: block;
  }
}

@media (max-width: 1030px) {
  a.smallbutton,
  a.smallbutton:hover,
  a.smallbutton:link,
  a.smallbutton:visited,
  a.smallbutton:active {
    font-size: 8pt;
  }
  .sub_cards {
    padding: 16px;
    min-width: 300px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 18px;
  }
  h4, h4>a {
    font-size: 18px !important;
  }
  p, li, li > a {
    font-size: 16px !important;
  }
}

@media (max-width: 960px) {
  .subpage_format {
    margin: 0 auto;
    width: 90%;
  }
  .subpage_img {
    height: 180px !important;
    background-size: cover;
  }
  #nav_center{
    gap: 4px;
  }
}

@media (max-width: 900px) {
  .burger {
    display: flex;
  }
  #nav_right {
    display: none;
  }
  #nav_bar_inner {
    justify-content: space-between;
    padding: 10px 16px 10px 7px;
  }
  .center_heading {
    font-size: 15pt;
  }
  .box,
  .box2,
  .codebox,
  .notice {
    padding: 16px;
  }
  .box {
    gap: 12px;
  }
  .main_menu_font {
    font-size: 10pt;
  }
  a.submenu {
    font-size: 10pt;
  }
  div.div_submenu {
    font-size: 5pt;
    top: 48.5px;
  }
  span.submenuSplit {
    display: none;
  }
  a:link,
  a:visited,
  a:active {
    font-size: 14px;
  }
  a.submenu:link,
  a.submenu:visited,
  a.submenu:active,
  a.submenu:hover {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
  }
  .codebox {
    font-size: 10pt;
  }
  .center_heading {
    font-size: 15pt;
  }
  .main_menu_font {
    font-size: 10pt;
  }
  a.submenu {
    font-size: 10pt;
  }
  div.div_submenu {
    font-size: 5pt;
  }
  span.submenuSplit {
    display: none;
  }
  a.submenu:link,
  a.submenu:visited,
  a.submenu:active,
  a.submenu:hover {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
  }
  p, li, li > a {
    font-size: unset !important;
  }
  .codebox {
    font-size: 10pt;
  }
  .linkic {
    width: 10px;
    height: auto;
  }
  .trow {
    display: none;
  }
  .row {
    padding: 18px 0;
    flex-wrap: wrap;
    border-top: solid 1px #d8d8d8;
  }
  .cell1,
  .cell2 {
    width: auto;
    font-weight: 700;
  }
  .cell3 {
    width: 100%;
  }
  /* 상단햄버거버튼 */
  #nav_right.active {
    display: block;
    flex-direction: column;
    padding: 2px;
    height: fit-content;
    position: absolute;
    top: 52px;
    right: 4px;
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    margin: 0;
    border-radius: 8px;
    align-items: flex-start;
    z-index: 12;
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
  }
  #nav_center {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    left: unset;
    transform: unset;
    width: -webkit-fill-available;
    width: -moz-available;
    gap: 2px;
  }
  #nav_center a {
    width: -webkit-fill-available;
    width: -moz-available;
    text-align: left;
    padding: 5px 8px 5px 8px;
    min-width: 150px;
  }
  #nav_center a:hover{
    background-color: #eee;
    border-radius: 6px;
  }
  .tag_new {
    margin: 0 0 0 2px;
  }
  .dropbtn {
     display: flex;
    align-items: center;
    padding: 3px 7px 3px 6px;
  }
  .dropdown:hover .dropdown-content{
    display: none;
  }
  .dropdown-content.active{
    display: block !important;
    max-height: calc(100vh - 80px);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    top: 43px;
    right: -40px;
  }
  #globe {
    height: 24px;
    width: auto;
  }
  .dropdown{
    position: absolute;
    right: 44px;
  }
  .langlabel{
    display: none;
  }
}

@media (max-width: 700px) {
  .sub_flexbox {
    flex-direction: column;
  }
  .imgbg {
    background-color: unset;
    padding: 0;
  }
  .img_shadow_new{
    box-shadow: none;
  }
  .img_desc_wrap{
    margin-bottom: 10px;
  }
  #sub {
    flex-direction: column;
  }
  .sub_cards {
    min-width: 377px;
  }
}
@media (max-width: 520px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 16px;
  }
  h4,  p,  li {
    font-size: 14px !important;
    line-height: 150%;
  }
  .center_heading {
    font-size: 13pt;
  }
  a.submenu {
    font-size: 8pt;
  }
  .main_menu_font {
    font-size: 9pt;
  }
  .codebox {
    font-size: 9pt;
  }
  .tag_new {
    font-size: 7px;
  }
  .center_heading {
    font-size: 13pt;
  }
  a.submenu {
    font-size: 8pt;
  }
  .main_menu_font {
    font-size: 9pt;
  }
  .codebox {
    font-size: 9pt;
  }
  #sub {
    margin: 0 20px;
    width: 100%;
  }
  .sub_cards {
    width: -webkit-fill-available;
    width: -moz-available;
    min-width: auto;
  }
  .sub_flexbox_imgbg{
    flex-direction: column;
  }
}

@media (max-width: 400px) {
  a.submenu {
    font-size: 7pt;
  }
  .main_menu_font {
    font-size: 7pt;
  }
}
@media (max-width: 370px) {
  /* 메인 메뉴 좌우 여백 줄이기 */
  a.mainmenu:link,
  a.mainmenu:visited,
  a.mainmenu:active,
  a.mainmenu:hover {
    margin-right: 3px;
    margin-left: 0px;
  }
}

@media (max-width: 350px) {
  .tag_new {
    display: none;
  }
  .content {
    width: 330px;
  }
}