@charset "UTF-8";

@font-face {
    font-family: 'Roboto';
  src: url("../font/Roboto-Light.eot");
  src: url("../font/Roboto-Light.ttf") format("truetype"), url("../font/Roboto-Light.woff") format("woff"), url("../font/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
    font-family: 'Roboto';
  src: url("../font/Roboto-Regular.eot");
  src: url("../font/Roboto-Regular.ttf") format("truetype"), url("../font/Roboto-Regular.woff") format("woff"), url("../font/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: 'Roboto';
  src: url("../font/Roboto-Medium.eot");
  src: url("../font/Roboto-Medium.ttf") format("truetype"), url("../font/Roboto-Medium.woff") format("woff"), url("../font/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
    font-family: 'Roboto';
  src: url("../font/Roboto-Bold.eot");
  src: url("../font/Roboto-Bold.ttf") format("truetype"), url("../font/Roboto-Bold.woff") format("woff"), url("../font/Roboto-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
    font-family: 'Noto Sans KR';
  src: url("../font/NotoSans-Light.eot");
  src: url("../font/NotoSans-Light.woff") format("woff"), url("../font/NotoSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
    font-family: 'Noto Sans KR';
  src: url("../font/NotoSans-Regular.eot");
  src: url("../font/NotoSans-Regular.woff") format("woff"), url("../font/NotoSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: 'Noto Sans KR';
  src: url("../font/NotoSans-Medium.eot");
  src: url("../font/NotoSans-Medium.woff") format("woff"), url("../font/NotoSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
    font-family: 'Noto Sans KR';
  src: url("../font/NotoSans-Bold.eot");
  src: url("../font/NotoSans-Bold.woff") format("woff"), url("../font/NotoSans-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
    font-family: 'NanumSquare';
  src: url("../font/NanumSquareL.eot");
  src: url("../font/NanumSquareL.woff") format("woff"), url("../font/NanumSquareL.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
    font-family: 'NanumSquare';
  src: url("../font/NanumSquareR.eot");
  src: url("../font/NanumSquareR.woff") format("woff"), url("../font/NanumSquareR.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: 'NanumSquare';
  src: url("../font/NanumSquareB.eot");
  src: url("../font/NanumSquareB.woff") format("woff"), url("../font/NanumSquareB.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
    font-family: 'NanumSquare';
  src: url("../font/NanumSquareEB.eot");
  src: url("../font/NanumSquareEB.woff") format("woff"), url("../font/NanumSquareEB.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
    font-family: "NotoSansCJKkr";
  src: url("./fonts/NotoSansCJKkr-Regular.eot");
  src: url("./fonts/NotoSansCJKkr-Regular.woff") format("woff"), url("./fonts/NotoSansCJKkr-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: "NotoSansCJKkr";
  src: url("../fonts/NotoSansCJKkr-Bold.eot");
  src: url("../fonts/NotoSansCJKkr-Bold.woff") format("woff"), url("../fonts/NotoSansCJKkr-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

html, body, #wrap {
    width: 100%;
    height: auto;
    overflow-x: hidden;
}

html.popOpen, body.popOpen, #wrap.popOpen {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.bg {
    width: 100%;
    height: 120vh;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.on .bg {
    display: block;
}

.dn {
    display: none !important;
}

.sr-only {
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    font-size: 0 !important;
    text-indent: -9999px !important;
}

a, select, input, label, button {
    outline: none;
    cursor: pointer;
}

.orange {
    color: #f58220;
}

.blue {
    color: #1b35ac;
}

/* 상단 퀵 메뉴 */
.quick-nav {
    width: 100%;
    height: 40px;
    background: #f0f0f0;
}

.quick-nav ul {
    width: auto;
    display: inline-block;
    float: right;
    margin-right: calc(50% - 600px);
}

.quick-nav ul li {
    width: auto;
    height: auto;
    padding: 8px 0;
    display: block;
    float: left;
    position: relative;
}

.quick-nav ul li ~ li {
    margin-left: 22px;
}

.quick-nav ul li:first-of-type::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #cdcdcd;
    top: 50%;
    right: 0;
    margin-top: -5px;
    margin-right: -11px;
}

.quick-nav ul a {
    font: 400 12px/24px 'Noto Sans KR';
    color: #333;
}

.quick-nav ul li:last-of-type {
    width: 40px;
    height: 40px;
    padding: 0;
    background: #e3e3e3;
}

.quick-nav ul li:last-of-type a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.quick-nav ul li:last-of-type a span:first-of-type {
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -7px;
}

.quick-nav ul li:last-of-type a span:first-of-type::before, .quick-nav ul li:last-of-type a span:first-of-type::after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 2px;
    background: #333;
}

.quick-nav ul li:last-of-type a span:first-of-type::before {
    top: 0;
    left: 0;
    margin-top: -5px;
}

.quick-nav ul li:last-of-type a span:first-of-type::after {
    bottom: 0;
    left: 0;
    margin-bottom: -5px;
}

/* 헤더 및 GNB */
header {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

header h1 {
    width: 180px;
    height: 100%;
    float: left;
}

header h1 a {
    width: 100%;
    height: 100%;
    display: block;
}

header h1 img {
    width: 100%;
    display: block;
    margin: 29px 0;
}

#gnb {
    width: auto;
    display: inline-block;
    float: right;
    padding: 30px 0;
}

#gnb li {
    width: auto;
    height: 40px;
    float: left;
}

#gnb li ~ li {
    margin-left: 25px;
}

#gnb a {
    font: 500 16px/40px 'Noto Sans KR';
    color: #333;
}

#gnb .on a, #gnb a:hover {
    color: #0c4da2;
}

#gnbDetail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100px;
    left: 50%;
    z-index: 1000;
    display: none;
}

#gnbDetail .gnb-detail-con {
    width: 100%;
    height: auto;
    display: none;
    border-top: 1px solid #0c4da2;
}

#gnbDetail .gnb-main {
    width: 800px;
    height: 100%;
    float: left;
    box-sizing: border-box;
    background: #f0f0f0;
}

#gnbDetail .gnb-main div {
    width: 415px;
    height: auto;
    padding: 45px 30px 60px 0;
    float: right;
}

#gnbDetail .gnb-main h3 {
    font: 500 26px/40px 'Noto Sans KR';
    color: #222;
}

#gnbDetail .gnb-main p {
    padding-top: 20px;
    font: 400 15px/26px 'Noto Sans KR';
    color: #555;
}

#gnbDetail .gnb-sub-list {
    width: calc(100% - 800px);
    height: 100%;
    float: left;
    padding-left: 40px;
    background: #fff;
    box-sizing: border-box;
}

#gnbDetail .gnb-sub-list ul {
    width: 335px;
    display: block;
    float: left;
    padding: 40px 0 80px;
}

