/* @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", Arial, Helvetica, sans-serif, -apple-system,
    BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif,
    Apple Color Emoji, Segoe UI Emoji;
  width: 100vw;
  overflow-x: hidden !important;
}

body {
  margin: 0;
  padding: 0;
}

html::-webkit-scrollbar-thumb {
  background-color: transparent;
}

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;
}

/* 강조 텍스트 */
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", Arial, Helvetica, sans-serif, -apple-system,
    BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif,
    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;
}

.imgbg{
  background-color:#e6eaee; 
  padding:24px; 
  border-radius:12px;
  margin: 0 auto;
}
.videobg{
  background-color:#171717; 
  border-radius:12px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

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: #f2f5f9;
  padding: 5px calc((100vw - 960px) / 2) !important;
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}

.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: 12px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  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", Arial, Helvetica, sans-serif, -apple-system,
  BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif,
  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: #1e2f4a;
  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;
}
.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 {
  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,
.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;
}


/**** 테이블 ****/

/* 상단 가운데 메뉴 */
.nav_bar {
  margin: 0;
  background-color: #181818;
  display: flex;
  justify-content: space-around;
  width: 100vw;
}

#nav_bar_inner {
  padding: 7px !important;
  display: flex;
  align-items: center;
  max-width: 1320px;
  width: -webkit-fill-available;
  width: -moz-available;
  justify-content: space-between;
}

#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%);
  width: fit-content;
  margin-left: calc(50vw - 50%);
}

.dropdown {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* 푸터 색상 */
.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: 100vw;
}

/* 서브 메뉴 배경색 */
.td_submenu_color {
  background-color: #eeeeee;
}

.footer_int,
.footer_kor {
  margin: 0;
  font-family: "pretendard";
  background-color: #f2f5f9;
}

.footer_kor {
  padding-top: 20px !important;
}

.footer_int {
  padding-bottom: 20px 0 !important;
}

#copyright {
  font-size: 8pt;
}

/* 메인 메뉴 높이 */
.main_menu_height {
  height: 56px;
}

/* 메인 메뉴 글자 */
.main_menu_font {
  font-size: 12pt;
  font-family: "pretendard";
}

.lang_select_font {
  font-size: 9pt;
}

/* 메인 컨텐츠*/

/* 상단 메뉴 홈 */
a.mainmenu_home:link,
a.mainmenu_home:visited,
a.mainmenu_home:active,
a.mainmenu_home:hover {
  color: #cccccc;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* 상단 메뉴 링크 */
a.mainmenu:link,
a.mainmenu:visited,
a.mainmenu:active,
a.mainmenu:hover {
  color: #cccccc;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

a.mainmenu:hover {
  color: white;
}

a.mainmenubold:link,
a.mainmenubold:visited,
a.mainmenubold:hover,
a.mainmenubold:active {
  color: #53aaea;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: normal;
}

/* 서브 메뉴 링크 */
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: #2222ff;
  text-decoration: underline;
}
#bandiview_main_menu_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: -16px !important;
}
.tag_new {
  color: #2f231c;
  background-color: #ffed48;
  padding: 6px 12px 2.5px 14px;
  font-size: 9px;
  font-weight: 900;
  line-height: 100%;
  border-radius: 0 0 8px 8px;
}

/* 서브 메뉴 구분 하기 */
span.submenuSplit {
  color: #bbbbbb;
}

/* 메인 테이블 */
.mainTable {
  display: inline-table;
  width: 460px;
  text-align: left;
}

/* === 드롭 메뉴 버튼 === */
/* 스팬 부분 */

/* 메뉴 버튼 */
.dropbtn {
  background-color: #181818;
  color: #cccccc;
  border: none;
  cursor: pointer;
}

.dropbtn:focus {
  outline: 0;
}

/* 팝업 스팬 */
.dropdown-content {
  padding-top: 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: 43px;
  /* transform: translateX(-90px); */
  border-radius: 8px;
}

