/* Visualia My.Park 2024-09-03 */
body {
  font-size: 12px;
}
#wrap {
  width: 100%;
}
#header,
#container,
#footer {
  width: 980px;
  margin: 0 auto;
}
.header_wrap,
.container_wrap,
.footer_wrap {
  clear: both;
  width: 100%;
}
.container_wrap {
  overflow: hidden;
}
.header_wrap {
  position: relative;
  height: 143px;
}
.footer_wrap {
  border-top: 1px solid #ddd;
  padding: 20px 0 40px 0;
  overflow: hidden;
  position: relative;
}
ul {
  margin-bottom: 0
}
li {
  list-style: none;
}
a {
  color: var(--bs-body-color);
  text-decoration: none;
}

/* Header */
.header_wrap .floating-img {
  position: absolute;
  top: 17px;
  right: 3%;
}
.header_wrap .floating-img>img {
  height: 100px;
}
@media (max-width:1199.98px) {
  .header_wrap .floating-img {
    display: none;
  }
}
#header {
  padding-top: 6px;
}
#header h1 {
  float: left;
  width: 250px;
}
.lnb {
  float: right;
  z-index: 10;
  margin-top: 16px;
  margin-bottom: 0
}
.lnb>li {
  float: left;
  position: relative;
  background: url(../img/common/bg_lnb.gif) no-repeat 0 50%;
  font-weight: 700;
}
.lnb>li:first-child {
  background: none;
}
.lnb>li>a {
  display: block;
  padding: 30px 15px;
  font-size: 17px;
  font-weight: 700;
}
.lnb>li>a:hover {
  border-bottom: 4px solid #00a651;
}
.lnb>li>a.on {
  border-bottom: 4px solid #e90000;
}

/* language */
.language {
  width: 980px;
  margin: 0 auto;
  padding-top: 20px;
}
.language>ul {
  float: right;
  margin-right: 20px;
}
.language>ul>li {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  background: url(../img/common/bullet_1.gif) no-repeat 0 50%;
}
.language>ul>li:first-child {
  background: none;
}
.language>ul>li a {
  margin: 0 10px;
  padding: 10px 0;
  color: #aaa;
  font-weight: 700;
}
.language>ul>li a:hover {
  color: #900900;
}
.language>ul>li a.on {
  border-bottom: 2px solid #900900;
  color: #900900;
}

/* Visual */
.m_visual {
  width: 100%;
  height: 430px;
  background: url(../img/main/bg_m_visual.gif) repeat-x 50%;
  text-align: center;
}
.m_visual .box {
  overflow: hidden;
  width: 800px;
  height: 100%;
  margin: 0 auto;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  background: #fdf2ff;
}
.m_visual .box img {
  display: block;
  margin: 153px auto 0 auto;
}
.m_visual .box .txt {
  width: 500px;
  margin: 0 auto;
  padding-top: 17px;
  font-size: 11px;
  color: #999;
}

/* Side Navigation Bar */
.snb {
  width: 100%;
}
.snb h1 {
  font-size: 20px;
  line-height: 140%;
}
.snb>ul {
  margin-top: 20px;
}
.snb>ul>li {
  font-size: 13px;
  border-bottom: 1px solid #ddd;
  line-height: 38px;
  background: url(../images/sub/arrow_snb.gif) 5px 50% no-repeat;
  text-indent: 2px;
}
.snb>ul>li a {
  display: block;
  height: 38px;
}
.snb>ul>li a:hover,
.snb>ul>li a.on {
  color: #e90000;
}

/* content - Main */
.m #content {
  overflow: hidden;
  width: 980px;
  margin: 40px 0;
}
.m #content .section1 {
  float: left;
}
.m #content .section2 {}

.m #content .section1 li,
.m #content .section2 li {
  float: left;
}
.m #content .section2 li dl {
  /*width:210px;*/
}

.m #content .section1 li a {
  display: block;
  padding: 10px 50px 10px;
}

.m #content .section1 li:first-child {
  margin: 0;
}