#gnbDetail .gnb-sub-list li {
    width: 100%;
    height: 30px;
    display: block;
    margin: 5px 0;
}

#gnbDetail .gnb-sub-list a {
    display: inline;
    font: 400 16px/30px 'Noto Sans KR';
    color: #222;
}

#gnbDetail .gnb-sub-list li.on a, #gnbDetail .gnb-sub-list li a:hover {
    color: #0c4da2;
}

#gnbDetail .bg {
    height: calc(100% - 140px);
}

#gnbDetail.on {
    display: block;
}

#gnbDetail05 .gnb-main div {
    width: 425px;
    padding: 45px 20px 60px 0;
}

/* 서브 상단 메뉴바 */
#path {
    width: 100%;
    height: 60px;
    background: #1b35ac;
    position: relative;
}

#path.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 600;
}

#path .path-con {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}

#path .path-menu {
    width: 300px;
    height: 60px;
    float: left;
    position: relative;
    border-right: 1px solid #8e9ad6;
    box-sizing: border-box;
}

#path .path-menu:first-of-type {
    border-left: 1px solid #8e9ad6;
}

#path .path-menu a {
    padding-left: 20px;
    font: 400 16px/60px 'Noto Sans KR';
    color: #fff;
}

#path .path-menu .path-menu-tit {
    position: relative;
}

#path .path-menu .path-menu-tit::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 15px;
    background: url(../images/common/btn-set.png) -72px 0 no-repeat;
}

#path .path-menu ul {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    border-top: 1px solid #fff;
    box-sizing: border-box;
    z-index: 50;
}

#path .path-menu ul li {
    width: 100%;
    height: 60px;
    background: #999;
}

#path .path-menu ul li ~ li {
    border-top: 1px solid #fff;
    box-sizing: border-box;
}

#path .path-menu ul li.on, #path .path-menu ul li:hover {
    background: #1b35ac;
}

#path .path-menu.act_box ul {
    display: block;
}

#path .path-menu.depth02 > div {
    display: none;
}

#path .path-menu.depth02 > div.act {
    display: block;
}

#path .path-form {
    width: 220px;
    height: 60px;
    float: right;
}

