@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Noto Serif KR';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NotoSerifKR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.Chinese {
  font-family: 'Noto Sans SC', sans-serif;
}
/*폰트추가*/
@font-face {
    font-family: 'Makgeolli';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/Makgeolli.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KimjungchulMyungjo-Light';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/KimjungchulMyungjo-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'KimjungchulMyungjo-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/KimjungchulMyungjo-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'KimjungchulMyungjo-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/KimjungchulMyungjo-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'KimjungchulScript-Light';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/KimjungchulScript-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'KimjungchulScript-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/KimjungchulScript-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'KimjungchulScript-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/KimjungchulScript-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}


/*폰트*/
.noto_serif{
  font-family: 'Noto Serif KR', serif;
}
.Makgeolli{
 font-family: 'Makgeolli', serif;
 font-weight:400;
 }
.KimjungchulMyungjo-L{
    font-family: 'KimjungchulMyungjo-Light';
    font-weight: 300;
    font-style: normal;
}
.KimjungchulMyungjo-R{
    font-family: 'KimjungchulMyungjo-Regular';
    font-weight: 400;
    font-style: normal;
}
.KimjungchulMyungjo-B{
    font-family: 'KimjungchulMyungjo-Bold';
    font-weight: 700;
    font-style: normal;
}
.KimjungchulScript-L{
 font-family: 'KimjungchulScript-Light', serif;
 font-weight:300;
 }

.KimjungchulScript-R{
 font-family: 'KimjungchulScript-Regular', serif;
 font-weight:600;
 }
.KimjungchulScript-B{
 font-family: 'KimjungchulScript-Bold', serif;
 font-weight:700;
 }
/*폰트추가 끝*/
/* sub_color */
.color_a {
  color: #00b6ad;
}
.color_b {
  color: #c756a0;
}
.color_b2 {
  color: #d22229;
}
.color_w {
  color: #fff;
}
.color_g {
  color: #585858;
}
.color_y {
  color: #c59600;
}
.sub_main {
  width: 100%;
  height: 280px;
}
.suv_main_tit {
  width: 90%;
  max-width: 1280px;
  margin: auto;
  padding: 180px 0 50px;
  color: #fff;
}
.suv_main_tit > h2 {
  font-size: 0.9rem;
  font-weight: 200;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px 20px;
  margin-right: 15px;
  display: inline-block;
}
.suv_main_tit > h1 {
  font-weight: 300;
  font-size: 1.7rem;
  margin-top: 15px;
  letter-spacing: -1px;
}
.suv_main_tit > h1 > span {
  font-family: 'Noto Serif KR';
}
/* nav */
.sub_nav {
  width: 100%;
  height: 50px;
  background-color: #dadada;
}
.sub_nav_wrap {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
.navbt_box {
  width: 61.5%;
  height: 50px;
}
.navbt_box2 {
  width: 100%;
}
.home_bt {
  width: 10%;
  height: 100%;
  text-align: center;
  border-left: 1px solid #c5c7c9;
  border-right: 1px solid #c5c7c9;
  float: left;
}
.home_bt2 {
  width: 5%;
}
.home_bt>a>img {
  width: 28px;
  margin-top: 12px;
}
.main_bt {
  font-size: 1.5rem;
  line-height: 1.4em;
}
.main_bt > span {
    font-family: 'Noto Serif KR', serif;
}
.main_icon > img {
  width: 120px;
  margin-bottom: 10px;
}
.main_icon2 > img {
  width: 10px;
  height: 60px;
  margin-bottom: 0px;
}
.nav_menubt2 {
  border-right: 1px solid #c5c7c9;
  text-align: center;
  float: left;
}
.nav_menubt2 {
  width: 10%;
}

.nav_menubt>a {
  font-size: 0.9rem;
  line-height: 50px;
}
.select_box {
  width: 35%;
  height: 100%;
  border-right: 1px solid #c5c7c9;
  float: left;
}
.select_box2 {
  width: 42.5%;
}
.type02 .box {
  background-color: #d22229;
  color: #fff;
}
/* 셀렉트박스 가저 옮*/
.selectbox_wrap{
  display: flex;
  width: 100%;
}
.selectbox_wrap2{
  display: flex;
  width: 85%;
  line-height: 50px;
}
.department_select{
  width: 50%;
}
.tongsa_select{
  width: 50%;
  font-size: 0.9rem;
}
.box_select {
  width: 100%;
  border-top: 0px solid #c5c7c9;
  border-bottom: 0px solid #c5c7c9;
  border-right: 0px solid #c5c7c9;
  border-left: 0px solid #c5c7c9;
  padding: 10px 10px 10px 10px;
  outline: none;
  -webkit-appearance:none; /* for chrome */
  -moz-appearance:none; /*for firefox*/
  appearance:none;
  background:url('../html/img/select_arrow_w.png') no-repeat 97% 50%/13px auto;
  font-size: 0.9rem;
}
select::-ms-expand{
  display:none;/*for IE10,11*/
}
.select_box select::-ms-expand{
  border-right: 0;
    color: #fff;
}
/*셀렉트박스 가저 옮 R*/
.tongsa_select2 {
  display: inline-block;
  position: relative;
}
.tongsa_select2{
  width: 50%;
  color: #fff;
  font-size: 0.9rem;
  background-color: #6699cc;
}
.tongsa_select2 span{
  font-family: 'Noto Serif KR';
}
.tongsa_select2 .select {
  font-size: 0.9rem;
  position: relative;
  padding: 0 0px;
  line-height: 50px;
  font-size: 0.9rem;
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tongsa_select2 span {
  font-family: 'Noto Serif KR';
}
.tongsa_select2 .select span {
  font-family: 'Noto Serif KR';
}
.select_box .select:after {
  background: url(../html/img/select_arrow.png) no-repeat center;
  content: "";
  display: inline-block;
  height: 15px;
  width: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 17px;
}
.type02 .select:after {
  background: url(../html/img/select_arrow_w.png) no-repeat center;
  background-size: 17px;
}
.select_box.on .select:after {
  background: url(../html/img/select_arrow_on.png) no-repeat center;
  content: "";
  background-size: 17px;
}
.type02.on .select:after {
  background: url(../html/img/select_arrow_on_w.png) no-repeat center;
  background-size: 17px;
}
.select_box .box .list {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 10;
  border: 1px solid #c5c7c9;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  background-color: #fff;
  border-top: none;
}
.select_box .box .list>li {
  box-sizing: border-box;
  padding: 10px 0;
  width: 100%;
  font-size: 0.8rem;
  cursor: pointer;
}
/* sub_section */
.sub_section {
  width: 90%;
  max-width: 1280px;
  margin: 70px auto 100px;
}
/* sub_text  통사 부분사*/
.content_tit {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-family: 'GmarketSansMedium';
  font-weight: 400;
}

.content_tit  span {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: 'GmarketSansMedium';
  color:#000;
}

/* sub_text  요악본*/
.content_tit_sum {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-family: 'GmarketSansMedium';
  font-weight: 400;
}

.content_tit_sum span {
  font-size: 1.3rem;
  margin-left: 40px;
  font-weight: 400;
}

/* sub_text  요악본 부분사*/
.content_tit_sum2 {
  font-size: 1.3rem;
}
.content_tit_sum2 p {
  margin: 0px 0  0 20px;
  line-height: 1.8rem;
  font-family: 'GmarketSansMedium';
  font-weight: 400;
  font-size: 1.3rem;

}
.content_tit_sum2 span {
  border-right: 5px solid #d22229;
  height:50px;
  text-indent:-50px;
}


.txt_tit {
  margin: 50px 0 20px;
  font-size: 1rem;
  vertical-align: middle;
  font-weight: 500;
  color:#00b395;
}
.txt_tit span {
  color:#d22229;
  font-size: 0.8rem;
  margin-right: 10px;
}

.txt_tit2 {
  font-size: 1.3rem;
  margin: 50px 0 15px;
  font-size: 1.1rem;
  vertical-align: middle;
  font-weight: 500;
}

.txt_tit2 span {
  font-size: 1.0rem;
  font-weight: 400;
}

.txt_tit3 {
  margin: 50px 0 10px;
  font-size: 1.1rem;
  vertical-align: middle;
  font-weight: 500;
}
.txt_tit3 span {
  color:#536460;
  font-size: 0.8rem;
  margin-right: 10px;
}

.txt_tit4 {
  color:#00b395;
  margin: 0px 0 10px;
  font-size: 0.9rem;
  vertical-align: middle;
  font-weight: 500;
}
.txt_tit4 span {
  color:#536460;
  font-size: 0.8rem;
  margin-right: 10px;
}
/*학과사 제목*/
.txt_tit_dep {
  margin: 50px 20px 0px 0px;
  color:#c756a0;
  font-size: 1rem;
  vertical-align: middle;
  font-weight: 500;
}
.txt_tit_dep span {
  margin: 10px 10px 0px 0px;
  font-size: 1.0rem;
  padding: 10px 20px 10px 20px ; 
  border-left: 2px solid #c756a0;
  border-right: 2px solid #c756a0;
   float: left;
  vertical-align: middle;
   height: 2.438rem;
}

.txt_tit_dep2 {
  margin: 50px 0px 0px 0px;
  color:#c756a0;
  font-size: 1rem;
  vertical-align: middle;
  font-weight: 500;
  border-bottom: 2px solid #c756a0;
}
.txt_tit_dep2 span {
  margin: 10px 10px 0px 0px;
  font-size: 1.0rem;
  padding: 10px 20px 10px 20px ; 
  border-left: 2px solid #c756a0;
  border-right: 2px solid #c756a0;
   float: left;
  vertical-align: middle;
   height: 2.438rem;
}

.txt_tit_dep3 {
  margin: 50px 0 10px;
  font-size: 1.1rem;
  vertical-align: middle;
  font-weight: 500;
}
.txt_tit_dep3 span {
  color:#536460;
  font-size: 0.8rem;
  margin-right: 10px;
}

.txt_tit_dep4 {
  color:#00b395;
  margin: 0px 0 10px;
  font-size: 0.9rem;
  vertical-align: middle;
  font-weight: 500;
}
.txt_tit_dep4 span {
  color:#536460;
  font-size: 0.8rem;
  margin-right: 10px;
}

.txt_tit_icon {
  width: 44px;
  margin-bottom: -5px;
  border-bottom: 2px solid #fff;
}
.txt_tit_icon_a {
  width: 34px;
  margin-bottom: 0px;
  border-bottom: 2px solid #fff;
}
.txt_tit_icon_b {
  width: 34px;
  margin-bottom: 0px;
}
/* 본문flex박스 */
.content_box_wrap{
  margin: 50px 0 100px;
}
.content_box {
  display: flex;
}
.content_box>.lt_item{
  width: 15%;
}
.content_box>.gt_item{
  width: 85%;
  padding-left: 20px;
}
.content_flexbox{
  display: flex;
  flex-wrap:wrap-reverse;
}
.flexbox1>li{
  flex: 1 1 45%;
}
.flexbox2>li{
  flex: 1 1 33%;
}
.content_flexbox>.li_size80 {
  flex-basis: 80%;
}
.img_flex{
  flex-wrap: nowrap;
}
.img_flex>li>img{
  width: 100%;
}

.content_flexbox_a {
  display: flex;

  float: right;
  margin-bottom: 0px;
}
.content_flexbox_a > li:nth-child(1){
  top:50%;
  margin-left:0px;
}

.content_flexbox_a > li:nth-child(2){
  top:50%;
  margin-left:10px;
  margin-top: 13px;
  font-size: 0.8rem;
  font-weight: 500;
}

.content_flexbox_a > li:nth-child(3){
  top:50%;
  margin-left:10px;
  margin-right:10px;
  margin-top:0px;
  font-size: 1.6rem;
  font-weight: 500;
}

.content_flexbox_a > li:nth-child(4){
  top:50%;
  margin-left:0px;
  margin-right:20px;
  margin-top: 13px;
  font-size: 0.8rem;
  font-weight: 500;
}

.content_flexbox_b {
  display: flex;
  float: right;
  margin-bottom: 0px;
}
.content_flexbox_b > li:nth-child(1){
  margin-top: 5px;
  margin-left:0px;
}

.content_flexbox_b > li:nth-child(2){
  margin-left:20px;
  margin-top:8px;
  font-size: 1.4rem;
  font-weight: 500;
}

.content_flexbox_b > li:nth-child(3){
  margin-left:20px;
  margin-right:20px;
  margin-top:5px;
  font-size: 0.8rem;
  text-align: left;
}

.content_flexbox_c {
  display: flex;
  float: right;
  margin-bottom: 0px;
}
.content_flexbox_c > li:nth-child(1){
  margin-top: 10px;
  margin-left:0px;
}

.content_flexbox_c > li:nth-child(2){
  margin-left:20px;
  margin-top:8px;
  font-size: 1.4rem;
  font-weight: 500;
}

.content_flexbox_c > li:nth-child(3){
  margin-left:20px;
  margin-right:20px;
  margin-top:5px;
  font-size: 0.8rem;
  text-align: left;
}

.content_flexbox_d {
  display: flex;
  float: right;
  margin-bottom: 0px;
}
.content_flexbox_d > li:nth-child(1){
  margin-top: 5px;
  margin-left:0px;
}

.content_flexbox_d > li:nth-child(2){
  width: 55%;
  margin-left:20px;
  margin-right:20px;
  margin-top:5px;
  font-size: 0.8rem;
  text-align: left;
}

.content_flexbox_d > li:nth-child(3){
  width: 28%;
  margin-left:20px;
  margin-top:8px;
  font-size: 1.2rem;
  font-weight: 500;
}

.content_flexbox_e {
  display: flex;
  float: right;
  margin-bottom: 0px;
}
.content_flexbox_e > li:nth-child(1){

  margin-left:0px;
}

.content_flexbox_e > li:nth-child(2){
  margin-left:10px;
  margin-top: 0px;
  font-size: 0.8rem;
  font-weight: 500;
}

.content_flexbox_e > li:nth-child(3){
  margin-left:10px;
  margin-right:10px;
  margin-top:-10px;
  font-size: 1.6rem;
  font-weight: 500;
}

.content_flexbox_e > li:nth-child(4){
  margin-left:0px;
  margin-right:0px;
  margin-top: 0px;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: right;
}

.content_flexbox_e > li:nth-child(5){
  margin-left:10px;
  margin-right:10px;
  margin-top:-10px;
  font-size: 1.6rem;
  font-weight: 500;
}

.content_flexbox_f {
  display: flex;
  float: right;
  margin-bottom: 0px;
}
.content_flexbox_f > li:nth-child(1){
  top:50%;
  margin-left:0px;
  margin-top: 0px;
}

.content_flexbox_f > li:nth-child(2){
  top:50%;
  margin-left:10px;
  margin-top: 10px;
  font-size: 0.8rem;
  font-weight: 500;
}

.content_flexbox_f > li:nth-child(3){
  top:50%;
  padding:3px 10px 0px 10px;
  margin-left:10px;
  margin-right:0px;
  margin-top:0px;
  font-size: 1.4rem;
  font-weight: 500;
  border-top-left-radius:  5rem;
  border-bottom-left-radius: 5rem;
  color:#c756a0;
  background-color: #fff;
}

.content_flexbox_f > li:nth-child(4){
  top:50%;
  padding:10px 15px 10px 10px;
  margin-left:0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.8rem;
  font-weight: 500;
  border-top-right-radius:  5rem;
  border-bottom-right-radius: 5rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.content_flexbox_e > li:nth-child(5){
  top:50%;
  margin-left:10px;
  margin-right:10px;
  margin-top:-10px;
  font-size: 1.6rem;
  font-weight: 500;
}



/**/
.top_line {
  border-top: 3px solid #d22229;
}

.img_tit {
  font-size: 1.3rem;
  margin: 0px 0 20px;
  font-size: 1rem;
  vertical-align: middle;
}
.img_tit span {
  font-size: 1.0rem;
  font-weight: 400;
}

.content_p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 10px 0 20px;
  color: #222;
  letter-spacing: 0.8px;
  text-align: justify;
}

.content_p > span {
  font-size: 0.8rem;
  color: #222;
}

.imgbox {
  width: 100%;
  margin: 0px auto;
}

.imgbox>img {
  width: 100%;
  margin: 0px auto;
}


.imgbox>p {
  font-size: 0.65rem;
  margin-top: 10px;
  color: #6b6b6b;
  text-align: right;
}

.imgbox>p>span {
  font-size: 0.65rem;
  font-weight: 800;
  margin-right: 5px;
  line-height: auto;
  border-right: 3px solid #d22229;
}

.imgbox2 {
  text-align: left;
}

.imgbox2>img {
  width: 50%;
}

.imgbox2>p {
  text-align: left;
  font-size: 0.65rem;
  margin-top: 10px;
  color: #6b6b6b;
}

.imgbox2>p>span {
  font-size: 0.65rem;
  font-weight: 800;
  margin-right: 5px;
  border-right: 3px solid #d22229;;
}

.imgbox3 {
  text-align: center;
}

.imgbox3>img {
  width: 100%;
}

.imgbox3>p {
  text-align:  center;
  font-size: 0.65rem;
  margin-top: 10px;
  color: #6b6b6b;
}

.imgbox3> p > span {
  font-size: 0.65rem;
  font-weight: 800;
  margin-right: 5px;
  border-right: 3px solid #d22229;;
}

.content_h3 {
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 1.8rem;
  font-family: 'Noto Serif KR', serif;
  letter-spacing: -0.5px;
}

.content_h3  span {
  font-size: 2.0rem;
}

.contnet_nextbt {
  margin-top: 80px;
  text-align: right;
}

.contnet_nextbt>button {
  font-size: 0.7rem;
  padding: 8px 20px;
  border-radius: 50px;
  background-color: #bdbdbd;
  color: #fff;
  display: inline-block;
  transition: 0.3s;
}

.contnet_nextbt>button>img {
  width: 12px;
  display: inline-block;
}

.prev>img {
  margin-right: 10px;
}

.next>img {
  margin-left: 10px;
}

.contnet_nextbt>button:hover {
  background-color: #0058b1;
}

.pc {
    display: none;
}
.mb {
    display: block;
}

/* 미디어쿼리 */
@media (max-width: 1199.98px) {
  .navbt_box {
    width: 80%;
  }

  .navbt_box2 {
    width: 100%;
  }

  .nav_menubt2>a {
    font-size: 0.8rem;
  }
  .selectbox_wrap,.selectbox_wrap2{
    flex-direction: column;
    font-size: 0.8rem;
  }
  .select_box2 .box .select {
    font-size: 0.8rem;
    padding: 0 10px;
  }
}

@media (max-width: 950px) {
  .select_box {
    font-size: 0.8rem;
  }
  .select_box2 {
    width: 100%;
    font-size: 0.8rem;
  }

  .select_box2_1 {
    float: none;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
  }

  .sub02_06_contents {
    padding-top: 30px;
  }
  .pc {
    display: block;
  }
  .mb {
    display: none;
  }

}

@media (max-width: 767.98px) {
  .suv_main_tit>h2 {
    font-size: 0.8rem;
  }

  .suv_main_tit>h1 {
    font-size: 1.3rem;
  }

  .sub_nav_wrap {
    width: 95%;
  }

  .sub_nav {
    height: 45px;
  }

  .navbt_box {
    width: 100%;
    height: 45px;
  }

  .home_bt {
    width: 15%;
  }
    .home_bt2 {
    width: 8%;
  }

  .home_bt>a>img {
    width: 20px;
    margin-top: 12.5px;
  }

  .nav_menubt {
    width: 15%;
  }

  .select_box {
    width: 37.5%;
    font-size: 0.8rem;
  }

  .nav_menubt>a,
  .select_box .box .select {
    font-size: 0.7rem;
    line-height: 45px;
  }

  .selectbox_wrap,.selectbox_wrap2{
    width: 80%;
    float: right;
  }

  .select_box .box .select {
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .select_box .box .list {
    padding: 0 10px;
  }

  .select_box .box .list>li {
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .select_box .box .select:after,
  .select_box.on .box .select:after {
    background-size: 12px;
    right: 10px;
  }

  .select_box .box .list {
    top: 45px;
  }


.nav_menubt {
  width: 20%;
  
}

.nav_menubt2 {
  width: 12%;
  
}

  .select_box2 {
    width: 100%;

  }

  .select_box2 .box .select,
  .select_box2 .box .selected {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

  }

  .select_box2_1 {
    float: none;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
  }

  .select_box2 .box .select {
    letter-spacing: -0.5px;

  }
}

@media (max-width: 575.98px) {
  .select_box_1 {
    width: 75%;
  }

  .select_box_2 {
    float: none;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
  }

  .sub02_07_contents {
    padding-top: 30px;
  }
}

/* sub01_01 */
#sub01_01_main {
  background: url(../html/img/interview/interview_bg.jpg) no-repeat center;
}

.sub01_content {
  display: flex;
}

.sub01_content>li:nth-child(1) {
  width: 60%;
  margin-right: 10%;
}

.sub01_h3 {
  margin: 20px 0;
  word-break: keep-all;
}

.fz1rem {
  font-size: 1rem;
  line-height: 1.5rem;
}

.sub01_ta_r {
  text-align: right;
}

.sub01_ta_r>p>small {
  font-size: 0.7rem;
}

.fz1_5rem {
  font-size: 1.5rem;
}

.sub01_content_p {
  text-align: justify;
}

.sub01_br_n {
  display: block;
}

@media (max-width: 950px) {
  .sub01_content {
    flex-direction: column-reverse;
  }

  .sub01_content>li:nth-child(1) {
    width: 100%;
    margin-top: 30px;
  }

  .fz1rem {
    font-size: 0.9rem;
  }

  .fz1_5rem {
    font-size: 1.3rem;
  }
}

@media (max-width: 767.98px) {
  .sub01_br_n {
    display: none;
  }
.tongsa_select{
  display: flex;
  width: 100%;
  line-height: 50px;
}
.tongsa_select2{
  display: flex;
  width: 100%;
  line-height: 50px;
}
.box_select {
  font-size: 0.8rem;
}
}

/* sub01_02 */
#sub01_02_main {
  background: url(../html/img/sub01_02/main_bg.jpg) no-repeat center;
}

/* sub02_01 */
#sub02_01_main {
  background: url(../html/img/sub02_01/main_bg.jpg) no-repeat center;
}

.margin0 {
  margin: 0;
}

/* sub02_02 */
#sub02_02_main {
  background: url(../html/img/sub02_02/main_bg.jpg) no-repeat center bottom;
}

.ulbox {
  display: flex;
  margin-bottom: 20px;
}

.ulbox2 {
  display: flex;
  margin-bottom: 20px;
}
.ulbox2 > li:first-child{
  margin-right:50px; width: 33%;
}

.ulbox2 > li:nth-child(2){
  margin-right:50px; width: 33%;
}

.ulbox2 > li:last-child{
  margin-right:0px; width: 33%;
}

.photo_box {
  width: 57.5%;
}

.swiper-slide>img {
  transform: scaleY(1.015);
}

.text_b_box {
  width: 42.5%;
  background-color: #c756a0;
  color: #fff;
  position: relative;
}

.text_b_box> h1 {
  font-size: 2.5rem;
  padding: 20px;
  line-height:2.5rem;
}

.text_b_box >  h1 > span {
  font-size:1.2rem;
}


.text_c_box {
  width: 42.5%;
  background-color: #ca6d47;
  color: #fff;
  position: relative;
}

.text_c_box> h1 {
  font-size: 2.5rem;
  padding: 20px;
  line-height:2.5rem;
}

.text_c_box >  h1 > span {
  font-size:1.2rem;
}

.ta_r{
  text-align: right;
}

.ta_l{
  text-align: left;
}


.text_bottom {
  width: 100%;
  position: absolute;
  bottom: 20px;
  padding: 20px;
}

.text_bottom>h2 {
  font-size: 1.2rem;
}

.text_bottom> p {
  width: 100%;
  font-size: 0.85rem;
  margin-top: 10px;
  font-weight: 300;
  text-align: right;
}

.sub02_02_contents>.content_p {
  text-align: justify;
  margin-bottom: 100px;
}

@media (max-width: 1199.98px) {
  .text_b_box>h1 {
    font-size: 2rem;
  }

  .text_bottom {
    bottom: 0;
  }

  .text_bottom>h2 {
    font-size: 0.9rem;
  }

  .text_bottom>p {
    font-size: 0.78rem;
  }
}

@media (max-width: 767.98px) {
  .txt_tit_dep {
   margin: 20px 0px 0px 0px;
  }

  .txt_tit_dep2 {
   margin: 20px 0px 0px 0px;
  }

  .photo_box,
  .text_b_box {
    width: 100%;
  }

  .text_b_box {
    border-bottom: 0;
  }

.text_b_box >  h1 > span {
  font-size:1.0rem;
}

  .text_bottom {
    position: static;
  }

  .text_b_box>h1 {
    font-size: 1.5rem;
    padding: 10px 20px;
  }
}

/* sub02_03 사진으로보는50년 */
#tongsa_main {
  background: url(../html/img/tongsa_01/tongsa_bg.jpg) no-repeat center;
}