/* 팝업의 링크 */
.dropdown-content a {
  color: black;
  padding: 3px 16px 3px 16px !important;
  text-decoration: none;
  display: block;
  font-size: 10pt;
  font-family: "pretendard";
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  border-radius: 12px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  color: white;
  background-color: #181818;
}

.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.line {
  width: 25px;
  height: 1.5px;
  background-color: white;
  margin: 3px 0 !important;
}

#btnarrow {
  display: none;
}

.visuallyhidden {
  display: none;
}

/* 메인 컨텐트 */
.main_content {
  /* margin:0 calc((100vw - 960px) / 2); */
  margin: auto;
  /* max-width: 960px; -> 여기서 지정하지 말것. html 의 main_content 영역에 적혀있음 */
  width: 100%;
}

/* front */

#main {
  width: 100vw;
}

#bandisoft_intro {
  display: none;
}

/* carousel */
.crsul_wrap {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin-top: 50px;
}

.crsul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  transition: transform 0.3s ease-out;
}
.crs {
  flex-shrink: 0;
  width: calc(100% - 24px);
  max-width: 1320px;
  height: 400px;
  box-sizing: border-box;
  margin-right: 12px;
}

.crs:last-child {
  margin-right: 0;
}

.acrs {
  display: block !important;
  text-decoration: none !important;
  color: unset;
  box-sizing: border-box;
}

.crs_content {
  width: calc(100% - 104px);
  height: 100%;
  background-size: cover;
  background-position: center;
}

.crsul::-webkit-scrollbar {
  display: none;
}

.crsbutton {
  position: absolute;
  top: 320px;
  width: 3rem;
  height: 3rem;
  border-radius: 30px;
  border: none;
  background-color: rgba(108, 108, 108, 0.6);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.28);
  color: white;
  cursor: pointer;
  z-index: 1;
  transform: translateY(-50%);
}

.crsbutton--previous {
  left: 1.5rem;
  transform: rotate(180deg) translateY(50%);
}

.crsbutton--next {
  right: 1.5rem;
}
/* carousel */

.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);
}

.logo_area {
  font: 900 36px pretendard, sans-serif;
  background-image: url(../bandiview/imgs/bandivie_gradient.svg);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  gap: 12px;
  align-items: center;
}
.logo_area img {
  width: 38px;
  height: 38px;
}
.crs_content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 52px;
  height: 296px;
  border-radius: 12px;
}
#crs_1 {
  font: 800 42px "Pretendard", sans-serif;
  background-image: url(../img.front/main_crs_1.jpg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  color: white;
}
#crs_1_text {
  background: linear-gradient(
    132deg,
    rgba(255, 255, 255, 1) 20%,
    rgba(185, 199, 142, 1) 60%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#crs_2 {
  font: 800 42px "Pretendard", sans-serif;
  background-image: url(../img.front/main_crs_2.jpg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
#crs_2_wrap {
  display: flex;
  justify-content: space-between;
  width: -webkit-fill-available;
  width: -moz-available;
  align-items: center;
}
#crs_2_text {
  color: white;
}
#crsbtn {
  font: 600 26px pretendard, sans-serif;
  background-color: #008eff;
  color: white;
  border-radius: 50px;
  padding: 14px 38px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
#crs_3 {
  font: 800 42px "Pretendard", sans-serif;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background-color: #171717;
  padding: 52px 52px 0 52px;
  height: 348px;
}
#crs_3_text {
  font-style: italic;
}

