@charset "UTF-8";

/*=========================================================
  style
=========================================================*/
.f_l {
  float: left !important;
}

.f_r {
  float: right !important;
}

.a_l {
  text-align: left !important;
}

.a_r {
  text-align: right !important;
}

.entry-content {
  position: relative;
}

/* width 50% */
.col_50>ul {
  position: relative;
}

.col_50>ul:after {
  content: "";
  display: table;
  clear: both;
}

.col_50>ul>li {
  width: 50%;
  float: left;
  overflow: hidden;
}

/*=========================================================
  학과개요
=========================================================*/
.page_title1 {
  position: relative;
}

.page_title1 span {
  display: block;
  font-size: 50px;
  color: #333;
  font-weight: 300;
  font-family: 'Titillium Web', sans-serif;
  line-height: 1em;
}

.page_title1 .txt_bold {
  font-weight: 600;
}

.overview {
  position: relative;
}

.overview:before {
  content: "";
  position: absolute;
  top: 60px;
  right: 66%;
  margin-right: 5px;
  width: 1000px;
  height: 410px;
  background: #f9f7f5;
}

.overview:after {
  content: "";
  position: absolute;
  top: 590px;
  left: 117%;
  width: 1000px;
  height: 260px;
  background: #f9f7f5;
}

.overview .list {
  margin-top: 70px;
  position: relative;
  z-index: 1;
}

.overview .list>ol>li {
  margin-top: 50px;
  width: 100%;
}

.overview .list>ol>li:first-child {
  margin-top: 0;
}

.overview .col_50>ul {
  margin: 0 -20px;
}

.overview .col_50>ul>li {
  padding: 0 20px;
}

.col_50>ul>li .img_box {
  line-height: 0;
}

.col_50>ul>li .img_box img {
  width: 100%;
  min-width: 430px;
}

.col_50>ul>li .num {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  color: #ca0464;
}

.col_50>ul>li .num:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ca0464;
}

.overview .list>ol>li:last-child .col_50>ul>li .num {
  margin-top: 0;
}

.col_50>ul>li .text {
  margin-top: 15px;
  font-size: 14px;
  color: #555;
  line-height: 1.85em;
}

@media screen and (max-width: 1260px) and (min-width: 1px) {
  .overview:after {
    left: 90%;
  }
}

@media screen and (max-width: 799px) and (min-width: 1px) {
  .col_50>ul>li {
    width: 100%;
  }

  .col_50>ul>li .num {
    margin-top: 15px;
  }

  .overview .list>ol>li:last-child .col_50>ul>li .num {
    margin-top: 0;
  }

  .col_50>ul>li .img_box img {
    min-width: auto;
  }

  .overview .f_r {
    float: left !important;
  }
}

/*=========================================================
  연혁
=========================================================*/
.history_list>ul>li {
  position: relative;
  width: 100%;
  padding: 50px 0;
  clear: both;
}

.history_list>ul>li:nth-child(even) {
  background: #f9f7f5;
}

.history_list>ul>li:nth-child(even):before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -500%;
  width: 1000%;
  height: 100%;
  background: #f9f7f5;
}

.history_list>ul>li:nth-child(even) .col_50>ul>li:first-child {
  float: right;
}

.history_list>ul>li:nth-child(odd) .col_50>ul>li:last-child {
  padding-left: 20px;
}

.history_list>ul>li:nth-child(even) .col_50>ul>li:last-child {
  padding-right: 20px;
}

.year_tit {
  font-size: 50px;
  color: #333;
  font-weight: 500;
  line-height: 1.78em;
  border-bottom: 1px solid #333;
}

.year_list .date {
  width: 103px;
  float: left;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 2.5em;
  letter-spacing: -1px;
}

.year_list .cont_text {
  overflow: hidden;
  font-size: 14px;
  color: #999;
  font-weight: 500;
  line-height: 2.5em;
  letter-spacing: -1px;
}

.year_list .cont_text p {
  margin-top: 5px;
  overflow: hidden;
  font-size: 14px;
  color: #999;
  font-weight: 500;
  line-height: 1.7em;
  letter-spacing: -1px;
}

@media screen and (max-width: 1260px) and (min-width: 800px) {
  .year_tit {
    font-size: 44px;
  }
}

@media screen and (max-width: 799px) and (min-width: 1px) {
  .year_tit {
    font-size: 40px;
  }

  .year_list {
    margin-top: 15px;
  }

  .history_list>ul>li:nth-child(odd) .col_50>ul>li:last-child {
    padding-left: 0px;
  }

  .history_list>ul>li:nth-child(even) .col_50>ul>li:last-child {
    padding-right: 0px;
  }
}

@media screen and (max-width: 479px) and (min-width: 1px) {

  .page_title1 span {
    font-size: 34px;
    line-height: 1.4em;
  }

  .overview .list {
    margin-top: 30px;
  }

  .year_tit {
    font-size: 35px;
  }

  .year_list .date {
    width: 85px;
  }
}

/*=========================================================
  오시는길
=========================================================*/
/*
.map {line-height: 0;}
.info_cont {margin-top:46px; text-align: center;}
.info_cont .wrapper {display: inline-block;}
.info_cont .wrapper .top_box {position: relative; padding-left:28px; display: inline-block; text-align: left;}
.info_cont .wrapper .top_box:before {content: ""; position: absolute; top:4px; left:0; display: block;  width:18px; height: 24px; background:url(/assets/theme/postech_ee/images/icon/location_icon.png) no-repeat 0 0;background-size: 18px 24px;}
.info_cont .wrapper .big {font-size: 20px; color: #333; font-weight: 500;}
.info_cont .wrapper .small {font-size: 14px; color: #555;}
.info_cont .wrapper .top_box .small {margin-top:7px;}
.info_cont .wrapper .bottom_box {margin-top:48px;}
.info_cont .wrapper .bottom_box .col_50>ul>li {width:auto; padding:0 30px;}
.info_cont .wrapper .bottom_box .col_50>ul>li:first-child {border-right:1px solid #ededed;}
.info_cont .wrapper .bottom_box .big {width:46px; display: inline-block;}
.info_cont .wrapper .bottom_box .small { display: inline-block;}

@media screen and (max-width: 500px) and (min-width: 1px){
.info_cont .wrapper .bottom_box .col_50>ul>li:first-child {border-right:0;}
.info_cont .wrapper .bottom_box .col_50>ul>li {width:100%; text-align: left;}
}
*/
.tab_content {
  position: relative;
  overflow: hidden;
}

.tab_content>ul.tab_list>li {
  display: none;
}

.tab_content>ul.tab_list>li.active {
  display: block;
}

.tab_content .map_bx {
  line-height: 0;
  font-size: 0;
}

.tab_content .pin_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -131px;
  margin-left: -173px;
  width: 310px;
  border: 1px solid #333;
  background: #fff;
}

.tab_content .pin_popup .wrapper {
  position: relative;
  padding: 19px;
}

.tab_content .pin_popup .wrapper:before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 13px;
  height: 11px;
  margin-left: -6px;
  background: url(/assets/theme/postech_ee/images/icon/map_icon.png) no-repeat;
  background-size: 15px 43px;
  background-position: 0 -22px;
}

.tab_content .pin_popup .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.tab_content .pin_popup .wrapper .img_bx {
  line-height: 0;
  width: 170px;
  float: left;
  line-height: 0;
}

.tab_content .pin_popup .wrapper .img_bx img {
  width: 100%;
}

.tab_content .pin_popup .wrapper .text_bx {
  position: relative;
  min-height: 140px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-left: 15px;
}

.tab_content .pin_popup .wrapper .text_bx .icon {
  position: relative;
  height: 20px;
}

.tab_content .pin_popup .wrapper .text_bx .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 20px;
  background: url(/assets/theme/postech_ee/images/icon/map_icon.png) no-repeat;
  background-size: 15px 43px;
  background-position: 0 0;
}

.tab_content .pin_popup .wrapper .text_bx .name {
  margin-top: 7px;
  font-size: 16px;
  color: #555;
  font-weight: 500;
  letter-spacing: -1px;
}

.tab_content .pin_popup .wrapper .text_bx .view_btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.tab_content .pin_popup .wrapper .text_bx .view_btn>a {
  position: relative;
  padding-right: 15px;
  font-size: 12px;
  color: #ca0464;
  font-weight: 500;
  letter-spacing: -1px;
}

.tab_content .pin_popup .wrapper .text_bx .view_btn>a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 8px;
  margin-top: -4px;
  background: url(/assets/theme/postech_ee/images/icon/map_icon.png) no-repeat;
  background-size: 15px 43px;
  background-position: 0 -35px;
}

.tab_content .pin_popup .wrapper .text_bx .view_btn>a:hover {
  border-bottom: 1px solid #a98147;
}

/*=========================================================
  학부
=========================================================*/
.page_title2 .big {
  font-size: 30px;
  color: #333;
  font-weight: 500;
  letter-spacing: -1px;
}

.page_title2 .small {
  font-size: 20px;
  color: #999;
  letter-spacing: -1px;
}

/* 다운로드 스타일 */
.down_style1 {
  position: relative;
  margin-top: 45px;
}

.down_style1>ul {
  line-height: 0;
  font-size: 0;
  margin: -5px;
}

.down_style1>ul>li {
  padding: 5px;
  display: inline-block;
}

.undergraduate .down_style1>ul>li:first-child {
  margin-right: 30px;
}

.down_style1>ul>li>div {
  min-width: 430px;
  padding: 13px 21px;
  border: 1px solid #ededed;
}

.down_style1>ul>li>div a {
  position: relative;
  padding-left: 34px;
  display: block;
}

.down_style1>ul>li>div a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(/assets/theme/postech_ee/images/icon/down_icon1.png) no-repeat;
  background-size: 24px 24px;
}

.down_style1>ul>li>div a .file_name {
  font-size: 14px;
  color: #555;
  letter-spacing: -1px;
}

.down_style1>ul>li>div a:hover .file_name {
  text-decoration: underline;
}

/* 입학안내 리스트 */
.guide_list>ul>li {
  margin-top: 50px;
}

.guide_list>ul>li .list_tit {
  padding-top: 4px;
  width: 280px;
  float: left;
  border-top: 1px solid #ededed;
}

.guide_list>ul>li .list_tit .num {
  display: inline-block;
  float: left;
  font-size: 40px;
  color: #ca0464;
  letter-spacing: -1px;
  font-weight: 100;
}

.guide_list>ul>li .list_tit .tit {
  overflow: hidden;
  padding-top: 16px;
  padding-left: 15px;
  font-size: 20px;
  color: #333;
  letter-spacing: -1px;
  font-weight: 500;
}

.guide_list>ul>li .list_tit .tit .statement {
  margin-top: 12px;
  font-size: 20px;
  color: #999;
  letter-spacing: -1px;
}

.guide_list>ul>li .cont_text {
  overflow: hidden;
  padding-left: 40px;
  padding-top: 20px;
}

.guide_list>ul>li .cont_text .text {
  font-size: 14px;
  color: #555;
  line-height: 1.8em;
  letter-spacing: -1px;
}

.guide_list>ul>li .cont_text .text.small {
  margin-top: 5px;
  font-size: 12px;
}

.guide_list>ul>li .cont_text .down_style1 {
  margin-top: 15px;
}

.guide_list>ul>li .cont_text .lists {
  margin-top: 20px;
}

.guide_list>ul>li .cont_text .lists>ul>li {
  position: relative;
  padding-left: 17px;
  font-size: 14px;
  color: #555;
  letter-spacing: -1px;
  line-height: 1.85em;
}

.guide_list>ul>li .cont_text .lists>ul>li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;
  width: 6px;
  height: 2px;
  background: #bba078;
}

/* 페지이 하단 정보 */
.page_info {
  margin-top: 75px;
  padding: 20px 30px;
  border: 1px solid #d5d5d5;
}

.page_info .wrapper {
  position: relative;
  padding-left: 49px;
}

.page_info .wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(/assets/theme/postech_ee/images/icon/i_icon.png) no-repeat;
  background-size: 30px 30px;
}

.page_info .charge {
  margin-right: 40px;
  display: inline-block;
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
}

.page_info .charge .big_txt {
  margin-right: 7px;
  display: inline;
  font-size: 20px;
  color: #333;
  letter-spacing: -1px;
  font-weight: bold;
}

.page_info .charge .small_txt {
  display: inline-block;
  font-size: 12px;
  color: #999;
  letter-spacing: -1px;
}

.page_info .contact {
  display: inline-block;
  vertical-align: bottom;
}

.page_info .contact>ul {
  position: relative;
  margin: -2px -20px;
}

