@charset "utf-8"; /* header */
#header .top {
    background: #e4e4e4;
    position: relative;
}

#header .top>div {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1406px;
    height: 37px;
    margin: 0 auto;
}

#header .top>div .quickLink {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
}

#header .top>div .quickLink::after {
    content: "";
    display: block;
    width: calc((100vw - 1406px)/2 + 30px);
    min-width: 30px;
    height: 37px;
    background-color: #ffc163;
    position: absolute;
    left: 0;
    top: 0;
}

#header .top>div .quickLink a {
    display: block;
    min-width: 120px;
    height: 37px;
    padding: 0 30px;
    position: relative;
    box-sizing: border-box;
    margin-right: 0!important;
    text-align: center;
    line-height: 37px;
    vertical-align: middle;
    z-index: 2;
}

#header .top>div .quickLink a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: skew(45deg);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-right: 1px solid #ddd;
    border-top-right-radius: 6px;
    z-index: -1;
    box-sizing: border-box;
}

#header .top>div .quickLink a:first-child::after {
    background-color: #ffc163;
    border-right: 0;
}

#header .top>div span {
    margin-right: 8px;
    color: #747474;
    font-family: PretendardSB,sans-serif;
}

#header .top>div span strong {
    color: #000000;
    font-family: PretendardSB,sans-serif;
}

#header .top>div a {
    display: inline-block;
    color: #ff9801;
    font-family: PretendardSB,sans-serif;
    letter-spacing: -0.025em;
}

#header .top>div a:not(:last-child) {
    margin-right: 32px
}

#header .top>div a.logout, #header .top>div a.login {
    display: inline-block;
    width: 85px;
    height: 27px;
    line-height: 27px;
    background: #ff9a02;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
}

#header .top .lang {
    color: #000;
    padding: 0 44px 0 12px;
    border: none;
    background: url(../../../images/ko/common/ico/selArrow1.png) no-repeat right 20px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: PretendardM,sans-serif;
    letter-spacing: -0.025em;
}

#header .bottom {
    position: relative;
    background: #ffc163;
    z-index: 10;
}

#header .bottom>div {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1420px;
    height: 82px;
    margin: 0 auto;
    padding: 0 7px;
    box-sizing: border-box;
    transition: .3s
}

.logo {
    margin-right: 125px;
}

.logo>a {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.logo>a img {
    vertical-align: top;
    transition: .3s
}

.logo>a span {
    display: block;
    margin-left: 6px;
    color: #000000;
    font-size: 20px;
    font-family: PretendardSB,sans-serif;
    line-height: 1;
    transition: .3s
}

#gnb {
    width: 870px
}

#gnb>ul {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 82px;
    transition: .3s
}

#gnb>ul>li {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 82px;
    transition: .3s
}

#gnb>ul>li>a {
    color: #161616;
    font-size: 18px;
    font-family: NanumSquareNeoEB,sans-serif;
    letter-spacing: -0.025em;
    transition: .3s
}

#gnb>ul>li>a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    right: 50%;
    height: 2px;
    background: #fff;
    transition: .3s
}

#gnb>ul>li>a:hover {
    color: #ffffff
}

#gnb>ul>li>a:hover::before {
    left: 0;
    right: 0
}

#gnb>ul>li>div {
    display: none;
    position: absolute;
    top: 78px;
    left: 50%;
    transform: translateX(-50%);
    width: 185px;
    background: #fff;
    padding: 32px 0 28px 24px;
    border-radius: 20px;
    box-shadow: -8px 5px 16px 0px rgba(0, 0, 0, 0.13);
    box-sizing: border-box;
}

#gnb>ul>li>div>ul>li:not(:last-child) {
    margin-bottom: 10px
}

#gnb>ul>li>div>ul>li>a {
    position: relative;
    color: #000;
    font-family: NanumSquareNeoB,sans-serif;
    transition: .3s
}

#gnb>ul>li>div>ul>li>a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    left: 50%;
    right: 50%;
    height: 2px;
    background: #ff9902;
    transition: .3s
}

#gnb>ul>li>div>ul>li>a:hover {
    color: #ff9902
}

#gnb>ul>li>div>ul>li>a:hover::before {
    left: 0;
    right: 0
}

.moveArea {
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -10px;
}

.moveArea .searchBtn {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 5px;
    background: url(../../../images/ko/common/header/searchBtn.png) no-repeat right 5px bottom 5px transparent;
    border-radius: 100%;
    text-indent: -9999px;
    transition: .3s
}