#pictorial_main {
  background: url(../html/img/tongsa_01/main_bg.jpg) no-repeat center;
}

.sub02_03_btlist {
  overflow: hidden;
}

.sub02_03_btlist>li {
  float: left;
  width: 25%;
  border: 1px solid #aaa;
  text-align: center;
  padding: 10px 0;
  border-right: 0;
  cursor: pointer;
  font-size: 0.9rem;
  transition: 0.3s;
}

.sub02_03_btlist>li:last-child {
  border-right: 1px solid #aaa;
}

.sub02_03_btlist>li:hover {
  background-color: #0058b1;
  color: #fff;
}

.sub02_03_content {
  margin: 50px 0;
  overflow: hidden;
}

.content_list>li {
  float: left;
  width: 24.25%;
  margin-right: 1%;
  cursor: pointer;
}

.content_list>li:nth-child(4n) {
  margin-right: 0;
}

.content_list>li>a>p {
  font-size: 0.85rem;
  margin: 10px 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.example-image {
  height: 220px;
}

@media (max-width: 767.98px) {
  .sub02_03_btlist>li {
    font-size: 0.7rem;
    width: 50%;
  }

  .sub02_03_btlist>li:nth-child(1) {
    border-bottom: 0;
  }

  .sub02_03_btlist>li:nth-child(2) {
    border-bottom: 0;
    border-right: 1px solid #aaa;
  }

  .content_list>li {
    width: 49%;
    margin-right: 2%;
  }

  .content_list>li:nth-child(2n) {
    margin-right: 0;
  }

  .content_list>li>a>p {
    font-size: 0.75rem;
  }

  .example-image {
    height: 150px;
  }
}

@media (max-width: 575.98px) {}

/* sub02_04 영상으로보는50년 */
#department_main {
  background: url(../html/img/department/department_bg.jpg) no-repeat center;
}