.page_info .contact>ul:after {
  content: "";
  display: table;
  clear: both;
}

.page_info .contact>ul>li {
  position: relative;
  padding: 2px 20px;
  float: left;
  line-height: 0;
  font-size: 0;
}

.page_info .contact>ul>li:first-child {
  border-right: 1px solid #ededed;
}

.page_info .contact>ul>li .tit {
  margin-right: 13px;
  display: inline-block;
  font-size: 14px;
  color: #555;
  line-height: 1.4em;
}

.page_info .contact>ul>li .tit.bold {
  font-weight: bold;
}

.page_info .contact>ul>li .txt {
  display: inline-block;
  font-size: 14px;
  color: #555;
  line-height: 1.4em;
}

.page_info .contact>ul>li .txt a {
  font-size: 14px;
  color: #555;
  line-height: 1.4em;
}

.page_info .contact>ul>li .txt a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1023px) and (min-width: 1px) {
  .down_style1>ul>li>div {
    min-width: auto;
  }
}

@media screen and (max-width: 799px) and (min-width: 1px) {
  .guide_list>ul>li .list_tit {
    width: 100%;
  }
}

@media screen and (max-width: 640px) and (min-width: 1px) {
  .page_info {
    padding: 20px 25px;
  }

  .page_info .wrapper {
    padding-left: 35px;
  }

  .page_info .charge .big_txt {
    font-size: 18px;
  }

  .page_info .contact {
    margin-top: 15px;
  }

  .page_info .contact>ul>li {
    display: block;
    width: 100%;
  }

  .page_info .contact>ul>li:first-child {
    border-right: none;
  }

  .page_info .contact>ul>li .tit {
    font-size: 13px;
  }

  .page_info .contact>ul>li .txt {
    font-size: 13px;
  }

  .page_info .contact>ul>li .txt a {
    font-size: 13px;
  }

  .page_info .wrapper:before {
    top: 1px;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
}

@media screen and (max-width: 479px) and (min-width: 1px) {
  .down_style1>ul>li {
    min-width: inherit;
    width: 100%;
  }
}

/*=========================================================
  대학원
=========================================================*/


/*탭
=========================================================*/
/*레이아웃*/
.tab_box div[class*="tab_ty"] {
  margin-bottom: 40px;
}

.tabbox_unit.tab1 {
  display: block;
}

.tabbox_unit {
  display: none;
}

/*타입1*/
.tab_box .tab_ty1:after {
  content: "  ";
  display: block;
  clear: both;
}

.tab_box .tab_ty1 ul {
  width: 100%;
  font-size: 0;
  line-height: 0;
  border-bottom: 1px solid #e8e5e2;
}

.tab_box .tab_ty1 ul:after {
  content: "  ";
  display: block;
  clear: both;
}

.tab_box .tab_ty1 ul li {
  display: inline-block;
  float: left;
}

.tab_box .tab_ty1 ul li a {
  display: block;
  position: relative;
  padding: 17px 25px;
  margin-bottom: -1px;
  margin-right: -1px;
  z-index: 1;
  text-align: center;
  color: #333;
  font-size: 16px;
  letter-spacing: -0.64px;
  border-left: 1px solid #e8e5e2;
  border-top: 1px solid #e8e5e2;
  border-right: 1px solid #e8e5e2;
  border-bottom: 1px solid #e8e5e2;
  white-space: nowrap;
  background-color: #f9f7f5;
  transition: all ease-out 0.1s;
  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -ms-transition: all ease-out 0.1s;
}

.tab_box .tab_ty1 ul li.active a:before,
.tab_box .tab_ty1 ul li:hover a:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #bd9f7a;
}

.tab_box .tab_ty1 ul li.active a,
.tab_box .tab_ty1 ul li:hover a {
  background-color: #fff;
  border-left: 1px solid #bd9f7a;
  border-top: 1px solid #bd9f7a;
  border-right: 1px solid #bd9f7a;
  border-bottom: 1px solid #fff !important;
  z-index: 5;
}

/*타입2 - 공통*/
.tab_box .tab_ty2:after {
  content: "  ";
  display: block;
  clear: both;
}

.tab_box .tab_ty2 ul {
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.tab_box .tab_ty2 ul:after {
  content: "  ";
  display: block;
  clear: both;
}

.tab_box .tab_ty2 ul li {
  display: table;
  float: left;
  height: 60px;
  margin-left: -1px
}

.tab_box .tab_ty2 ul li a {
  display: table-cell;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px 5px;
  vertical-align: middle;
  text-align: center;
  color: #333;
  font-size: 16px;
  letter-spacing: -0.64px;
  border: 1px solid #e8e5e2;
  white-space: nowrap;
  background-color: #f9f7f5;
  transition: all ease-out 0.1s;
  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -ms-transition: all ease-out 0.1s;
}

.tab_box .tab_ty2 ul li.active a,
.tab_box .tab_ty2 ul li:hover a {
  background-color: #fff;
  border: 1px solid #bd9f7a !important;
  border-bottom: 1px solid #fff !important;
  z-index: 10;
}

/*타입2 - 5개의 탭*/
.tab_ty2.tab_5ea ul li {
  width: 20%;
}

/*타입2 - 4개의 탭*/
.tab_ty2.tab_4ea ul li {
  width: 25%;
}

/*타입2 - 3개의 탭*/
.tab_ty2.tab_3ea ul li {
  width: 33.33%;
}

/*타입2 - 2개의 탭*/
.tab_ty2.tab_2ea ul li {
  width: 50%;
}

@media screen and (max-width: 1284px) and (min-width: 1024px) {
  .tab_ty1 ul li a {
    padding: 17px 15px;
  }

  .scholarships .table_box .s_table {
    width: 100%;
  }

  .accordion_unit .table_box .s_table {
    table-layout: fixed;
    width: 530px;
  }
}

@media screen and (max-width: 799px) and (min-width: 770px) {
  .tab_ty1 ul li a {
    padding: 17px 20px;
  }
}

@media screen and (max-width: 769px) and (min-width: 740px) {
  .tab_ty1 ul li a {
    padding: 17px 20px;
  }
}

@media screen and (max-width: 719px) and (min-width: 670px) {
  .tab_ty1 ul li a {
    padding: 17px 14px;
  }
}

@media screen and (max-width: 669px) and (min-width: 640px) {
  .tab_ty1 ul li a {
    padding: 17px 11px;
  }
}

@media screen and (max-width: 639px) and (min-width: 1px) {
  .tab_ty2.tab_5ea ul li {
    width: 50%;
  }

  .tab_ty2.tab_5ea ul li a {
    width: 100% !important;
  }

  div[class*="tab_ty"] ul li {
    display: inline-block;
    float: left;
    width: 50% !important;
    height: 40px !important;
  }

  div[class*="tab_ty"] ul li a {
    display: block;
    width: 100% !important;
    padding: 10px !important;
    border-bottom: 1px solid #e8e5e2;
    margin-bottom: 0;
    font-size: 12px !important;
  }

  div[class*="tab_ty"] ul li:nth-child(odd) a {
    border-left: 1px solid #e8e5e2
  }

  div[class*="tab_ty"] ul li.active a,
  div[class*="tab_ty"] ul li:hover a {
    border: 1px solid #bd9f7a !important;
  }

  div[class*="tab_ty"] ul li.active a:after,
  div[class*="tab_ty"] ul li:hover a:after {
    opacity: 0;
    visibility: hidden;
  }

  .tab_ty2 ul li {
    margin-bottom: -1px;
  }

  .tab_box .tab_ty1 ul {
    border-bottom: none;
  }

  .tab_box .tab_ty1 ul li {
    margin-right: -1px;
  }

  .tab_box .tab_ty1 ul li a:before {
    display: none;
  }

  .tab_box .tab_ty1 ul li.active a,
  .tab_box .tab_ty1 ul li:hover a {
    border: 1px solid #bd9f7a !important;
  }

  .tab_box .tab_ty1 ul li.active a:before,
  .tab_box .tab_ty1 ul li:hover a:before {
    display: none;
  }

  .tab_box .tab_ty2 ul li.active a,
  .tab_box .tab_ty2 ul li:hover a {
    border: 1px solid #bd9f7a !important;
  }
}

/*제목
=========================================================*/
.tab_content .page_title2 {
  margin-bottom: 22px;
}

.page_title2 .small2 {
  font-size: 25px;
  color: #333;
  letter-spacing: -1px;
}

/*테이블
=========================================================*/
/*레이아웃*/
caption {
  position: absolute;
  left: -999999999px;
}

.table_box {
  overflow-x: auto;
}

.table_box .s_table {
  table-layout: fixed;
}

.table_box:after {
  content: "  ";
  display: block;
  clear: both;
}

.align_center {
  text-align: center !important;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.vertical_m {
  vertical-align: middle !important;
}

.txt_clip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*레이아웃*/
caption {
  position: absolute;
  left: -999999999px;
}

.table_box {
  overflow-x: auto;
}

.table_box:after {
  content: "  ";
  display: block;
  clear: both;
}

.align_center {
  text-align: center !important;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.vertical_m {
  vertical-align: middle !important;
}

.txt_clip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*기본테이블(scale)*/
table.s_table {
  width: 100%;
}

table.s_table thead tr th {
  font-size: 14px;
  color: #333;
  padding: 11px 0px;
  background-color: #f9f7f5;
  border-top: 1px solid #cdc9c6;
  border-bottom: 1px solid #cdc9c6;
  border-left: 1px solid #e8e5e2;
  font-weight: 500;
  line-height: 1.875em;
  vertical-align: middle;
  letter-spacing: -1px;
}

table.s_table thead tr th:first-child {
  border-left: none;
}

table.s_table tbody tr th {
  font-size: 14px;
  color: #333;
  padding: 12px 20px;
  background-color: #f9f7f5;
  border-bottom: 1px solid #e8e5e2;
  border-left: 1px solid #e8e5e2;
  border-left: 1px solid #e8e5e2;
  font-weight: 500;
  line-height: 1em;
  text-align: left;
  vertical-align: top;
  letter-spacing: -1px;
}

table.s_table tbody tr th:first-child {
  border-left: none;
}

table.s_table tr td {
  font-size: 14px;
  color: #555;
  letter-spacing: -1px;
  padding: 12px 20px;
  border-bottom: 1px solid #e8e5e2;
  border-left: 1px solid #e8e5e2;
  line-height: 24px;
  background-color: #fff;
}

table.s_table tbody tr td:first-child {
  border-left: none;
}

table.s_table tbody * {
  font-size: 14px;
  color: #555;
  line-height: 24px;
}

table.s_table .bg2 {
  background: #f3f1ee;
}

table.s_table .bg_fff {
  background: #fff;
}

.table_box table.s_table tr td {
  padding: 12px 10px;
}

.table_box table.s_table tr td.rowfirst {
  border-left: none;
}

.table_box table.s_table tbody tr td:first-child {
  border-left: 1px solid #e8e5e2 !important;
}

/*테이블 타입2*/
table.b_table.table_ty2 tbody tr:first-child th,
table.b_table.table_ty2 tbody tr:first-child td {
  border-top: 1px solid #cdc9c6;
}

@media screen and (max-width: 769px) and (min-width: 1px) {
  .table_box .s_table {
    width: 710px
  }
}

/* 학과프로그램 */
.graduate_program {
  position: relative;
}

p.desc_txt {
  padding-left: 17px;
}

.graduate_program .listbx {
  margin-top: 10px;
  margin-bottom: 25px;
}

.graduate_program .bull_bar_g>li {
  line-height: 1em;
}

.graduate_program .bull_bar_g>li .span {
  margin-top: 13px;
  display: block;
  font-size: 14px;
  color: #555;
}

.link_list {
  padding-left: 17px;
}

.link_list>ul {
  margin: -5px;
}

.link_list>ul>li {
  padding: 5px;
}

.link_list>ul>li>a {
  position: relative;
  display: block;
  padding: 9px 20px 10px 20px;
  border: 1px solid #ededed;
}

.link_list>ul>li>a>span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  color: #555;
}

.link_list>ul>li.red>a {
  position: relative;
  display: block;
  padding: 9px 20px 10px 20px;
  border: 1px solid #ca0464;
}

.link_list>ul>li.red>a>span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  color: #ca0464;
}

/* 아이콘 */
.link_list>ul>li>a i.plus {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  background: url(../images/icon/graduate_program_icon.png) no-repeat;
  background-size: 46px 12px;
  width: 9px;
  height: 9px;
  margin-top: -4px;
}

.link_list>ul>li.circle>a i {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.link_list>ul>li.circle>a i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  background: url(../images/icon/graduate_program_icon.png) no-repeat;
  background-size: 46px 12px;
}

.link_list>ul>li>a i.download {
  background: #ca0464;
}

.link_list>ul>li>a i.download:before {
  width: 10px;
  margin-left: -5px;
  background-position: -36px 0;
}

.link_list>ul>li>a i.clip {
  background: #bba078;
}

.link_list>ul>li>a i.clip:before {
  background-position: -22px 0;
}

.link_list>ul>li.circle span {
  padding-left: 34px;
}

.link_list>ul>li.circle>a:hover span {
  text-decoration: underline;
}

/* 호버 */
.link_list>ul>li.red>a:hover {
  background: #ca0464;
}

.link_list>ul>li.red>a:hover>span {
  color: #fff;
}

.link_list>ul>li.red>a:hover i.plus {
  background-position: -11px 0;
}

.link_list>ul>li.active>a {
  background: #ca0464;
}

.link_list>ul>li.active>a>span {
  color: #fff;
}

.link_list>ul>li.active>a i.plus {
  background-position: -11px 0;
}

/* 유의사항 */
.note {
  margin: 15px 0 25px;
  padding-left: 25px;
}

.note p {
  padding-left: 10px;
  font-size: 14px;
  color: #333333;
  line-height: 1.8em;
}

.note p.red {
  padding-left: 0;
  color: #ca0464;
  font-weight: 500;
}

/* 팝업 */
.form_popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 40px;
  width: 100%;
}