.moveArea .searchBtn.on {
    background: url(../../../images/ko/common/header/searchBtnOn.png) no-repeat right 5px bottom 5px #000;
}

.searchPop {
    display: none;
    position: absolute;
    top: 62px;
    right: -148px;
    width: 492px;
    height: 70px;
    background: #fff;
    border: 2px solid #484848;
    border-radius: 28px;
    box-shadow: -3px 2px 21px 0px rgba(0, 0, 0, 0.13);
    box-sizing: border-box;
}

.searchPop form, .searchPop fieldset, .searchPop fieldset>div {
    height: 100%;
    font-size: 0
}

.searchPop select {
    border: none;
    width: 136px;
    height: 100%;
    padding: 0 36px 0 32px;
    background: url(../../../images/ko/common/ico/selArrow1.png) no-repeat right 20px center;
    color: #0d0c22;
    font-family: PretendardB,sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.searchPop .inputArea {
    position: relative;
    display: inline-block;
    width: calc(100% - 136px);
    height: 100%;
    vertical-align: top;
}

.searchPop .inputArea::after {
    content: "";
    display: block;
    position: absolute;
    top: 23px;
    left: -2px;
    width: 1px;
    height: 24px;
    background: #ccccd0
}

.searchPop .inputArea input[type="text"] {
    border: none;
    width: 100%;
    height: 100%;
    padding: 0 200px 0 12px;
    background: transparent;
    font-family: PretendardM,sans-serif;
    font-size: 16px;
    box-sizing: border-box;
}

.searchPop .rescanChk + label {
    position: absolute;
    top: 24px;
    right: 88px;
    color: #b2b2b2;
    font-size: 14px;
    font-family: PretendardM,sans-serif;
}

.searchPop .popSearchBtn {
    position: absolute;
    top: 12px;
    right: 20px
}

@media screen and (max-width: 1730px) {
    .searchPop {
        right:-16px
    }
}

/* fix */
#header.fix .bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.04);
    z-index: 10;
}

#header.fix .bottom>div {
    height: 75px
}

#header.fix .logo>a img {
    width: 120px
}

#header.fix .logo>a span {
    font-size: 20px
}

#header.fix #gnb>ul {
    height: 75px
}

#header.fix #gnb>ul>li {
    height: 75px
}

#header.fix #gnb>ul>li>a {
    font-size: 17px
}

#header.fix #gnb>ul>li>div {
    top: 63px
}

#container.on {
    margin-top: 90px
}

@media screen and (max-width: 1436px) {
    #header.fix .bottom {
        width:auto
    }
}

/* contents1 search */
.contents1 {
    position: relative;
    height: 310px;
    background: #000d23;
}

.contents1 .bg {
    position: absolute;
    width: 100%;
    max-width: 1920px;
    height: 310px;
    left: 50%;
    background: #000d23;
    z-index: 1;
    overflow: hidden;
    transform: translateX(-50%);
    opacity: 0.7;
}

.contents1 .mainBg1 {
    display: block;
    height: 532px;
    position: absolute;
    top: -50%;
    left: -5%;
    mix-blend-mode: overlay;
    z-index: 2;
}

.contents1 .mainBg2 {
    display: block;
    height: 532px;
    position: absolute;
    top: -50%;
    left: -5%;
    mix-blend-mode: color-dodge;
    z-index: 2;
    opacity: 0.8;
}

.contents1 .bg video {
    position: absolute;
    top: -50%;
    right: 0;
    width: auto;
    height: 532px;
}

.searchW {
    position: relative;
    width: 1406px;
    margin: 0 auto;
    padding-top: 50px;
    z-index: 3;
}

.searchW .pageIntro .intro {
    margin-bottom: 20px;
    color: #fff;
    font-size: 61px;
    font-family: MontserratEB,sans-serif;
    line-height: 1;
    text-align: center;
}

.searchW .pageIntro .intro>span {
    display: block;
    margin-top: 7px;
    font-size: 16px;
    letter-spacing: -0.025em;
}

.search {
    position: relative;
    width: 745px;
    margin: 0 auto;
}

.search .srhTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search .searhArea {
    position: relative;
    width: 745px;
    height: 70px;
    background: rgba(255,255,255,1);
    border-radius: 50px;
    box-sizing: border-box;
    font-size: 0
}