.sub02_03_contents>.content_tit {
  text-align: center;
}

.video_wrap {
  width: 80%;
  margin: 30px auto 0;
}

.video_txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 50px;
  padding: 5px;
  text-align: center;
  color: #fff;
  background-color: #0000009f;
}

@media (max-width: 767.98px) {
  .video_txt {
    height: 30px;
    font-size: 0.8rem;
  }
}

/* sub02_06 */
#sub02_06_main {
  background: url(../html/img/sub02_06/main_bg.jpg) no-repeat center;
}

.contnet_df {
  display: flex;
}

.sub02_06_imgbox {
  width: 30%;
  margin-right: 10%;
  text-align: center;
}

.sub02_06_textbox {
  width: 60%;
}

.sub02_06_imgbox>.imgbox>img {
  width: 60%;
  margin-top: 50px;
}

.sub02_06_contents_h3 {
  width: 54%;
  margin: 50px auto;
}

/* sub02_07 */
#sub02_07_main {
  background: url(../html/img/sub02_07/main_bg.jpg) no-repeat center;
}

.sub02_07_contents {
  overflow: hidden;
}

.contents_lt {
  width: 30%;
  margin-right: 10%;
  float: left;
}

.contents_rt {
  width: 60%;
  float: right;
}

/* content_lt */
.department {
  width: 50%;
  margin: auto;
  text-align: center;
}

