@charset "utf-8";

div,
li,
span,
a,
th,
td,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans KR', sans-serif;
}

body {
  min-width: 320px;
}

* *,
* {
  font-family: 'Noto Sans KR', sans-serif;
}

a {
  text-decoration: none !important;
}

/* default */
.taC {
  text-align: center;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 0.33rem !important;
}

.mt10 {
  margin-top: 0.67rem !important;
  ;
}

.mt15 {
  margin-top: 1rem !important;
}

.mt20 {
  margin-top: 1.33rem !important;
}

.mt30 {
  margin-top: 2rem !important;
}

.mt40 {
  margin-top: 2.67rem !important;
}

.mt50 {
  margin-top: 3.33rem !important;
}

.mt60 {
  margin-top: 4rem !important;
}

.mt70 {
  margin-top: 4.67rem !important;
}

.mt80 {
  margin-top: 5.33rem !important;
}

.mt100 {
  margin-top: 6.67rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 0.33rem !important;
}

.mb10 {
  margin-bottom: 0.67rem !important;
}

.mb15 {
  margin-bottom: 1rem !important;
}

.mb20 {
  margin-bottom: 1.33rem !important;
}

.mb30 {
  margin-bottom: 2rem !important;
}

.mb40 {
  margin-bottom: 2.67rem !important;
}

.mb50 {
  margin-bottom: 3.33rem !important;
}

.mb60 {
  margin-bottom: 4rem !important;
}

.mb70 {
  margin-bottom: 4.67rem !important;
}

.mb80 {
  margin-bottom: 5.33rem !important;
}

.mb100 {
  margin-bottom: 6.67rem !important;
}

.ml5 {
  margin-left: 0.33rem !important
}

.ml10 {
  margin-left: 0.66rem !important
}

.mr5 {
  margin-right: 0.33rem !important
}

.mr10 {
  margin-right: 0.66rem !important
}

.pT10 {
  padding-top: 0.67rem;
}

.pT20 {
  padding-top: 1.33rem;
}

.pB10 {
  padding-bottom: 0.67rem;
}

.pB20 {
  padding-bottom: 1.33rem;
}

.pt10 {
  padding-top: 0.67rem !important;
}

.pt20 {
  padding-top: 1.33rem !important;
}

.pb10 {
  padding-bottom: 0.67rem !important;
}

.pb20 {
  padding-bottom: 1.33rem !important;
}

.pl10 {
  padding-left: 0.67rem !important;
}

.pl15 {
  padding-left: 1rem !important;
}

.pl20 {
  padding-left: 1.33rem !important;
}

.pl30 {
  padding-left: 2rem !important;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.dBlock {
  display: block;
}

/* button */
a.btn1 {
  padding: 0.8rem 1.6rem;
  line-height: 1.5;
  font-weight: normal;
  font-size: 1rem;
  background-color: #1f0171;
}

a.btn1:hover,
a.btn1.selected {
  background-color: #c04343;
}

a.btn1.common {
  font-weight: normal;
}

/* css */
html {
  font-size: 15px;
}

.bgM {
  background-color: #3595d1;
}

.fC {
  color: #3595d1;
}

.fcSIEF {
  color: #f26d39;
}

.fcPGK {
  color: #3153c1;
}

/* #con_container img {max-width:100%;} */
img {
  max-width: 500px;
  width: 100%;
}

/* mobile UI */
#app-menu-button {
  display: none;
  position: absolute;
  top: 15px;
  left: 15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  text-align: center;
  z-index: 999;
}

#app-menu-button i {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
}

/* title */
.topTit {
  overflow: hidden;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5em;
  word-break: keep-all;
  word-wrap: break-word;
}

.topTit strong {
  display: block;
  font-weight: 500;
  font-size: 2.13rem;
}

.title01 {
  overflow: hidden;
  display: block;
  font-size: 1.467rem;
  font-weight: 600;
  color: #010101;
}

.title02 {
  overflow: hidden;
  display: block;
  padding-left: 1.8rem;
  font-size: 1.33rem;
  font-weight: 400;
  background: url('/home/2018/siefpgk/image/bul_title01.png') no-repeat 0 4px;
}

.titBtnArea {
  overflow: hidden;
}

.titBtnArea strong.title {
  float: left;
}

.titBtnArea .titBtn {
  float: right;
}

.titTxtArea {
  overflow: hidden;
}

.titTxtArea strong {
  display: inline-block;
  margin-right: 1rem;
}

.titTxtArea span {
  display: inline-block;
  vertical-align: bottom;
}

/* txt */
.empTxt {
  overflow: hidden;
  position: relative;
  font-size: 1.13rem;
  color: #585858;
  line-height: 1.4em;
  letter-spacing: -0.04em;
  word-break: keep-all;
  word-wrap: break-word;
}

/*.empTxt:before {content:''; display:inline-block; position:absolute; top:0; left:50%; margin-left:-2.615rem; width:5.33rem; height:0.33rem; background-color:#262626;}*/
.empTxt strong {
  display: block;
  margin: 2.33rem 0 1.3rem;
  font-weight: 500;
  font-size: 1.467rem;
  text-align: center;
}

.empTxt strong span {
  color: #e50000;
}

.ref {
  font-size: 1rem;
  color: #1f0171;
}

.nomalList {
  overflow: hidden;
}

.nomalList>li,
.normalTxt {
  overflow: hidden;
  margin-top: 6px;
  padding-left: 1rem;
  text-indent: -1rem;
  font-size: 1rem;
  color: #4b4b4b;
  font-weight: 300;
  line-height: 1.4em;
  word-break: keep-all;
  word-wrap: break-word;
}

.nomalList>li b {
  font-weight: 500;
}

.nomalList.txtUp li {
  font-size: 1.16rem;
}

.dotList {
  overflow: hidden;
  padding-left: 0;
}

.dotList>li,
.dotTxt {
  position: relative;
  margin-top: 6px;
  padding-left: 0.2rem;
  font-size: 1rem;
  color: #4b4b4b;
  font-weight: 300;
  line-height: 1.4em;
  word-break: keep-all;
  word-wrap: break-word;
}

.dotList>li:first-child {
  margin-top: 0;
}

/* .dotList>li:before,
.dotTxt:before {
  content: '\00b7';
  position: absolute;
  top: 0rem;
  left: 0rem;
  font-weight: 600;
} */

.dashList {
  overflow: hidden;
}

.dashList>li,
.dashTxt {
  position: relative;
  margin-top: 6px;
  padding-left: 1rem;
  font-size: 1rem;
  color: #4b4b4b;
  font-weight: 300;
  line-height: 1.4em;
  word-break: keep-all;
  word-wrap: break-word;
}

.dashList>li:first-child {
  margin-top: 0;
}