.form_popup.active {
  display: block;
}

.form_popup .popup_container {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  height: 100%;
}

/* .popup_box {padding:24px 30px 30px; position: absolute; top:20px; right:0; width:600px; border:1px solid #999; background: #fff; z-index: 11; box-shadow: 10px 10px 20px rgba(0,0,0,0.05);} */
.popup_box {
  padding: 24px 30px 30px;
  position: absolute;
  top: 70px;
  width: 600px;
  border: 1px solid #999;
  background: #fff;
  z-index: 11;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
}

.popup_box .wrapper {
  position: relative;
}

.popup_box .wrapper .close_btn a {
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  width: 21px;
  height: 21px;
  background: url(/assets/theme/postech_ee/images/icon/popup_icon.png) no-repeat 0 0;
  background-size: 58px 22px;
  z-index: 1;
}

.popup_content .title {
  padding-right: 21px;
  font-size: 20px;
  line-height: 1.5em;
  color: #333;
  letter-spacing: -1px;
  font-weight: 500;
}

.popup_content .direction_box {
  margin-top: 15px;
  padding: 15px 20px;
  background: #f9f7f5;
}

.popup_content .direction_box p {
  font-size: 14px;
  color: #555;
  line-height: 1.85em;
  letter-spacing: -1px;
}

.popup_content .direction_box p span.red_txt {
  font-size: 12px;
  color: #ca0464;
  line-height: 1.85em;
  letter-spacing: -1px;
}

.form_list>ul {
  position: relative;
  margin: 0 -10px;
}

.form_list>ul:after {
  content: "";
  display: table;
  clear: both;
}

.form_list>ul>li {
  margin-top: 10px;
  padding: 0 10px;
  width: 100%;
  float: left;
}

.form_list>ul>li.half {
  width: 100%;
}

.form_list>ul>li.clear {
  clear: both;
}

.form_list>ul>li>dl>dt span {
  position: relative;
  display: block;
  font-size: 12px;
  color: #333;
  line-height: 1.85em;
  letter-spacing: -1px;
  font-weight: 500;
}

.form_list>ul>li>dl>dt span:after {
  content: " *";
  font-size: 12px;
  color: #ca0464;
  line-height: 1.85em;
  letter-spacing: -1px;
  font-weight: 500;
}

.form_list>ul>li label {
  position: relative;
  display: block;
  font-size: 12px;
  color: #333;
  line-height: 1.85em;
  letter-spacing: -1px;
  font-weight: 500;
}

.form_list>ul>li>dl>dt>label:after {
  content: " *";
  font-size: 12px;
  color: #ca0464;
  line-height: 1.85em;
  letter-spacing: -1px;
  font-weight: 500;
}

.form_list>ul>li>dl>dt.no_required>label:after {
  display: none;
}

.form_list>ul>li input[type="text"],
.form_list>ul>li input[type="tel"],
.form_list>ul>li input[type="email"],
.form_list>ul>li input[type="password"] {
  width: 100%;
  display: block;
  height: 40px;
  padding: 6px 10px 7px;
  border: 1px solid #e8e5e2;
  font-size: 14px;
  color: #333;
  line-height: 1.85em;
}

.form_list>ul>li input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 2.15em;
  color: #999;
  letter-spacing: -1px;
}

.form_list>ul>li input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 2.15em;
  color: #999;
  letter-spacing: -1px;
}

.form_list>ul>li input:-moz-placeholder {
  font-size: 14px;
  line-height: 2.15em;
  color: #999;
  letter-spacing: -1px;
}

.form_list>ul>li input::-moz-placeholder {
  font-size: 14px;
  line-height: 2.15em;
  color: #999;
  letter-spacing: -1px;
}

.form_list>ul>li>dl>dd {
  margin-top: 5px;
}

.form_list>ul>li>dl.one_line>dt {
  width: 60px;
  float: left;
}

.form_list>ul>li>dl.one_line>dd {
  margin-top: 0;
  padding: 2px 0;
  overflow: hidden;
}

.form_list>ul>li>dl>dd .check_box {
  position: relative;
}

.form_list>ul>li>dl>dd .check_box:after {
  content: "";
  display: table;
  clear: both;
}

.form_list>ul>li>dl>dd .check_box>ul>li {
  float: left;
  margin-right: 30px;
  line-height: 0;
  font-size: 0;
}

.form_list>ul>li>dl>dd .check_box>ul>li label {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.85em;
  letter-spacing: -1px;
  font-weight: 500;
  cursor: pointer;
}

.form_list>ul>li>dl>dd .check_box>ul>li label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: 1px solid #e8e5e2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.form_list>ul>li>dl>dd .check_box>ul>li input[type="radio"] {
  display: none;
}

.form_list>ul>li>dl>dd .check_box>ul>li input[type="radio"]:checked+label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 29px;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  background: #ca0464;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.form_list>ul>li input[type="radio"] {
  display: inline-block;
}

.preference>ul {
  position: relative;
  margin: -10px;
}

.preference>ul:after {
  content: "";
  display: table;
  clear: both;
}

.preference>ul>li {
  padding: 10px;
  width: 33.333%;
  float: left;
}

.preference>ul>li label {
  font-size: 14px;
}

.form_list>ul>li .ex {
  clear: both;
  font-size: 12px;
  color: #999;
  line-height: 1.6em;
  letter-spacing: -1px;
}

.form_list>ul>li>dl.adress>dd {
  position: relative;
  padding-right: 150px;
}

.form_list>ul>li>dl.adress .btn_style1 {
  position: absolute;
  top: 0;
  right: 0;
}

.btn_style1 {
  position: relative;
  display: inline-block;
  padding: 9px;
  width: 130px;
  height: 40px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  border: 1px solid #333;
}

.btn_style1 a {
  display: inline-block;
  font-size: 13px;
  color: #333;
  line-height: 1.6em;
  font-weight: 600;
  vertical-align: middle;
}

.btn_style1:hover {
  background: #333;
}

.btn_style1:hover a {
  color: #fff;
}

.btn_style1 span {
  display: inline-block;
  font-size: 13px;
  color: #333;
  line-height: 1.6em;
  font-weight: 600;
  vertical-align: middle;
}

.btn_style1:hover span {
  color: #fff;
}

.file_attachment {
  margin-top: 13px;
}

.file_attachment .file_btn {
  position: relative;
  margin-right: 9px;
  width: 130px;
  height: 40px;
  float: left;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.file_attachment .file_btn:hover .btn_style1 {
  background: #333;
}

.file_attachment .file_btn:hover .btn_style1 span {
  color: #fff;
}

.file_attachment .file_btn .btn_style1 i {
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 17px;
  background: url(/assets/theme/postech_ee/images/icon/popup_icon.png) no-repeat -25px 0;
  background-size: 58px 22px;
}

.file_attachment .file_btn:hover .btn_style1 i {
  background-position: -42px 0;
}

.file_attachment .file_btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 40px;
  font-size: 100px;
  cursor: pointer;
  opacity: 0;
  z-index: 10;
}

