html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

table {
  background: #7D5949;
  color: #E1D5C4;
}
table thead th {
  color: #E1D5C4;
  background: #684333;
  text-align: center;
}
table tbody {
  text-align: left;
}
table tbody th {
  color: #E1D5C4;
  background: #80533F;
  white-space: nowrap;
}

#nav {
  margin-bottom: 60px;
}

.section {
  color: #f9eedc;
  width: 842px;
  margin: 0 auto 40px;
  padding: 35px 0;
  background: url(../img/common/content_box_bg_top.png) center top no-repeat, url(../img/common/content_box_bg_bottom.png) center bottom no-repeat;
}
.section .inner {
  width: 830px;
  margin: 0 auto;
  padding: 0 39px;
  text-align: center;
  background: url(../img/common/content_box_bg_repeat.png) 0 0 repeat-y;
}
.section .inner p {
  text-align: left;
}

.innerSection {
  padding: 20px 50px;
  border-radius: 10px;
  background: #3c2318;
  border: 2px solid #684333;
  overflow: hidden;
  clear: both;
}
.innerSection h2 {
  margin-bottom: 10px;
}

.step01 {
  position: relative;
}
.step01:before {
  content: url(../img/common/01_flag.png);
  position: absolute;
  left: 27px;
  top: -35px;
  width: 73px;
  height: 106px;
}

.step02 {
  position: relative;
}
.step02:before {
  content: url(../img/common/02_flag.png);
  position: absolute;
  left: 27px;
  top: -35px;
  width: 73px;
  height: 106px;
  z-index: 100;
}

.step03 {
  position: relative;
}
.step03:before {
  content: url(../img/common/03_flag.png);
  position: absolute;
  left: 27px;
  top: -35px;
  width: 73px;
  height: 106px;
  z-index: 100;
}

.step04 {
  position: relative;
}
.step04:before {
  content: url(../img/common/04_flag.png);
  position: absolute;
  left: 27px;
  top: -35px;
  width: 73px;
  height: 106px;
  z-index: 100;
}

/* root
----------------------------------------------------------*/
#root {
  background: url(../img/guide/sec_header_bg2.jpg) center 105px no-repeat, url(../img/common/sec_header_bg_repeat.jpg) center 105px repeat-x;
  -pie-background: url(/special/malangdo-2015updeta/img/guide/sec_header_bg2.jpg) center 105px no-repeat, url(/special/malangdo-2015updeta/img/common/sec_header_bg_repeat.jpg) center 105px repeat-x;
  behavior: url(PIE.htc);
}
#root h1 {
  margin-left: -211px;
}
#root .step01 p {
  position: relative;
  left: 80px;
  top: 0;
  width: 88%;
  margin-bottom: 10px;
}
#root .step02 p {
  position: relative;
  left: 80px;
  top: 0;
  width: 88%;
  margin-bottom: 10px;
}
#root #tabs {
  margin-bottom: 0;
}
#root #tabs li {
  position: relative;
  display: inline-block;
  width: 344px;
  height: 203px;
  margin: 0 3px;
  vertical-align: bottom;
  border-radius: 10px 10px 0 0;
  background: #341f15;
  border-top: 2px solid #231711;
  border-right: 2px solid #231711;
  border-left: 2px solid #231711;
}
#root #tabs li a {
  padding: 0;
}
#root #tabs .ui-tabs-selected {
  background: #3c2318;
  border-top: 2px solid #684333;
  border-right: 2px solid #684333;
  border-left: 2px solid #684333;
  top: 2px;
  height: 205px;
}
#root .tabInner {
  background: #3c2318;
  border: 2px solid #684333;
  padding: 30px 0;
}
#root #fragment-1 li {
  position: relative;
}
#root #fragment-1 a {
  position: absolute;
  right: 0;
}
#root #fragment-1 li:nth-child(2) a {
  top: 145px;
  right: 35px;
}
#root #fragment-1 li:nth-child(3) a {
  top: 165px;
  right: 35px;
}
#root #fragment-1 li:nth-child(3) .more {
  top: 315px;
  right: 100px;
}

/* new
----------------------------------------------------------*/
#new {
  background: url(../img/guide/new/sec_header_bg2.jpg) center 105px no-repeat, url(../img/common/sec_header_bg_repeat.jpg) center 105px repeat-x;
  -pie-background: url(/special/malangdo-2015updeta/img/guide/new/sec_header_bg2.jpg) center 105px no-repeat, url(/special/malangdo-2015updeta/img/common/sec_header_bg_repeat.jpg) center 105px repeat-x;
  behavior: url(PIE.htc);
}
#new h1 {
  margin-left: -123px;
}
#new h2 {
  text-align: left;
  margin: 0 0 30px 80px;
}
#new .inner .main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 53.08608%;
}
#new .inner .main:last-child {
  margin-right: 0;
}
#new .inner .sub {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 44.55627%;
  position: relative;
}
#new .inner .sub:last-child {
  margin-right: 0;
}
#new .inner .sub a {
  position: absolute;
  right: 20px;
  bottom: -24px;
}

/* dungeon
----------------------------------------------------------*/
#dungeon {
  background: url(../img/guide/dungeon/sec_header_bg2.jpg) center 105px no-repeat, url(../img/common/sec_header_bg_repeat.jpg) center 105px repeat-x;
  -pie-background: url(/special/malangdo-2015updeta/img/guide/dungeon/sec_header_bg2.jpg) center 105px no-repeat, url(/special/malangdo-2015updeta/img/common/sec_header_bg_repeat.jpg) center 105px repeat-x;
  behavior: url(PIE.htc);
}
#dungeon h1 {
  margin-left: -240px;
}
#dungeon h3 {
  text-align: left;
}
#dungeon table {
  margin-bottom: 10px;
}
#dungeon .note {
  margin-bottom: 30px;
}
#dungeon .catch {
  margin-bottom: 20px;
}

/* enchant
----------------------------------------------------------*/
#enchant {
  background: url(../img/guide/enchant/sec_header_bg2.jpg) center 105px no-repeat, url(../img/common/sec_header_bg_repeat.jpg) center 105px repeat-x;
  -pie-background: url(/special/malangdo-2015updeta/img/guide/enchant/sec_header_bg2.jpg) center 105px no-repeat, url(/special/malangdo-2015updeta/img/common/sec_header_bg_repeat.jpg) center 105px repeat-x;
  behavior: url(PIE.htc);
}
#enchant h1 {
  margin-left: -270px;
}

/* minigame
----------------------------------------------------------*/
#minigame {
  background: url(../img/guide/minigame/sec_header_bg2.jpg) center 105px no-repeat, url(../img/common/sec_header_bg_repeat.jpg) center 105px repeat-x;
  -pie-background: url(/special/malangdo-2015updeta/img/guide/minigame/sec_header_bg2.jpg) center 105px no-repeat, url(/special/malangdo-2015updeta/img/common/sec_header_bg_repeat.jpg) center 105px repeat-x;
  behavior: url(PIE.htc);
}
#minigame h1 {
  margin-left: -152px;
}
#minigame p {
  margin-bottom: 30px;
}