.m #content .section2 li {
  width: 33.33333%;
  padding: 0 25px;
  border-left: 1px dotted #ccc;
}
.m #content .section2 li:first-child {
  border-left: none;
}
.m #content .section2 li a {
  display: block;
}
.m #content .section2 li img {
  float: left;
  margin-right: 15px;
}

.m #content .section2 li span {
  vertical-align: middle;
  margin-left: 20px;
}
.m #content .section2 li dt {
  font-size: 15px;
  font-weight: 700;
}
.m #content .section2 li>dl {
  float: left;
}
.m #content .section2 li>dl>dt {
  margin-bottom: 5px;
}
.m #content .section2 li dl dd {
  color: #999;
  /*width:185px;*/
}

.m #content .section2 li>h1>span {
  float: right;
}

/* content - Sub */
.s>.visual {
  height: 100px;
  background: url(../img/sub/bg_s_visual.gif) repeat-x;
  text-align: center;
}
.s #container>h1 {
  overflow: hidden;
  z-index: 10;
  position: absolute;
  top: 170px;
  color: #fff;
  font-weight: 700;
  font-size:
    /*45*/
    40px;
  line-height: 50px;
  text-shadow: 1px 1px 2px #b5c6d0;
}
#container {
  overflow: hidden;
}
#container .hgroup {
  float: left;
  width: 240px;
  min-height: 300px;
  background: url(../img/sub/bg_content.jpg) no-repeat 100% 0;
}
#container .hgroup>h1 {
  display: inline-block;
  margin-top: 60px;
  padding: 30px 0 10px;
  font-size: 30px;
  color: #000;
  border-top: 2px solid #000;
}
.s #content {
  float: left;
  width: 680px;
  padding: 60px 0 60px 60px;
}

/* footer */
#footer {
  position: relative;
  padding-top: 20px;
  color: #999;
}
#footer h3 {
  font-size: 17px;
  color: #333;
  margin-bottom: 5px;
}
#footer p {
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
}
#footer .link ul {
  overflow: hidden;
  position: absolute;
  top: 30px;
  right: 0;
  margin-bottom: 5px;
}
#footer .link ul li {
  float: left;
  margin-left: 5px;
  background: #bbb url(../img/common/bullet_2.gif) 95% 50% no-repeat;
  border-radius: 3px;
}
#footer .link ul li:first-child {}
#footer .link ul li a {
  display: block;
  padding: 2px 20px 2px 10px;
  font-weight: 700;
  color: #fff;
}
#footer .address {
  float: left;
  line-height: 1.7em;
}
#footer .address em {
  color: #009966;
  font-weight: 700;
}
#footer .address strong {
  color: #333;
}
#footer a.email {
  color: #9f64a8;
}
#footer .footer_menu {
  position: absolute;
  right: 0;
  top: 26px
}

/* PISNET-H MY.Park 2015-03-15 */
/* content_101 */
.con101 {
  width: 650px !important;
}
.con101 .history li {
  margin-bottom: 15px;
}
.con101 .history li h4 {
  display: inline-block;
  width: 100px;
  font-size: 18px;
  font-style: italic;
  color: #009933;
  vertical-align: top;
}
.con101 .history .list {
  display: inline-block;
  width: 545px;
  font-size: 15px;
}
.con101 ul>li>dl>dt {
  float: left;
  width: 100px;
}
.con101 ul>li>dl>dd {
  float: left;
  width: 545px;
  font-size: 15px;
}

/* content_102 */
.con102 {
  width: 650px !important;
}
.con102 img {
  margin: 30px 0 30px 0px;
}
.con102 h2 {
  padding-bottom: 20px;
  text-align: center;
  font-size: 26px;
}
.con102 .txt {
  text-align: center
}
.con102 p {
  font-size: 15px;
  line-height: 170%;
}
.con102 dl {
  margin-bottom: 30px;
  font-weight: 700;
}
.con102 dt {
  float: left;
  width: 65px;
  margin-right: 30px;
  padding: 0 30px 10px 30px;
  font-size: 16px;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
}
.con102 dd {
  font-size: 15px;
}
.con102 h3 {
  width: 100px;
  margin-bottom: 15px;
  padding: 10px 15px;
  background: #999;
  font-size: 14px;
  color: #fff;
}