.file_attachment .file_name {
  padding: 7px 0 8px;
  height: 40px;
  font-size: 14px;
  color: #555;
  line-height: 1.85em;
  letter-spacing: -1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.form_list>ul>li .ex.file {
  margin-top: 10px;
}

.form_list>ul>li .ex.agree {
  margin-top: 5px;
}

.form_list>ul>li>dl>dd .check_box.agree>ul>li label {
  padding-left: 30px;
  padding-right: 0;
}

.form_list>ul>li>dl>dd .check_box.agree>ul>li label:before {
  left: 0;
}

.form_list>ul>li>dl>dd .check_box.agree>ul>li input[type="radio"]:checked+label:after {
  left: 7px;
}

.popup_box .send_btn {
  margin-top: 45px;
  text-align: center;
}

.popup_box .send_btn input {
  width: 130px;
  height: 40px;
  padding: 9px;
  font-size: 13px;
  color: #ca0464;
  line-height: 1.6em;
  font-weight: 600;
  border: 1px solid #ca0464;
  cursor: pointer;
}

.popup_box .send_btn input:hover {
  background: #ca0464;
  color: #fff;
}

@media screen and (max-width: 679px) and (min-width: 1px) {
  .popup_box {
    width: 100%;
  }
}

@media screen and (max-width: 639px) and (min-width: 1px) {
  .popup_box {
    padding: 24px 25px 30px;
  }

  .popup_content .title {
    font-size: 18px;
  }

  .popup_content .direction_box {
    margin-top: 10px;
    padding: 10px 15px;
  }

  .popup_content .direction_box p {
    font-size: 12px;
    line-height: 1.7em;
  }

  .popup_content .direction_box p span.red_txt {
    font-size: 12px;
    line-height: 1.7em;
  }

  .form_list>ul>li {
    margin-top: 15px;
  }

  .form_list>ul>li label {
    font-size: 14px;
  }

  .form_list>ul>li>dl>dt>label:after {
    font-size: 14px;
  }

  .form_list>ul>li>dl>dd {
    margin-top: 2px;
  }

  .form_list>ul>li input[type="text"],
  .form_list>ul>li input[type="tel"],
  .form_list>ul>li input[type="email"] {
    height: 32px;
    padding: 4px 10px;
    height: 32px;
    font-size: 12px;
  }

  .form_list>ul>li>dl>dt span {
    font-size: 14px;
  }

  .form_list>ul>li>dl>dt span:after {
    font-size: 14px;
  }

  .form_list>ul>li>dl.one_line>dd {
    padding: 1px 0 0;
  }

  .form_list>ul>li>dl>dd .check_box>ul>li label {
    font-size: 13px;
  }

  .form_list>ul>li>dl>dd .check_box>ul>li label:before {
    width: 16px;
    height: 16px;
    left: 19px;
    margin-top: -9px;
  }

  .form_list>ul>li>dl>dd .check_box>ul>li input[type="radio"]:checked+label:after {
    width: 8px;
    height: 8px;
    left: 24px;
    margin-top: -4px;
  }

  .preference>ul {
    margin: -5px;
  }

  .preference>ul>li {
    padding: 5px;
  }

  .preference>ul>li label {
    font-size: 12px;
  }

  .form_list>ul>li .ex {
    margin-bottom: 7px;
    font-size: 11px;
    line-height: 1em;
  }

  .form_list>ul>li>dl.adress>dd {
    padding-right: 95px;
  }

  .btn_style1 {
    padding: 7px;
    width: 85px;
    height: 32px;
  }

  .btn_style1 a {
    font-size: 12px;
    line-height: 1.4em;
  }

  .file_attachment {
    margin-top: 4px;
  }

  .file_attachment .file_btn {
    width: 85px;
    height: 32px;
  }

  .btn_style1 span {
    font-size: 12px;
    line-height: 1.4em;
  }

  .file_attachment .file_btn .btn_style1 i {
    margin-right: 5px;
  }

  .file_attachment .file_btn input {
    width: 85px;
    height: 32px;
  }

  .file_attachment .file_name {
    padding: 4px 0;
    height: 32px;
    font-size: 13px;
  }

  .form_list>ul>li>dl>dd .check_box.agree>ul>li label {
    padding-left: 25px;
  }

  .form_list>ul>li>dl>dd .check_box.agree>ul>li input[type="radio"]:checked+label:after {
    left: 5px;
  }

  .popup_box .send_btn {
    margin-top: 30px;
  }

  .popup_box .send_btn input {
    padding: 5px 5px 6px;
    height: 32px;
    font-size: 12px;
  }

  .form_list>ul>li>dl.one_line>dt {
    width: 55px;
  }

  .form_list>ul>li.half {
    width: 100%;
  }

  .form_list>ul>li .ex.empty {
    display: none;
  }

  /* 아이콘 */
  .popup_box .wrapper .close_btn a {
    width: 17px;
    height: 17px;
    background-size: 44px 17px;
  }

  .file_attachment .file_btn .btn_style1 i {
    width: 12px;
    height: 13px;
    background-size: 44px 17px;
    background-position: -19px 0;
  }

  .file_attachment .file_btn:hover .btn_style1 i {
    width: 12px;
    height: 13px;
    background-size: 44px 17px;
    background-position: -32px 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 1px) {
  .form_popup {
    padding: 0 30px;
  }
}

@media screen and (max-width: 479px) and (min-width: 1px) {
  .preference>ul {
    margin: -3px -5px;
  }

  .preference>ul>li {
    padding: 3px 5px;
    width: 100%;
  }
}

/* 팝업 레이아웃 */
@media screen and (max-width: 1023px) and (min-width: 800px) {
  .form_popup .popup_container {
    width: 740px;
  }
}

@media screen and (max-width: 799px) and (min-width: 770px) {
  .form_popup .popup_container {
    width: 710px;
  }

}

@media screen and (max-width: 769px) and (min-width: 740px) {
  .form_popup .popup_container {
    width: 680px;
  }
}

@media screen and (max-width: 739px) and (min-width: 720px) {
  .form_popup .popup_container {
    width: 660px;
  }
}

@media screen and (max-width: 719px) and (min-width: 670px) {
  .form_popup .popup_container {
    width: 610px;
  }

}

@media screen and (max-width: 669px) and (min-width: 640px) {
  .form_popup .popup_container {
    width: 580px;
  }

}

@media screen and (max-width: 639px) and (min-width: 480px) {
  .form_popup .popup_container {
    width: 420px;
  }

  .form_popup .popup_box {
    margin-left: -210px;
  }
}


@media screen and (max-width: 479px) and (min-width: 420px) {
  .form_popup .popup_container {
    width: 360px;
  }

  .form_popup .popup_box {
    margin-left: -180px;
  }

}

@media screen and (max-width: 419px) and (min-width: 1px) {
  .form_popup .popup_container {
    width: 100%;
  }

  .form_popup .popup_box {
    margin-left: 0px;
    left: 0;
  }
}

/*=========================================================
  공지사항
=========================================================*/
.static_line_title {
  margin-top: -10px;
}

.static_line_title .title {
  margin: 10px 28px 10px 0;
}

.research_postbx>ul>li .headbx .cont .namebx .name {
  letter-spacing: -1px;
}

.research_postbx>ul>li .metacontbx .titbx {
  font-weight: 500;
  letter-spacing: -1px;
}

@media screen and (max-width: 1023px) and (min-width: 1px) {
  .research_field .enter_br {
    display: none;
  }
}

/*=========================================================
  로그인
=========================================================*/
.login_box {
  margin: 70px auto 190px;
  width: 600px;
}

.login_box h3.title {
  margin-bottom: 40px;
  padding-bottom: 11px;
  font-size: 30px;
  color: #ca0464;
  line-height: 1.5em;
  border-bottom: 2px solid #ca0464;
}

.login_box h3.title span.italic {
  margin-right: 7px;
  font-style: italic;
  font-size: 30px;
  color: #ca0464;
  line-height: 1.5em;
}

.login_box .idpw_bx {
  position: relative;
  padding-right: 140px;
}

.login_box .idpw_bx:before {
  content: "";
  display: table;
  clear: both;
}

.login_box .idpw_bx .input_bx {
  margin: -5px;
}

.login_box .idpw_bx .input_bx dl {
  padding: 5px;
}

.login_box .idpw_bx .input_bx dl dt {
  padding: 8px 0 7px 35px;
  width: 115px;
  float: left;
}

.login_box .idpw_bx .input_bx dl dt label {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  line-height: 2.15em;
}

.login_box .idpw_bx .input_bx dl dd {
  overflow: hidden;
}

.login_box .idpw_bx .input_bx dl dd input {
  width: 100%;
  height: 45px;
  padding: 7px 20px 6px;
  font-size: 14px;
  line-height: 2.15em;
  color: #333;
  border: 1px solid #e8e5e2;
}

.login_box .idpw_bx .input_bx dl dd input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 2.15em;
  color: #999;
}

.login_box .idpw_bx .input_bx dl dd input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 2.15em;
  color: #999;
}

.login_box .idpw_bx .input_bx dl dd input:-moz-placeholder {
  font-size: 14px;
  line-height: 2.15em;
  color: #999;
}

.login_box .idpw_bx .input_bx dl dd input::-moz-placeholder {
  font-size: 14px;
  line-height: 2.15em;
  color: #999;
}

.login_box .idpw_bx .remember {
  margin-top: 6px;
  padding-left: 120px;
}

.login_box .idpw_bx .remember label {
  display: inline-block;
  font-size: 13px;
  color: #999;
  letter-spacing: -1px;
  vertical-align: middle;
}

.login_box .idpw_bx .login_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  text-align: center;
}

.login_box .idpw_bx .login_btn a {
  display: block;
  padding: 38px 0;
  height: 100px;
  overflow: hidden;
  background: #333;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.login_box .idpw_bx .login_btn a:hover {
  background: #ca0464;
}

@media screen and (max-width: 719px) and (min-width: 1px) {
  .login_box {
    width: 100%;
  }
}

@media screen and (max-width: 639px) and (min-width: 1px) {
  .login_box .idpw_bx {
    padding: 0 25px;
  }

  .login_box .idpw_bx .input_bx dl dt {
    padding: 5px 0;
    width: 100%;
    float: none;
  }

  .login_box .idpw_bx .remember {
    width: 80px;
    padding-left: 0;
  }

  .login_box .idpw_bx .login_btn {
    position: static;
    margin-top: 35px;
    width: 100%;
  }

  .login_box .idpw_bx .login_btn a {
    padding: 12px 0;
    height: auto;
  }
}

/*=========================================================
  대학원
=========================================================*/
.graduate .top_bx {
  padding-bottom: 100px;
  border-bottom: 1px solid #ededed;
}

.graduate .top_bx p.cont_txt {
  font-size: 24px;
  line-height: 1.5em;
  color: #333;
  text-align: center;
}

.graduate .top_bx p.cont_txt span.br {
  display: block;
  font-size: 24px;
  line-height: 1.5em;
  color: #333;
}

.graduate .subject_list {
  margin-top: 35px;
  text-align: center;
}

.graduate .subject_list>ul {
  position: relative;
  display: inline-block;
  line-height: 0;
  font-size: 0;
  text-align: center;
}

.graduate .subject_list>ul:after {
  content: "";
  display: table;
  clear: both;
}

.graduate .subject_list>ul>li {
  position: relative;
  width: 150px;
  float: left;
  vertical-align: top;
  cursor: pointer;
}

.graduate .subject_list>ul>li:nth-child(2n) {
  margin-top: 39px;
}

.graduate .subject_list>ul>li .subject_name {
  position: relative;
  display: table;
  width: 150px;
  height: 159px;
  background-size: 150px 159px;
}

.graduate .subject_list>ul>li .subject_name.list1 {
  background: url(/assets/theme/postech_ee/images/imgs/subject_bg1.jpg) no-repeat;
}

.graduate .subject_list>ul>li .subject_name.list2 {
  background: url(/assets/theme/postech_ee/images/imgs/subject_bg2.jpg) no-repeat;
}

.graduate .subject_list>ul>li .subject_name.list3 {
  background: url(/assets/theme/postech_ee/images/imgs/subject_bg3.jpg) no-repeat;
}

.graduate .subject_list>ul>li .subject_name.list4 {
  background: url(/assets/theme/postech_ee/images/imgs/subject_bg4.jpg) no-repeat;
}

.graduate .subject_list>ul>li .subject_name.list5 {
  background: url(/assets/theme/postech_ee/images/imgs/subject_bg5.jpg) no-repeat;
}

.graduate .subject_list>ul>li .subject_name.list6 {
  background: url(/assets/theme/postech_ee/images/imgs/subject_bg6.jpg) no-repeat;
}

.graduate .subject_list>ul>li h4.name {
  padding-top: 9px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.graduate .subject_list>ul>li h4.name span {
  position: relative;
  padding-top: 4px;
  font-size: 20px;
  color: #fff;
  line-height: 1.25em;
  font-weight: 500;
}

.graduate .subject_list>ul>li h4.name span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 22px;
  height: 1px;
  margin-left: -11px;
  background: #fff;
}

.graduate .subject_list>ul>li .subject_name .plus {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33px;
  height: 33px;
  background: url(/assets/theme/postech_ee/images/icon/subject_icon.png) no-repeat;
  background-size: 33px 48px;
  background-position: 0 -15px;
}

.graduate .subject_list>ul>li .hover {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(202, 4, 100, 0.8);
}

.graduate .subject_list>ul>li .hover .wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.graduate .subject_list>ul>li .hover .wrapper .name {
  padding-top: 34px;
}

.graduate .subject_list>ul>li .hover .wrapper .more {
  position: relative;
  margin: 18px auto 0;
}

.graduate .subject_list>ul>li .hover .wrapper .more a {
  display: block;
  display: inline-block;
  width: 24px;
  height: 12px;
  background: url(/assets/theme/postech_ee/images/icon/subject_icon.png) no-repeat;
  background-size: 33px 48px;
}

.graduate .subject_list>ul>li:hover .subject_name h4.name {
  display: none;
}

.graduate .subject_list>ul>li:hover .plus {
  display: none;
}

.graduate .subject_list>ul>li:hover .hover {
  display: block;
}

.graduate .subject_list>ul>li.active .subject_name h4.name {
  display: none;
}

.graduate .subject_list>ul>li.active .plus {
  display: none;
}

.graduate .subject_list>ul>li.active .hover {
  display: block;
}

.graduate .bottom_bx .static_line_title {
  margin-top: 45px;
}

.graduate .bottom_bx .theory>ul {
  position: relative;
  margin: -15px;
  display: flex;
}

.graduate .bottom_bx .theory>ul:after {
  content: "";
  display: table;
  clear: both;
}

.graduate .bottom_bx .theory>ul>li {
  width: 33.333%;
  float: left;
  flex-wrap: wrap;
}

.graduate .bottom_bx .theory>ul>li .wrapper {
  padding: 15px;
  height: 100%;
}

.graduate .bottom_bx .theory>ul>li .wrapper .inner {
  min-height: 260px;
  padding: 24px 35px;
  border: 1px solid #e8e5e2;
  height: 100%;
}

.graduate .bottom_bx .theory>ul>li .wrapper h4.code {
  padding-bottom: 11px;
  font-size: 16px;
  color: #4b4b4b;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #dfdcd8;
}

.graduate .bottom_bx .theory>ul>li .wrapper .lists>ul {
  margin: 9px 0 -5px;
}

.graduate .bottom_bx .theory>ul>li .wrapper .lists>ul>li {
  padding: 4px 0 5px;
}

.graduate .bottom_bx .theory>ul>li .wrapper .lists>ul>li dl dt {
  width: 85px;
  float: left;
  font-size: 13px;
  color: #4b4b4b;
  line-height: 1.3em;
  font-weight: 500;
}

.graduate .bottom_bx .theory>ul>li .wrapper .lists>ul>li dl dd {
  overflow: hidden;
  font-size: 13px;
  color: #a0773b;
  line-height: 1.3em;
  font-weight: 500;
}

@media screen and (max-width: 1023px) and (min-width: 1px) {
  .graduate .subject_list>ul>li:nth-child(4) {
    clear: both;
  }

  .graduate .bottom_bx .theory>ul {
    margin: -10px;
  }

  .graduate .bottom_bx .theory>ul>li {
    padding: 10px;
  }

  .graduate .bottom_bx .theory>ul>li .wrapper {
    padding: 20px 25px;
  }
}

@media screen and (max-width: 739px) and (min-width: 1px) {
  .graduate .bottom_bx .theory>ul>li {
    width: 100%;
  }

  .graduate .bottom_bx .theory>ul>li .wrapper {
    min-height: 200px;
  }
}

