section .limit {
    width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}
.limit {
    width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}
section .minWidth {
    min-width: 1440px;
    padding: 0 15px;
}

.strong_tit{font-size: 18px;}
.mini_cont{padding-left: 15px;}
.btn_wrap {
    text-align: center;
}
.contents_wrap input[type='text'],input[type='password'],
.contents_wrap select, .ui-dialog input[type='text'],input[type='password'],
.ui-dialog select, .additional_application select{
    border: 1px solid #dfe5ea;
    height: 48px;
    border-radius: 5px;
    padding: 0 0 0 10px;
    float: left;
    margin: 0 10px 0 0;
}
.contents_wrap input[type='text']:last-child,
.contents_wrap select:last-child {
    margin: 0;
}
.contents_wrap select, .additional_application select {
    background: url('../../image/sub/select_icon.png')no-repeat;
    background-position: right 10px center;
}
.contents_wrap label {
    cursor: pointer;
    display: inline-block;
}
.contents_wrap table th span {
    display: inline-block;
    color: #ff1515;
    margin: 0 0 0 4px;
    font-weight: 500;
}
.contents_wrap table td label {
    display: inline-block;
    float: left;
    margin: 0 60px 0 0;
}
.contents_wrap table td label:last-child {
    margin: 0;
}
.contents_wrap table td label p {
    display: inline-block;
    transform: translate(0,-5px);
    margin: 0 0 0 5px;
}
label input[type='radio'] + span {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #ddd;
}
label input[type='radio'] + span::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #0083ca;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
}
label input[type='radio']:checked + span::after {
    opacity: 1;
    visibility: visible;
}

label input[type='checkbox'] + span {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
}
label input[type='checkbox'] + span::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #0083ca;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
}
label input[type='checkbox']:checked + span::after {
    opacity: 1;
    visibility: visible;
}

.blind{display:none !important;}

/*공통 list page*/

  /********************************************************/
  .list_page {
    text-align: center;
  }

  .list_page .inner02 {
    margin: 0 auto;
  }

  .list_page .inner02>a {
    padding-bottom: 10px;
    margin: 0 20px;
  }

  .list_page .inner02>a:nth-child(1) {
    background: url(../image/sub/arrow_prev_.png) no-repeat center;
    display: inline-block;
    width: 20px;
    height: 60px;
    line-height: 60px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
  }

  .list_page .inner02 .last2_btn {
    background: url(../image/sub/arrow_next_.png) no-repeat center;
    display: inline-block;
    width: 20px;
    height: 60px;
    line-height: 60px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
  }

  .list_page ul {
    display: inline-block;
    margin: 0;
  }

  .list_page ul li a {
    font-size: 16px;
    color: #999;
    text-align: center;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .list_page ul li {
    float: left;
    margin: 0;
    margin-bottom: 0;
  }

  .list_page ul::after {
    clear: both;
    content: '';
    display: block;
  }

  .list_page ul li a.on {
    background: #2c6ba2;
    border-radius: 50%;
    color: #fff;
    margin: 0 15px;
  }
/* mini_tit */
.mini_tit {
    position: relative;
    font-family: "paybooc_Otf_bold";
    font-size: 24px;
    color: #404345;
    padding: 0 0 15px 15px;
}
.mini_tit::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    left: 0;
    top: 4px;
    background: #0083ca;
    border-radius: 50%;
}
.mini_tit > span {
    display: inline-block;
    color: #82898e;
    margin: 0 0 0 5px;
    font-size: 16px;
    transform: translate(0,4px);
}
.mini_tit + span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #82898e;
    padding: 0 0 0 15px;
}
/* top_img_area */
.top_img_area {
    position: relative;
    display: table;
    width: 100%;
    min-width: 1440px;
    height: 560px;
    background-size: cover !important;
    background-position: center !important;
}
.top_img_area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
}

.top_img_area.pride,
.top_img_area.introduce {
    background: url(../../image/sub/introduce.jpg)no-repeat;
}