.department_name {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 10px 0 5px;
}

.dptm_link>a {
  font-size: 0.9rem;
}

.line1 {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 20px 0;
}

.department_txt {
  padding: 0 10px;
}

.department_txt>b {
  font-size: 0.75rem;
  font-weight: 500;
}

.department_txt>p {
  margin-top: 15px;
  text-align: justify;
  font-size: 0.65rem;
  font-weight: 300;
  line-height: 1.2rem;
  color: #6b6b6b;
}

/* content_rt */
.contents_rt>b {
  font-size: 0.85rem;
  font-weight: 400;
  color: #333;
}

.list_style_disc {
  margin-left: 20px;
}

.list_style_disc>li {
  list-style-type: disc;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.3rem;
  color: #222;
}

.list_style_disc>li::marker {
  font-size: 0.5rem;
}

.list_style_disc>li>span {
  font-weight: 400;
  margin-right: 10px;
}

.list_style_disc>li>.lf30 {
  margin-left: 30px;
}

/* contents_lt */
.contents_lt>.imgbox {
  margin-top: 75%;
}

/* 주석 */
.comment {
  margin: 30px 0;
}

.comment_line {
  width: 300px;
  height: 1px;
  background-color: #aaa;
  margin-bottom: 10px;
}

.comment>p>small {
  font-size: 0.6rem;
  color: #666;
}