@media screen and (max-width: 669px) and (min-width: 1px) {
  .graduate .top_bx p.cont_txt br.enter {
    display: none;
  }
}

@media screen and (max-width: 1023px) and (min-width: 640px) {
  .graduate .subject_list>ul>li:nth-child(4) {
    clear: both;
  }

  .graduate .subject_list>ul>li:nth-child(2n) {
    margin-top: 0;
  }
}

@media screen and (max-width: 639px) and (min-width: 1px) {
  .graduate .subject_list>ul>li {
    display: inline-block;
    float: none;
  }

  .graduate .subject_list>ul>li:nth-child(2n) {
    margin-top: 0;
  }
}

/*=========================================================
  대학원
=========================================================*/
/*행정실 연락처 버튼*/
.info_btnbx {
  margin-bottom: 30px;
  line-height: 0;
  font-size: 0;
}

.info_btnbx a {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 23px;
  height: 40px;
  border: 1px solid #ca0464;
  font-size: 0;
  line-height: 0;
}

.info_btnbx a i.icon {
  margin-right: 11px;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 18px;
  background: url(/assets/theme/postech_ee/images/icon/icon_item.png) no-repeat;
  background-position: -128px -381px;
  background-size: 500px 500px;
}

.info_btnbx a span.txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.7em;
  color: #ca0464;
  font-weight: 500;
}

.info_btnbx a:hover {
  background: #ca0464;
}

.info_btnbx a:hover i.icon {
  background-position: -145px -381px;
}

.info_btnbx a:hover span.txt {
  color: #fff;
}

.seminar_reservation .p_login_box p.login_ex {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #999999;
  line-height: 1.8em;
}

.desc_box {
  margin-bottom: 19px;
}

.desc_box ul.desc_type {
  position: relative;
  margin: -20px;
}

.desc_box ul.desc_type:after {
  content: "";
  display: table;
  clear: both;
}

.desc_box ul.desc_type>li {
  width: 50%;
  float: left;
  padding: 20px;
}

.desc_box ul.desc_type>li .wrapper {
  min-height: 140px;
  padding: 23px 20px 22px;
}

.desc_box ul.desc_type>li.style1 .wrapper {
  border: 1px solid #d5d5d5;
}

.desc_box ul.desc_type>li.style2 .wrapper {
  background: #f9f7f5;
}

.desc_box ul.desc_type>li .wrapper h4 {
  margin-bottom: 7px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 1.63em;
  letter-spacing: -1px;
}

ul.type_list>li {
  position: relative;
  padding: 6px 0 5px 15px;
  font-size: 14px;
  line-height: 1.4em;
  color: #555;
  letter-spacing: -1px;
}

ul.type_list>li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 6px;
  height: 2px;
  background: #bba078;
}

/* 달력 */
.reservation_box {
  clear: both;
  /*  padding-bottom: 150px; */
}

.calendar_header .title_bx {
  background: #ca0464;
}

.calendar_header .title_bx h4 {
  padding: 14px 0;
  font-size: 20px;
  color: #fff;
  line-height: 1.1em;
  text-align: center;
  font-weight: normal;
}

.calendar_header .date {
  padding: 34px 64px;
  position: relative;
  background: #f9f7f5;
  text-align: center;
}

.calendar_header .date .wrapper {
  position: relative;
  margin: 0 auto;
  width: 80%;
}

.calendar_header .date h5 .normal {
  font-size: 30px;
  color: #333;
  line-height: 1.4em;
  font-weight: normal;
}

.calendar_header .date h5 .normal.red {
  color: #ca0464;
  font-weight: 500;
}

.calendar_header .date .arrow_box {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 35px;
  margin-top: -17px;
  z-index: 2;
}

.calendar_header .date .arrow_box.left {
  left: 40px;
}

.calendar_header .date .arrow_box.right {
  right: 40px;
}

.calendar_header .date .arrow_box a {
  display: block;
}

.calendar_header .date .arrow_box a i {
  display: block;
  width: 30px;
  height: 35px;
  text-indent: -9999px;
  background: url(/assets/theme/postech_ee/images/icon/reservation_icon.png) no-repeat;
  background-size: 120px 66px;
}

.calendar_header .date .arrow_box.left a i {
  background-position: -30px 0;
}

.calendar_header .date .arrow_box.right a i {
  background-position: -60px 0;
}

.calendar_header .date .arrow_box a:hover i {
  background-position: 0 0;
}

.calendar_header .date .arrow_box.right a:hover i {
  background-position: -90px 0;
}

.calendar_body .day_box {
  position: relative;
  padding: 8px 0;
  border-bottom: 1px solid #cdc9c6;
}

.calendar_body .day_box:after {
  content: "";
  display: table;
  clear: both;
}

.calendar_body .day_box .day {
  width: 14.28%;
  float: left;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  text-align: center;
}

.calendar_body .day_box .day:first-child {
  color: #ca0464;
}

.calendar_body .day_box .day:last-child {
  color: #0066be;
}

.calendar_body .number_list {
  border-bottom: 1px solid #cdc9c6;
}

.calendar_body .number_list .line_box {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #ededed;
}

.calendar_body .number_list .line_box:last-child {
  border-bottom: none;
}

.calendar_body .number_list .line_box .num_bx {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.calendar_body .number_list .line_box .num_bx.register_day {
  cursor: pointer;
}

.calendar_body .number_list .line_box .num_bx .wrapper {
  padding: 16px 20px 16px 30px;
  min-height: 109px;
}

.calendar_body .number_list .line_box .num_bx:hover {
  background: #f9f7f5;
}

.calendar_body .number_list .line_box .num_bx .wrapper span.number {
  font-size: 20px;
  color: #333;
  line-height: 1.1em;
  cursor: default;
}

.calendar_body .number_list .line_box .num_bx:first-child .wrapper span.number {
  color: #ca0464;
  font-weight: 500;
}

.calendar_body .number_list .line_box .num_bx:last-child .wrapper span.number {
  color: #0066be;
  font-weight: 500;
}

.calendar_body .number_list .line_box .num_bx .wrapper .memo_box {
  margin-top: 12px;
  cursor: pointer;
}

.calendar_body .number_list .line_box .num_bx .wrapper .memo_box>ul {
  margin-bottom: -5px;
}

.calendar_body .number_list .line_box .num_bx .wrapper .memo_box>ul>li {
  position: relative;
  padding-left: 10px;
  padding-bottom: 5px;
  line-height: 0;
  font-size: 0;
}

.calendar_body .number_list .line_box .num_bx .wrapper .memo_box>ul>li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #bba078;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.calendar_body .number_list .line_box .num_bx .wrapper .memo_box>ul>li span.bold {
  margin: 3px 3px 3px 0px;
  font-size: 13px;
  color: #333;
  line-height: 1.15em;
  font-weight: 500;
  letter-spacing: -1px;
  display: block;
}

.calendar_body .number_list .line_box .num_bx .wrapper .memo_box>ul>li span.nor_txt {
  font-size: 13px;
  color: #999;
  line-height: 1.15em;
  letter-spacing: -1px;
}

.calendar_body .number_list .line_box .num_bx .hover_box {
  display: none;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 212px;
  border: 1px solid #999;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
  background: #fff;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.calendar_body .number_list .line_box .num_bx:nth-child(6) .hover_box {
  left: auto;
  right: 100%;
}

.calendar_body .number_list .line_box .num_bx:nth-child(7) .hover_box {
  left: auto;
  right: 100%;
}