#path .path-form a {
    width: 100%;
    height: 100%;
    font: 400 16px/60px 'Noto Sans KR';
    text-indent: 12px;
    color: #b1d3ff;
    position: relative;
}

#path .path-form a::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/common/btn-set.png) 0 -122px no-repeat;
}

#path .path-form a:hover::after {
    background-position: -64px -122px;
}

#path .path-form a.on::after {
    background-position: -128px -122px;
}

#path .path-form-act {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 60px;
    z-index: 500;
    display: none;
}

#path .path-form-act form {
    width: 100%;
    height: 380px;
    background: #fff;
}

#path .path-form-act form h5 {
    padding: 50px 0 45px;
    font: 400 40px/44px 'NanumSquare', 'Noto Sans KR';
    color: #2d2d2d;
    text-align: center;
}

#path .path-form-act form ul {
    width: 1200px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

#path .path-form-act form li {
    width: 300px;
    height: 60px;
    display: block;
    float: left;
    background: #f0f0f0;
    border-bottom: 5px solid #fff;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

#path .path-form-act form li a {
    font: 400 18px/60px 'Noto Sans KR';
    text-align: center;
    color: #222;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

#path .path-form-act form li.on {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    background: #1b35ac;
    border-bottom: 5px solid #ccc;
}

#path .path-form-act form li.on a {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    color: #fff;
}

#path .path-form-act form .quick-form-con {
    width: auto;
    height: auto;
    margin: 40px auto 0;
    display: none;
}

#path .path-form-act form .quick-form-con.on {
    display: block;
}

#path .path-form-act form #formDetail01 {
    width: 804px;
    height: 66px;
}

#path .path-form-act form #formDetail02 {
    width: 804px;
    height: 66px;
}

#path .path-form-act form #formDetail03 {
    width: 804px;
    height: 66px;
}

#path .path-form-act form #formDetail04 {
    width: 804px;
    height: 66px;
}

#path .path-form-act form select {
    width: 340px;
    height: 64px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    border: 0;
    border-bottom: 2px solid #888;
    font: 400 18px/64px 'Noto Sans KR';
    padding-left: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/common/path-select-dir.png) right center no-repeat;
}

#path .path-form-act form select::-ms-expand {
    display: none;
}

#path .path-form-act form select optgroup {
    max-height: 400px;
}

#path .path-form-act form button {
    width: 64px;
    height: 64px;
    display: inline-block;
    float: left;
    margin-left: 20px;
    background: url(../images/common/btn-set.png) 0 -54px no-repeat;
}

#path .path-form-act.on {
    display: block;
}

/* 푸터 */
footer {
    width: 100%;
    height: 280px;
    background: #232323;
}

footer .footer-con {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 35px;
}

footer .footer-con > div {
    width: 800px;
    float: left;
    padding-left: 10px;
}

footer .footer-con > a {
    display: block;
    float: right;
}

footer ul::after {
    content: "";
    width: 1px;
    height: 18px;
    display: block;
    clear: both;
}

footer ul li {
    float: left;
}

footer ul li ~ li {
    margin-left: 20px;
    position: relative;
}

footer ul li ~ li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    margin-left: -10px;
    width: 1px;
    height: 13px;
    background: #919191;
}

footer ul a {
    width: auto;
    font: 400 15px/24px 'Noto Sans KR';
    color: #fff;
}

footer p {
    width: auto;
    font: 300 15px/26px 'Noto Sans KR';
    color: #bbb;
    text-transform: uppercase;
}

/* 스크롤 탑 버튼*/
#scrollTop {
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: #f38411;
}

#scrollTop a {
    width: 100%;
    height: 100%;
    padding-top: 45px;
    display: block;
    font: 400 14px/20px 'Roboto';
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

#scrollTop a::before, #scrollTop a::after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: 20px;
    left: 50%;
}

#scrollTop a::before {
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    margin-left: -4px;
}

#scrollTop a::after {
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    margin-left: 2px;
}

#scrollTop a:hover::before, #scrollTop a:hover::after {
    animation: topEffect 0.3s;
}

#scrollTop.stop {
    bottom: 330px;
}

/* 팝업 레이어 */
#popup {
    width: 320px;
    height: 400px;
    overflow: hidden;
}

#popup h3 {
    width: 100%;
    height: 55px;
    background: #f2f4f9;
    font: 400 16px/55px 'Roboto', 'Noto Sans KR';
    text-align: center;
    color: #000;
}