/* table01 */
.table01 {
  border-top: 2px solid #236ebb;
  border-bottom: 2px solid #236ebb;

}

.table01 th {
  font-size: 0.8rem;
  color: #224168;
  padding: 10px 0;
  background-color: #fbfbfb;
  border-right: 1px solid #e9e9e9;
}

.table01 th:nth-child(3) {
  border: none;
}

.table01 td {
  font-size: 0.75rem;
  padding: 5px 30px;
  color: #757575;
}

.table01 tr:nth-child(2) td {
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}

.table01 tr:nth-child(3) td {
  border-right: 1px solid #e9e9e9;
}

.table01 tr:nth-child(2) td:last-child,
.table01 tr:nth-child(3) td:last-child {
  border-right: none;
}

.td01 {
  line-height: 1.2rem;
}

/* 미디어쿼리 */
@media (max-width: 1199.98px) {
  .department {
    width: 70%;
  }

  .br_n1 {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .contents_lt {
    width: 32%;
    margin-right: 7%;
  }

  .contents_rt {
    width: 61%;
  }

  .department_name {
    font-size: 1.1rem;
  }

  .dptm_link>a {
    font-size: 0.8rem;
  }

  .content_tit {
    font-size: 1.3rem;
  }

  .content_tit_sum {
    font-size: 1.3rem;
  }
  .br_n2 {
    display: none;
  }
}

@media (max-width: 768px) {

  .contents_lt,
  .contents_rt {
    float: none;
    width: 100%;
  }

  .contents_rt {
    margin-top: 50px;
  }

  .department {
    width: 50%;
  }

  .contents_lt>.imgbox {
    margin-top: 50px;
  }

  .content_tit {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .content_tit_sum {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .txt_tit {
    margin: 40px 0 10px;
    font-size: 0.9rem;
  }

  .contnet_df {
    display: block;
  }

  .sub02_06_imgbox {
    width: 100%;
    margin-right: 0;
    margin: 20px 0;
  }

  .sub02_06_imgbox>.imgbox>img {
    width: 40%;
    margin-top: 0;
  }

  .sub02_06_textbox {
    width: 100%;
  }

  .sub02_06_contents_h3 {
    width: 90%;
  }

/* sub_text  요악본*/
.content_tit_sum {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-family: 'GmarketSansMedium';
  font-weight: 400;
}

.content_tit_sum span {
  font-size: 0.8rem;
  margin-left: 30px;
}


}

/* sub03_01 */
#story_main {
  background: url(../html/img/story_01/story_bg.jpg) no-repeat center /cover;
}

.story_imgbox {
  display: flex;
}

.story_imgbox>li {
  width: 50%;
  vertical-align: bottom;
}

.story_imgbox > li:last-child {
  margin-left: 30px;
  right:0px; bottom:0px;
}

.story_imgbox li > img {
  vertical-align: bottom;
}

.story_img01 {
  width: 100%;
  margin-top: 0px;
}

.img_txt {
  font-size: 0.65rem;
  margin-top: 5px;
  color: #6b6b6b;
  line-height: 0.9rem;
}

.img_txt:before {
  font-size: 0.65rem;
  font-weight: 800;
  content: '•';
  color: #df3026;
  line-height: 0.9rem;
}

.img_txt2 {
  font-size: 0.65rem;
  margin-top: 5px;
  color: #6b6b6b;
  line-height: 0.9rem;
}

.img_txt2::before {
  border-left: 3px solid #d22229;
}
.story_img02 {
  width: 60%;
}

.ta_c {
  text-align: center;
}

.story_ta_r_box {
  text-align: right;
  margin: 50px 0;
  position: relative;
}

.story_ta_r_box>h4 {
  position: absolute;
  top: 0;
  left: 10%;
  font-size: 1rem;
}

.story_ta_r_box>img {
  width: 70%;
}

.p_w50 {
  width: 50%;
}

.story_ta_r_box>.p_w50 {
  transform: translateX(100%);
  margin-top: 50px;
}

.story_img04 {
  width: 60%;
}

.pr50 {
  padding-right: 50px;
}

.story_txtbox {
  margin: 70px 0;
}

.story_txtbox>p {
  font-size: 0.78rem;
  margin-bottom: 30px;
  line-height: 1.5rem;
}

.story_txtbox>p>span {
  font-size: 0.8rem;
  border: 1px solid #0058b1;
  padding: 2px 10px;
  font-weight: 600;
  border-radius: 50px;
  margin-right: 10px;
}

.story_h2 {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-top: 70px;
}

.select_box_4 {
  width: 30%;
}

@media (max-width: 991.98px) {
  .story_ta_r_box>h4 {
    position: static;
    text-align: left;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .story_imgbox {
    display: block;
  }

  .story_imgbox>li {
    width: 100%;
  }

.story_imgbox > li:last-child {
  margin-top: 20px;
  margin-left: 0px;
  right:0px; bottom:0px;
}

.story_imgbox li > img {
  vertical-align: bottom;
}

  .story_img01 {
    width: 100%;
  }

  .story_img02 {
    width: 50%;
    margin-top: 50px;
  }

  .p_w50 {
    width: 100%;
    text-align: left;
  }

  .story_ta_r_box>.p_w50 {
    transform: translateX(0);
  }

  .story_ta_r_box>img {
    width: 100%;
  }

  .story_ta_r_box>h4 {
    font-size: 0.8rem;
  }

  .pr50 {
    padding-right: 0;
  }

  .story_h2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .sub03_01_contents {
    padding-top: 30px;
  }

  .select_box_4 {
    width: 70%;
  }
}

/* sub03_02 */
#sub03_02_main {
  background: url(../html/img/sub03_02/main_bg.jpg) no-repeat center /cover;
}

.nav_menubt3 {
  width: 10%;
}

.select_box_3 {
  width: 40%;
}

.sub03_02_contents {
  display: flex;
}

.ep_content_lt {
  width: 20%;
  margin-right: 5%;
}

.ep_tit {
  font-size: 1.3rem;
  line-height: 1.8rem;
  padding-left: 10px;
  border-left: 5px solid #00b5ae;
}
.ep_tit  span {
  color:#00b5ae;
  font-size: 1.8rem;
}

.ep_who {
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 70px;
}

.ep_content_rt {
  width: 85%;
}

.ep_p>b {
  font-size: 0.8rem;
  line-height: 1.5rem;
}

.ep_img {
  margin-top: 50px;
}

.ep_br_n {
  display: block;
}

.tit_span {
  font-size: 1rem;
}

.br_768_b {
  display: none;
}

@media (max-width: 768px) {
  .sub03_02_contents {
    display: block;
  }

  .ep_content_lt {
    width: 100%;
  }

  .ep_br_n {
    display: none;
  }

  .ep_tit {
    font-size: 1.1rem;
  }

  .ep_who {
    margin-top: 30px;
    text-align: right;
  }

  .ep_content_rt {
    width: 100%;
    margin-top: 50px;
  }

  .nav_menubt3 {
    width: 20%;
  }

  .select_box_3 {
    width: 70%;
  }

  .br_768_b {
    display: block;
  }
}

/* sub03_03 */
#sub03_03_main {
  background: url(../html/img/sub03_03/main_bg.jpg) no-repeat center;
}

/* sub03_03 */
#sub04_01_main {
  background: url(../html/movie/movie_top_bg.jpg) no-repeat center;
}