.dashList>li:before,
.dashTxt:before {
  content: '-';
  position: absolute;
  top: 0rem;
  left: 0rem;
  font-weight: 600;
}

.dashList .dash-list-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px;
}

.dashList .dash-list-img img {
  transform: scale(.8);
}

.processList {
  overflow: hidden;
  background-color: #f8f8f8;
}

.processList>li {
  display: inline-block;
  width: 33.3%;
  margin-right: -5px;
  padding: 2rem 0 2rem 25px;
  box-sizing: border-box;
  text-align: center;
  color: #010101;
}

/*  ⺻3??? */
.processList.item4>li {
  width: 25%;
}

/* 4??? */
.processList.item5>li {
  width: 20%;
}

/* 4??? */
.processList>li:first-child {
  padding-left: 0;
  background: none;
}

.processList>li .prImg {
  display: inline-block;
  height: 3.6rem;
  margin-bottom: 1rem;
}

.processList>li .prImg img {
  max-height: 100%;
}

.processList>li b {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.33rem;
}

.processList>li p {
  font-size: 1rem;
  word-break: keep-all;
  word-wrap: break-word;
}

.innerDesc {
  text-indent: 0px;
}

/* table */
.tableArea {
  overflow: auto;
  margin-top: 2rem;
}

td.imgcell img {
  vertical-align: middle;
}

td.imgcell b {
  display: block;
  font-weight: 500;
}

table.infoTbl {
  width: 100%;
  border-top: 2px solid #414141;
  border-bottom: 1px solid #aaa;
  font-size: 1rem;
  color: #3f3f3f;
}

table.infoTbl tr {
  border-top: 1px solid #e1e1e1;
}

table.infoTbl tr.databar {
  border-top: 2px solid #d1d1d1;
}

table.infoTbl td {
  border-left: 1px solid #e1e1e1;
  color: #3f3f3f;
  font-weight: 300;
}

table.infoTbl tr td:first-child,
table.infoTbl tr th:first-child {
  border-left: 0;
}

table.infoTbl th,
table.infoTbl td {
  padding: 0.8rem;
  line-height: 1.5em;
  word-break: keep-all;
  word-wrap: break-word;
}

table.infoTbl td img {
  vertical-align: middle;
}
input[type=checkbox], input[type=radio]{
  width: 20px;
  height: 20px;
}
table.infoTbl td input[type=text],
table.infoTbl td input[type=tel],
table.infoTbl td input[type=email],
table.infoTbl td input[type=password]  {
  width: 100%;
  height: 2rem;
  border: 1px solid #eee;
  text-indent: 0.67rem;
  background-color: white;
}

table.infoTbl th {
  border-left: 1px solid #e1e1e1;
  font-weight: 500;
  text-align: center;
  background-color: #f6f5f2;
}

table.infoTbl .bdLeft {
  border-left: 1px solid #e1e1e1 !important;
}

table.mypageTbl {
  width: 100%;
  border: none;
  border-top: 2px solid #414141;
  border-bottom: 1px solid #aaa;
  font-size: 1rem;
  color: #3f3f3f;
}

table.mypageTbl tr {
  border-top: 1px solid #e1e1e1;
}

table.mypageTbl th {
  font-weight: 500;
  text-align: center;
  background-color: #f7f8fa;
  border: none
}

table.mypageTbl td {
  border-left: 1px solid #e1e1e1;
  color: #3f3f3f;
  font-weight: 300;
}

table.mypageTbl tr td:first-child {
  border-left: 0;
}

table.mypageTbl th,
table.mypageTbl td {
  padding: 1rem;
  line-height: 1.5em;
  word-break: keep-all;
  word-wrap: break-word;
}

/* table 02 */
table.infoTbl02 td {
  vertical-align: top;
}

table.infoTbl02 td p {
  margin-top: 0.5rem;
}

/* table 03*/
table.infoTbl03 {
  max-width: 1200px;
  border-right: 1px solid #e1e1e1
}

table.infoTbl03 tr td:first-child,
table.infoTbl03 tr th:first-child {
  border-left: 1px solid #e1e1e1;
}

table.infoTbl03 th,
table.infoTbl03 td {
  padding: 1rem 0.3rem;
  text-align: center;
}

/* tbl 4*/
.fairmenu12923.fairmenu5587 #container {
  width: 1400px;
}

.fairmenu8996.fairmenu5587 #container {
  width: 1400px;
}

table.infoTbl04 {
  width: 100%;
  border-right: 1px solid #e1e1e1
}

table.infoTbl04 tr td:first-child,
table.infoTbl04 tr th:first-child {
  border-left: 1px solid #e1e1e1;
}

table.infoTbl04 th,
table.infoTbl04 td {
  padding: 1rem 0.3rem;
  text-align: center;
}

/* 테이블내부 스폰서로고즈 */
.logosBox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.logosBox img {
  max-height: 3vh;
}

/* board table */
.board_1 {
  font-size: 1rem;
}

.board_1 th {
  font-weight: 500;
}

.board_1 a {
  font-weight: 400;
}

.cfair_list .booth {
  display: none;
}

/* tab style */
.tabBox {
  overflow: hidden;
}

.tablist {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #1f0171;
}

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

.tablist li {
  flex: 1;
  box-sizing: border-box;
  background-color: #f5f5f5;
}

.tablist li a {
  display: block;
  padding: 16px 0 15px;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  box-sizing: border-box;
  font-size: 1.13rem;
  color: #666;
  text-align: center;
}

.tablist li.on a {
  margin: 0 0 -1px;
  padding: 15px 0;
  z-index: 1;
  border-top: 3px solid #1f0171;
  border-left: 1px solid #1f0171;
  border-right: 1px solid #1f0171;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

/* button */
.btn {
  display: inline-block;
  border-radius: 5px;
}

.btn.smallLink {
  padding: 3px 15px;
  font-size: 0.93rem;
  color: #fff;
  text-align: center;
}

.btn.small {
  padding: 13px 45px 13px 25px;
  font-size: 0.93rem;
  color: #fff;
  text-align: center;
}

.btn.normal {
  padding: 12px 42px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

.btn.wide {
  padding: 14px 57px;
  font-size: 1.067rem;
  color: #fff;
  text-align: center;
}

.btn.navy {
  background-color: #354f98;
}

.btn.red {
  background-color: #c72946;
}

.btn.black {
  background-color: #353535;
}

.btn.gray {
  background-color: #eaeaea;
}

.btn.purple {
  background-color: #30207f;
}

/* layout */
#wrap {
  background: none;
}

#header_wrap {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
  background-size: 100% auto;
}

/* sub header */
.main_page #header_wrap {
  padding-bottom: 0;
  background: none;
}

#header {
  width: 100%;
  height: auto;
}

#topMenu {
  display: none;
  overflow: hidden;
  position: relative;
  top: auto;
  right: auto;
  width: 1200px;
  height: 35px;
  margin: 0 auto;
  background-color: #fff;
}

