@charset "UTF-8";

/***********************************************************************
    common class
************************************************************************/
.sz-wrapper {
    width: 100%;
    max-width: 1210px;
    padding: 0 15px;
    margin: 0 auto;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

.bold {
    display: inline-block;
    font-weight: 700;
    transform: skew(-.04deg);
}

/***********************************************************************
    btn
************************************************************************/
.long-btn {
    display: inline-block;
    padding: 11px 20px;
    font-size: 1rem;
    font-weight: 900;
    border-radius: 50px;
    transform: skew(-.04deg);
}

.red-btn {
    color: #fff;
    background-color: #ed1e24;
}

.plus-btn {
    color: #ed1e24;
    background-color: #fff;
}

.plus-btn::after {
    content: '+';
    display: inline-block;
    margin-left: 30px;
    color: #ed1e24;
}

/***********************************************************************
    header
************************************************************************/
#header::before {
    content: "";
	background:#1A2548;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 130px;
}
#header {
    border-bottom: 1px solid #1A2548;
    display: flex;
    width: 1800px;
    margin: 0 auto;
}

#header .sz-wrapper {
    height: 100%;
}

.header-nav {
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
	color:#000;
}

.header-nav .sz-wrapper::after,
.nav-left::after,
.nav-right::after,
.nav-sns::after {
    content: '';
    display: block;
    clear: both;
}

.nav-left {
    float: left;
}

.nav-right {
    position: absolute;
    float: none;
    right: 270px;
    top: 15px;
    display: flex;
    z-index: 999;
}

.header-nav .sz-wrapper > ul > li {
    float: left;
    padding: 0 15px;
    border-right: 1px solid #666666;
}

.header-nav .sz-wrapper > ul > li:first-child {
    padding-left: 0;
}

.header-nav .sz-wrapper > ul > li:last-child {
    border-right: none;
}

.header-nav li a,
.header-nav li span {
    color: #000;
    font-size: 0.875rem;
    cursor: pointer;
}

.header-nav .bookmark::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: url(../images/icon/header-bookmark.png) center center / cover no-repeat;
    vertical-align: -2px;
}

.nav-sns {
    margin-left: -15px;
}

.nav-sns li {
    float: left;
    margin-left: 15px;
}

.nav-sns li a {
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    vertical-align: -2px;
}

.nav-sns li.nblog a {
    width: 22px;
    height: 10px;
    background: url(../images/icon/icon_blog.png) center center / cover no-repeat;
}

.nav-sns li.youtube a {
    width: 16px;
    height: 12px;
    background: url(../images/icon/icon_youtube.png) center center / cover no-repeat;
}

.nav-sns li.insta a {
    width: 14px;
    height: 15px;
    background: url(../images/icon/sns-insta.png) center center / cover no-repeat;
    vertical-align: -3px;
}

.logo-wrap {
    position: relative;
    width: 30%;
}

.header-logo {
    padding: 42px 0;
}

.header-logo a {
    display: block;
    width: 349px;
    height: 43px;
    margin: 0 auto;
    background: url(../images/common/header-logo.png) center center / cover no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

/***********************************************************************
    gnb
************************************************************************/
.header-gnb {
    position: relative;
    text-align: center;
    width: 70%;
    height: 121px;
}

.header-hamburger {
    display: none;
    width: 25px;
    height: 20px;
    background: url(../images/icon/gnb-menu.png) center center / cover no-repeat;
}

.gnb-list {
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding-right: 318px;
    padding-top: 65px;
}

.gnb-list::after {
    content: '';
    display: block;
    clear: both;
}

.gnb-list > li {
    position: relative;
}

.gnb-list > li a {
    display: block;
    font-size: 1.125rem;
    color: #666;
}

#header > div.header-gnb > div > ul > li > a {
    color: #fff;
}

.sub-list {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    width: 200px;
    padding: 15px;
    background-color: #f3f3f3;
    margin-top: 42px;
    margin-left: -100px;
    z-index: 10000;
}

.sub-list li a {
    display: block;
    padding: 8px 10px;
    line-height: 1.5;
    font-size: 0.875rem;
    transition: background-color 0.2s;
}

.sub-list li a:hover {
    background-color: #ddd;
}

.mo-subbutton {
    display: none;
}

/***********************************************************************
    footer
************************************************************************/
#footer {
    padding: 60px 0;
    background-color: #545454;
}