.sub03_03_bg {
  background: url(../html/img/sub03_03/sub03_03_bg.jpg) no-repeat center/cover;
  overflow: hidden;
}

.sub_section {
  margin: 70px auto;
}

.sub03_03_bg>.sub_section {
  margin: 50px auto;
}

.container {
  position: relative;
  width: 100%;
}

.container_tit {
  width: 80%;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 0 0 50px;
}

.sub03_03_p {
  font-size: 0.8rem;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 300;
}

.container_box {
  display: flex;
}

.inner {
  position: relative;
  width: 80%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
}

.comparison-slider-wrapper {
  position: relative;
  width: 100%;
  background-color: white;
}

.comparison-slider {
  position: relative;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.comparison-slide>img {
  width: 100%;
  height: auto;
  display: block;
}

.overlay {
  position: absolute;
  bottom: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.9rem;

}

.overlay1 {
  right: 20px;
  text-align: right;
}

.overlay2 {
  left: 20px;
  text-align: left;
}

.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.resize>img {
  display: block;
}

.divider {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: rgba(256, 256, 256, 0.2);
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  cursor: pointer;
}

.divider::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
  background-color: #ffffff98;
  transition: all 0.1s ease-in-out;
  border-radius: 50px;
}

.divider::after {
  content: "";
  background: url(../html/img/sub03_03/mouse_icon.svg)no-repeat center ;
  background-size: 50px;
  position: absolute;
  width: 60px;
  height: 60px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #4f8cc5;
  border-radius: 50px;
  transition: all 0.1s ease-in-out;
  color: #fff;
}