.hsection {
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  height: 100px;
  margin: 0 auto;
  border-bottom: 1px solid #1f0171;
}

.top_menu {
  overflow: hidden;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
}

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

.top_menu ul li a {
  display: inline-block;
  box-sizing: border-box;
  padding: 8px 10px;
  font-size: 0.93rem;
  color: #515151;
  text-align: center;
  vertical-align: middle;
}

.top_menu ul li.tm_sign a:before,
.top_menu ul li.tm_logout a:before {
  content: '|';
  display: inline-block;
  margin-right: 1rem;
  vertical-align: baseline;
}

.top_menu ul li.tm_userinfo {
  display: none;
}

.top_menu ul li.tm_userinfo>span {
  display: inline-block;
  padding: 10px;
  font-size: 0.8rem;
  color: #515151;
  text-align: center;
  vertical-align: middle;
}

.top_menu ul li.tm_lang a {
  width: 5rem;
  font-size: 0.867rem;
  color: #4e4e4e;
  text-align: center;
  background-color: #ececec;
}

.top_menu ul li.tm_lang.kor {
  margin-left: 1rem;
}

.top_menu ul li.tm_lang.selected a {
  color: #fff;
  background-color: #1f0171;
}

.hd_date {
  position: absolute;
  top: 40px;
  right: 0;
}

.hd_date .web {
  display: none;
}

#header h1 {
  top: 18px;
  left: 1%;
  z-index: 3;
}

#header h1 a img {
  width: 15rem;
}

#header h1 .web {
  display: none;
}

#topMenu li.tnb_userinfo>span {
  display: block;
  padding: 10px;
}

.tnb_lang .lang {
  padding-left: 0;
}

.tnb_lang .lang span span.language {
  display: none;
}

.tnb_lang .lang img {
  display: none;
}

.tnb_lang .lang i {
  padding: 0;
  color: #fff;
}

.quickBanner {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 21rem;
  right: calc(50% - 600px);
  z-index: 2;
}

.quickBanner img {
  width: 10em;
}

/*.main_page .quickBanner {display:block }*/
.quickBanner ul {
  width: 190px;
}

.quickBanner ul li {
  text-align: center;
  margin-top: 1rem;
}

#gnb_wrap {
  position: relative;
  height: auto;
  border-top: 1px solid #d3d3d3;
  background-color: #fff;
}

#gnb_wrap:after {
  content: '';
  display: block;
  clear: both;
}

#gnb {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 1200px;
  margin: 0 auto;
  top: auto;
  right: auto;
  height: auto;
  font-size: 0;
}

#gnb .frag {
  display: block;
}

#gnb>li {
  float: none;
  display: inline-block;
  width: 16.667%;
  font-size: 16px;
  font-size: 1.2rem;
}

#gnb>li>a {
  padding: 1.2rem 0;
  height: auto;
  font-weight: 500;
  font-size: 1.2rem;
  color: #414141;
}

#gnb>li>a .frag-1 {
  margin-top: -0.6em;
}

#gnb>li:hover>a {
  background-color: #1f0171;
  color: #fff;
}

#gnb>li>div {
  top: 66px;
  text-align: left;
}

#gnb>li.fair5587 .gnb_sub_wrap {
  width: 300px;
  margin-left: -35px
}

#gnb>li .gnb_sub_wrap {
  overflow: hidden;
  position: absolute;
  display: block;
  top: 61px;
  left: 0;
  width: 100%;
  margin-top: 0;
  visibility: collapse;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s, visibility 0s 0.3s;
}

#gnb>li:hover .gnb_sub_wrap {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s 0s;
}

#gnb>li .gnb_sub {
  display: block;
  margin-top: 0;
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  background: #fff;
}

#gnb>li:hover .gnb_sub {
  left: auto;
}

#gnb>li .gnb_sub .nav-bullet {
  display: none;
}

#gnb>li .gnb_sub li {
  position: relative;
  padding: 0;
  font-size: 15px;
  line-height: normal;
}

#gnb>li .gnb_sub li a {
  position: relative;
  display: block;
  padding: 1rem;
  font-size: 1rem;
  text-align: left;
  color: #444;
  letter-spacing: -0.04em;
  /*transition:color 0.3s;*/
}

#gnb>li .gnb_sub li:hover a {
  background-color: #1f0171;
  color: #fff;
  text-decoration: none;
}

.step_title li.on strong {
  color: #00a1e9
}

#login_content form .j_login>p.j_login_btn a {
  display: block;
  float: left;
  width: 71px;
  height: 77px;
  background-image: url(/jsp/fair/img/admin/login_btn_bg.png);
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #00a1e9
}

#btn_findpw {
  display: none;
}

#content {
  margin-left: 0px;
  position: relative;
  margin: 0px auto;
  border-left: 0px solid #dcdcdc;
  min-height: 606px;
}

#scroll {
  height: 0px;
  padding: 0px;
}

#sidebar {
  display: block;
  position: relative;
  float: left;
  width: 207px;
  z-index: 1;
  top: auto;
  left: auto;
  margin-right: 3.67rem;
  border-right: 0;
  z-index: 99;
  margin-top: -55px;

  /* position: fixed;
  z-index: 99;
  background-color: white;
  display: block;
  margin: 0;
  width: 85%;
  box-shadow: 1px 1px 5px 2px #c9c9c9;
  right: 0;
  top: 0;
  bottom: 0; */
}

.menu {
  display: none;
  padding: 3px 10px 0px 0px;
}

.xbox {
  display: none;
  position: absolute;
  right: 18px;
  top: 18px;
  font-size: 18px;

}

#sidebar .colorBox {
  padding: 0;
  background-image: none;
  background-color: #fff;
}

#lnb h2 {
  display: block;
  font-size: 1.8rem;
  padding: 60px 10px;
  color: #fff;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
  background-color: #1f0171;
}

#lnb>ul {
  display: block;
  margin-top: 2.3rem;
  padding: 0;
}

#lnb>ul>li {
  border-top: 1px solid #d5d6d6;
}

#lnb>ul>li:first-child {
  border-top: 0;
}

#lnb>ul>li a {
  max-width: initial;
  height: auto;
  padding: 1rem 2.4rem 1rem 1.33rem;
  color: #656565;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  word-break: keep-all;
  word-wrap: break-word;
}

#lnb>ul>li a:hover {
  background-image: none;
}

#lnb>ul>li>a:before {
  content: '';
  padding-right: 0;
}

/* #lnb > ul > li.on a {color:#003669; background-color: #f4f4f4;} */
#lnb>ul>li.on a {
  color: #1f0171;
  font-weight: bold;
  background: url('./../images/bg_lnb_on.png') no-repeat 90% center;
}