#popup div.text-con {
    width: 100%;
    height: 345px;
    padding: 15px 20px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}

#popup p {
    font: 400 15px/26px 'Roboto', 'Noto Sans KR';
    color: #000;
}

#popup p:last-of-type {
    padding-bottom: 20px;
}

@keyframes topEffect {
    0% {
        top: 20px;
        opacity: 1;
    }

    49% {
        top: 5px;
        opacity: 1;
    }

    50% {
        top: 5px;
        opacity: 0;
    }

    51% {
        top: 35px;
        opacity: 1;
    }

    100% {
        top: 20px;
        opacity: 1;
    }
}

#popup-table-row {
    width: 100%;
    height: 1000px;
    overflow: hidden;
}

#popup-table-row h3 {
    width: 100%;
    height: 55px;
    background: #f2f4f9;
    font: 400 16px/55px 'Roboto', 'Noto Sans KR';
    text-align: center;
    color: #000;
}

#popup-table-row div.table {
    width: 100%;
    height: 935px;
    padding: 15px 20px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: hidden;
}

#popup-table-row table {
    min-width: 345px;
    width: 100%;
}

#popup-table-row th, #popup-table-row td {
    height: auto;
    display: table-cell;
    padding: 5px;
    font: 400 15px/26px 'Roboto', 'Noto Sans KR';
    color: #000;
}

#popup-table-row th {
	width: 130px;
    background: #f2f4f9;
}

#popup-table-row table::before, #popup-table-row table::after {
    width: 100%;
}

#popup-detail.con-sub {
    padding: 50px 0 0;
}

#popup-detail .info-con a::after {
    display: none;
}

#popup-detail .btn-con {
    height: 146px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid #888;
    box-sizing: border-box;
}

#popup-detail .btn-con div {
    width: 370px;
    height: 56px;
    margin: 0 auto;
}

#popup-detail .btn-con button {
    height: 56px;
    display: block;
    float: left;
    font: 400 18px/56px 'Noto Sans KR';
    text-align: center;
}

#popup-detail .btn-con button.print {
    width: 260px;
    color: #fff;
    background: #f58220;
}

#popup-detail .btn-con button.close {
    width: 100px;
    border: 1px solid #666;
    box-sizing: border-box;
    color: #666;
}

#popup-detail .btn-con button + button {
    margin-left: 10px;
}

/* 로그인 레이어 */
#login {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 700;
}

#login.on {
    display: block;
}

#login .login-con {
    display: none;
    width: 440px;
    background: #fff;
    padding: 30px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

#login .login-con.on {
    display: block;
}

#login .login-tit {
    height: 60px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}

#login .login-tit h4 {
    display: block;
    float: left;
    font: 400 30px/32px 'Noto Sans KR';
    color: #2d2d2d;
}

#login .login-tit button {
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    background: url(../images/common/btn-set.png) -158px -54px no-repeat;
}

#login form {
    padding: 30px 0 20px;
    height: 110px;
}

#login form .inputbox {
    width: 320px;
    height: 110px;
    float: left;
    margin-bottom: 20px;
}

#login form button {
    width: 110px;
    height: 110px;
    display: block;
    float: right;
    margin-bottom: 20px;
    background: #2d2d2d;
    font: 400 18px/110px 'Noto Sans KR';
    color: #fff;
}

#login form input {
    width: 100%;
    height: 50px;
    background: #efefef;
    color: #222;
    border: 0;
    box-sizing: border-box;
    font: 400 15px/38px 'Noto Sans KR';
    color: #222;
    text-indent: 20px;
}

#login form input:focus {
    border: 1px solid #222;
}

#login form ::-webkit-input-placeholder {
    color: #bbb;
}

#login form :-ms-input-placeholder {
    color: #bbb;
}

#login form ::placeholder {
    color: #bbb;
}

#login form input:last-of-type {
    margin-top: 10px;
}

#login .checkbox {
    width: 175px;
    height: 20px;
    float: left;
}

#login .checkbox label {
    font-size: 14px;
    color: #888;
}

#login ul {
    width: auto;
    height: 20px;
    display: inline-block;
    float: left;
}

#login ul li {
    width: auto;
    height: 100%;
    float: left;
}

#login ul li + li {
    position: relative;
    padding-left: 20px;
}

#login ul li + li::before {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 4px;
    margin-left: 10px;
}

#login ul a {
    font: 400 14px/20px 'Noto Sans KR';
    color: #888;
}