#footer .sz-wrapper::after,
.footer-gnb::after {
    content: '';
    display: block;
    clear: both;
}

.footer-left {
    float: left;
    width: 21%;
}

.footer-right {
    float: left;
    width: 79%;
    padding-left: 68px;
    margin-top: 15px;
}

.footer-logo a {
    display: block;
    width: 238px;
    height: 30px;
    background: url(../images/common/footer-logo.png) center center / cover no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.footer-gnb {
    margin-bottom: 25px;
    margin-left: -20px;
    margin-top: -10px;
}

.footer-gnb li {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}

.footer-gnb li a {
    font-size: 0.875rem;
    color: #ccc;
}

.footer-info {
    color: #999999;
    font-size: 0.875rem;
}

.footer-info p {
    line-height: 1.6;
    word-break: keep-all;
}

.footer-info p > span {
    display: inline-block;
    margin-right: 16px;
}

.footer-info .copyright {
    margin-top: 30px;
}

.footer-info .copyright b {
    color: #fff;
}

/***********************************************************************
    slider
************************************************************************/
.slick-slide:focus,
.slick-slide a:focus {
    outline: none;
}

/***********************************************************************
    main
************************************************************************/
.main-section {
    padding: 80px 0;
}

.main-gray {
    background-color: #f5f5f5;
}

.main-visual {
    position: relative;
    width: 100%;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.5);
}

.mv-slide_center {
    height: 670px;
    padding-top: 600px;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
}

.mv-slide_center h2 img {
    margin: 0 auto;
}

.mv-cate {
    display: block;
    margin: 30px 0;
    font-size: 1.88rem;
}

.thumb-list {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -5px;
    transform: translateX(-50%);
}

.thumb-list::after {
    content: '';
    display: block;
    clear: both;
}

.thumb-list li {
    float: left;
    /*width: 60px;
    height: 60px;
	border: 3px solid #ffffff;*/
    color:#ffffff;
	margin-left: 5px;
    cursor: pointer;
}

.thumb-list li.active {
    /*border: 3px solid #be181d;*/
	color:#1f325b;
}

.main-notice {
    background-color: #f5f5f5;
}

.notice-title {
    line-height: 1.3;
    padding: 35px 10px;
    color: #fff;
    background-color: #1A2548;
    font-size: 1.56rem;
    text-align: center;
    word-break: keep-all;
}

.notice-title b {
    color: #fff;
    font-weight: 900;
}

.notice-title .red {
    color: #ed1e24;
}

.notice-slide-title {
    margin-top: 28px;
    line-height: 1.4;
    color: #fff;
    font-size: 1.56rem;
    font-weight: 900;
    text-align: center;
}

.notice-slide .slick-dots {
    margin-top: 35px;
    margin-left: -20px;
}

.notice-slide .slick-dots li {
    float: left;
    width: 33.33%;
    padding-left: 20px;
}

.notice-slide .slick-dots button {
    width: 100%;
    height: 2px;
    background-color: #666666;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
}

.notice-slide .slick-dots .slick-active button {
    background-color: #ed1e24;
}

.notice-content {
    padding-top: 63px;
}

.notice-content::after {
    content: '';
    display: block;
    clear: both;
}

.notice-wrap,
.notice-slide,
.add-btn-wrap {
    float: left;
}

.notice-wrap {
    width: 20%;
}

.notice-slide {
    width: 60%;
}

.add-btn-wrap {
    width: 20%;
    text-align: right;
}

.notice-wrap h4 {
    color: #000;
    font-size: 1.125rem;
    font-weight: 900;
}

.notice-list li {
    position: relative;
    padding: 25px 30px 0 38px;
}

.notice-list li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 0;
    width: 32px;
    height: 66px;
    background: url(../images/main/notice-list.png) center center / cover no-repeat;
}

.notice-date {
    display: block;
    width: 98px;
    height: 22px;
    margin-bottom: 12px;
    line-height: 22px;
    color: #000;
    font-size: 13px;
    background: url(../images/main/notice-img01.png) center center / cover no-repeat;
    text-align: center;
}

