@import url("base.css");
@import url("common.css");

/* subContainer */
#subContainer {
  margin: 0 auto;
  min-height: 600px;
  /* width: 100%; */
}

.navigation {
  margin: 10px 0 20px 0;
}

.navigation img {
  float: right;
}

.navigation a {
  font-size: 14px;
}

.navigation a:hover {
  color: #333333;
  text-decoration: none;
}

.navigation strong {
  display: inline-block;
  margin: 0 5px;
  font-size: 15px;
}

/* sub page(common) */
#subContents {

}

#subContents h2 {
  position: relative;
  font-size: 23px;
  color: #000000;
  margin-bottom: 20px;
  clear: both;
}

#subContents h2:after {
  /* display:block;content:"";position:absolute;bottom:-1px;left:0;width:100%;border-top: 1px solid #17834d; */
}

#subContents .contents {
  font-size: 15px;
  text-align: justify;
  margin-bottom: 45px;
  word-break: keep-all;
  /* min-height: 550px; */
  line-height: 23px;
}

.h3_ttl1 {
  font-size: 20px;
  font-weight: 600;
  color: #960000;
  margin-bottom: 5px;
  border-bottom: 2px solid #960000;
  padding-bottom: 5px;
}

.h3_ttl2 {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 5px;
}

/* greeting */
.greeting {
  float: left;
}

.principal_img {
  float: left;
  margin-right: 15px;
}

.principal_sign {
  float: left;
  clear: both;
  margin-top: 15px;
}

.greeting .principal_greeting1 {
  float: left;
  width: 565px;
  margin: 0 0 0 10px;
}

.greeting .principal_greeting2 {
  clear: both;
  margin: 0 0 0 0;
}

.sign {
  display: inline-block;
  float: left;
  clear: left;
  border-bottom: 1px dotted #d1d1d1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.sign2 {
  float: left;
  clear: both;
}

.greeting_top {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #c3c3c3;
}

.greeting .img_2 {
  float: right;
  margin-bottom: 45px;
  height: 50px;
}

.greeting2 {
  font-size: 23px;
  color: #000000;
  margin-bottom: 20px;
  clear: both;
}

/* teachers */
.teacher-list .profile {
  margin-bottom: 15px;
  min-height: 155px;
  float: none;
  display: flex;
}

.profile .img-name {
  float: left;
  width: 150px;
  margin: 0 5px 0 0;
}

.profile .img-name .img {}

.profile .img-name .img img {
  border: 1px solid #e5e5e5;
  width: 150px;
}

.profile .img-name .name {
  display: inline-block;
  text-align: center;
  width: 148px;
  font-weight: 500;
  background: #e0e0e0;
  padding: 4px 0;
  border: 1px solid #d1d1d1;
  border-top: none;
}

.teacher-list .tb-profile {
  font-size: 13px;
  /* width: 845px; */
  width: 100%;
  min-height: 128px;
  flex-grow: 1;
}

.teacher-list .tb-profile thead th.status {
  color: #002768;
  padding: 5px 10px;
  text-align: left;
  font-size: 13px;
  border-bottom: 1px solid #909090;
}

.teacher-list .tb-profile thead th.name {
  color: #000000;
  padding: 5px 10px;
  text-align: left;
  font-size: 15px;
  border-bottom: 1px solid #909090;
}

.teacher-list .tb-profile tbody th.ttl {
  text-align: left;
  padding: 5px 10px;
  font-size: 13px;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  vertical-align: top;
}

.teacher-list .tb-profile tbody td.con {
  font-size: 13px;
  padding: 5px 10px;
  vertical-align: top;
  line-height: 18px;
}

/* NISS */
.sch-list {
  float: left;
  margin-top: 15px;
}

.sch-list ul {
  margin: 0 0 10px 0;
  float: left;
}

.sch-list ul li {
  float: left;
  padding-right: 16px;
}

.sch-list ul li .con {
  display: block;
  width: 184px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.sch-list ul li .con strong {
  font-size: 14px;
  color: #1d55a5;
  display: inline-block;
  text-align: center;
  width: 184px;
}

.sch-list ul li .con a {
  text-decoration: underline;
  color: #2543ba;
}

.sch-list ul li img {
  border: 1px solid #d1d1d1;
  width: 184px;
  height: 123px;
}

/* Location */
.location {
  margin: 10px 0 0 0;
}

.location .tb_address {
  float: left;
  font-size: 14px;
}

.location .tb_address tbody th {
  border: 1px solid #3f77b1;
  background: #3f77b1;
  padding: 5px;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  border-bottom: 1px solid #ffffff;
}

.location .tb_address tbody td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}

.location .tb_address tbody td span {
  display: block;
  position: relative;
}