.con102 li {
  /*width:575px;*/
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  list-style-type: decimal;
  text-align: justify;
}

/* content 2 */
.con201 {
  width: 650px !important;
}
.con201>ul {
  border-left: 1px solid #ddd;
}
.con201>ul>li {
  position: relative;
  left: -8px;
  font-size: 1.25em;
  line-height: 2.5em;
  background: url(../img/common/bullet_5.gif) no-repeat 0 50%;
  text-indent: 35px
}

/* content_301 */
.con3 h2 {
  clear: both;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 1.3em;
  margin-bottom: 20px;
}
.con3 .member_list>li {
  float: left;
  width: 160px;
  min-height: 210px;
  margin: 17px 0 17px 34px;
  background: #fff;
  border: 1px solid #bbb;
  cursor: pointer;
}
.con3 .member_list>li:first-child {
  margin-left: 0;
}
.con3 .boss {
  display: block;
  min-height: 200px;
  margin-bottom: 30px;
  cursor: pointer;
}
.con3 .boss img,
.con3 .boss .name {
  float: left;
}
.con3 .boss .name {
  float: left;
  margin: 108px 0 0 30px;
  padding: 15px 0;
  border-bottom: 2px solid #bbb;
}
.con3 .boss .name h3 {
  display: block;
  font-size: 1.8em;
}
.con3 .boss .name h3 span {
  font-size: 13px;
}
.con3 .member_list .name {
  padding: 15px;
}

.con3 .member_list .name h4 {
  margin-bottom: 5px;
  font-size: 17px;
}
.con3 .member_list .name span {
  display: block;
  margin-bottom: 5px;
  color: #999;
}
.con3 .member_list .name h4 p {
  font-size: 12px;
}

.con3 .member_list>li .name strong {
  display: block;
  /*height:20px; margin-bottom:5px;*/
  color: #333;
}
.con3 .member_list>li .name strong span {
  font-weight: normal;
  font-size: 12px;
}
.con3 .member_list>li .photo {}


@media print {
  #popup1,
  #popup2,
  #popup3,
  #popup4,
  #popup5,
  #popup6 {
    position: absolute !important;
    left: 3% !important;
  }
  .b-modal {
    display: none;
  }
}

.profile {
  padding: 50px 10px 30px 520px;
}
.profile .section1 .name strong {
  margin-right: 5px;
  font-size: 30px;
  color: #333;
}
.profile .section1 .position {
  margin-top: 10px;
  font-weight: 700;
  color: #999;
}
/*.profile .section2 > ul {margin-top:40px;}*/
.profile .section2>ul>li {
  font-size: 1.1em;
}
.profile .section2>ul>li dl {
  clear: both;
}

.profile li.section3 {
  /*display:inline-block;*/
  clear: both;
  margin-top: 10px;
}
.profile .section3>ul>li {}
.profile>li>h2 {
  margin-bottom: 10px;
  font-size: 15px;
  color: #9d5ea6;
}
.profile>li>ul {
  margin-bottom: 20px;
}

.profile .name {
  margin-bottom: 20px;
}
.profile .name h4 {
  font-size: 1rem;
}
.profile .name h3 {
  font-size: 30px;
}
.profile .name h3>span {
  font-size: 13px;
}
.profile .name>p {
  font-size: 13px;
  font-weight: normal;
}
.profile .list1 {
  overflow: hidden;
  margin-bottom: 10px;
}
.profile .list1>dl>dt,
.profile .list1>dl>dd {
  float: left;
  line-height: 1.7em;
}
.profile .list1>dl>dt {
  clear: both;
  width: 80px;
  margin: 0 5px 0 0;
  float: left;
  padding-left: 10px;
  line-height: 170%;
  background: url(../img/common/bullet_4.gif) no-repeat 0 9px;
  letter-spacing: 0;
}
.profile .list1>dl>dd {
  width: 335px;
}

.profile .list2 {
  clear: both;
  margin-top: 20px;
}
.profile .list2 li {
  line-height: 1.8em;
}
.profile .list2 .blank {
  padding-left: 12px;
}