#login .join-link {
    width: auto;
    height: 25px;
    display: inline-block;
    margin-top: 20px;
    padding-right: 2px;
    border-bottom: 1px solid #b2bed9;
    font: 400 14px/20px 'Noto Sans KR';
    color: #0c4da2;
}

#login .login-main {
    height: 335px;
}

#login .login-main form {
    height: 210px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}

#login .login-main form input {
    padding-left: 50px;
    box-sizing: border-box;
    text-indent: 0;
}

#login .login-main form input:first-of-type {
    background: #efefef url(../images/common/login-id.png) left center no-repeat;
}

#login .login-main form input:last-of-type {
    background: #efefef url(../images/common/login-pw.png) left center no-repeat;
}

#login .find-id, #login .find-pw {
    height: 289px;
}

#login .find-id p, #login .find-pw p {
    font: 400 14px/20px 'Noto Sans KR';
    color: #888;
    letter-spacing: -0.5px;
}

#login .find-pw input {
    width: 155px;
}

#login .find-pw input:first-of-type {
    margin-right: 10px;
}

#login .find-pw input:last-of-type {
    width: 100%;
}

#popup-join {
    width: 820px;
    height: 650px;
}

#popup-join h3 {
    width: 100%;
    height: 55px;
    background: #f2f4f9;
    font: 400 16px/55px 'Roboto', 'Noto Sans KR';
    text-align: center;
    color: #000;
}

#popup-join div {
    padding: 15px 20px 0;
    box-sizing: border-box;
}

#popup-join .form-con {
    border-bottom: 0;
}

#popup-join .search-con {
    height: 40px;
    border: 0;
    padding: 0;
}

#popup-join .search-con label {
    width: 80px;
    padding-left: 0;
    text-align: center;
}

#popup-join .search-con input[type="text"] {
    width: 370px;
}

#popup-join .search-con button[type="reset"] {
    color: #222;
    background: #fff;
    margin-left: 5px;
    border: 1px solid #bbb;
}

#popup-join .table {
    width: 100%;
    height: auto;
    padding: 0;
    padding-bottom: 5px;
    overflow-x: scroll;
}

#popup-join .table > div {
    width: 1340px;
}

#popup-join table {
    width: 1300px;
}

#popup-join th {
    background: #f2f4f9;
}

#popup-join th, #popup-join td {
    height: 38px;
    padding: 5px;
    font: 400 15px/26px 'Roboto', 'Noto Sans KR';
    color: #000;
}

#popup-join table::before, #popup-join table::after {
    width: 100%;
}

#popup-join tr *:nth-of-type(1), #popup-join tr *:nth-of-type(2) {
    width: 60px;
}

#popup-join tr *:nth-of-type(3), #popup-join tr *:nth-of-type(6) {
    width: 300px;
}

#popup-join tr *:nth-of-type(4), #popup-join tr *:nth-of-type(5) {
    width: 150px;
}

#popup-join tr *:nth-of-type(7), #popup-join tr *:nth-of-type(8), #popup-join tr *:nth-of-type(9), #popup-join tr *:nth-of-type(10) {
    width: 70px;
}

#popup-join tr *:nth-of-type(7) label, #popup-join tr *:nth-of-type(8) label, #popup-join tr *:nth-of-type(9) label, #popup-join tr *:nth-of-type(10) label {
    padding-left: 0;
}

#popup-join tr *:nth-of-type(7) label::before, #popup-join tr *:nth-of-type(8) label::before, #popup-join tr *:nth-of-type(9) label::before, #popup-join tr *:nth-of-type(10) label::before {
    float: none;
    margin: 0 auto;
}

#popup-join .paging-con {
    padding: 0;
}

.paging-con {
    width: 100%;
    height: 20px;
    margin: 15px 0;
    text-align: center;
}

.paging-con ul {
    width: auto;
    height: 20px;
    display: inline-block;
    margin: 0 auto;
}

.paging-con li {
    width: auto;
    height: 20px;
    display: block;
    float: left;
    padding: 0 4px;
}

.paging-con a {
    width: auto;
    height: 20px;
    padding: 0 3px;
    font: 400 15px/20px 'Roboto', 'Noto Sans KR';
    color: #aaa;
}

.paging-con .act {
    color: #222;
}

.paging-con .prev, .paging-con .next {
    width: 20px;
    padding: 0;
    background: url(../images/common/btn-set.png) no-repeat;
}

.paging-con .prev {
    margin-right: 5px;
    background-position: -110px -78px;
}

.paging-con .next {
    margin-left: 5px;
    background-position: -134px -78px;
}