/* Curriculum */
.curriculum {
  float: left;
}

.tb_curriculum {}

.tb_curriculum thead {
  background: #3f77b1;
  color: #ffffff;
  padding: 10px;
}

.tb_curriculum thead th {
  padding: 7px 10px;
  border: 1px solid #3f77b1;
  font-weight: normal;
}

.tb_curriculum tbody td {
  padding: 10px;
  vertical-align: top;
  position: relative;
  border: 1px solid #cccccc;
}

.small_title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.img_center {
  text-align: center;
  margin-bottom: 20px;
}

.sci3_list {
  float: left;
  margin-top: 20px;
}

.sci3_list p {
  float: left;
  margin-right: 20px;
}

.sci3_list ul {
  float: left;
  /* width: 780px; */
}

.sci3_list ul strong {
  text-decoration: underline;
  display: block;
}

ul {}

/* Curriculum 2*/
.tab-content {
  margin-top: 10px;
  /* background:#f3f3f3;padding:10px; */
  margin-bottom: 20px;
}

.curri_bg {
  background: url(/img/common/bg_worldmap_L2.png) center 228px no-repeat;
}

.left_img {
  float: left;
  margin-right: 15px;
}

.right_img {
  float: right;
  margin-left: 15px;
}

.center_img {
  text-align: center;
}

.page_h4_ttl {
  position: relative;
  font-size: 20px;
  padding-left: 12px;
  color: #111111;
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: 20px;
}

.page_h4_ttl:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #960000;
  width: 5px;
  height: 21px;
}

.textbook {
  width: 100%;
  margin: 20px 0;
}

.textbook thead th {
  padding: 5px;
  border-bottom: 1px solid #d1d1d1;
  text-align: center;
}

.textbook tbody td {
  padding: 7px;
  border-left: 1px solid #d1d1d1;
  text-align: center;
}

/* College Consulting */
.consulting {
  float: left;
  margin-top: 20px;
  width: 100%;
}

.consulting .tab_lst {
  margin-bottom: 20px;
  border-bottom: 2px solid #3f77b1;
  width: 100%;
}

.consulting .tab_lst_ttl {
  font-size: 15px;
  font-weight: bold;
  background: #2b7da5;
  text-align: center;
  color: #fff;
  padding: 6px 0;
  position: relative;
}

.consulting .tab_lst tbody th {
  padding: 7px 0;
  background: #3f77b1;
  color: #ffffff;
  font-size: 14px;
  border-right: 1px solid #fff;
  text-align: center;
  font-weight: normal;
}

.consulting .tab_lst tbody td {
  border-bottom: 1px solid #d9d9d9;
  color: #111111;
  font-size: 13px;
}

.consulting .tab_lst tbody .name {
  font-weight: normal;
  padding: 3px 0;
  vertical-align: top;
  text-align: center;
  background: #f3f3f3;
}

.consulting .tab_lst tbody .name_gra {
  padding: 3px 0 0 5px;
  vertical-align: top;
  border-left: 1px solid #d9d9d9;
}

.consulting .tab_lst tbody .name_pass {
  padding: 3px 0 3px 5px;
  line-height: 20px;
  border-left: 1px solid #d9d9d9;
}

/* Calendar */
.view_img img {}

.down_schedule {
  display: inline-block;
  background: #390;
  color: #ffffff;
  padding: 7px;
  border-radius: 3px;
  font-size: 15px;
  float: right;
  font-weight: normal;
}

.down_schedule a,
.down_schedule a:hover {
  color: #ffffff !important;
}

/* Application */
.app_lst {}

.app_lst li {
  margin-bottom: 10px;
}

.app_lst li strong {
  font-size: 17px;
}

.icon_down {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 3px;
}

.icon_down:hover {
  background: #390;
  color: #ffffff;
}

.forms {
  font-size: 13px;
  width: 100%;
}

.forms .tb_forms {}

/* .forms .tb_forms thead th{font-size:15px;background:#004082;color:#ffffff;padding:5px 10px;border:1px solid #004082} */
.forms .tb_forms tbody th {
  background: #3f77b1;
  color: #ffffff;
  padding: 7px 5px;
  text-align: center;
  border: 1px solid #3f77b1;
  font-weight: normal;
  font-size: 14px;
}

.forms .tb_forms tbody td {
  text-align: center;
  padding: 10px;
  border: 1px solid #d1d1d1;
}

/* Academy */
.academy {}

.academy ul {
  float: left;
  margin-top: 20px;
}

.academy ul li {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}

.academy ul li span {
  display: block;
  float: left;
}

.academy ul li dl {
  float: left;
  font-size: 15px;
  margin: 10px 0 0 15px;
  line-height: 25px;
}