.calendar_body .number_list .line_box:nth-child(6) .num_bx .hover_box {
  top: auto;
  bottom: -50px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.calendar_body .number_list .line_box:last-child .num_bx .hover_box {
  top: auto !important;
  bottom: 0px !important;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

.calendar_body .number_list .line_box .num_bx:hover .hover_box {
  display: block;
}

.calendar_body .number_list .line_box .num_bx .hover_box .wrapper {
  padding: 2px 31px;
}

.calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li {
  padding: 23px 0;
  border-bottom: 1px solid #ededed;
}

.calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li:last-child {
  border-bottom: none;
}

.calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl {
  padding-left: 9px;
}

.calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt {
  margin-bottom: 5px;
  padding-right: 38px;
  position: relative;
  line-height: 0;
  font-size: 0;
}

.calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -9px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: #bba078;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

.calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt span.txt {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: -1px;
}

.calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt .btn_list {
  display: none;
  position: absolute;
  top: 1px;
  right: 0;
}

.calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li:hover>dl>dt .btn_list {
  display: block;
}

.calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt .btn_list>ul {
  margin: 0 -1px;
  line-height: 0;
  font-size: 0;
}

.calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt .btn_list>ul>li {
  padding: 0 1px;
  display: inline-block;
}

.calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt .btn_list>ul>li>a {
  display: block;
  width: 17px;
  height: 17px;
  background: url(/assets/theme/postech_ee/images/icon/reservation_icon.png) no-repeat;
  background-size: 120px 66px;
}

.calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt .btn_list>ul>li.edit>a {
  background-position: -77px -37px;
}

.calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt .btn_list>ul>li.close>a {
  background-position: -60px -37px;
}

.calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dd p {
  font-size: 12px;
  line-height: 1.25em;
  color: #999;
  letter-spacing: -1px;
  font-weight: 500;
}

.calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dd p span.gold {
  /* margin-left:4px; */
  font-size: 12px;
  line-height: 1.25em;
  color: #a98147;
  letter-spacing: -1px;
  font-weight: 500;
}

.calendar_body .number_list .line_box .num_bx:first-child .wrapper .hover_box .arrow {
  position: absolute;
  top: 50%;
  left: -17px;
  width: 18px;
  height: 29px;
  margin-top: -14px;
  background: url(/assets/theme/postech_ee/images/icon/reservation_icon.png) no-repeat;
  background-size: 120px 66px;
  background-position: 0 -37px;
}

.wr_btn_bx {
  clear: both;
  font-size: 0;
  line-height: 0;
  padding: 2px 0 0;
}

.wr_btn_bx:after {
  content: "";
  display: table;
  clear: both;
}

.wr_btn_bx a {
  color: #a98147;
  margin-right: 3px;
  font-size: 12px;
  line-height: 1.25em;
  display: block;
  float: left;
}

.wr_btn_bx a:hover {
  color: #ca0464;
}

.wr_btn_bx a:last-child {
  margin-right: 0;
}

.pw_inputbx {
  clear: both;
  margin-top: 5px;
  border-top: 1px solid #999;
  padding-top: 4px;
}

.pw_inputbx dt {
  font-size: 12px;
  color: #ca0464;
  line-height: 1.25em;
  margin-bottom: 0px;
}

.b_input_bx {
  clear: both;
  position: relative;
  display: block;
}

.b_input_bx .pw_text {
  border: solid 1px #ca0464;
  font-size: 12px;
  color: #333;
  line-height: 1.25em;
  display: block;
  padding: 4px 35px 4px 5px;
  height: 25px;
  width: 100%;
}

.b_input_bx .pw_submit {
  font-size: 11px;
  background: #ca0464;
  line-height: 25px;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 25px;
  width: 32px;
  cursor: pointer;
  z-index: 10;
}



/* 달력팝업안의 달력 */
.xdsoft_datetimepicker {
  z-index: 99999 !important;
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
  .calendar_body .number_list .line_box .num_bx .wrapper {
    padding: 12px 20px;
    min-height: 100px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper .memo_box {
    margin-top: 8px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box {
    width: 200px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li {
    padding: 20px 0;
  }
}

@media screen and (max-width: 799px) and (min-width: 740px) {
  .calendar_body .number_list .line_box .num_bx .wrapper {
    padding: 10px 15px;
    min-height: 95px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper .memo_box {
    margin-top: 6px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box {
    width: 195px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li {
    padding: 18px 0;
  }
}

@media screen and (max-width: 739px) and (min-width: 640px) {
  .calendar_header .date {
    padding: 30px 0;
  }

  .calendar_body .day_box .day {
    font-size: 15px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper {
    padding: 10px 10px;
    min-height: 90px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper span.number {
    font-size: 18px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper .memo_box {
    margin-top: 6px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper .memo_box>ul>li {
    font-size: 12px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper .memo_box>ul>li span.bold {
    font-size: 12px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper .memo_box>ul>li span.nor_txt {
    font-size: 12px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper .memo_box>ul>li:before {
    width: 5px;
    height: 5px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box {
    width: 175px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper {
    padding: 2px 18px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li {
    padding: 16px 0;
  }
}

@media screen and (max-width: 639px) and (min-width: 420px) {
  .calendar_header .title_bx h4 {
    font-size: 18px;
  }

  .calendar_header .date {
    padding: 20px 0;
  }

  .calendar_header .date h5 .normal {
    font-size: 27px;
  }

  .calendar_body .day_box .day {
    font-size: 14px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper {
    padding: 5px 0 8px;
    min-height: 70px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper span.number {
    font-size: 16px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper .memo_box {
    margin-top: 2px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper .memo_box>ul>li {
    padding-left: 6px;
    font-size: 10px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper .memo_box>ul>li span.bold {
    font-size: 10px;
    margin-right: 2px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper .memo_box>ul>li span.nor_txt {
    font-size: 10px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper .memo_box>ul>li:before {
    width: 4px;
    height: 4px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box {
    width: 156px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper {
    padding: 2px 18px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li {
    padding: 12px 0;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt {
    padding-right: 30px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt span.txt {
    font-size: 12px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt .btn_list>ul>li>a {
    width: 12px;
    height: 12px;
    background-size: 85px 47px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt .btn_list>ul>li.edit>a {
    background-position: -54px -26px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt .btn_list>ul>li.close>a {
    background-position: -42px -26px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dd p {
    font-size: 10px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dd p span.gold {
    font-size: 10px;
  }

  .calendar_body .number_list .line_box .num_bx:nth-child(5) .wrapper .hover_box {
    left: auto;
    right: 100%;
  }

  .pw_inputbx dt {
    font-size: 10px;
    margin-bottom: 3px;
  }

  .wr_btn_bx a {
    font-size: 10px;
  }
}

@media screen and (max-width: 419px) and (min-width: 380px) {
  .calendar_header .title_bx h4 {
    font-size: 18px;
  }

  .calendar_header .date {
    padding: 12px 0;
  }

  .calendar_header .date h5 .normal {
    font-size: 20px;
  }

  .calendar_header .date .arrow_box {
    width: 20px;
    height: 23px;
    margin-top: -12px;
  }

  .calendar_header .date .arrow_box.left {
    left: 15px;
  }

  .calendar_header .date .arrow_box.right {
    right: 15px;
  }

  .calendar_header .date .arrow_box a i {
    width: 20px;
    height: 23px;
    background: url(/assets/theme/postech_ee/images/icon/reservation_icon.png) no-repeat;
    background-size: 80px 44px;
  }

  .calendar_header .date .arrow_box.left a i {
    background-position: -20px 0;
  }

  .calendar_header .date .arrow_box.right a i {
    background-position: -40px 0;
  }

  .calendar_header .date .arrow_box a:hover i {
    background-position: 0 0;
  }

  .calendar_header .date .arrow_box.right a:hover i {
    background-position: -60px 0;
  }

  .calendar_body .day_box .day {
    font-size: 12px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper {
    padding: 0 0 5px;
    min-height: 65px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper span.number {
    font-size: 14px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper .memo_box {
    margin-top: 0px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper .memo_box>ul>li {
    padding-left: 4px;
    font-size: 10px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper .memo_box>ul>li span.bold {
    font-size: 10px;
    margin: 0 2px 0 0;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper .memo_box>ul>li span.nor_txt {
    display: none;
    font-size: 10px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper .memo_box>ul>li:before {
    width: 3px;
    height: 3px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box {
    width: 138px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper {
    padding: 2px 14px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li {
    padding: 10px 0;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt {
    padding-right: 30px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt span.txt {
    font-size: 12px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt .btn_list>ul>li>a {
    width: 12px;
    height: 12px;
    background-size: 85px 47px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt .btn_list>ul>li.edit>a {
    background-position: -54px -26px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt .btn_list>ul>li.close>a {
    background-position: -42px -26px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dd p {
    font-size: 10px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dd p span.gold {
    font-size: 10px;
  }

  .calendar_body .number_list .line_box .num_bx:nth-child(5) .wrapper .hover_box {
    left: auto;
    right: 100%;
  }

  .pw_inputbx dt {
    font-size: 10px;
    margin-bottom: 3px;
  }

  .wr_btn_bx a {
    font-size: 10px;
  }
}

@media screen and (max-width: 379px) and (min-width: 1px) {
  .calendar_header .title_bx h4 {
    font-size: 18px;
  }

  .calendar_header .date {
    padding: 12px 0;
  }

  .calendar_header .date h5 .normal {
    font-size: 20px;
  }

  .calendar_header .date .arrow_box {
    width: 20px;
    height: 23px;
    margin-top: -12px;
  }

  .calendar_header .date .arrow_box.left {
    left: 15px;
  }

  .calendar_header .date .arrow_box.right {
    right: 15px;
  }

  .calendar_header .date .arrow_box a i {
    width: 22px;
    height: 22px;
    background: url(/assets/theme/postech_ee/images/icon/reservation_icon.png) no-repeat;
    background-size: 80px 44px;
  }

  .calendar_header .date .arrow_box.left a i {
    background-position: -20px 0;
  }

  .calendar_header .date .arrow_box.right a i {
    background-position: -40px 0;
  }

  .calendar_header .date .arrow_box a:hover i {
    background-position: 0 0;
  }

  .calendar_header .date .arrow_box.right a:hover i {
    background-position: -60px 0;
  }

  .calendar_body .day_box .day {
    font-size: 12px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper {
    padding: 0 0 5px;
    min-height: 65px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper span.number {
    font-size: 14px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper .memo_box {
    margin-top: 0px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper .memo_box>ul>li {
    padding-left: 4px;
    font-size: 10px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper .memo_box>ul>li span.bold {
    font-size: 10px;
    margin-right: 1px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper .memo_box>ul>li span.nor_txt {
    display: none;
    font-size: 10px;
  }

  .calendar_body .number_list .line_box .num_bx .wrapper .memo_box>ul>li:before {
    width: 3px;
    height: 3px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box {
    width: 112px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper {
    padding: 2px 10px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li {
    padding: 7px 0;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt {
    padding-right: 30px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt span.txt {
    font-size: 12px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt .btn_list>ul>li>a {
    width: 12px;
    height: 12px;
    background-size: 85px 47px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt .btn_list>ul>li.edit>a {
    background-position: -54px -26px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dt .btn_list>ul>li.close>a {
    background-position: -42px -26px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dd p {
    font-size: 10px;
  }

  .calendar_body .number_list .line_box .num_bx .hover_box .wrapper .check_list>ul>li>dl>dd p span.gold {
    display: block;
    margin-left: 0;
    font-size: 10px;
  }

  .calendar_body .number_list .line_box .num_bx:nth-child(5) .wrapper .hover_box {
    left: auto;
    right: 100%;
  }

  .pw_inputbx dt {
    font-size: 10px;
    margin-bottom: 3px;
  }

  .wr_btn_bx a {
    font-size: 10px;
  }
}

@media screen and (max-width: 739px) and (min-width: 1px) {
  .desc_box ul.desc_type {
    margin: -10px;
  }

  .desc_box ul.desc_type>li {
    padding: 10px;
    width: 100%;
  }
}


.reservation_popup {
  display: none;
}

.reservation_popup.active {
  display: block;
}

.form_popup.reservation .popup_box {
  width: 610px;
}

.form_list>ul>li>dl>dd .check_box.left>ul>li {
  margin-right: 0;
}

.form_list>ul>li>dl>dd .check_box.left>ul>li label {
  padding-left: 25px;
  padding-right: 15px;
}

.form_list>ul>li>dl>dd .check_box.left>ul>li label:before {
  left: 0;
}

.form_list>ul>li>dl>dd .check_box.left>ul>li input[type="radio"]:checked+label:after {
  left: 7px;
}

.form_list>ul>li>dl>dd .textarea {
  padding: 10px;
  width: 100%;
  height: 120px;
  resize: none;
  border: 1px solid #e8e5e2;
  font-size: 14px;
  color: #333;
  line-height: 1.7em;
}

.form_list>ul>li>dl>dd .selext_box {
  position: relative;
}

.form_list>ul>li>dl>dd .selext_box .select_area {
  position: relative;
  width: 100%;
  display: block;
  height: 40px;
  padding: 9px 10px;
  border: 1px solid #e8e5e2;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
}

.form_list>ul>li>dl>dd .selext_box .select_area .selected {
  position: relative;
  display: block;
  padding-right: 25px;
  font-size: 14px;
  color: #999;
  letter-spacing: -1px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.form_list>ul>li>dl>dd .selext_box .select_area .selected:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background: url(/assets/theme/postech_ee/images/icon/reservation_icon.png) no-repeat;
  background-size: 120px 66px;
  background-position: -43px -60px;
}

.form_list>ul>li>dl>dd .selext_box .select_list {
  display: none;
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #fff;
  border: 1px solid #e8e5e2;
}

.form_list>ul>li>dl>dd .selext_box .select_list>ul {
  padding: 3px 0;
}

.form_list>ul>li>dl>dd .selext_box .select_list>ul>li>a {
  padding: 5px 10px;
  display: block;
  font-size: 14px;
  color: #333;
  letter-spacing: -1px;
}

.form_list>ul>li>dl>dd .selext_box .select_list>ul>li>a:hover {
  color: #ca0464;
}

.form_list>ul>li>dl>dd .choose_date>ul>li {
  display: none;
  line-height: 0;
  font-size: 0;
}

.form_list>ul>li>dl>dd .choose_date>ul>li.active {
  display: block;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .border_bx {
  margin-top: 10px;
  height: 40px;
  padding: 7px 10px;
  border: 1px solid #e8e5e2;
  line-height: 0;
  font-size: 0;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .border_bx .date {
  display: inline-block;
  line-height: 0;
  font-size: 0;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .border_bx .time {
  display: inline-block;
  line-height: 0;
  font-size: 0;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .border_bx span.input_txt {
  font-size: 16px;
  color: #555;
  letter-spacing: -1px;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .border_bx span.input_txt.slush {
  padding: 0 4px;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .border_bx .time span.input_txt.comma {
  padding-right: 4px;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .border_bx .time:last-child span.input_txt.comma {
  display: none;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .inline {
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  font-size: 0;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .step1 {
  width: 264px;
  margin-right: 20px;
  overflow: hidden;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .step2 {
  margin-top: 10px;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .step2 .date_bx {
  display: inline-block;
  position: relative;
  min-width: 74px;
  line-height: 0;
  font-size: 0;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .step2 .date_bx .input_txt {
  position: relative;
  display: block;
  height: 40px;
  padding: 8px 10px 8px 14px;
  font-size: 16px;
  color: #555;
  letter-spacing: -1px;
  border: 1px solid #e8e5e2;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .step2 .date_bx .input_txt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background: url(/assets/theme/postech_ee/images/icon/reservation_icon.png) no-repeat;
  background-size: 120px 66px;
  background-position: -43px -60px;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .step2 .date_bx .day_list {
  display: none;
  position: absolute;
  top: 39px;
  width: 100%;
  background: #fff;
  border: 1px solid #e8e5e2;
  z-index: 10;
  max-height: 220px;
  overflow-y: scroll;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .step2 .date_bx .day_list>ul {
  padding: 3px 0;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .step2 .date_bx .day_list>ul>li {
  line-height: 0;
  font-size: 0;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .step2 .date_bx .day_list>ul>li>a {
  padding: 5px 10px;
  display: block;
  font-size: 14px;
  color: #333;
  letter-spacing: -1px;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .step2 .date_bx .day_list>ul>li>a:hover {
  color: #ca0464;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .bold_txt {
  padding: 10px 17px 10px 9px;
  display: inline-block;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: normal;
  vertical-align: top;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .text {
  display: inline-block;
  width: 56px;
  height: 40px;
  padding: 10px;
  font-size: 16px;
  color: #555;
  text-align: center;
  border: 1px solid #e8e5e2;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .step3 .bold_txt {
  padding-right: 0;
}

.form_list>ul>li>dl>dd .choose_date>ul>li.period {
  position: relative;
  margin: 0 -10px;
}

.form_list>ul>li>dl>dd .choose_date>ul>li.period:after {
  content: "";
  display: table;
  clear: both;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .fieldbx {
  margin-top: 11px;
}

.form_list>ul>li>dl>dd .choose_date>ul>li .field_co2:before {
  margin-bottom: -6px;
}

.calendar_popup {
  display: none;
  position: relative;
}

.calendar_popup.active {
  display: block;
}

.calendar_popup .layout_box {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 12px;
  padding: 18px 75px 15px 30px;
  border: 1px solid #e8e5e2;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
  background: #fff;
  z-index: 2;
}

.calendar_popup .container_box {
  position: relative;
  margin: 0 -18px;
}

.calendar_popup .container_box:after {
  content: "";
  display: table;
  clear: both;
}

.calendar_popup .container_box .col_box1 {
  padding: 0 18px;
  width: 58%;
  float: left;
}

.calendar_popup .container_box .col_box2 {
  padding: 0 18px;
  width: 42%;
  float: left;
}

/* 달력 style2 */
.reservation_box.style2 {
  padding-bottom: 0;
}

.reservation_box.style2 .calendar_header .title_bx {
  background: #fff;
  border-bottom: 1px solid #e8e5e2;
}

.reservation_box.style2 .calendar_header .title_bx h4 {
  padding: 5px 0;
  font-size: 16px;
  color: #333;
  letter-spacing: -1px;
  line-height: 1.6em;
  text-align: left;
  font-weight: 500;
}

.reservation_box.style2 .calendar_header .date {
  padding: 11px 0 1px;
  background: #fff;
}

.reservation_box.style2 .calendar_header .date h5 .normal {
  font-size: 16px;
  color: #ca0464;
  letter-spacing: -1px;
  font-weight: 500;
}

.reservation_box.style2 .calendar_header .date .arrow_box {
  width: 20px;
  height: 20px;
  margin-top: -3px;
}

.reservation_box.style2 .calendar_header .date .arrow_box a i {
  width: 20px;
  height: 20px;
  background: url(/assets/theme/postech_ee/images/icon/mini_arrow.png) no-repeat;
  background-size: 80px 20px;
}

.reservation_box.style2 .calendar_header .date .arrow_box.left {
  left: -7px;
}

.reservation_box.style2 .calendar_header .date .arrow_box.right {
  right: -7px;
}

.reservation_box.style2 .calendar_header .date .arrow_box.left a i {
  background-position: 0 0;
}

.reservation_box.style2 .calendar_header .date .arrow_box.right a i {
  background-position: -60px 0;
}

.reservation_box.style2 .calendar_header .date .arrow_box.left a:hover i {
  background-position: -20px 0;
}

.reservation_box.style2 .calendar_header .date .arrow_box.right a:hover i {
  background-position: -40px 0;
}

.reservation_box.style2 .calendar_body .day_box {
  padding: 10px 0 3px;
  border-bottom: none;
}

.reservation_box.style2 .calendar_body .day_box .day {
  font-size: 15px;
  color: #999;
}

.reservation_box.style2 .calendar_body .number_list {
  border-bottom: none;
}

.reservation_box.style2 .calendar_body .number_list .line_box {
  padding: 1px 0;
  border-bottom: none;
}

.reservation_box.style2 .calendar_body .number_list .line_box .num_bx:hover {
  background: none;
}

.reservation_box.style2 .calendar_body .number_list .line_box .num_bx .wrapper {
  padding: 0;
  min-height: auto;
  text-align: center;
  line-height: 0;
  font-size: 0;
}

.reservation_box.style2 .calendar_body .number_list .line_box .num_bx .wrapper span.number {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: -1px;
  color: #999;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.reservation_box.style2 .calendar_body .number_list .line_box .num_bx .wrapper span.number.none {
  cursor: default;
  opacity: 0;
}

.reservation_box.style2 .calendar_body .number_list .line_box .num_bx .wrapper span.number:hover {
  color: #fff;
  background: #bba078;
}

.reservation_box.style2 .calendar_body .number_list .line_box .num_bx .wrapper span.number.selected {
  color: #fff;
  background: #bba078;
}

.reservation_box.style2 .calendar_body .number_list .line_box .num_bx .wrapper span.number.booked {
  color: #dedede;
  background: none;
  cursor: default;
}

.time_list_bx ul.step3 {
  position: relative;
  margin: 0 -10px;
}

.time_list_bx ul.step3:after {
  content: "";
  display: table;
  clear: both;
}

.time_list_bx ul.step3>li {
  padding: 0 10px;
  width: 33.333%;
  float: left;
}

.time_list_bx ul.step3>li>dl {
  margin-top: 13px;
}

.time_list_bx ul.step3>li>dl>dt {
  font-size: 15px;
  color: #666;
  font-weight: 500;
  text-align: center;
}

.time_list_bx ul.step3>li>dl>dd {
  margin-top: 5px;
}

.time_list_bx ul.step3>li>dl>dd ul.hour_list>li {
  padding: 6px 0;
}

.time_list_bx ul.step3>li>dl>dd ul.hour_list>li>a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #999;
}

.time_list_bx ul.step3>li>dl>dd ul.hour_list>li>a:hover {
  color: #fff;
  background: #bba078;
}

.time_list_bx ul.step3>li>dl>dd ul.hour_list>li.booked>a {
  color: #dedede;
  cursor: default;
}

.time_list_bx ul.step3>li>dl>dd ul.hour_list>li.booked>a:hover {
  color: #dedede;
  background: none;
}

.time_list_bx ul.step3>li>dl>dd ul.hour_list>li.selected>a {
  color: #fff;
  background: #bba078;
  cursor: default;
}

.calendar_popup .container_box .close_box {
  position: absolute;
  top: 3px;
  right: -35px;
}

.calendar_popup .container_box .close_box>a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}

.calendar_popup .container_box .close_box>a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  background: url(/assets/theme/postech_ee/images/icon/reservation_icon.png) no-repeat;
  background-size: 120px 66px;
  background-position: -106px -49px;
}


.seminar_reservation .p_login_box p {
  display: none;
}

@media screen and (max-width: 679px) and (min-width: 1px) {
  .form_popup.reservation .popup_box {
    width: 100%;
    padding-bottom: 205px;
  }
}

@media screen and (max-width: 639px) and (min-width: 1px) {
  .form_list ul li dd [class*="field_co"] .fieldbx i {
    top: 9px;
  }

  .form_list>ul>li>dl>dd .choose_date>ul>li .step1 {
    width: 100%;
  }

  .form_list>ul>li>dl>dd .selext_box .select_area {
    height: 32px;
    padding: 6px 10px;
  }

  .form_list>ul>li>dl>dd .selext_box .select_area .selected {
    font-size: 12px;
  }

  .form_list>ul>li>dl>dd .choose_date>ul>li .border_bx {
    height: 32px;
    padding: 5px 10px;
  }

  .form_list>ul>li>dl>dd .choose_date>ul>li .border_bx span.input_txt {
    font-size: 14px;
  }

  .form_list>ul>li>dl>dd .choose_date>ul>li .step2 .date_bx .input_txt {
    height: 32px;
    padding: 5px 10px 5px 14px;
    font-size: 14px;
  }

  .form_list>ul>li>dl>dd .choose_date>ul>li .bold_txt {
    height: 32px;
    padding: 7px 14px 7px 7px;
    font-size: 12px;
  }

  .form_list>ul>li>dl>dd .choose_date>ul>li .text {
    height: 32px;
    padding: 4px 10px;
    font-size: 14px;
  }

  .calendar_popup .layout_box {
    padding-right: 55px;
  }

  .calendar_popup .container_box .col_box1 {
    width: 100%;
    float: none;
  }

  .calendar_popup .container_box .col_box2 {
    margin-top: 10px;
    width: 100%;
    float: none;
  }

  .calendar_popup .container_box .close_box {
    right: -15px;
  }
}

@media screen and (max-width: 359px) and (min-width: 1px) {
  .reservation_box.style2 .calendar_header .date h5 .normal {
    font-size: 14px;
  }

  .reservation_box.style2 .calendar_body .day_box .day {
    font-size: 13px;
  }

  .reservation_box.style2 .calendar_body .number_list .line_box .num_bx .wrapper span.number {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .time_list_bx ul.step3 {
    margin: 0 -5px;
  }

  .time_list_bx ul.step3>li {
    padding: 0 5px;
  }

  .time_list_bx ul.step3>li>dl>dt {
    font-size: 13px;
  }

  .time_list_bx ul.step3>li>dl>dd ul.hour_list>li>a {
    font-size: 12px;
  }

  .reservation_box.style2 .calendar_body .day_box {
    padding: 5px 0 3px;
  }

  .time_list_bx ul.step3>li>dl {
    margin-top: 8px;
  }

  .time_list_bx ul.step3>li>dl>dd {
    margin-top: 0;
  }

  .time_list_bx ul.step3>li>dl>dd ul.hour_list>li {
    padding: 4px 0;
  }

  .form_popup.reservation .popup_box {
    padding-bottom: 130px;
  }

  .calendar_popup .layout_box {
    padding: 10px 40px 15px 20px;
  }

  .calendar_popup .container_box .close_box {
    right: -12px;
  }
}

/*=========================================================
  학부 상세
=========================================================*/
.specipic .container_box .head_bx {
  padding: 25px 28px;
  background: #f9f7f5;
  border-top: 1px solid #cdc9c6;
  border-bottom: 1px solid #e8e5e2;
}

.specipic .container_box .head_bx h3 {
  font-size: 18px;
  color: #333;
}

.specipic .container_box .head_bx h3 span.red_box {
  margin-top: -2px;
  margin-right: 10px;
  padding: 1px 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #ca0464;
  letter-spacing: -1px;
  line-height: 1.4em;
  border: 1px solid #ca0464;
  font-weight: normal;
}

.specipic .container_box .content_bx {
  padding: 25px 10px;
}

.specipic .container_box .content_bx .wrapper .subject_list>ul {
  margin: -8px 0;
}

.specipic .container_box .content_bx .wrapper .subject_list>ul>li {
  padding: 8px 0;
}

.specipic .container_box .content_bx .wrapper .subject_list>ul>li>dl {
  font-size: 0;
  line-height: 0;
}

.specipic .container_box .content_bx .wrapper .subject_list>ul>li>dl>dt {
  position: relative;
  margin-right: 20px;
  padding-left: 17px;
  width: 128px;
  float: left;
  font-size: 16px;
  color: #333;
  letter-spacing: -1px;
  font-weight: 500;
}

.specipic .container_box .content_bx .wrapper .subject_list>ul>li>dl>dt:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #bba078;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.specipic .container_box .content_bx .wrapper .subject_list>ul>li>dl>dd {
  overflow: hidden;
  font-size: 14px;
  color: #555;
  line-height: 1.75em;
  letter-spacing: -1px;
}

.specipic .container_box .explain_bx {
  padding: 23px 0;
  border-top: 1px solid #e8e5e2;
  border-bottom: 1px solid #e8e5e2;
}

.specipic .container_box .explain_bx p {
  font-size: 16px;
  color: #555;
  letter-spacing: -1px;
  line-height: 1.75em;
}

.specipic .view_button {
  padding-top: 40px;
}

.specipic .view_button .btn_style2 {
  text-align: center;
}

.specipic .view_button .btn_style2 input {
  width: 130px;
  height: 40px;
  padding: 9px;
  font-size: 13px;
  color: #ca0464;
  line-height: 1.6em;
  font-weight: 600;
  border: 1px solid #ca0464;
  cursor: pointer;
}

.specipic .view_button .btn_style2 input:hover {
  color: #fff;
  background: #ca0464;
}

.specipic .view_button .btn_style2 a {
  width: 130px;
  height: 40px;
  padding: 9px;
  font-size: 13px;
  color: #ca0464;
  line-height: 1.6em;
  font-weight: 600;
  border: 1px solid #ca0464;
  cursor: pointer;
}

.specipic .view_button .btn_style2 a:hover {
  color: #fff;
  background: #ca0464;
}

/*=========================================================
  팝업 이메일 인증
=========================================================*/
.form_list.email_au {
  margin-top: 25px;
}

.form_list.email_au .bxtit {
  font-size: 16px;
  color: #333;
  line-height: 1.85em;
  letter-spacing: -1px;
  font-weight: 500;
  margin-bottom: 5px;
}

.form_list.email_au ul {
  padding: 15px;
  margin: 0;
}

.form_list.email_au ul li:first-child {
  margin-top: 0;
}

.form_list.email_au ul li {
  margin-top: 15px;
}

.form_list.email_au ul li dd {
  position: relative;
}

.form_list.email_au ul li dd:after {
  content: "";
  display: block;
  clear: both;
}

.form_list.email_au ul li label {
  font-size: 14px;
}

.form_list.email_au ul li .fieldbx {
  position: relative;
  float: left;
  width: 70%;
}

.form_list.email_au ul li span.txt {
  position: absolute;
  right: 10px;
  top: 6px;
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 1.85em;
}

.form_list.email_au ul li.step1 span.field_area {
  display: block;
  width: 65%;
  margin-right: 35%;
}

.form_list.email_au ul li .btnbx {
  width: 100%;
  float: left;
}

.form_list.email_au ul li .btnbx a {
  display: block;
  width: 100%;
  font-size: 13px;
  color: #333;
  line-height: 40px;
  font-weight: 600;
  border: 1px solid #aaaaaa;
  height: 40px;
  text-align: center;
}

.form_list.email_au ul li .btnbx a:hover {
  color: #ca0464;
  border: 1px solid #ca0464;
}

.form_list.email_au ul li.step2 span.field_area {
  display: block;
  padding-right: 10px;
}

.alertbx {
  display: none;
}

span.wpcf7-not-valid-tip {
  padding: 0px 8px;
  background: #ffc7c7;
  color: #a75857 !important;
  border: 1px solid #f4b8b7 !important;
  margin-top: 5px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  margin-bottom: 5px;
  font-size: 12px !important;
}

.wpcf7-validation-errors {
  color: #a75857;
  background: #ffcaca url(../images/report_news_icon_01.png) 16px 9px no-repeat;
  padding: 9px 16px !important;
  border: none !important;
  font-size: 0.75em !important;
  margin-top: 15px;
  clear: both !important;
  font-size: 12px !important;
}

.wpcf7-mail-sent-ok {
  margin-top: 15px;
  color: #fff;
  background: #2eacb4;
  padding: 9px 16px;
  border: none !important;
  font-size: 0.75em;
  font-size: 12px !important;
}

/*반응형*/
@media screen and (max-width: 639px) and (min-width: 1px) {

  .form_list.email_au ul li span.txt {
    right: 0px;
    top: 1px;
  }

  .form_list.email_au ul li .fieldbx {
    width: 100%;
    float: none;
  }

  .form_list.email_au ul li .btnbx a {
    height: 32px;
    line-height: 32px
  }

  .form_list.email_au ul li .btnbx {
    width: 100%;
    float: none;
    margin-top: 5px;
  }

  .form_list.email_au ul li.step1 span.field_area {
    width: 55%;
    margin-right: 45%;
  }

  .form_list.email_au ul li.step2 span.field_area {
    padding-right: 0;
  }
}

/*=========================================================
  연구분야
=========================================================*/
.bx_tab_title ul li a {
  letter-spacing: -1px;
}

.accorbx ul.accor_list>li dt a i:before {
  background-position: -96px -69px;
}

.accorbx ul.accor_list>li.active dt a span {
  color: #a98147;
}

.accorbx ul.accor_list>li.active dt a i:after {
  opacity: 1;
  visibility: visible;
}

.bx_tab_content .txt {
  letter-spacing: -1px;
}

.bx_tab_content>ul>li {
  display: none;
}

.bx_tab_content>ul>li.active {
  display: block;
}

.tit_descbx .img_bx {
  overflow: hidden;
  padding: 7px 0 29px;
}

.tit_descbx .img_bx>ul {
  position: relative;
  margin: -15px;
}

.tit_descbx .img_bx>ul:before {
  content: "";
  display: table;
  clear: both;
}

.tit_descbx .img_bx>ul>li {
  padding: 15px;
  width: 33.3333%;
  float: left;
  line-height: 0;
  text-align: center;
}

@media screen and (max-width: 639px) and (min-width: 1px) {
  .tit_descbx .img_bx>ul>li {
    width: 100%;
  }
}

/*=========================================================
  연구센터
=========================================================*/
@media screen and (max-width: 1023px) and (min-width: 1px) {
  .bx_tab_title.type2>ul>li>a {
    font-size: 14px;
  }
}

@media screen and (max-width: 799px) and (min-width: 640px) {
  .bx_tab_title.type2>ul>li {
    width: 50%;
  }
}

@media screen and (max-width: 639px) and (min-width: 1px) {
  .bx_tab_title.type2>ul>li {
    width: 100%;
  }
}

/*=========================================================
  입학 - 학부
=========================================================*/
.down_style1>ul>li>div p {
  display: none;
}

/*=========================================================
  세미나실 예약 로딩팝업
=========================================================*/
.reservation_box {
  position: relative;
}

.loading_p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background: #fff;
  opacity: 0.8;
  z-index: 1;
}

.loading_p .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 74px;
  margin-left: -100px;
  margin-top: -35px;
}

.loading_p .wrapper .logo {
  margin: 0 auto;
  line-height: 0;
  width: 200px;
  max-width: 100%;
}

.loading_p .wrapper .txt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

/*=========================================================
  입학 대학원 추가(4.본교 타과생 석사과정)
=========================================================*/
.admissions_guidance .bull_point>li {
  margin-bottom: 0px !important;
}

.admissions_guidance .guide_list ul>li h5 {
  margin-bottom: 10px;
}

/*=========================================================
  장비예약 수정
=========================================================*/
.form_list .reser_date dd .field_co2 {
  width: 50%;
  padding-right: 10px;
}

.form_list .reser_date .choose_date>ul>li .step2 {
  width: inherit;
}

.form_list .reser_date .choose_date>ul>li.day .step2 {
  padding-left: 10px;
}

/*이메일 입력*/
.page-template-seminar_reservation_edit .form_list.email_au ul li .fieldbx {
  width: 100%;
}

.page-template-seminar_reservation_edit .form_list.email_au ul {
  border: none;
  padding: 0;
}

.page-template-seminar_reservation_edit .form_list.email_au ul li.step1 span.field_area {
  margin: 0;
  width: 100%;
}

.page-template-seminar_reservation_edit .form_list.email_au ul {
  margin: 0 -10px;
}

.page-template-seminar_reservation_edit .send_btn {
  margin-top: 45px;
  text-align: center;
}

.page-template-seminar_reservation_edit .send_btn input {
  width: 130px;
  height: 40px;
  padding: 9px;
  font-size: 13px;
  color: #ca0464;
  line-height: 1.6em;
  font-weight: 600;
  border: 1px solid #ca0464;
  cursor: pointer;
}

.page-template-seminar_reservation_edit .send_btn input:hover {
  background: #ca0464;
  color: #fff;
}


span.field_area.non_input {
  width: 100%;
  display: block;
  height: 40px;
  padding: 6px 10px 7px;
  border: 1px solid #e8e5e2;
  font-size: 14px;
  color: #333;
  line-height: 1.85em;
}

/*반응형
=========================================================*/

@media screen and (max-width: 1023px) and (min-width: 1px) {

  .form_list .reser_date dd .field_co2 {
    display: block;
  }

  .form_list .reser_date .choose_date>ul>li .step2 {
    padding-left: 0px !important;
  }

}

@media screen and (max-width: 639px) and (min-width: 1px) {

  .form_list .reser_date dd .field_co2 {
    width: 100%;
    padding-right: 0;
  }

  span.field_area.non_input {
    padding: 4px 10px;
    height: 32px;
    font-size: 12px;
  }

}

/*=========================================================
  세미나 예약
=========================================================*/

.wr_btn_bx {
  clear: both;
  font-size: 0;
  line-height: 0;
  padding: 2px 0 0;
}

.wr_btn_bx:after {
  content: "";
  display: table;
  clear: both;
}

.wr_btn_bx a {
  color: #a98147;
  margin-right: 3px;
  font-size: 12px;
  line-height: 1.25em;
  display: block;
  float: left;
}

.wr_btn_bx a:hover {
  color: #ca0464;
}

.wr_btn_bx a:last-child {
  margin-right: 0;
}

.pw_inputbx {
  clear: both;
  margin-top: 5px;
  border-top: 1px solid #999;
  padding-top: 4px;
}

.pw_inputbx dt {
  font-size: 12px;
  color: #ca0464;
  line-height: 1.25em;
  margin-bottom: 0px;
}

.b_input_bx {
  clear: both;
  position: relative;
  display: block;
}

.b_input_bx .pw_text {
  border: solid 1px #ca0464;
  font-size: 12px;
  color: #333;
  line-height: 1.25em;
  display: block;
  padding: 4px 35px 4px 5px;
  height: 25px;
  width: 100%;
}

.b_input_bx .pw_submit {
  font-size: 11px;
  background: #ca0464;
  line-height: 25px;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 25px;
  width: 32px;
  cursor: pointer;
  z-index: 10;
}



.page-title {
  font-size: 2.2rem;
  margin: 0 0 12px;
  line-height: 1.3;
  display: inline-block;
  width: max-content;
  font-weight: 800 !important
}

.sub-page-title {
  font-size: 1.5rem;
  margin: 0 0 12px;
  line-height: 1.3;
  display: inline-block;
  width: max-content;
  font-weight: 500 !important
}


/* doubled-wrapper: 좌측 고정, 우측 독립 스크롤 */
.doubled-wrapper {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 48px;
  align-items: start;
}

.doubled-wrapper .dw-left {
  position: sticky;
  top: 100px;
  align-self: start;
  height: max-content;
  z-index: 2;
  background: #fff;
}

.doubled-wrapper .dw-left.is-sticky {
  /* 상태 표시용 (색상/쉐도우 등 확장 가능) */
}

/* Use global LNB styles from css/custom.css */
.doubled-wrapper .dw-title {
  /* reset to allow global styles */
  margin: 0 0 12px;
}

.doubled-wrapper .dw-menu {
  /* reset list spacing only; visual handled globally */
  list-style: none;
  padding: 0;
  margin: 0;
}

.doubled-wrapper .dw-menu li {
  margin: 0;
}

.doubled-wrapper .dw-menu a {
  text-decoration: none;
  color: inherit;
}

.doubled-wrapper .dw-right {
  position: relative;
  z-index: 1;
  max-height: none;
  overflow: visible;
  padding-right: 0;
}

/* 조상 overflow로 인한 겹침 방지 */
.pg-body,
.pg-body .ee-container {
  overflow: visible;
}

/* Sticky 방해 요소 제거: 본 페이지 범위에서만 강제
    - overflow/transform/contain이 있으면 position: sticky가 동작하지 않을 수 있음
*/
main.site-main.page-greeting,
main.site-main.page-greeting .wrap,
main.site-main.page-greeting .ee-container,
main.site-main.page-greeting .pg-body,
.site-content-contain,
#content,
#primary {
  overflow: visible !important;
  transform: none !important;
  contain: none !important;
}

/* template.css 에서 .site_wrap { overflow: hidden } 때문에 sticky가 무력화됨
    페이지 범위에서만 강제로 해제 */
.site_wrap {
  overflow: visible !important;
  transform: none !important;
  contain: none !important;
}

/* Debug: sticky 상태 시 시각 확인용 (개발 중 임시) */
.dw-left.is-sticky {
  outline: 0px solid transparent;
}

/* 스크린리더 전용 텍스트 */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 섹션 이미지 */
.section-figure {
  margin: 0 0 12px;
}

.section-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.doubled-wrapper .admission-section:not(:first-child) {
  margin-top: 2rem;
}

.admission-section {
  scroll-margin-top: 60px;
}

.admission-section h3 {
  margin: 0 0 12px;
  line-height: 1.3;
}

/* 상단 CTA 버튼: 이미지 위 오버레이 */
.cta-top {
  position: relative;
  margin: 0 0 16px;
}

/*.cta-top .ee-btn { position:absolute; top:70%; left:50%; transform: translate(-50%, -50%); z-index:3;  padding:1rem 1.5rem}*/
.cta-top .ee-btn {
  position: absolute;
  text-align: center;
  z-index: 3;
  padding: 1rem 1.5rem;
}

.cta-top .ee-btn.ee-btn--arrow {
  box-shadow: 0 6px 16px rgba(0, 0, 0, .15);
}

.btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700
}

.btn-primary {
  background: #003366;
  color: #fff
}

.admission-guide {
  line-height: 1.8;
  color: #333;
}

.admission-guide h2 {
  font-size: 2.2em;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #eee;
}

.admission-section {
  margin-bottom: 3em;
}

.admission-section h3 {
  font-size: 1.5em;
  color: #003366;
  margin: 2em 0 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eee;
}

.admission-links {
  list-style: none;
  padding-left: 0;
}

.admission-links li {
  margin-bottom: 0.5em;
}

.admission-links a {
  color: #0066cc;
  text-decoration: none;
}

.admission-links a:hover {
  text-decoration: underline;
}

.program-details {
  padding: 0em 1.5em;
  border-radius: 5px;
  margin: 0em 0;
}

.program-details li {
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 1.2em;
}

.program-details li:before {
  content: '•';
  position: absolute;
  left: 0;
  color: #c8005f;
}

.program-details .note {
  color: #666;
  font-style: italic;
  margin-top: 1em;
}

/* 반응형: 태블릿 이하에서 스택 */
@media (max-width: 1024px) {
  .doubled-wrapper {
    grid-template-columns: 1fr;
  }

  .doubled-wrapper .dw-left {
    position: static;
    top: auto;
  }

  .doubled-wrapper .dw-right {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  .cta-top .ee-btn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}