#lnb h3,
#sidebar .side_btn,
#sidebar #guide {
  display: none;
}

#quickbar {
  display: none;
}

#container {
  max-width: 1920px;
  width: 100%;
  margin: 3.67rem auto 0;
  border: 0;
  background-color: #fff;
}

#content.sub_content {
  overflow: hidden;
  padding: 0;
}

#content.sub_content .com_subtitle,
#ex_application .com_subtitle {
  overflow: hidden;
  height: auto;
  padding: 0.5rem 0 1.3rem;
  font-size: 2rem;
  color: #080808;
}

#content.sub_content .com_subtitle .menu_name,
#ex_application .com_subtitle .menu_name {
  float: left;
}

#content.sub_content .com_subtitle .menu_name:before,
#ex_application .com_subtitle .menu_name:before {
  content: '';
}

#content.sub_content .com_subtitle .breadcrumb,
#ex_application .com_subtitle .breadcrumb {
  float: right;
  position: relative;
  bottom: auto;
  right: auto;
  margin-top: 1rem;
  font-size: 0.93rem;
  color: #3a3a3a;
}

#content.sub_content #con_container {
  /* padding: 4rem 0; */
  padding: 0rem 30px 4rem 0;
}

.footer {
  background-color: #646464;
}

.footer>div {
  width: 1200px;
}

.footer>div>p {
  float: none;
  display: inline-block;
  margin-left: 0;
  margin-right: 4rem;
  vertical-align: middle;
}

.footer>div address {
  overflow: hidden;
  display: inline-block;
  float: left;
  width: 75%;
  margin-left: 0;
  border-right: 1px solid #747476;
  font-size: 0.93rem;
  color: #a8a8a8;
  vertical-align: middle;
}

.footer>div address a {
  color: #a8a8a8;
}

.footer>div address span {
  display: inline-block;
}

.footer>div address .copyright {
  display: block;
  padding-right: 0;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
}

.footer>div .csArea {
  overflow: hidden;
  text-align: right;
  color: #dfe0e0;
}

.footer>div .csArea .csTit {
  margin: 0 5rem 0.6rem 0;
  font-size: 1.2rem;
}

.footer>div .csArea .csTit span {
  font-size: 0.93rem;
  vertical-align: baseline;
}

.footer>div .csArea .csTell {
  font-size: 1.4rem;
}

/* * * main * * */
#container.main_container {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: -9px;
  padding-bottom: 100px;
  border: 0;
}

/* main slide */
.mainSlideArea {
  overflow: hidden;
  position: relative;
  height: 31.733rem;
}

.mainSlideArea .slideVisual {
  overflow: hidden;
}

.mainSlideArea .slideVisual .slide-item {
  height: 31.733rem;
}

.mainSlideArea .slideVisual .slide1 {
  background: url('/home/2018/siefpgk/image/bg_main_visual.png') no-repeat center top;
  background-size: cover;
}

.mainSlideArea .slideVisual .slide2 {
  background: url('/home/2018/siefpgk/image/bg_main_visual_02.png') no-repeat center top;
  background-size: cover;
}

.mainSlideArea .slideTxt {
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translate(-50%, 0);
}

.mainSlideArea .slideTxt div {
  position: relative;
}

.mainSlideArea .slideTxt p {
  font-size: 1.6rem;
  padding-left: 1.2rem;
  color: #1f0171;
  font-weight: 600;
}

.mainSlideArea .slideTxt .black {
  color: #c3c3c3;
  margin-top: 1rem;
}

.mainSlideArea .slideTxt img {
  max-width: 100%;
}

.mainSlideArea .slideTxt a {
  display: flex;
  align-items: center;
  position: absolute;
  width: auto;
  margin: 1rem;
  margin-top: 2rem;
  padding: 1.2rem 2rem;
  background: #66c027;
  color: #fff;
  border-radius: 2rem;
  font-size: 1.3rem;
  font-weight: 700;
}

.mainSlideArea .slideTxt a span {
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 1rem;
}

.mainSlideArea .mainQuickLeft {
  position: absolute;
  top: 50%;
  left: calc(50% - 700px);
  transform: translate(0, -50%);
}

.mainSlideArea .mainQuickRight {
  position: absolute;
  top: 50%;
  right: calc(50% - 600px);
  transform: translate(0, -50%);
}

/* iconArea */
.iconArea {
  position: relative;
  overflow: hidden;
  width: 1200px;
  margin: 0rem auto 0;
}

.iconArea ul {
  overflow: hidden;
  padding: 1.67rem 0;
}

.iconArea ul li {
  float: left;
  width: 25%;
  text-align: center;
}

.iconArea ul li.ddayArea {
  display: inline-block;
  width: 14.67rem;
  padding: 0.67rem 0;
  border-radius: 999px;
  font-size: 2rem;
  color: #fff;
  background-color: #444;
}

.iconArea ul li.ddayArea .days {
  display: flex;
  align-items: center;
  justify-content: center;
}

.iconArea ul li.ddayArea .days p.tt {
  margin-right: 1rem;
  font-size: 1.4rem;
}

.iconArea ul li .iconWrap {
  display: block;
  padding: 0.3rem 0;
  cursor: pointer;
}

.iconArea ul li .iconWrap:hover {
  color: #1f0171;
  transition: color .3s;
}

.iconArea ul li .iconImg,
.iconArea ul li .iconTxt {
  display: inline-block;
  vertical-align: middle;
}

.iconArea ul li .iconTxt {
  margin-left: 0.8rem;
  font-size: 1.53rem;
}

/* linkArea */
.linkArea {
  overflow: hidden;
  /*background-color:#e9e9e9;*/
}

.linkArea ul {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding: 3.33rem 0;
}

.linkArea ul li {
  float: left;
  width: 19.2%;
  margin-left: 1%;
}

.linkArea ul li:nth-child(5n+1) {
  margin-left: 0;
}

.linkArea ul li a {
  overflow: hidden;
  position: relative;
  display: block;
  height: 12rem;
  border-radius: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  transform: translateZ(0);
  transition: all .4s;
}

.linkArea ul li.link01 a {
  background: url('/home/2018/siefpgk/image/img_main_link_01.png') no-repeat center top;
  background-size: cover;
}

.linkArea ul li.link02 a {
  background: url('/home/2018/siefpgk/image/img_main_link_02.png') no-repeat center top;
  background-size: cover;
}

.linkArea ul li.link03 a {
  background: url('/home/2018/siefpgk/image/img_main_link_03.png') no-repeat center top;
  background-size: cover;
}

.linkArea ul li.link04 a {
  background: url('/home/2018/siefpgk/image/img_main_link_04.png') no-repeat center top;
  background-size: cover;
}

.linkArea ul li.link05 a {
  background: url('/home/2018/siefpgk/image/img_main_link_05.png') no-repeat center top;
  background-size: cover;
}