#crs_3_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: -webkit-fill-available;
  width: -moz-available;
  padding-bottom: 42px;
  height: 90%;
}
#crs_3_text_1 {
  text-shadow: -1px 0px white, 0px 1px white, 1px 0px white, 0px -1px white;
  color: #171717;
}
#crs_3_text_2 {
  color: white;
}
#graphwrap {
  margin-top: 0;
  width: 68%;
  justify-content: space-between;
  flex-shrink: 0;
}
.graphs {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 38px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 14px 14px 0 0;
  position: relative;
}
.graph p {
  width: 50%;
  font: 300 17px pretendard, sans-serif;
  color: white;
  padding: 0;
  margin: 0;
  flex-shrink: 0;
}
.graph {
  display: flex;
  align-items: center;
  gap: 12px;
}
.graph_bv {
  height: 8px;
  border-radius: 20px;
  width: 60%;
  background: linear-gradient(
    90deg,
    rgb(31, 139, 255) 0%,
    rgb(255, 35, 196) 100%
  );
}
.graph_bv_ {
  height: 8px;
  border-radius: 20px;
  width: 10.5%;
  background: linear-gradient(
    90deg,
    rgba(126, 188, 255, 0.5) 0%,
    rgba(255, 167, 232, 0.5) 100%
  );
}
.graph_hv {
  height: 8px;
  border-radius: 20px;
  width: 10.5%;
  background: linear-gradient(
    90deg,
    rgba(255, 252, 181, 0.5) 0%,
    rgba(255, 207, 94, 0.5) 100%
  );
}
.graph_a {
  height: 8px;
  border-radius: 20px;
  width: 9.8%;
  background-color: rgb(91, 91, 91);
}
.graph_b {
  height: 8px;
  border-radius: 20px;
  width: 6.8%;
  background-color: rgb(91, 91, 91);
}
.graph_c {
  height: 8px;
  border-radius: 20px;
  width: 5.78%;
  background-color: rgb(91, 91, 91);
}
.tentimes_main {
  position: absolute;
  bottom: 60%;
  right: 6%;
  font-size: 36px;
  font-weight: 900;
  line-height: normal;
  background-image: url(../bandiview/imgs/bandivie_gradient.svg);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
}

.main_menu_font {
  margin: 0 5px !important;
}

#main_text {
  color: #1e1f20;
  font: 700 20px "Pretendard", sans-serif;
  text-align: center;
  margin-top: 48px !important;
  border: none;
}

.mp_cards {
  border-radius: 14px;
  height: fit-content;
  transition-duration: 0.2s;
  border: 1px solid #e4e6e8;
  width: 100%;
}

.mp_cards img {
  border-radius: 14px 14px 0 0;
  width: 100%;
  height: auto;
}

.mp_cards h3 {
  margin: 0;
}

.mp_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;
  transform: translateY(-10px);
}

.main_first {
  display: flex;
  align-items: center;
}
#mp_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 0 90px 0;
}
#main_products {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  max-width: 1320px;
  width: 100%;
}

.sub_cards_des h3 {
  border: none;
}

.main_first h2 {
  padding: 0;
}

#main_products h2 {
  border: none;
}

#main_products h3 {
  border: none;
}

.mp_bt p {
  margin: 0;
  color: #26a4ff;
    font-weight: 700 !important;
    font-size: 14px !important;
}

.tags {
  background-color: #e8f5ff;
  color: #26a4ff;
  width: fit-content;
  padding: 4px 10px 4px 10px !important;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.tags:hover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  transition-duration: 0.25s;
  text-decoration: none;
}

.tags_btm {
  background-color: #e8f5ff;
  color: #26a4ff;
  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;
}

.tags_btm:hover {
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.24);
  transition-duration: 0.25s;
  text-decoration: none;
  cursor: pointer;
}
#tag_holder {
  display: flex;
  gap: 12px;
}
#twotags {
  display: flex;
  gap: 12px;
}

.mp_cards_contents {
  text-align: left;
  padding: 24px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mp_cards_contents img {
  width: auto;
}

#honeycam2 {
  display: none;
}

.free {
  color: #26a4ff;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: right;
}

.free img {
  margin-left: 4px !important;
}

.mp_cards_contents h2 {
  margin: 0 0 0 8px !important;
  font-weight: 800;
  font-size: 24px;
}

.mp_cards_contents h3 {
  margin: 6px 0 28px 0 !important;
  font-weight: 400;
  padding: 0;
  font-size: 18px;
  line-height: 150%;
}

.mp_bt {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 14px !important;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mp_bt a {
  flex: 0 0 auto;
}

#main_intro {
  text-align: center;
  border: none;
  margin: 30px 16px;
  font-size: 32px;
  word-break: keep-all;
}

#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;
}