.academy ul li dl dt {
  font-size: 18px;
  font-weight: 700;
  color: #004082;
}

.academy ul li dl dd {
  position: relative;
  padding-left: 10px;
}

.academy ul li dl dd:after {
  position: absolute;
  width: 2px;
  height: 2px;
  background: #555555;
  content: "";
  top: 11px;
  left: 0px;
}

.academy .sports {
  float: left;
}

.academy .sports p {
  float: left;
}

.academy .sports img {
  border: 1px solid #a7a7a7;
}

.academy .sports dl {
  float: left;
  font-size: 15px;
  margin: 0 0 0 15px;
  line-height: 25px;
}

.academy .sports dl dt {
  font-size: 18px;
  font-weight: 700;
  color: #004082;
}

.academy .sports dl dd {
  position: relative;
  padding-left: 10px;
}

.academy .sports dl dd:after {
  position: absolute;
  width: 2px;
  height: 2px;
  background: #555555;
  content: "";
  top: 11px;
  left: 0px;
}

/* uniform */
.uniform {}

.uniform dl {
  line-height: 22px;
  margin-bottom: 10px;
}

.uniform dl dt {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
}

.uniform dl dd {
  font-size: 15px;
}

.behavior {
  margin-top: 20px;
}

.behavior dl {
  line-height: 22px;
  margin-bottom: 15px;
}

.behavior dl dt {
  font-size: 18px;
  font-weight: 700;
  color: #004082;
  margin-bottom: 5px;
}

.behavior dl dd {
  font-size: 15px;
}

.behavior dl dd strong {
  margin-bottom: 5px;
  display: block;
}

/* regulation */
.regulation {
  width: 100%;
}

.tb_regulation {
  margin-top: 10px;
}

.tb_regulation thead {
  background: #3f77b1;
}

.tb_regulation thead th {
  color: #ffffff;
  padding: 5px 10px;
  font-weight: normal;
  border: 1px solid #3f77b1;
}

.tb_regulation tbody th {
  background: #f3f3f3;
  padding: 4px 0 4px 10px;
  border: 1px solid #d1d1d1;
  font-size: 13px;
}

.tb_regulation tbody td {
  font-size: 13px;
  border: 1px solid #d1d1d1;
  padding: 5px 10px;
  vertical-align: top;
}

.dl_regulation {
  margin-top: 10px;
}

.dl_regulation dt {
  font-size: 18px;
  font-weight: 700;
  color: #004082;
  margin-bottom: 5px;
}

.dl_regulation dd {
  margin-bottom: 10px;
}

.dl_regulation dd strong {
  display: block;
}

.down_handbook a {
  display: inline-block;
  background: #390;
  color: #ffffff;
  padding: 7px;
  border-radius: 3px;
  font-size: 15px;
  float: right;
  font-weight: normal;
}

.down_handbook a:hover {
  background: #390;
  color: #ffffff;
}

/* facilities */
#example {
  width: 970px;
  max-width: 100%;
  height: 600px;
  position: relative;
  margin: 0 0 0 40px;
  z-index: 0;
}

#frame {
  position: absolute;
  z-index: 0;
  width: 1178px;
  height: 656px;
  top: -6px;
  left: -120px;
}

#slides {
  position: absolute;
  top: 15px;
  left: 4px;
  z-index: 3;
  width: 970px;
  max-width: 100%;
}

#slides .next,
#slides .prev {
  position: absolute;
  top: 250px;
  left: -39px;
  width: 24px;
  height: 43px;
  display: block;
  z-index: 101;
}

.slides_container {
  overflow: hidden;
  position: relative;
}

#slides .next {
  left: 946px;
}