.linkArea ul li.link06 a {
  background: url('/home/2018/siefpgk/image/img_main_link_06.png') no-repeat center top;
  background-size: cover;
}

.linkArea ul li a:hover {
  border-radius: 4rem;
}

.linkArea ul li a:hover div img {
  transform: scale(1.05);
  /*transition:transform .3s;*/
}

.linkArea ul li a div {
  position: relative;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.linkArea ul li a div img,
.linkArea ul li a div span {
  display: inline-block;
}

.linkArea ul li a div span {
  margin-top: 0.5rem;
}

/* .mainScroll{width: 1200px; margin: auto; margin-bottom: 3.33rem;}
.mainScroll .slick-next:before { color: #4d4d4d; }
.mainScroll .slick-prev:before { color: #4d4d4d; }
.mainScroll img{height: 50px; object-fit: contain; padding: 0 1rem;} */

/* infoArea */
.boardArea {
  background: #f0f0f0
}

.boardWrap {
  display: flex;
  gap: 1rem;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3.33rem 0;
}

.boardWrap>div {
  flex: 1;
  flex-shrink: 0;
}

.boardWrap>div:first-child {
  margin-left: 0;
}

.boardArea .boardTit {
  overflow: hidden;
  position: relative;
}

.boardArea .boardTit strong {
  display: block;
  font-size: 1.53rem;
  font-weight: 600;
  color: #111;
}

.boardArea .boardTit .btn_more {
  position: absolute;
  top: 0;
  right: 0;
}

.boardArea .main_bbs {
  overflow: hidden;
  min-height: 8rem;
  padding: 2rem 0 0;
}

.boardArea .main_bbs li {
  position: relative;
  margin-top: 1rem;
}

.boardArea .main_bbs li:first-child {
  margin-top: 0;
}

.boardArea .main_bbs li strong {
  overflow: hidden;
  display: block;
  width: 80%;
  font-size: 1rem;
  font-weight: 400;
  color: #4e4e4e;
  letter-spacing: -0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s;
}

.boardArea .main_bbs li span.date {
  display: block;
  position: absolute;
  top: 0;
  right: 0.85rem;
  font-size: 0.867rem;
  color: #8c8b8b;
}

.boardArea .main_bbs li a:hover strong {
  color: #1f0171;
}

.boardArea .photoArea .thumbs {
  display: flex;
  gap: 0.8rem;
}

.boardArea .photoArea .thumbs strong {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
}

.boardArea .photoArea .thumbs li {
  flex: 1;
  flex-shrink: 0;
}

.boardArea .photoArea .thumbs li a img {
  max-width: 100%;
  aspect-ratio: 1.6/1;
}

/* sponsorArea */
.sponsorArea {
  overflow: hidden;
  padding: 2rem 0;
  border-top: 1px solid #e2e2e2;
}

.sponsorArea .sponsorWrap {
  width: 1200px;
  margin: 0 auto;
  padding: 0 2.1rem;
  box-sizing: border-box;
}

.sponsorArea .sponsorWrap img {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  padding: 0 1rem;
  height: 30px;
}

.sponsorArea .slick-prev,
.sponsorArea .slick-next {
  width: 28px;
  height: 53px;
}

.sponsorArea .slick-prev {
  left: 0;
}

.sponsorArea .slick-next {
  right: 0;
}

.sponsorArea .slick-prev:before {
  content: url('/home/2018/safe/image/img_exhi_prev.png');
}

.sponsorArea .slick-next:before {
  content: url('/home/2018/safe/image/img_exhi_next.png');
}

.sponsorArea .slick-prev:before,
.exhibitList .slick-next:before {
  opacity: 1;
}

/* inviteArea */
.inviteArea {
  display: none;
  position: fixed;
  bottom: 0;
  right: 5%;
  z-index: 10001;
  width: 50%;
  min-width: 300px;
  max-width: 26rem;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  font-size: 1.1rem;
  line-height: 1.5;
}

.inviteArea .invImg {
  padding: 1.667rem 2rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  background-color: #d0101b;
}

.inviteArea .invImg img {
  max-width: 100%;
}

.inviteArea .invDiv {
  padding: 1.333rem 2rem 2rem;
  border-left: 0.33rem solid #d0101b;
  border-right: 0.33rem solid #d0101b;
  background-color: #fff;
}

.inviteArea .invDiv a {
  display: block;
  margin-top: 1rem;
  padding: 1rem;
  font-size: 1.2667rem;
  color: #fff;
  text-align: center;
  background-color: #232323;
}

.inviteArea .invDiv a img {
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.inviteArea .invTxt {
  font-size: 1.0667rem;
  font-weight: 400;
  color: #5e5e5e;
  letter-spacing: -0.02em;
}

.inviteArea .invTxt b {
  font-weight: 500;
  color: #d0101b;
}

.btnClose {
  position: absolute;
  top: 1.667rem;
  right: 2rem;
}

.btnClose a i {
  font-size: 2rem;
  color: #fff;
}

/* * sub contents style * */
.overviewArea {
  overflow: hidden;
}

.overviewLogo div {
  float: left;
  width: 50%;
  text-align: center;
}

table.infoTbl td.ovtd1 ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

table.infoTbl td.ovtd2>div {
  float: left;
  width: 50%;
  padding-right: 0.5rem;
  box-sizing: border-box;
}

table.infoTbl td.ovtd2>div b {
  display: block;
  margin: 1rem 0 0.5rem;
  font-weight: 500;
}

table.infoTbl td.ovtd2>div p {
  font-size: 0.85rem;
  text-indent: 0;
}

table.infoTbl td.ovtd1 ul li:nth-child(2) {
  margin-top: 0;
}

/* sub contents 211013 */
.brochureImg {
  text-align: center;
}

.mapOuter {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.mapOuter iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.mapFooter {
  display: flex;
  margin-top: 2rem;
}

.mapFooter div {
  width: 50%;
}

.mapFooter .title {
  font-size: 1.2rem;
  font-weight: 900;
}

.mapFooter .subText {
  margin-top: 1rem;
  line-height: 1.8;
}

.mapFooter .subText span {
  display: inline-block;
  width: 4rem;
}

.mapFooter .subText span i {
  margin-top: 0.4rem;
}

.infoText {
  font-size: 1.1rem;
  line-height: 1.8;
}

.pB {
  color: rgb(0, 81, 255);
  margin-left: 1rem;
  text-indent: -1rem;
  line-height: 1.8;
}

.certifiedArea {}

.certifiedArea ul {
  overflow: hidden;
}

.certifiedArea li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  margin-bottom: 4rem;
  text-align: center;
  word-break: keep-all;
}

.certifiedArea li img {
  max-width: 90% !important;
  border: 1px solid #d5d6d6;
  margin-bottom: 1rem
}

/* Mypage */
#ex_application {
  max-width: 1200px;
  margin: 0 auto;
}

#ex_application .agree-container {
  max-width: 800px;
}