.top_img_area.pride{
    background: url(../../image/sub/prid.jpg)no-repeat;
}
.top_img_area.admission {
    background: url(../../image/sub/admission.jpg)no-repeat;
}
.top_img_area.bachelor {
    background: url(../../image/sub/bachelor.jpg)no-repeat;
}
.top_img_area.schooling {
    background: url(../../image/sub/schooling.jpg)no-repeat;
}
.top_img_area.service {
    background: url(../../image/sub/service.jpg)no-repeat;
}
.top_img_area > article:nth-of-type(1) {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.top_img_area > article:nth-of-type(1) .txt_wrap {
    position: relative;
    text-align: center;
    z-index: 2;
}
.top_img_area > article:nth-of-type(1) .txt_wrap h4 {
    font-family: "paybooc_ExtraBold";
    color: #fff;
    font-size: 58px;
    margin: 0 0 15px;
}
.top_img_area > article:nth-of-type(1) .txt_wrap h4.eng {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 64px;
}
.top_img_area > article:nth-of-type(1) .txt_wrap p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
/* top_tap */
.top_tap {
    position: relative;
}
.top_tap::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
    background: #ddd;
}
.top_tap ul {
    width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
    display:flex;
}
.top_tap li {
    display: inline-block;
    float: left;
    border-bottom: 1px solid transparent;
    flex:auto;
}
.top_tap.three li {
    width: calc(100% / 3);
}
.top_tap.four li {
    width: calc(100% / 4);
}
.top_tap.five li {
    width: calc(100% / 5);
}
.top_tap.six li {
    width: calc(100% / 6);
}
.top_tap li.on {
    border-bottom: 3px solid #0083ca;
}
.top_tap li a {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    color: #82898e;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}
.top_tap li.on a {
    color: #0083ca;
    font-weight: 500;
}
/* sub_title_area */
.sub_title_area {
    text-align: center;
    padding: 100px 0 50px;
}
.sub_title_area h3 {
    font-family: "paybooc_Otf_bold";
    font-size: 44px;
    color: #404345;
    margin: 0 0 10px;
}
.sub_title_area p {
    font-size: 18px;
    color: #82898e;
}
/* tap_btn_wrap */
.tap_btn_wrap {
    text-align: center;
    margin: 0 auto 80px !important;
}
.tap_btn_wrap ul {
    display: inline-block;
}
.tap_btn_wrap ul li {
    position: relative;
    width: 240px;
    cursor: pointer;
    transition: .3s ease;
    color: #82898e;
    font-size: 16px;
    font-weight: 300;
}
.tap_btn_wrap ul li a {
    display: inline-block;
    width: 100%;
   /* height: 100%;*/
    position: relative;
    color: #82898e;
    font-size: 16px;
    font-weight: 300;
    padding: 20px 0;
    z-index: 3;
}
.tap_btn_wrap.five ul li {
    width: 210px;
}
.tap_btn_wrap ul li::before {
    content: "";
    position: absolute;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    top: 0;
    left: 0;
    border: 1px solid #ddd;
}
.tap_btn_wrap ul li a small{
  color: #82898e;
  font-size: 14px;
}
.tap_btn_wrap ul li.on {
    background: #0083ca;
    font-weight: 500;
    color: #fff;
}
.tap_btn_wrap ul li.on a {
    font-weight: 500;
    color: #fff;
}
.tap_btn_wrap ul li.on a small{
  color: #fff;
}
/* paging */
.paging_wrap {
    text-align: center;
    margin: 100px 0 0;
}
.paging {
    display: inline-block;
}
.paging a {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    line-height: 54px;
    font-weight: 400;
    color: #acb6bc;
}
.paging > ul,
.paging > a {
    float: left;
}
.paging a.on {
    background: #0083ca;
    color: #fff;
}
/* list */
.list  p {
    font-weight: 300;
    color: #404345;
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 2px solid #333;
}
.list p span {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.list li {
    width: calc((100% - 60px) / 3);
    margin: 0 30px 50px 0;
    transition: .3s ease;
    border-bottom: 2px solid transparent;
    height: 370px;
}
.list li:nth-of-type(3n) {
    margin: 0 0 50px;
}
.list li:hover {
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.1);
    border-color: #0083ca;
}
.list .img_wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.list .img_wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: unset; min-width: 100%; height: 100%;
}
.list .txt_wrap {
    padding: 10px 15px;
}
.list .txt_wrap strong {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 20px;
    font-weight: 400;
    color: #404345;
    margin: 0 0 10px;
    max-height: 30px;
}
.list .txt_wrap strong + div > span {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    float: left;
    font-weight: 500;
    color: #acb6bc;
}
.list .txt_wrap strong + div em {
    display: inline-block;
    float: right;
    font-weight: 400;
    color: #acb6bc;
}
.list .txt_wrap strong + div em span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #acb6bc;
}
.list .txt_wrap strong + div button {
    float: right;
    background: transparent;
    color: #acb6bc;
    font-weight: 400;
    border: none;
    cursor: pointer;
}
.list select {
    background: url(../../image/sub/select_icon.png)no-repeat;
    background-position: center right 10px;
    width: 228px;
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 0 0 10px;
    color: #acb6bc;
}
.list hr {
    border: none;
    height: 1px;
    background: #404345;
    margin: 20px 0;
}
/* search_part */
.search_part {
    text-align: center;
    width: 1410px !important;
    background: #f3f7fb;
    margin-bottom: 60px !important;
    padding: 0 !important;
}
.search_wrap {
    display: inline-block;
    padding: 20px 0 35px;
}
.search_wrap select {
    display: inline-block;
    width: 210px;
    height: 50px;
    margin: 0 20px 0 0;
    border: none;
    border-bottom: 2px solid #333;
    background: url(/new2/image/sub/select_icon.png)no-repeat !important;
    background-position: center right !important;
    float: left;
    border-radius: 0;
}
.search_wrap input[type="text"] {
    display: inline-block;
    width: 350px;
    height: 50px;
    border: none;
    border-bottom: 2px solid #333;
    float: left;
    background: transparent;
    border-radius: 0;
    margin: 0;
}
.search_wrap button {
    display: inline-block;
    background: transparent;
    width: 60px;
    height: 50px;
    float: left;
    cursor: pointer;
    border: none;
    border-bottom:2px solid #333;
}
/* agree_part */
.agree_part {
    border: 1px solid #ddd;
    height: 230px;
    padding: 10px;
    overflow: auto;
}
.agree_checkbox_wrap {
    text-align: right;
}
.agree_checkbox_wrap label {
    display: inline-block;
    cursor: pointer;
}
.agree_checkbox_wrap span {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    transform: translate(0,6px);
    margin: 0 5px 0 0;
}
.agree_checkbox_wrap span::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 10px;
    /* background: url('../image/sub/checked.png')no-repeat; */
    background: url('../../image/sub/checked.png')no-repeat;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.agree_checkbox_wrap input:checked + span::after {
    opacity: 1;
    visibility: visible;
}
.agree_checkbox_wrap p {
    display: inline-block;
    font-weight: 400;
    color: #404345;
}