.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;
  width: 100vw !important;
  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;
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main_comp {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.def-text {
  display: block;
}

.alt-text {
  display: none;
}
/* QNA 
.qna {
	font-weight: 900;
	font-size:28px;
	line-height: 1.1;
	margin-top:20px;
}
*/
.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;
}
.cell1 {
  width: 12%;
}
.cell2 {
  width: 18%;
}
.cell3 {
  width: 70%;
}
.r1{
  font-weight: 700;
}
/* 변경사항 표 */

@media (max-width: 1320px) {
  .crsul_wrap {
    padding: 0;
    margin: 0;
  }
  #crsbtn {
    font-size: 16px;
  }
  .crs_content {
    border-radius: 0px;
    background-position: right;
    background-size: cover;
    width: 100%;
    box-sizing: border-box;
    height: 400px !important;
  }
  #main_products {
    margin: 0 20px;
    width: auto;
  }
  .acrs {
    width: 100vw;
  }
  .crs {
    flex: 0 0 100vw;
    margin-right: 0;
    width: 100vw;
  }
  .crsbutton {
    top: 280px;
  }
  #nav_center a {
    width: max-content;
  }
  #sub_wrap_wrap{
    flex-direction: column;
  }
  #sub_texts {
    text-align: center;
    margin: 0 !important;
    margin-bottom: 24px !important;
  }
}

@media (max-width: 1030px) {
  .crs_texts {
    font-size: 28px;
  }
  .logo_area {
    font-size: 24px;
  }
  .logo_area img {
    width: 24px;
    height: 24px;
  }
  #crs_3_left {
    height: 300px;
  }
  .graphs {
    gap: 18px;
  }
  .graph p {
    width: 38%;
  }
  #graphwrap {
    width: 70%;
  }
  a.smallbutton,
  a.smallbutton:hover,
  a.smallbutton:link,
  a.smallbutton:visited,
  a.smallbutton:active {
    font-size: 8pt;
  }
  #main_products h3 {
    font-size: 16px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 18px;
  }
  p,
  li {
    font-size: 16px;
  }
  .def-text {
    display: none;
  }
  .alt-text {
    display: block;
  }
}

@media (max-width: 960px) {
  .subpage_format {
    margin: 0 auto;
    width: 90%;
  }
  .subpage_img {
    height: 180px !important;
    background-size: cover;
  }
}

@media (max-width: 830px) {
  #bandisoft_intro {
    display: flex;
    flex-direction: column;
    background-image: url(../img.front/main_bg.jpg);
    height: 270px;
    justify-content: center;
    align-items: center;
  }
  #bandilogo {
    width: 40%;
  }
  .crsul_wrap {
    display: none;
  }
  .crsbutton {
    display: none;
  }
  .mp_cards_contents {
    height: fit-content;
  }
  #main_products {
    flex-direction: column;
    gap: 32px;
  }
  .nav_bar {
    width: unset;
  }
  #nav_bar_inner {
    flex-direction: row-reverse;
    padding: 12px !important;
  }
  .free {
    display: flex;
  }
  #sub {
    flex-direction: column;
  }
  .center_heading {
    font-size: 15pt;
  }
  .box,
  .box2,
  .codebox,
  .notice {
    padding: 16px;
  }
  .box{
    gap: 12px;
  }
  a.button {
    font-size: 10pt;
  }

  .main_menu_font {
    font-size: 10pt;
  }

  .lang_select_font {
    font-size: 8pt;
  }

  a.submenu {
    font-size: 10pt;
  }

  div.div_submenu {
    font-size: 5pt;
  }

  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;
  }
  .footer_wrap {
    background-color: #f2f5f9;
    height: 280px;
  }

  .main_first h2 {
    font-size: 20px;
  }
  .center_heading {
    font-size: 15pt;
  }
  a.button {
    font-size: 10pt;
  }
  .main_menu_font {
    font-size: 10pt;
  }
  .lang_select_font {
    font-size: 8pt;
  }
  a.mainmenu_home {
    display: none;
  }
  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;
  }
  .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%;
  }
  .sub_cards{
    min-width: 377px;
  }
}