#ex_application iframe {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  max-height: 220px;
}

#ex_application .com_subtitle {
  font-size: 1.2rem;
}

#ex_application .com_subtitle .breadcrumb {
  font-size: 0.9rem;
}

#ex_application .corp_header {
  margin: 2rem auto;
}

#meeting .btns {
  display: none;
}

.fair_sign #ex_application {
  max-width: initial;
  max-width: none;
}

.fair_sign #ex_application form {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding: 65px 50px 100px;
  box-sizing: border-box;
  background-color: #fff;
}

.fair_sign .signup_comment {
  font-weight: normal;
  color: #f33;
  font-size: 0.9rem;
}

#mypage_menu .menu-item.nav-meet {
  display: none;
}

/* forms */
.mod .field {
  font-size: 1rem;
}

div.field>label>span {
  font-size: 0.9rem;
}

div.f_address .btnFindAddress {
  font-size: 0.9rem;
}

div.f_file button.btn_uploadFile {
  font-size: 0.9rem;
}

.mod .add_item {
  padding: 0.2rem 1rem;
}

div.t_group {
  font-size: 1.1rem;
  line-height: 1.5;
}

div.mod textarea {
  resize: vertical;
}

.comList {
  overflow: hidden;
}

.comList .comLeft {
  float: left;
  width: 49%;
  margin-right: 2%;
}

.comList .comRight {
  overflow: hidden;
}

.fairmenu6971 .tablist {
  display: flex;
}

.fairmenu6971 .tablist li {
  width: 100%;
}


/* 2022 contents SubPage*/
.brochureBox {
  display: flex;
}

.brochureBox .brochureImg {
  margin-right: 2rem;
  width: 40%;
}

#lnb>ul>li.on>ul {
  display: block;
}

#lnb>ul>li>ul {
  display: none;
  padding-left: 0;
}

#lnb>ul>li>ul>li {
  width: 90%;
  margin-bottom: 1rem;
}

#lnb>ul>li>ul a {
  display: block;
  padding: 0rem 1.4rem 0rem 1.33rem;
  color: #0065c5 !important;
  font-size: 1rem;
  background: url('/home/2018/siefpgk/image/bg_lnb_on_02.png') no-repeat 100% center !important;
}

.guideArea ul.overview li {
  display: flex;
}

.guideArea ul.overview li b {
  display: inline-block;
  width: 70px;
}

@media only screen and (max-width:1199px) {
  html {
    font-size: 13px;
  }
  #content.sub_content #con_container {
    /* padding: 4rem 0; */
    padding: 4rem 0px 4rem 0;
  }
  /* mypage */
  #ex_application {
    max-width: 100%;
    border-top: 1px solid #d4d4d4;
  }

  .stepTitle {
    display: none;
  }

  .step1_btn {
    width: auto;
  }

  .step1_btn li {
    float: none;
    text-align: center;
  }

  .step1_btn li a {
    display: inline-block;
  }

  #ex_application .com_subtitle {
    overflow: hidden;
    height: auto;
  }

  #ex_application .com_subtitle .menu_name {
    overflow: hidden;
    float: left;
  }

  #ex_application .com_subtitle .breadcrumb {
    float: right;
    position: relative;
    bottom: auto;
    right: auto;
  }

  /* layout */
  #header_wrap {
    width: 100%;
    min-width: 320px;
    height: 120px;
    z-index: 99;
    border-bottom: 0;
  }

  #header {
    width: 100%;
    height: 120px;
    min-width: 320px;
    padding-top: 0;
    background-color: #fff;
  }

  #header #logo {
    height: auto;
    margin: 0;
    z-index: 1;
    left: 60px;
    right: auto;
  }

  #header h1 img {
    width: auto;
    max-height: 100%;
    padding: 0;
  }

  .hsection {
    width: auto;
    border-bottom: 0;
  }

  .hsection .top_menu {
    width: auto;
  }

  .hsection .hd_date {
    top: 15px;
    left: auto;
    right: 10px;
  }

  .main_page .hsection {
    height: 120px;
  }

  .main_page #header h1 .web {
    display: none;
  }

  .main_page #header h1 .sub {
    display: block;
  }

  .main_page .hsection .hd_date .web {
    display: none;
  }

  .main_page .hsection .hd_date .sub {
    display: block;
  }

  .main_page .quickBanner {
    display: none;
  }

  #app-menu-button {
    display: block;
    position: absolute;
    top: 23px;
    left: 15px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 999;
  }

  #app-menu-button i {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
  }

  #gnb_wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    min-width: 320px;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 13;
    transition: left 0.6s, width 0.6s;
  }

  .m_selected {
    overflow: hidden;
  }

  .m_selected #gnb_wrap {
    left: 0;
  }

  #header #gnb {
    overflow: auto;
    position: absolute;
    top: 76px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    z-index: 14;
    width: 100%;
    height: auto;
  }

  #header #gnb>li {
    width: auto;
    border-top: 1px solid #d4d4d4;
    background-color: #f4f4f4;
    position: relative;
    float: none;
    display: block;
    height: initial;
    height: auto;
  }

  #header #gnb>li:hover a {
    background: transparent;
    color: #2e0f4d;
  }

  #header #gnb>li>a {
    display: block;
    height: auto;
    padding: 15px 30px;
    text-align: left;
    color: #333;
    line-height: normal;
  }

  #header #gnb>li>a:active {
    background-color: #1f0171;
    color: #fff;
  }

  #header #gnb>li.active>a {
    background: #1f0171;
    color: #fff;
  }

  #header #gnb>li.selected>a {
    background: #1f0171;
    color: #fff;
  }

  #gnb>li .gnb_sub {
    background-color: #fff;
  }

  #header #gnb>li .gnb_sub_wrap {
    overflow: hidden;
    position: relative;
    display: block;
    width: auto;
    left: 0;
    top: 0;
    height: 0;
    border-top: 0;
    margin-left: 0;
    visibility: visible;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    transition: none;
  }

  #header #gnb>li.active .gnb_sub_wrap,
  #header #gnb>li.selected .gnb_sub_wrap {
    display: block;
    height: auto;
    height: initial;
    position: relative;
  }

  #header #gnb>li .gnb_sub {
    border-bottom: 0;
  }

  #header #gnb>li .gnb_sub,
  #header #gnb>li:hover .gnb_sub {
    display: block;
    left: 0;
    width: auto;
    width: initial;
    position: relative;
    margin: 0;
  }

  #header #gnb>li .gnb_sub li+li {
    /*border-top:1px solid #323232; */
  }

  #header #gnb>li .gnb_sub li a {
    text-align: left;
    padding: 17px 30px;
    height: auto;
    height: initial;
    line-height: 20px;
    color: #4d4d4d;
  }

  #header #gnb>li .gnb_sub li {
    height: auto;
    padding: 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 0;
    line-height: 15px;
  }

  #header #gnb>li .gnb_sub li.selected a,
  #header #gnb>li .gnb_sub li:active a {
    color: #0f0f0f;
  }

  #header .brochure_down {
    top: 115px;
  }

  .top_menu {
    width: auto;
    margin: 43px auto 0;
  }

  .top_menu .tm_userinfo {
    display: none;
  }

  .m_selected.m2_collapsed #mypage_menu {
    left: -110%;
  }

  #gnb_wrap {
    left: -110%;
    width: 50%;
    border-right: 1px solid #ddd;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 2px 0 6px rgba(0, 0, 0, 0.4);
  }

  #header #gnb>li .gnb_sub {
    padding: 0;
  }

  .m_selected .app-menu-button img:first-of-type {
    display: block;
    width: 75%;
  }

  .m_selected .app-menu-button img:nth-of-type(2) {
    display: none;
  }

  .app-menu-button img:first-of-type {
    display: none;
  }

  #sidebar {
    transition: all 0.3s;
    overflow: hidden;
    position: fixed;
    background-color: white;
    display: block;
    margin: 0;
    width: 85%;
    box-shadow: 1px 1px 5px 2px #c9c9c9;
    top: 0;
    bottom: 0;
    left: -1000px;
    z-index: 99;
  }

  #sidebar.pop {
    /* position: fixed; */
    left: 0;
    /* z-index: 99;
      background-color: white;
      display: block;
      margin: 0;
      width: 85%;
      box-shadow: 1px 1px 3px 3px #c9c9c9;
      right: 0;
      top: 0;
      bottom: 0; */
  }

  .xbox {
    display: block;
  }

  .menu {
    display: inline-block;
  }

  #content.sub_content {
    float: none;
    width: auto;
    padding: 10px 15px 0;
  }

  #con_container {
    padding: 3.33rem 0 6.67rem;
  }

  #container {
    width: auto;
    border: 0;
    margin: 0;
  }

  #content.sub_content .com_subtitle .breadcrumb {
    display: block;
    width: auto;
  }

  #content.sub_content .com_subtitle .breadcrumb,
  #ex_application .com_subtitle .breadcrumb {
    margin-top: 0;
  }

  #con_container {
    width: auto;
  }

  /* * main * */
  .mainSlideArea {
    margin-top: 0;
  }

  .mainSlideArea .slideTxt {
    width: 80%;
    text-align: center;
  }

  .iconArea {
    width: auto;
  }

  .iconArea ul li {
    width: 33.333%;
  }

  .iconArea ul li.dday {
    width: 100%;
    margin-bottom: 1.2rem;
  }

  .linkArea ul {
    width: auto;
    padding: 3.33rem 1rem;
  }

  .boardWrap {
    flex-direction: column;
    gap: 2rem;
  }

  .boardWrap .boardNotice {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
  }

  .boardArea {
    width: auto;
    padding: 3.33rem 1rem;
  }

  .sponsorArea .sponsorWrap {
    width: auto;
    padding: 0 3rem;
  }

  .footer>div {
    width: auto;
  }

  .footer>div .csArea .csTit {
    margin-right: 0;
  }

}