/* result */
.result_wrap {
    border-top: 2px solid #0083ca;
    padding: 40px 0 50px;
    text-align: center;
    box-shadow: 4px 4px 20px 0 rgba(0,0,0,0.1);
}
.result_wrap .img_wrap {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #f3f7fb;
    margin: 0 0 30px;
}
.result_wrap .img_wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.result_wrap em {
    display: block;
    font-family: "paybooc_Otf_light";
    color: #404345;
    font-size: 32px;
    margin: 0 0 10px;
}
.result_wrap strong {
    display: block;
    font-family: "paybooc_Bold";
    color: #0083ca;
    font-size: 32px;
    margin: 0 0 10px;
}
.result_wrap strong span {
    font-family: "paybooc_Bold";
    color: #404345;
    font-size: 32px;
}
.result_wrap p {
    font-size: 18px;
    font-weight: 300;
    color: #82898e;
}
.result_wrap p span {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #0083ca;
    font-weight: 400;
}
/* ë²„íŠ¼ */
.btn_submit_wrap {
    text-align: center;
}
.btn_submit_wrap button {
    background: transparent;
    border: 1px solid #404345;
    width: 240px;
    height: 64px;
    color: #404345;
    font-weight: 500;
    margin: 60px 0 0;
    cursor: pointer;
    transition: .3s ease;
}
.btn_submit_wrap button:hover {
    background: #0083ca;
    border-color: #0083ca;
    color: #fff;
}
.table_view .view_con img{margin: 0!important;display: inline;height: auto !important;}

.table_view .file{clear: both;}

/*.iframebox{width: 80%!important;; padding-bottom: 44.25%!important;;}
.iframebox iframe{width: 80% !important;height: 80% !important;}*/



.iframebox{position:relative;width: 100%!important;/*padding-bottom: 44.25%!important;*/padding-bottom:56.25%;}
.iframebox iframe{position:absolute;width:80% !important;height: 80% !important;left:50%;transform:translateX(-50%);}