/* Layer Popup */

#popup1,
#popup2,
#popup3,
#popup4,
#popup5,
#popup6,
#popup7,
#popup8,
#popup9,
#popup10,
#popup11 {
  max-width: 960px;
  min-width: 960px;
  min-height: 560px;
  padding: 10px;
  color: #111;
  display: none;
  border: 1px solid #000;
}

#popup1 {
  background: #fff url(/ui/img/contents/people/3_erkang.jpg) no-repeat 10px 10px;
}
#popup2 {
  background: #fff url(/ui/img/contents/people/3_swjung.jpg) no-repeat 10px 10px;
}
#popup3 {
  background: #fff url(/ui/img/contents/people/3_cjkang.jpg) no-repeat 10px 10px;
}
#popup4 {
  background: #fff url(/ui/img/contents/people/3_sychoi.jpg) no-repeat 10px 10px;
}
#popup5 {
  background: #fff url(/ui/img/contents/people/3_sgkwon.jpg) no-repeat 10px 10px;
}
#popup6 {
  background: #fff url(/ui/img/contents/people/3_shlee_2.jpg) no-repeat 10px 10px;
}
#popup7 {
  background: #fff url(/ui/img/contents/people/3_ehkang.jpg) no-repeat 10px 10px;
}
#popup8 {
  background: #fff url(/ui/img/contents/people/3_ihkang.jpg) no-repeat 10px 10px;
}

.button {
  color: #fff;
  cursor: pointer;
  display: inline-block;
}
.button.b-close,
.button.bClose {
  position: absolute;
  right: -7px;
  top: -7px;
  font-size: 130%;
  font-weight: 700;
  padding: 10px 15px;
  background-color: #009966;
}

/* content_4 */
.con4 {
  min-height: 250px;
  background: url(../img/contents/img_4.gif) 100% 50% no-repeat;
}
.con4>ul {
  width: 60%;
  border-top: 2px solid #ccc;
}
.con4>ul>li {
  border-bottom: 1px solid #ddd;
  background: url(../img/common/ico_download.png) 97% 50% no-repeat;
  font-size: 15px;
}
.con4>ul>li a {
  display: block;
  cursor: pointer;
  padding: 12px 8px;
}
.con4>ul>li a>span {
  margin-right: 10px;
  color: #ccc;
}
.con4>ul>li a:hover {
  background: #eee url(../img/common/ico_download.png) 97% 50% no-repeat;
}

/* content_5 */
/*.con501 > ul > li {float:left; width:40%; margin-left:5%; padding-top:20px; border-top:2px solid #bbb; }
.con501 > ul > li:first-child {margin:0;}*/
.con501>ul>li>h1 {
  font-size: 25px;
}
.con501>ul>li>h1>strong {
  color: #009966;
}

.con501>ul>li>ul {
  margin-top: 20px;
}
.con501>ul>li>ul>li {
  width: 40%;
  float: left;
  margin-right: 10%;
}

.con501>ul>li>ul>li a {
  display: block;
  padding: 5px 0;
}
.con501>ul>li>ul>li a:hover {
  background: url(../img/common/arrow_1.gif) 100% 50% no-repeat;
}
.con501>ul>li>ul>li>ul>li {
  border-bottom: 1px dotted #ddd;
}


/* content_6 */
.con6 {}
.con6>h1 {
  margin-bottom: 20px;
  font-size: 1.6em;
}
.con6 h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  height: 35px;
  background-color: #a3afae;
  color: #fff;
  padding: 15px 0;
}
.con6 ol {
  margin: 10px 0;
  height: 280px;
  border: 1px dashed #ddd;
  padding: 10px;
}
.con6 li {
  line-height: 18px;
  font-size: 12px;
  list-style: decimal;
  list-style-position: inside;
  padding-right: 10px;
  font-size: 12px;
}
.con6 dl {
  border: 1px dashed #ddd;
  margin: 10px 0;
  padding: 10px;
}
.con6 dt {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}
.con6 dd {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}

/*sub_h1*/
.sub_h1 {
  font-family: sans-serif !important
}