@media only screen and (max-width:960px) {
  .footer>div {
    text-align: center;
  }

  .footer>div address {
    display: block;
    float: none;
    width: auto;
    border-right: 0;
  }

  .footer>div .csArea {
    margin-top: 1rem;
    text-align: center;
  }

  /* * main * */
  .linkArea ul li {
    width: 49.5%;
    height: auto;
    margin-bottom: 1%;
  }

  .linkArea ul li:nth-child(even) {
    margin-left: 1%;
  }

  .linkArea ul li:nth-child(odd) {
    margin-left: 0;
  }
}

@media only screen and (max-width:880px) {
  #header #logo {
    left: 50%;
    margin-left: -214px;
  }

  .hsection .hd_date {
    display: none;
  }

  /* main */

  table.infoTbl {
    font-size: 0.9rem;
  }

  table.infoTbl th,
  table.infoTbl td {
    padding: 0.7rem;
    font-size: 0.9rem;
  }

  .titTxtArea span {
    display: block;
    margin-top: 1rem;
  }

}

@media only screen and (max-width:760px) {
  .footer>div.footLogoList>div ul li {
    width: 100px;
  }

  .footer>div.footLogoList>div ul li a img {
    max-width: 100%;
  }

  /* main */
  .boardArea .main_bbs li strong {
    width: 70%;
  }

  .mainSlideArea .slideTxt p {
    padding-left: 10px;
    text-align: left;
    margin-top: 1rem;
  }

  .mainSlideArea .slideTxt a {
    margin: 0rem;
    margin-top: 1rem;
    font-size: 1rem;
  }

  .empTxt {
    font-size: 1.4rem;
  }

  .impList li p {
    font-size: 1.1rem;
  }

  .impList.item4 li {
    width: 49%;
    margin-top: 1rem;
  }

  .impList.item4 li:nth-child(3) {
    margin-left: 0;
  }

  .impList.item4 li p {
    height: 100px;
  }

  /* * sub contents * */
  table.infoTbl td.ovtd1 ul li:nth-child(2) {
    margin-top: 6px;
  }

  table.infoTbl td.ovtd1 ul li {
    float: none;
    width: auto;
  }

  table.infoTbl td.ovtd2>div {
    float: none;
    width: auto;
    padding-right: 0;
  }

  .certifiedArea li {
    width: 33%;
  }
}

@media only screen and (max-width:580px) {
  html {
    font-size: 11px;
  }

  /* layout */
  .boardArea>div {
    float: none;
    width: auto;
    margin-left: 0;
  }

  .boardArea>div.boardNews {
    margin-top: 1rem;
  }

  /* sub */
  .comList .comLeft {
    float: none;
    width: auto;
    margin-right: 0;
  }

  #lnb h2 {
    font-size: 1.6rem;
    padding: 10px;
  }
  .xbox{
    top: 13px;
  }
  #sidebar {
    overflow: scroll;
  }
}

@media only screen and (max-width:480px) {

  /* layout */
  .fair_content #header_wrap {
    padding-bottom: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .16);
    background: none;
    padding: 0 20px 0 30px;
  }

  #header #logo {
    width: 300px;
    top: 50%;
    left: 26%;
    margin-left: 0;
    transform: translate(-50%, -50%) scale(.7);
  }

  #header h1 img {
    max-width: 100%;
    margin-top: 0;
  }

  /* main */
  .linkArea ul li {
    float: none;
    width: auto;
    margin: 0;
    margin-top: 1%;
  }

  .linkArea ul li:nth-child(even) {
    margin-left: 0;
  }

  .linkArea ul li a {
    height: 10rem;
  }

  .boardArea .photoArea .thumbs {
    flex-direction: column;
  }
}