.notice-name {
    width: 100%;
    height: 20px;
    color: #000;
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.add-btn {
    display: inline-block;
    width: 220px;
    height: 285px;
    background: url(../images/main/notice-btn.png) center center / cover no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.main-info {
    display: flex;
    align-items: center;
}

.video-wrap {
    padding: 0 40px;
}

.video-wrap > ul {
    display: flex;
    width: 1200px;
    margin: 30px auto;
}

.video-wrap > ul > li {
    position: relative;
    width: 33.3333%;
}

.video-wrap > ul > li::before {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-image: url('../images/main/arrow_01.png');
    background-repeat: no-repeat;
    width: 40px;
    height: 9px;
}

.video-wrap > ul > li:last-child {
    border-bottom: 0;
}

.video-wrap > ul > li > a {
    display: flex;
    width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
}

.video-wrap > ul > li > a > img {
    margin-right: 30px;
}

.video-wrap > ul > li > a > div > h3 {
    color: #1d2f56;
    font-size: 1.88rem;
    font-weight: 900;
}

.video-wrap > ul > li > a > div > p {
    color: #666;
    margin-top: 13px;
}

.info-detail-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    margin: 20px 0 30px;
    background-color: #1d2f56;
}

.info-detail-title h3 {
    margin-bottom: 13px;
    color: #1d2f56;
    font-size: 1.88rem;
    font-weight: 900;
}

.info-detail-title p {
    color: #666;
    font-size: 1rem;
}

.info-tell {
    padding-bottom: 5px;
    margin-bottom: 28px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 1.3;
    color: #333333;
    font-size: 2.5rem;
    font-weight: 900;
}

.info-sub {
    line-height: 1.4;
    color: #333;
    font-size: 1.125rem;
    font-weight: 600;
}

.main-title {
    padding: 0 15px;
    margin-bottom: 40px;
    text-align: center;
    word-break: keep-all;
}

.main-title h3 {
    line-height: 1.5;
    color: #4c4c4c;
    font-size: 2.19rem;
    font-weight: 900;
}

.main-title .red {
    color: #1d2f56;
}

.main-title p {
    margin-top: 15px;
    color: #999999;
    font-size: 1rem;
}

.preview-slide .slick-arrow {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 80px;
    background-color: transparent;
    border: none;
    transform: translateY(-50%);
    text-indent: -9999px;
    overflow: hidden;
    z-index: 1;
}

.preview-slide .slick-prev {
    left: 0;
    background: url(../images/icon/preview-prev.png) center center / cover no-repeat;
}

.preview-slide .slick-next {
    right: 0;
    background: url(../images/icon/preview-next.png) center center / cover no-repeat;
}

.lec-slide {
    text-align: center;
}

.lec-slide .slick-dots {
    display: inline-block;
    margin-top: 35px;
    margin-left: -5px;
}

.lec-slide .slick-dots::after {
    content: '';
    display: block;
    clear: both;
}

.lec-slide .slick-dots li {
    float: left;
    margin-left: 5px;
}

.lec-slide .slick-dots button {
    width: 15px;
    height: 15px;
    background-color: #ccc;
    border: none;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
}

.lec-slide .slick-slide {
    margin: 0 10px;
}

.lec-slide .slick-dots .slick-active button {
    background-color: #ed1e24;
}

.lec-slide-title {
    padding: 20px 10px 15px;
    border: 1px solid #cccccc;
    border-top: none;
    border-bottom: none;
}

.lec-name {
    display: block;
    margin-bottom: 10px;
    color: #323232;
    font-size: 1.125rem;
    font-weight: 900;
}

.lec-slide-text {
    line-height: 1.3;
    padding: 26px 10px;
    border: 1px solid #cccccc;
    color: #606060;
    font-size: 1rem;
}

.lec-subject {
    color: #606060;
    font-size: 1rem;
    transform: skew(-.04deg);
}

.net-list {
    margin-left: -20px;
}

.net-list li {
    float: left;
    width: 50%;
    padding-left: 20px;
}

.net-list li a {
    display: block;
}

.main-map {
    height: 400px;
    background: url(../images/main/map-img01.jpg) center center / auto no-repeat;
}

.main-map .sz-wrapper {
    position: relative;
}

.map-info {
    position: absolute;
    top: 50px;
    right: 40px;
    background-color: #1d2f56;
    padding: 30px 55px;
}

.map-title {
    width: 118px;
    height: 59px;
    margin-bottom: 15px;
    background: url(../images/main/map-img02.png) center center / auto no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.map-info p {
    line-height: 1.4;
    color: #fff;
    font-size: 1rem;
}

/***********************************************************************
    sub
************************************************************************/
.content_nav-wrap {
    width: 100%;
    padding: 32px 0;
    background-color: #192e59;
}

.content_nav::after,
.content_nav-wrap .sz-wrapper::after {
    content: '';
    display: block;
    clear: both;
}

.content_title {
    float: left;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
}

.content_nav {
    float: right;
    padding: 3px 0;
    margin-left: -13px;
}

.content_nav li {
    float: left;
}

.content_nav li::after {
    content: '>';
    display: inline-block;
    margin: 0 13px;
    color: #fff;
    vertical-align: middle;
}

.content_nav li:last-child::after {
    display: none;
}

.content_nav li a {
    color: #fff;
    font-size: 0.81rem;
}

.content_info-wrap {
    padding: 70px 0;
    background-color: #fcfcfc;
    border-bottom: 1px solid #ededed;
    text-align: center;
}

.content_info-title {
    margin-bottom: 15px;
    color: #4d4d4d;
    font-size: 2.19rem;
    font-weight: 900;
    line-height: 1.3;
    word-break: keep-all;
}

.content_info-title b {
    color: #ed1e24;
}

.content_info-text {
    line-height: 1.5;
    font-size: 1rem;
    color: #999999;
    transform: skew(-.04deg);
}

.content-wrap {
    padding-top: 15px;
}

.num_content-list .sz-wrapper::after {
    content: '';
    display: block;
    clear: both;
}

.num_content-list li {
    padding: 45px 0;
    border-bottom: 1px solid #ededed;
}

.num_title-wrap {
    float: left;
    width: 25%;
}

.num_content-wrap {
    float: left;
    width: 75%;
    padding-top: 65px;
}

.num_title-wrap .number {
    display: block;
    margin-bottom: 18px;
    color: #ed1e24;
    font-family: 'Lato', sans-serif;
    font-size: 3.75rem;
    font-weight: 900;
}

.num_title-wrap .num_title.big {
    font-size: 2.19rem;
}

.num_content-wrap.big {
    padding-top: 3px;
}

.num_title-wrap .num_title {
    color: #192e59;
    font-size: 1.25rem;
    font-weight: 900;
}

.num_content-subtitle {
    display: block;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
}

.num_content-title {
    margin-bottom: 25px;
    line-height: 1.2;
    color: #192e59;
    font-size: 2.19rem;
    font-weight: 900;
}

.num_content-title b {
    color: #ed1e24;
}

.num_content {
    line-height: 1.5;
    color: #666;
    font-size: 1rem;
    transform: skew(.04deg);
}

.content-gray {
    padding: 94px 0 105px;
    background-color: #f5f5f5;
}

.content-gray .num_content {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.content-gray .text_right {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.content_info-fc {
    padding-top: 30px;
}

.content_info-fc p {
    margin-bottom: 30px;
    color: #ed1e24;
    font-size: 1.25rem;
    font-weight: 700;
}

.content-common {
    padding-bottom: 105px;
}

.common_con-wrap {
    padding: 60px 0;
    border-bottom: 1px solid #ededed;
}

.common_con-wrap:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.common_con-title {
    margin-bottom: 21px;
    color: #192e59;
    font-size: 1.56rem;
    font-weight: 900;
}

.common_con-title small {
    font-size: 1.25rem;
}

.common_com-info p {
    margin-bottom: 45px;
    line-height: 1.3;
    color: #666;
    font-size: 1rem;
}

.common_com-text li {
    line-height: 1.5;
    color: #666666;
    font-size: 1rem;
    transform: skew(.04deg);
}

.common_com-text b {
    color: #ed1e24;
    font-weight: 700;
}

.circle-bul li::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #c5cbd5;
    margin-right: 7px;
    vertical-align: middle;
    border-radius: 50%;
}

.common_com-table.last {
    margin-top: 20px;
    margin-bottom: 40px;
}

.common_com-table table {
    width: 100%;
}

.common_com-table th,
.common_com-table td {
    line-height: 1.6;
    padding: 20px 10px;
    border: 1px solid #e6e6e6;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
}

.common_com-table th,
.common_com-table td.gray {
    color: #666666;
    background-color: #f8f8f8;

    font-weight: 700;
    transform: skew(-.04deg);
}

.common_com-table thead {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.common_com-table th {
    border-left: none;
    border-right: 1px solid #ddd;
}

.common_com-table b {
    color: #ed1e24;
}

.table-info {
    padding: 40px;
    margin-top: 20px;
    border: 1px solid #e6e6e6;
    background-color: #fafafa;
    color: #666;
    font-size: 1rem;
    transform: skew(-.04deg);
}

.table-info li {
    line-height: 1.8;
}

.etc-list {
    margin-top: 15px;
}

.etc-list li {
    line-height: 1.5;
    color: #9f9f9f;
    font-size: 0.875rem;
}

.common_com-info .con-title_sub {
    margin-bottom: 20px;
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
}

.common_com-text .blue {
    color: #192e59;
    font-weight: 700;
    transform: skew(-.04deg);
}

.box-list {
    margin-left: -20px;
    margin-top: -15px;
}

.box-list::after {
    content: '';
    display: block;
    clear: both;
}

.box-list > li {
    float: left;
    width: 33.33%;
    padding-left: 20px;
    margin-top: 15px;
}

.box-list_box {
    padding: 40px 30px;
    border: 3px solid #c5cbd5;
    border-radius: 10px;
}

.box-list_box h4 {
    margin-bottom: 20px;
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
}

.box-list_num .box-list_box {
    margin-bottom: 20px;
}

.box-list_num .num_title-wrap .number {
    color: #192e59;
}

.box-list_num .num_content-wrap {
    padding-top: 0;
}

.box-list_num .num_content-subtitle {
    color: #192e59;
}

.report-btn_wrap {
    margin-top: 40px;
    text-align: right;
}

.subject-title {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #192e59;
    border-radius: 10px;
}

.subject-name {
    display: inline-block;
    padding: 10px;
    text-align: center;
    color: #192e59;
    background-color: #fff;
    border-radius: 7px;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 5px;
}

.subject-name::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 13px;
    margin-left: 25px;
    background: url(../images/icon/title-arrow.png) center center / cover no-repeat;
}

.subject-title p {
    display: inline-block;
    margin-left: 20px;
    color: #fff;
    font-size: 1rem;
}

.common_acco li {
    margin-top: 5px;
    background-color: #f7f7f7;
}

.acco-flex {
    display: flex;
    align-content: center;
}

.acco-content {
    display: none;
}

.acco-tag {
    min-width: 60px;
    padding: 22px;
    color: #666;
    background-color: #efefef;
    border-right: 1px solid #dfdfdf;
    font-size: 1.25rem;
    font-weight: 900;
}

.acco-title {
    position: relative;
    cursor: pointer;
}

.acco-title::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    background: url(../images/icon/acco-plus.png) center center / cover no-repeat;
    transform: translateY(-50%);
}

.acco-title.active::after {
    width: 10px;
    height: 2px;
    background: url(../images/icon/acco-minus.png) center center / cover no-repeat;
}

.acco-title h4 {
    line-height: 1.4;
    padding: 22px;
    color: #666666;
    font-size: 1.125rem;
    font-weight: 700;
    transform: skew(-.04deg);
}

.acco-text {
    line-height: 1.5;
    padding: 22px;
    color: #666;
    font-size: 1rem;
}

.active .acco-title .acco-tag,
.active .acco-title h4 {
    color: #192e59;
}

.acitve .acco-title::after {
    height: 2px;
    background: url(../images/icon/acco-minus.png) center center / cover no-repeat;
}

/*컴페인 메뉴*/
.campaign_on {
	vertical-align: middle;
	font-weight:bold;
	font-size:1.2em;
	border-top:3px solid #1ab373;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

.campaign_off {
	font-size:1.2em;
	vertical-align: middle;
	border:1px solid #cccccc;
}
/*컴페인 메뉴*/


.content_info-text b{
    color: #ed1e24;
}

/*//상단으로 버튼*/
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
/*#top_btn:hover{border-color:#3059c7;background:#3059c7;color:#fff}*/


/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../img/captcha2.png') no-repeat 0 0 ;  vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

@media (max-width: 1023px) {
    html, body {overflow-x: hidden}
    .logo-wrap {width: 100%;}
    .header-gnb {width: 100%; height: auto; position: absolute; z-index: 9999; background: #1A2548; top: 101px;}
    #header {width: 100%;}
    .nav-right {position: absolute; width: 300px; left: 50%; margin-left: -150px; right: 0; text-align: center; bottom: 30px; top: 72px; height: 30px; margin-top: 0 !important;}
    .nav-right > li:nth-child(2) {display: none;}
    .header-logo {padding: 29px 0 49px !important}
    .header-hamburger {top: 40px !important}
}