.draggable::before {
  width: 75px;
  height: 75px;
  left: -37.5px;
}

.draggable::after {
  width: 65px;
  height: 65px;
  left: -32.5px;
  background-color: #555;
  line-height: 50px;
}

.container_box>li:nth-child(2) {
  width: 15%;
  margin-left: 5%;
}

.bt_list>li,
.tab_bt {
  padding: 3% 0;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  transition: 0.3s;
  cursor: pointer;
}

.bt_list>li>span,
.tab_bt>span {
  margin-right: 5px;
}

.bt_list>li:nth-child(2) {
  color: #000;
}

.bt_list>li:hover,
.tab_bt:hover {
  color: #000;
}

.tab_slide {
  display: none;
}
.dot01>span{
  background-color: #fff;
  opacity: 1;
}
.dot01>.swiper-pagination-bullet-active{
  background-color: #007aff;
}
@media (max-width: 1199.98px) {
  .container_box {
    display: block;
  }

  .container_tit {
    width: 100%;
  }

  .inner {
    width: 100%;
  }

  .container_box>li:nth-child(2) {
    width: 100%;
    margin-left: 0%;
    margin-top: 20px;
    overflow: hidden;
  }

  .bt_list>li {
    float: left;
    width: 50%;
    padding: 1% 0;
  }

  .tab_bt {
    padding: 1% 0;
  }

  .bt_list_br_n {
    display: none;
  }
}

@media (max-width: 768px) {
  .container_tit {
    font-size: 1.3rem;
    padding: 0 0 30px;
  }

  .inner {
    padding: 5px;
  }

  .overlay {
    font-size: 0.7rem;
  }

  .divider::before {
    width: 50px;
    height: 50px;
    left: -25px;
  }

  .divider::after {
    width: 42px;
    height: 42px;
    left: -21px;
    background-size: 35px;
  }

  .bt_list>li>a {
    font-size: 0.75rem;
  }
}

/* sub04_01 */
.sub04_01_list {
  overflow: hidden;
  margin-top: 50px;
}

.sub04_01_list>li {
  float: left;
  width: 23.5%;
  border: 1px solid #ddd;
  margin-right: 2%;
  margin-bottom: 50px;
  cursor: pointer;
  transition: 0.5s;
}

.sub04_01_list>li:nth-child(4n) {
  margin-right: 0;
}

.sub04_01_txtbox {
  padding: 10px;
  height: 60px;
}