.search .searhArea select {
    width: 175px;
    height: 100%;
    border: none;
    background: url(../../../images/ko/common/ico/selArrow2.png) no-repeat right center transparent;
    color: #060606;
    font-family: NanumSquareNeo,sans-serif;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    text-align: center;
}

.search .searhArea input[type="text"] {
    width: calc(100% - 175px);
    height: 100%;
    padding: 0 168px 0 36px;
    color: #000;
    font-family: NanumSquareNeoB,sans-serif;
    border: none;
    background: transparent;
    vertical-align: top;
    box-sizing: border-box;
}

.search .searhArea input[type="text"]::placeholder {
    color: #7c7c7c;
    font-family: NanumSquareNeo,sans-serif
}

.search .searchBtnW {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding-right: 16px
}

.search .searchBtn {
}

.search .detailSearch {
    display: inline-block;
    margin-left: 12px;
    padding: 9px 24px;
    background: #ff9a02;
    color: #fff;
    border-radius: 20px;
    font-family: PretendardM,sans-serif;
    letter-spacing: -0.025em;
}

@media screen and (min-width: 1921px) {
    .contents1 {
        background-size:100% 532px
    }
}

/* contents2 boardList */
.contents2 {
    background: #fff
}

.boardList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    top: -35px;
    width: 1406px;
    margin: 0 auto;
    z-index: 2;
}

.boardList>div {
    width: 450px;
    min-height: 378px;
    padding: 28px 28px 24px 32px;
    background: #fff;
    border: 1px solid #d9e1e7;
    border-radius: 15px;
    box-sizing: border-box;
}

.boardList .titArea {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px
}

.boardList .titArea .tit {
    color: #06152b;
    font-size: 20px;
    font-family: NanumSquareNeoEB,sans-serif;
    letter-spacing: -0.005em;
}

.boardList .titArea .tit .point {
    color: #ff9a02;
    font-size: 20px;
    font-family: NanumSquareNeoEB,sans-serif;
}

.boardList .titArea .more {
    display: block;
    width: 8px;
    height: 12px;
    background: url(../../../images/ko/main/moreBtn.png) no-repeat;
    text-indent: -9999px;
}

.notice .titArea {
    margin-bottom: 45px;
}

.notice>ul>li {
    display: flex;
    align-items: center;
}

.notice>ul>li:not(:last-child) {
    margin-bottom: 10px;
}

.notice>ul>li>a {
    display: inline-block;
    max-width: calc(100% - 22px);
    color: #1d1d1d;
    font-family: PretendardM,sans-serif;
    font-size: 16px;
    letter-spacing: -0.025em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.notice>ul>li>a .new {
    margin-left: 8px;
    vertical-align: text-top;
}

.boardList>div.dataList {
    position: relative;
    padding-top: 20px
}

.dataTab>li {
    display: inline-block
}

.dataTab>li:not(:last-child) {
    margin-right: 6px
}

.dataTab>li>a.tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    color: #06152b;
    border-radius: 20px;
    font-size: 20px;
    font-family: NanumSquareNeo,sans-serif;
    letter-spacing: -0.005em;
}

.dataTab>li.on>a.tab {
    padding: 0 20px;
    background: #343434;
    color: #fff;
    font-size: 18px;
    font-family: NanumSquareNeoEB;
}

.dataTab>li>div {
    display: none;
    position: absolute;
    top: 80px;
    left: 32px
}

.dataTab>li.on>div {
    display: block;
}

.dataTab>li>div>ul>li:not(:last-child) {
    margin-bottom: 11px
}

.dataTab>li>div .dataTit {
    display: inline-block;
    margin-bottom: 7px;
    color: #1d1d1d;
    font-family: PretendardM,sans-serif;
    font-size: 16px;
    letter-spacing: -0.025em;
    line-height: 1;
}

.dataTab>li>div .info {
    font-size: 0;
    line-height: 1;
}

.dataTab>li>div .info>li {
    display: inline-block;
    color: #939393;
    font-family: PretendardM,sans-serif;
    letter-spacing: -0.025em;
}

.dataTab>li>div .info>li:not(:last-child) {
    margin-right: 8px
}

.dataTab .more {
    display: none;
    position: absolute;
    top: 28px;
    right: 28px;
    width: 8px;
    height: 12px;
    background: url(../../../images/ko/main/moreBtn.png) no-repeat;
    text-indent: -9999px;
}

.dataTab>li.on .more {
    display: block
}