/* !!!!!!!!! Don't put code here for content pages [START] */
@media only screen and (max-width:1139px) {

  #popup_group {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.6);
  }

  #popup_group .layerPopup {
    position: absolute !important;
    box-sizing: border-box;
    top: 50% !important;
    left: 50% !important;
    max-width: 90% !important;
    max-height: 80% !important;
    margin: 0;
    transform: translate(-50%, -50%);
  }

  #popup_group .layerPopup .stretch-fixed {
    width: 1px;
    height: 9999px;
    margin-left: -1px;
  }

  #popup_group .layerPopup img {
    max-width: 100%;
  }

  #popup_group .layerPopup>form label {
    font-weight: bold;
  }

  #popup_group .layerPopup>form .btn1.common {
    margin-left: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.5rem 1rem;
  }

  /* #popup_group { display:none; position:fixed; top:0; left:0; width:100%; height:100%; z-index:30; background-color:rgba(0,0,0,0.6); }
  #popup_group .layerPopup { position:absolute !important; box-sizing:border-box; top:10% !important; left:50% !important; max-width:90% !important; max-height:80% !important; padding-bottom:48px; transform:translate(-50%, 0); }
  #popup_group .layerPopup .popup_content { position: absolute; top: 0; left: 0; right: 0; bottom: 72px; overflow: auto; padding: 15px; }
  #popup_group .layerPopup .stretch-fixed { width:1px; height:9999px; margin-left:-1px; }
  #popup_group .layerPopup img { max-width:100%; }
  #popup_group .layerPopup > form { position:absolute; bottom:0; left:0; right:0; box-sizing:border-box; height:48px; margin:0; padding:0px; }
  #popup_group .layerPopup > form label { font-size:14px; font-weight:bold; }
  #popup_group .layerPopup > form .btn1.common { margin-left:20px; font-size:15px; line-height:24px; padding:6px 15px; } */


  div.field.row2,
  div.field.row3,
  div.f_addsub div.field.row2,
  div.f_addsub div.field.row3 {
    width: 100%;
  }

  div.field.row1>label,
  div.field.row2>label,
  div.field.row3>label,
  div.f_addsub div.field.row1>label,
  div.f_addsub div.field.row2>label,
  div.f_addsub div.field.row3>label {
    width: 30%;
  }

  div.field.row1>div,
  div.field.row2>div,
  div.field.row3>div,
  div.f_addsub div.field.row1>div,
  div.f_addsub div.field.row2>div,
  div.f_addsub div.field.row3>div {
    width: 70%;
    padding: 8px 1.5%;
  }

}

@media only screen and (max-width:767px) {
  .search_form .search_item {
    position: relative;
    display: block;
    float: none;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .search_form .search_item:after {
    content: '';
    display: table;
    clear: both;
  }

  .search_form select {
    box-sizing: border-box;
    width: 100%;
    padding: 3px;
  }

  .search_form input[type='text'] {
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
  }

  .search_form select[name='searchGubun'] {
    float: left;
    width: 38%;
  }

  .search_form input[name='searchText'] {
    float: right;
    width: 60%;
  }

  .search_form .btn1 {
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    font-size: 16px;
    line-height: 16px;
  }

  #ex_application {
    margin: 0 auto;
  }

  #mypage_menu {
    display: block;
    position: fixed;
    top: 60px;
    left: -110%;
    bottom: 0;
    box-sizing: border-box;
    width: 50%;
    min-width: 320px;
    z-index: 100;
    background-color: #fff;
    will-change: left, opacity;
    transition: left 0.6s, width 0.6s;
  }

  .m_selected #mypage_menu {
    left: 0;
  }

  .m_selected.m2_collapsed #mypage_menu {
    left: -110%;
    transition: none;
  }

  #mypage_menu .menu_title {
    display: none;
  }

  #mypage-menu-button {
    display: block;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    padding: 14px;
  }

  #mypage-menu-button .icon::before {
    content: '\f00d';
  }

  #mypage_menu .go_home {
    float: right;
  }

  #mypage_menu .menu-group.level-1 {
    position: absolute;
    top: 49px;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
  }

  #mypage_content {
    display: block;
    min-height: 400px;
    padding: 30px 15px;
    background-color: #fff;
  }

  .mypage_home_top {
    font-size: 21px;
  }

  #mypage_content .cfair_progress {
    margin: -30px -15px 15px;
  }

  #content.sub_content .com_subtitle h2.menu_name {
    font-size: 2rem;
  }
}

@media only screen and (max-width:479px) {
  /*#mypage_menu { left:-75%; width:75%; }
  .m_selected.m2_collapsed #mypage_menu { left:-75%; }*/

  #login_content {
    width: auto;
    width: initial;
    margin: 50px auto;
  }

  #login_content .login_text br {
    display: none;
  }

  .mypage_home_top {
    font-size: 18px;
  }

  div.history ul {
    margin-top: 20px;
  }

  div.history strong {
    float: none;
    margin-right: 0;
  }

  .board_gallery .article {
    width: 100%;
  }

  #content.sub_content .com_subtitle h2.menu_name {
    font-size: 17px;
  }
}


/* common */
.pricebox {
  text-align: right;
}

.pricebox_total,
.pricebox_total2 {
  color: red !important;
  font-size: 1.2em;
  font-weight: bold !important;
  text-align: right;
  border-right: 1px solid #ddd;
}

/* electric*/

input::placeholder{
  color: #ddd;
}
.quantityBox{
  display: flex;
}
.quantity{
  border: 1px solid #ddd;
  padding: 10px;
  font-weight: bold;
  width: 40px;
  height: 40px;
}
#quantity{
  height: 40px;
  width: 200px;
}

#electric td h5 {
  margin-top: 15px;
}

#electric td {
  padding: 0.4rem;
}

select, input[type='number'] {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
}

#electric .taC figure {
  margin: 0 auto;
  height: 60px !important;
  width: 60px !important;
}

#furniture .taC figure {
  margin: 0 auto;
  height: 100px !important;
  width: 100px !important;
}

.electric_img,
.furni_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* furni */
table.furni2 tr td:first-child {
  text-align: left;
}





.btn:hover{
  background-color: #b01f3a !important;
  color: white !important;
}
.print{
  padding: 4px 14px;
  border-radius: 6px;
  background-color: #0065c5;
  color: white;
}


/* free */
.taC.freeImg figure{
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.taC.freeImg span{
  position: absolute;
  bottom: 14px;
  font-weight: bold;
  letter-spacing: -1px;
}
.taC.freeImg span.com{
  left: 68px;
}
.taC.freeImg span.boothN{
  left: 59%;
}