.sub04_01_txtbox>p {
  font-size: 0.78rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sub04_01_txtbox>h3 {
  font-size: 1rem;
  margin-bottom: 10px;
}

.sub04_01_contents {
  margin-top: 50px;
}

.sub_04_tit {
  border-left: 4px solid #0058b1;
  padding-left: 10px;
  font-size: 1rem;
  display: inline-block;
}

.sub_04_date {
  float: right;
  font-size: 0.78rem;
  padding-top: 5px;
}

.sub04_wrap {
  border-top: 2px solid #555;
  margin: 20px 0 30px;
}

.sub04_content {
  width: 100%;
  margin: 30px auto;
}

.sub04_content>p {
  font-size: 0.78rem;
  margin-top: 20px;
}

.bef_aft {
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}

.sub04_content_text {
  padding: 10px 20px;
}

.bef_txt {
  border-bottom: 1px solid #ccc;
}

.sub04_content_text>a>h5 {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 400;
}

.sub04_content_text>a>h5>span {
  margin-right: 10px;
  color: #aaa;
  transition: 0.3s;
}

.sub04_content_text>a:hover>h5>span {
  color: #0058b1;
}

.sub04_content_text>a>p {
  display: inline-block;
  margin-left: 5%;
  font-size: 0.78rem;
}

.sub04_listbt {
  text-align: right;
}

.sub04_listbt>a>p {
  font-size: 0.78rem;
  padding: 10px 20px;
  background-color: #ccc;
  display: inline-block;
  border-radius: 5px;
}

/* sub04_02 */
.sub04_02_list {
  overflow: hidden;
  margin-top: 100px;
}

.sub04_02_list>li {
  float: left;
  width: 19.2%;
  border: 1px solid #ddd;
  margin-right: 1%;
  margin-bottom: 50px;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.5s;
}

.sub04_02_list>li:nth-child(5n) {
  margin-right: 0;
}

.sub04_02_list>li:hover,
.sub04_01_list>li:hover {
  border: 1px solid #0058b1;
}

.sub04_bt {
  text-align: center;
}

.page_bt {
  display: inline-block;
}

.page_bt>li {
  display: inline-block;
  padding: 0 10px;
}

.sub04_num_bt>li {
  border-right: 1px solid #888;
  font-size: 0.78rem;
}

.sub04_num_bt>li:last-child {
  border-right: none;
}

.page_bt>li>a:hover {
  color: #0058b1;
}

.sub04_prev_bt>li,
.sub_next_bt>li {
  font-size: 1.1rem;
}

/* sub04_03 */
.sub04_03_table {
  width: 100%;
  border-top: 2px solid #262626;
  border-bottom: 1px solid #dddddd;
  margin: 100px 0 50px;
  border-collapse: collapse;
}

.sub04_03_table th {
  background-color: #f3f3f3;
  font-size: 0.8em;
  font-weight: 500;
  padding: 15px 5px;
}

.sub04_03_table tbody tr {
  border-top: 1px solid #ddd;
}

.sub04_03_table tr td {
  text-align: center;
  padding: 15px 10px;
  font-size: 0.78rem;
}

.sub04_03_table tr td:nth-child(2) {
  text-align: left;
}

.sub04_03_table tr td img {
  width: 15px;
}

.sub04_03_content {
  width: 90%;
  margin: 50px auto;
}

.sub04_03_content>p {
  font-size: 0.78rem;
  line-height: 1.3rem;
}

.sub04_03_download {
  margin-top: 30px;
  background-color: #eee;
  padding: 5px 10px 10px;
  width: 70%;
}

.sub04_03_download>a>img {
  width: 18px;
  float: right;
  margin-top: 5px;
}

.sub04_03_download>a>p {
  font-size: 0.7rem;
  background: url(../html/img/sub04_01/clip_icon.svg)no-repeat;
  padding-left: 25px;
  display: inline-block;
}

@media (max-width: 768px) {

  .sub04_01_list>li,
  .sub04_02_list>li {
    width: 49%;
    margin-right: 2%;
  }

  .sub04_01_list>li:nth-child(4n),
  .sub04_02_list>li:nth-child(5n) {
    margin-right: 2%;
  }

  .sub04_01_list>li:nth-child(2n),
  .sub04_02_list>li:nth-child(2n) {
    margin-right: 0;
  }

  .sub04_01_txtbox>h3 {
    font-size: 0.9rem;
  }

  .sub04_content {
    width: 100%;
  }

  .sub04_03_table th {
    font-size: 0.6rem;
    padding: 10px 5px;
  }

  .sub04_03_table tr td {
    font-size: 0.6rem;
    padding: 10px 5px;
  }

  .sub04_03_table tr td:nth-child(1),
  .sub04_03_table tr td:nth-child(3),
  .sub04_03_table tr td:nth-child(4),
  .sub04_03_table tr td:nth-child(6) {
    width: 13%;
  }

  .text_ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .sub_04_tit {
    font-size: 0.9rem;
  }

  .sub04_wrap {
    margin: 30px 0 20px;
  }

  .sub04_03_content,
  .sub04_content {
    width: 100%;
    margin: 30px auto;
  }

  .sub04_03_download {
    width: 100%;
  }

  .sub04_content_text {
    padding: 5px 10px;
  }

  .sub04_content_text>a>h5,
  .sub04_content_text>a>p,
  .sub04_listbt>a>p {
    font-size: 0.6rem;
  }
}

/* e_book */
#e_book_main {
  background: url(../html/img/ebook/main_bg.jpg) no-repeat center;
}

.ebook_wrap{
  width: 100%;
  margin: auto;
}
.ebook{
  overflow: hidden;
}
.ebook>li{
  width: 20%;
  margin-left: 3%;
  margin-top: 3%;
  padding: 20px;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
}
.ebook>li>a>p{
  font-size: 0.8rem;
}
.ebook>li>a>p>span{
  font-size: 0.7rem;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .ebook_wrap{
    width: 100%;
  }
  .ebook>li{
    padding: 10px;
  }
  .ebook>li>a>p{
    font-size: 0.7rem;
  }
.imgbox2 {
  width: 100%;
}

  .imgbox2>img {
   width: 100%;
  }

  .imgbox2>p {
   font-size: 0.65rem;
   margin-top: 10px;
   color: #6b6b6b;
 }
  .imgbox2>p>span {
   font-size: 0.65rem;
   font-weight: 800;
   margin-right: 5px;
   border-right: 3px solid #d22229;;
 }
  .pc {
    display: block;
  }
  .mb {
    display: none;
  }

}