.pagination {
  /* margin: 35px auto 0;
  width: 380px; */
  margin: 35px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination li {
  float: left;
  margin: 0 1px;
}

.pagination li a {
  display: block;
  width: 12px;
  height: 0;
  padding-top: 12px;
  background-image: url(/img/aboutus/facilities/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.pagination li.current a {
  background-position: 0 -12px;
}

/* Sitemap */
.sitemap1 {
  float: left;
  margin-top: 10px;
}

.sitemap1 .sitemap1_1 {
  float: left;
  border-bottom: 1px dotted #d1d1d1;
  margin-bottom: 20px;
}

.sitemap1 .sitemap1_1 strong {
  display: inline-block;
  margin-bottom: 5px;
  color: #004082;
  font-size: 16px;
  float: left;
}

.sitemap2 {
  margin-bottom: 15px;
  line-height: 30px;
  float: left;
  clear: left;
}

.sitemap2 li {
  float: left;
  margin-left: 40px;
}

.sitemap2 li:first-child {
  margin-left: 0;
}

/* Cafeteria */
.cafe_img {
  box-shadow: 5px 5px 6px #d1d1d1;
  margin: 0 auto 20px auto;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.cafe_img img {
  width: 800px;
  display: block;
  border: 1px solid #f3f3f3;
  max-width: 100%;
}

/* College Counselor */
.counselor {}

.counselor .teacher {
  float: left;
}

.counselor .teacher span {
  display: block;
  text-align: center;
  background-color: #f3f3f3;
  padding: 2px 0;
  font-weight: 600;
  color: #000000;
  font-size: 14px;
}

.counselor .tb_tests {}

.counselor .tb_tests thead th {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: center;
  border: 1px solid #d1d1d1;
  background-color: #f3f3f3;
  padding: 3px 0;
}

.counselor .tb_tests tbody th {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #d1d1d1;
  background-color: #f7f7f7;
  padding: 1px 0;
}

.counselor .tb_tests tbody td {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #d1d1d1;
}

.divide_line {
  display: block;
  margin: 0 auto;
  border: 1px solid #c5c5c5;
  margin-bottom: 30px;
}

.subtab-wrapper {
  background-color: #dae9f9;
}

.subtab-menu {
  text-align: left;
}

.subtab-menu li {
  font-size: 15px;
  position: relative;
  display: inline-block;
  padding: 8px 13px;
  cursor: pointer;
  z-index: 0;
  letter-spacing: -1px;
}

.subtab-menu li:hover {
  color: #000;
}

.subtab-menu li.active {
  color: #000;
  font-weight: 700;
}

.subtab-menu li.active:hover {
  color: #000000;
}

.subtab-content>div {
  font-size: 14px;
  background-color: #ffffff;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: 0;
}

.subtab-menu .line {
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #1053a9;
  bottom: 0;
  left: 0;
}

.subtab-content .each_year {}

.subtab-content .each_year dl {
  margin-top: 10px;
}

.subtab-content .each_year dl dt {
  font-weight: 600;
  font-size: 15px;
  color: #004082;
}

/* Accreditation */
.accreditation {}

.accreditation li {
  margin-top: 30px;
  border-top: 1px dashed #dddddd;
  padding-top: 30px;
}

.accreditation li:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

.accreditation li .img {
  display: block;
  margin-bottom: 10px;
}

.accreditation li .ttl {
  display: block;
  font-size: 18px;
  color: #004082;
  margin-bottom: 5px;
}

.accreditation li .link {
  display: block;
}

.accreditation li .link a {
  color: #390;
}

/* Dormitory */
.dormitory ul {
  display: block;
  text-align: center;
}

.dormitory_img p {
  display: block;
  margin-top: 10px;
  text-align: center;
}

/* activity */
.tab2 {
  position: relative;
  height: 29px;
  background: url(http://static.naver.com/groupware/common/tab_menu.gif) repeat-x 0 100%;
  font-size: 13px;
  margin-bottom: 15px;
}

.tab2 ul li,
.tab2 ul li a {
  background: url(http://static.naver.com/groupware/2010/bg_tab2_off.gif) no-repeat;
}

.tab2 ul li {
  float: left;
  margin-right: -1px;
  line-height: 26px;
}

.tab2 ul li a {
  display: inline-block;
  padding: 2px 12px 1px;
  background-position: 100% 0;
  font-weight: bold;
  color: #666;
  text-decoration: none !important;
}

.tab2 ul li a:hover {
  color: #000;
}

.tab2 ul li.on,
.tab2 ul li.on a {
  background-image: url(http://static.naver.com/groupware/2010/bg_tab2_on.gif);
  font-size: 13px;
}

.tab2 ul li.on a {
  background: #307b79;
  color: #fff;
}

.faq_question {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
}

.faq_question span {
  width: 25px;
  display: inline-block;
  text-align: center;
}

.faq_question strong {
  color: #777;
  font-size: 12px;
  display: inline-block;
  margin-left: 12px;
}

.faq_answer {
  line-height: 23px;
  padding: 0 10px 0 10px;
}

.faq_answer em {
  text-decoration: underline;
}

.faq_answer_container {
  height: 0px;
  overflow: hidden;
  padding: 0px;
}

.tb_faq {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.tb_faq tbody td {
  border-bottom: 1px solid #ddd;
  padding: 5px 5px;
}

.tb_faq tbody .tr_bg {
  background: #f0f0f0;
}

.con_h3_ttl {
  font-size: 17px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
  position: relative;
  padding-left: 10px;
  clear: left;
}

.con_h3_ttl:after {
  position: absolute;
  content: "";
  top: 3px;
  left: 0px;
  width: 4px;
  height: 18px;
  background-color: #155cb5;
}

.dance_list {
  padding-left: 20px;
}

.underline {
  text-decoration: underline;
}