.tagCloud .cloud {
    text-align: center;
}

.mySchool .chartArea {
    text-align: center;
}

/* contents3 atoz */
.contents3 {
    position: relative;
    padding: 30px 0 125px 0;
    overflow: hidden;
}

.contents3 .bg {
    position: absolute;
    top: 200px;
    width: 100%
}

.contents3 .bg.bottom {
    top: auto;
    bottom: -48px
}

.contents3 .bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 540px;
    border: 1px solid #fff;
    border-bottom: none;
    box-sizing: border-box;
}

.contents3 .bg video {
    width: 50%;
    opacity: .2;
}

.browseTab {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1406px;
    height: 530px;
    margin: 0 auto;
    padding: 0 26px 0 12px;
    box-sizing: border-box;
}

.browseTab .tit {
    color: #343434;
    font-size: 22px;
    font-family: NanumSquareNeoEB,sans-serif;
    letter-spacing: -0.005em;
}

.browseTab>ul>li {
    display: inline-block
}

.browseTab>ul>li:not(:last-child) {
    margin-right: 32px
}

.browseTab>ul>li>a {
    position: relative;
    padding-bottom: 20px;
    color: #7a7a7a;
    font-size: 18px;
    font-family: NanumSquareNeoEB,sans-serif;
    letter-spacing: -0.005em;
}

.browseTab>ul>li>a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 2px;
    background: #303030;
    transition: .3s
}

.browseTab>ul>li.on>a {
    color: #101010;
}

.browseTab>ul>li.on>a::before {
    left: 0;
    right: 0
}

.atozList {
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    padding: 28px 16px 16px 16px;
    border: 1px solid #dbdbdb;
    border-radius: 25px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: -1px 8px 27.55px 1.45px rgba(39, 39, 39, 0.15);
}

.browseTab>ul>li.on .atozList {
    display: block
}

.atozTab {
    margin-bottom: 20px;
    margin-left: 40px;
}

.atozTab .inner {
    overflow: hidden;
    overflow: visible;
    padding-bottom: 5px;
}
.atozTab .inner::-webkit-scrollbar {height: 13px;}
.atozTab .inner::-webkit-scrollbar-thumb { 
    background-color: #ccc;
    border-radius: 10px;
    background-clip: padding-box;  
    border: 2px solid transparent;
  }
.atozTab .inner::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}

.atozTab .inner .item {
    width: auto
}

.atozTab .inner .item:not(:last-child) {
    margin-right: 12px
}

.atozTab .inner .item>a {
    display: block;
    padding: 14px 17px;
    /* border: 1px solid #d7d7d7; */
    border-radius: 10px;
    color: #272525;
    font-size: 16px;
    letter-spacing: -0.005em;
}

.atozTab .inner .item>a .cnt {
    color: #ff9902;
    font-size: 16px;
    letter-spacing: -0.005em;
}

.atozTab .inner .item.on>a {
    background: #ff9902;
    border: 1px solid #ff9902;
    color: #fff
}

.atozTab .inner .item.on>a .cnt {
    color: #fff
}

.atozContW {
  width: 100%;
  margin-right: 40px;
}

.atozCont {
    display: none;
    height: 300px;
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-radius: 25px;
    overflow: auto;
}

.atozCont::-webkit-scrollbar {
    width: 15px;
}

.atozCont::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
    background-clip: padding-box;
    border: 5px solid transparent;
}

.atozCont::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}

.atozCont.on {
    display: block
}

.atozCont .atozContTit {
    padding: 20px 28px 18px 28px;
    border-bottom: 1px solid #ececec;
    font-family: PretendardB,sans-serif;
    font-size: 18px;
    letter-spacing: -0.005em;
    display: flex;
    flex-wrap: wrap;
}

.atozCont .atozContTit a {
    font-family: inherit;
    font-size: inherit;
    border-bottom: 0;
    padding: 10px 28px;
}

.atozCont .atozContTit .cnt {
    color: #ff7100;
    font-family: PretendardB,sans-serif;
    font-size: 18px;
    letter-spacing: -0.005em;
}

.atozCont>div:last-child.on {
    border-bottom: 0;
}

.atozCont>div.on {
    border-bottom: 1px solid #ececec;
}

.atozCont>div.on ul {
    display: block;
}

.atozCont>div ul {
    display: none;
}

.atozCont ul {
    padding: 20px 28px 0 28px;
    font-size: 0
}