@media (max-width: 700px) {
  .burger {
    display: flex;
  }

  #nav_right {
    display: none;
  }

  #nav_bar_inner {
    justify-content: flex-start;
  }

  #nav_right.active {
    display: flex;
    flex-direction: column;
    padding: 14px 14px !important;
    width: 20vw;
    height: fit-content;
    position: absolute;
    top: 65px;
    right: 8px;
    background-color: #181818;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    color: white;
    margin: 0;
    border-radius: 6px;
    align-items: flex-start;
    z-index: 1;
  }

  #nav_center {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    left: unset;
    transform: unset;
    margin-left: unset;
  }

  #bandiview_main_menu_top {
    flex-direction: row-reverse;
    margin-top: 0 !important;
    gap: 4px;
  }

  .dropbtn {
    padding: 0;
    display: flex;
    align-items: center;
  }

  #btnarrow {
    margin-left: 8px !important;
    display: flex;
    filter: brightness(255);
    transform: rotate(90deg);
  }

  #globe {
    margin-right: 8px !important;
    height: 18px;
    width: auto;
  }

  .dropbtn {
    margin-top: 16px;
  }
  .dropdown {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: fit-content;
  }

  .dropdown-content {
    position: inherit;
    background-color: #181818;
    border-radius: 12px;
    min-width: fit-content !important;
    margin-top: 8px;
    transform: translateX(3px);
  }

  .dropdown-content a {
    color: #cccccc;
    padding: 8px 0 !important;
    text-decoration: none;
    display: block;
    font-size: 8pt;
    font-family: "pretendard";
  }

  .dropdown-content a:hover {
    background-color: #181818;
    color: white;
  }

  .dropdown:hover .dropdown-content {
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: fit-content;
  }

  .dropdown:hover #btnarrow {
    transform: rotate(270deg);
  }
  .tag_new {
    color: #2f231c;
    background-color: #ffed48;
    padding: 2.5px 6px 3px 6px;
    border-radius: 8px;
  }
  .imgbg{
    background-color: none; 
    padding: 0; 
  }
}

@media (max-width: 520px) {
    h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 16px;
  }
  h4,
  p,
  li {
    font-size: 14px;
    line-height: 150%;
  }
  .center_heading {
    font-size: 13pt;
  }
  a.button {
    font-size: 9pt;
  }
  a.submenu {
    font-size: 8pt;
  }
  /* html {
    font-size: 9pt;
  } */
  .main_menu_font {
    font-size: 9pt;
  }
  .lang_select_font {
    font-size: 0pt;
  }
  .codebox {
    font-size: 9pt;
  }
  .tag_new {
    font-size: 7px;
  }
  .center_heading {
    font-size: 13pt;
  }

  a.button {
    font-size: 9pt;
  }

  a.submenu {
    font-size: 8pt;
  }
  #main_intro{
    font-size: 28px;
  }
  
  .main_menu_font {
    font-size: 9pt;
  }

  .lang_select_font {
    font-size: 0pt;
  }

  .codebox {
    font-size: 9pt;
  }

  .dropdown-content a {
    font-size: 10px !important;
  }
  #sub{
    margin: 0 20px;
    width: -webkit-fill-available;
    width: -moz-available;
  }
  .sub_cards {
    width: -webkit-fill-available;
    width: -moz-available;
    min-width: auto;
  }
}

@media (max-width: 400px) {
  a.button {
    font-size: 7pt;
  }
  a.submenu {
    font-size: 7pt;
  }
  .main_menu_font {
    font-size: 7pt;
  }
  .lang_select_font {
    font-size: 0pt;
  }

  .footer_int,
  .footer_kor {
    font-family: "pretendard";
  }
}

@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;
  }
  .mp_cards {
    width: 300px !important;
  }

  .mp_cards_contents {
    width: 252px;
  }

  .mp_cards img {
    width: 300px;
  }

  .mp_cards_contents img {
    width: auto;
  }

  .mp_bt {
    width: inherit;
  }

  .sub_cards {
    width: 280px;
    padding: 20px 16px 20px 16px !important;
  }

  .content {
    width: 330px;
  }
}