.atozCont ul>li {
    display: inline-block;
    width: 24%;
    margin-bottom: 25px;
    vertical-align: top;
}

.atozCont ul>li>a {
    position: relative;
    padding-left: 12px;
    color: #313131;
    transition: .3s
}

.atozCont ul>li>a:hover {
    color: #ff7100;
    text-decoration: underline;
}

.atozCont ul>li>a::before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #4f4f4f
}

.banner {
    padding: 22px 0;
    border-top: 1px solid #f2f2f2;
}

.banners {
    width: 1406px;
    margin: 0 auto
}

.banners .inner {
    position: relative;
    padding: 0 52px;
    overflow: hidden;
}

.banner .swiper-wrapper {
    z-index: auto;
}

.banners .inner .item {
    width: auto
}

.banners .inner .item:not(:last-child) {
    margin-right: 100px
}

.banners .swiperPrev {
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 100%;
    background: url(../../../images/ko/common/bannerPrev.png) no-repeat center #fff;
    cursor: pointer
}

.banners .swiperNext {
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    height: 100%;
    background: url(../../../images/ko/common/bannerNext.png) no-repeat center #fff;
    cursor: pointer;
}

#footer {
    background: #32384a
}

#footer>div {
    width: 1406px;
    padding: 32px 26px 64px 26px;
    margin: 0 auto;
    box-sizing: border-box;
}

.footerMenu {
    margin-bottom: 32px
}

.footerMenu .privacy>a {
    color: #fff;
    font-family: PretendardM,sans-serif;
}

.address address {
    color: #8e96ae;
    font-family: PretendardM,sans-serif;
    line-height: 22px;
}

.address address strong {
    display: block;
    color: #fff;
    font-family: PretendardM,sans-serif;
}

.copyright {
    color: #8e96ae;
    font-family: PretendardM,sans-serif;
    line-height: 22px;
}

/* 팝업 css 추가 */
.popup {
    position: absolute;
    top: 190px;
    left: 13%;
    width: 512px;
    background: #fff;
    border-radius: 30px;
    z-index: 30;
    box-shadow: 0px 3px 46px 0px rgba(0, 0, 0, 0.38);
}

.popup:nth-of-type(1) {
    left: 13%
}

.popup:nth-of-type(2) {
    top: 220px;
    left: 15%;
}

.popup:nth-of-type(3) {
    top: 250px;
    left: 17%;
}

.popup:nth-of-type(4) {
    top: 280px;
    left: 19%;
}

.popup .titArea {
    padding: 28px 36px;
    background: #ff9a02;
    color: #fff;
    border-radius: 30px 30px 0 0;
    font-family: NanumSquareNeoEB,sans-serif;
    font-size: 24px;
    letter-spacing: -0.05em;
}

.popup .layerPopCont {
    max-height: 450px;
    margin: 36px 10px 44px 24px;
    background: #fff;
    overflow-y: auto;
}

.popup .layerPopCont::-webkit-scrollbar {
    width: 8px
}

.popup .layerPopCont::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}

.popup .layerPopCont::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 5px;
}

.popup .layerPopCont p {
    color: #494949;
    font-family: NanumSquareNeoB,sans-serif;
    font-size: 15px;
    line-height: 26px;
}

.popup .layerPopCont img {
    width: 100% !important;
    max-width: 100%;
    height: auto !important
}

.popup .layerBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 58px 23px 48px;
    border-radius: 0 0 30px 30px;
    background: #ededed
}

.popup .layerBottom label {
    color: #717171;
    font-family: NanumSquareNeoB,sans-serif;
    font-size: 15px;
}

.popup .layerBottom .layerClose {
    position: relative;
    color: #181818;
    font-family: NanumSquareNeoEB,sans-serif;
    font-size: 14px
}

.popup .layerBottom .layerClose::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: -2px;
    width: calc(100% + 4px);
    height: 2px;
    background: #313131
}

.popup .table {
    margin: 0;
    padding: 20px;
}

.popup .inputForm input[type="text"] {
    width: 270px;
    height: 22px;
    border: 1px solid #b5b5b5;
    vertical-align: middle
}

.popup .btns2 {
    text-align: center
}

.popup .btns2 input {
    border: 1px solid #b5b5b5;
    background-color: #fff;
    padding: 5px 10px;
    color: #676a6c
}

.popup .close {
    position: absolute;
    top: 18px;
    right: 20px
}

.popup a {
    font-weight: 600;
    color: #666
}
