@charset "utf-8";


/*reset*/
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}



body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    word-break: break-all;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #333;
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select {
    font-family: 'Noto Sans KR', sans-serif;
    color: #333;
}


body {
    overflow-x: hidden;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

img,
a,
button,
textarea,
input,
select {
    outline: none !important;
}


img {
    vertical-align: middle;
    border: 0;
}

table {
    border-collapse: collapse;
}

fieldset {
    border: 0 none;
}

input {
    font-size: 1.5rem;
    letter-spacing: -0.1rem;
}

input::placeholder,
textarea::placeholder {
    letter-spacing: -0.1rem;
}

input[type="date"]::before {
    content: attr(data-placeholder);
    width: 100%;
}

input[type="date"]:focus::before,
input[type="date"]:valid::before {
    display: none;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input[type="checkbox"] {
    width: 14px;
    height: 14px;
}

input[type=submit] {
    -webkit-appearance: none;
}

textarea {
    vertical-align: middle;
    font-size: 1.5rem;
}

button {
    cursor: pointer;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-weight: normal;
}

address,
i {
    font-style: normal;
}

strong {
    font-weight: normal;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

/*//reset*/



.mob_ {
    display: none;
}




/*메인 슬라이드*/

.visual-bg.visual-bg-pc,
.visual-bg visual-bg-m {
    width: 100%;
    margin: 0 auto;
}

.main-slide2 {
    width: 1425px;
    margin: 0 auto;
}


.main-visual-m {
    display: none !important;
}


.renewal_index .main-visual-p .slide-caption .txt,
.renewal_index .main-visual-m .slide-caption .txt {
    font-size: 1.8rem;
    letter-spacing: -0.25px;
    color: #fff;
    line-height: 3.5rem;
    margin-bottom: 3.4rem;
    position: absolute;
    top: 202px;
}


.renewal_index .main-visual-p .slide-caption .go_real_site,
.renewal_index .main-visual-m .slide-caption .go_real_site {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: auto;
    padding: 14px 38px;
    border: 2px solid;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: -0.25px;
    border-radius: 30px;
    transition: 0.3s;
    position: absolute;
    bottom: 0;
    top: 19.5rem;
    bottom: initial;
}


.renewal_index .main-visual-p,
.renewal_index .main-visual-m {
    min-width: 260px;
    width: 100%;
    max-width: 100%;
    position: relative;
    top: -116px;
    overflow: hidden;
}

.renewal_index .main-visual-p .visual-bg-ta,
.renewal_index .main-visual-m .visual-bg-ta {
    display: none;
}

.renewal_index .main-visual-p .visual-bg-mo,
.renewal_index .main-visual-m .visual-bg-mo {
    display: none;
}

.renewal_index .main-visual-p .item,
.renewal_index .main-visual-m .item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.renewal_index .main-visual-p .item .visual-bg,
.renewal_index .main-visual-m .item .visual-bg {
    transform: scale(1);
}

.renewal_index .main-visual-p .slide-caption .slide-caption-inner,
.renewal_index .main-visual-m .slide-caption .slide-caption-inner {
    transform: translateX(0%);
    height: 100%;
    position: relative;
}

.renewal_index .main-visual-p .slide-caption .logo,
.renewal_index .main-visual-m .slide-caption .logo {
    display: inline-block;
    margin-bottom: 24px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.renewal_index .main-visual-p .item3 .slide-caption .logo,
.renewal_index .main-visual-m .item3 .slide-caption .logo {
    background-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 50px 40px rgba(255, 255, 255, 0.1);
}

.renewal_index .main-visual-p .slide-caption .logo img,
.renewal_index .main-visual-m .slide-caption .logo img {
    display: block;
    max-width: fit-content;
}

.renewal_index .main-visual-p .slide-caption .go_real_site:hover,
.renewal_index .main-visual-m .slide-caption .go_real_site:hover {
    border-color: #fff;
    background-color: #fff;
    color: #222;
}

.renewal_index .main-visual-p .slide-caption .keyword,
.renewal_index .main-visual-m .slide-caption .keyword {
    font-size: 7.2rem;
    margin-top: 2rem;
    letter-spacing: -0.3rem;
    transition: opacity .8s 0.8s cubic-bezier(.55, 0, .1, 1);
    opacity: 0;
}

.renewal_index .main-visual-p .slide-caption .tag,
.renewal_index .main-visual-m .slide-caption .tag {
    transition: opacity .8s 0.8s cubic-bezier(.55, 0, .1, 1);
    opacity: 0;
}



.renewal_index .main-visual-p .slick-active .item .visual-bg,
.renewal_index .main-visual-m .slick-active .item .visual-bg {
    animation-name: visual-bg;
    animation-duration: 4s;
}


.renewal_index .main-visual-p .slick-active .slide-caption .slide-caption-inner,
.renewal_index .main-visual-m .slick-active .slide-caption .slide-caption-inner {
    animation-name: visual-info;
    animation-duration: 2s;
}

@keyframes visual-bg {

    from {
        transform: scale(1);
    }

    to {
        transform: scale(1);
    }
}

@keyframes visual-info {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        transform: translateX(0%);
    }
}


.renewal_index .main-visual-p .pro-bar,
.renewal_index .main-visual-m .pro-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 150px;
    background-color: #fff;
}

.renewal_index .main-visual-p .pro-bar-bg,
.renewal_index .main-visual-m .pro-bar-bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 160px;
    background-color: #f84709;
}

.renewal_index .main-visual-p .pro-ani,
.renewal_index .main-visual-m .pro-ani {
    animation: proBar 5s 1;
    width: 2px;
    height: 0;
}

@keyframes proBar {
    0% {
        height: 100%;
    }

    100% {
        height: 0;
    }
}

.renewal_index .main-slide-container {
    margin: 0 auto;
    position: relative;
    width: 1425px;
}

.renewal_index .main-slide-container .arrows {
    width: 32px;
    height: 300px;
    border-radius: 3rem;
    position: absolute;
    top: 50%;
    right: 8.5vw;
    transform: translateY(-65%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.renewal_index .main-slide-container .arrows .arrow {
    position: absolute;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.renewal_index .main-slide-container .arrows .arrow:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.renewal_index .main-slide-container .arrows .prev {
    top: 0;
}

.renewal_index .main-slide-container .arrows .next {
    bottom: 0;
}

.renewal_index .scroll-guide {
    position: absolute;
    left: 0;
    padding: 0 25px;
    bottom: 50px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    opacity: 1;
    font-size: 1.1rem;
    transition: opacity 0.2s;
    animation: unset;
    z-index: 1;
}

.renewal_index .scroll-guide span {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: left top;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: left top;
    -o-transform: rotate(90deg);
    -o-transform-origin: left top;
    transform: rotate(90deg);
    transform-origin: left top;
    white-space: nowrap;
    font-size: 12px;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 79px;
    left: 86%;
}

@keyframes mouse-icon {
    0% {
        transform: translate(-50%, 0%);
    }

    20% {}

    100% {
        transform: translate(-50%, 10px);
    }
}

.renewal_index .scroll-guide .scroll_arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.scroll_arrow .arrow1 {
    animation: scroll-arrows 2s linear infinite;
    margin-left: 83px;
}

.scroll_arrow .arrow2 {
    animation: scroll-arrows 2s linear infinite;
    animation-delay: 0.6s;
    margin-left: 83px;
}

.scroll_arrow .arrow3 {
    animation: scroll-arrows 2s linear infinite;
    animation-delay: 1.2s;
    margin-left: 83px;
}

@keyframes scroll-arrows {
    0% {
        opacity: 0;
    }

    10%,
    90% {
        opacity: 0;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
    }
}

.renewal_index .scroll-guide img {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.renewal_index .scroll-guide .border {
    width: 1px;
    height: 50px;
    background-color: #fff;
}

.renewal_index .scroll-guide:hover {
    opacity: 0.9;
}


.container,
.wrapper2,
.sec3_inner {
    width: 1425px;
    max-width: 100%;
    margin: 0 auto;
}

.hidden {
    position: absolute;
    left: -9999px;
    width: 0px;
    height: 0px;
    line-height: 0;
    font-size: 1px;
    overflow: hidden;
}

.gnb-btn {
    float: right;
    margin: 29px 0;
    height: auto;
    display: none
}

.gnb-bg {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100%;
    display: none;
    z-index: 1;
}




/*로그인된 topmenu*/
.gnb2 a {
    border-bottom: 3px solid transparent;
    display: block;
    height: 99px;
    line-height: 99px;
}

.gnb2 img {
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    position: absolute;
}

.sub2 li a:hover {
    color: #fe9720;
}

.log ul > li > a {
    border-bottom: 3px solid transparent;
}

.gnb2 > li:hover .sub2 li:nth-of-type(1) {
    border-top: 3px solid #fe9720;
}

.gnb2 .sub2 li {
    background-color: #fff;
    position: relative;
}

.gnb2 .sub2 li a {
    padding-bottom: 0.5vw;
    font-size: 13px;
    font-weight: 400;
    height: 40px !important;
    line-height: 40px !important;
}


/* 기본 topmenu */

#gnbwrap {
    position: relative;
    width: 100%;
}

#animate {
    position: relative;
    height: 600px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

#tm {
    margin: 0 auto;
    position: relative;
    height: 40px;
}

#tm:after {
    content: "";
    display: block;
    clear: both;
}


#tmImg {
    margin: 0 auto;
    position: relative;
    height: 210px;
}

#tmImg:after {
    content: "";
    display: block;
    clear: both;
}

#tmImg .gnb_Img {
    display: block;
    position: absolute;
    left: -8px;
    top: 66px;
    width: 170px;
    font-size: 1.25rem;
    text-align: center;
    z-index: 101;
}

#tm li.th1:last-child:after {
    display: none;
}

#tm li.th1 .gnb_cont ul.gnb_depth2 {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb;
    background: #fff;
    box-sizing: border-box;
    z-index: 9999;
}

#tm li.th1 a:link {
    color: #333;
}

#tm li.th1 a:visited {
    color: #333;
}

/*gnb메뉴효과*/
#tm li.th1 > a:hover {
    border-bottom: 5px solid #f68b18;
    padding-bottom: 33px;
}

#tm li.th1 a:focus {
    color: #f68b18;
}

#tm li.th1 a.th1_lnk {
    border-bottom: 5px solid #f68b18;
    padding-bottom: 32px;
}

#tm li.th1 .gnb_cont ul.gnb_depth2 li {
    text-align: center;
}

#tm li.th1 .gnb_cont ul.gnb_depth2 li a {
    display: block;
    text-align: center;
    padding: 5px 1.05%;
}

#tm li.th1 .gnb_cont ul.gnb_depth2 li a:hover {
    color: #f68b18;
}

#header.current .topGnb_wrap {
    height: 276px;

}

.topGnb2 {
    max-width: 1425px;
    height: 100%;
    margin: auto;
    position: relative;
}

.topGnb2 h1 {
    float: left;
    width: 100%;
    line-height: 99px;
}

.topGnb2 h1 a img {
    width: 11.75%;
}

.topGnb {
    width: 1425px;
    height: 100%;
    margin: auto;
    position: relative;
}

.topGnb h1 {
    float: left;
    width: 20%;
    line-height: 99px;
}

.topGnb h1 a img {
    width: 58.755%;
}

.logo_right {
    float: right;
    text-align: right;
}

.logo_right > img {
    width: 18% !important;
}

.logo_right > a > img {
    width: 5.612%;
}

.big_logo img {
    width: 6.7% !important;
}

.big_logo2 img {
    width: 6.7% !important;
}

.logo_right_a {
    width: 7%;
}

.logo_right_logo3 {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}

.logo_right_logo3 img {
    width: 99px !important;
    padding-bottom: 10px;
}


.infor_logo_r {
    position: absolute;
    right: 0;
    transform: translateY(-39%);
    top: 50%;
}


.topGnb_wrap {
    height: 460px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 99px;
    box-sizing: border-box;
    box-shadow: 0 2px 10px 4px rgba(0, 0, 0, .07);
}

.top_wrap {
    height: 99px;
}

#gnb {
    display: inline-block;
    width: 62%;
    float: left;
}

#tm li.th1 {
    float: left;
    position: relative;
    text-align: center;
}

#tm li.th1 .gnb_cont {
    display: block;
    position: absolute;
    left: 0;
    top: 99px;
    font-size: 1rem;
    text-align: left;
    z-index: 101;
}


.header_cs {
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: -0.25px;
    float: right;
    text-align: right;
}


.log {
    font-size: 0.9rem;
    line-height: 34px;
    width: 154px;
}

.log ul .sub2 {
    width: 187px;
    border: 1px solid #dbdbdb;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    margin-left: -17px;
}

.logingo {
    transform: translateY(91%);
    display: block;
}

.log img {
    width: 16%;
    vertical-align: middle;
}

.name_g {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15px;
    text-align: center;

}

.header_cs button img {
    width: 50%;
}

#totalSearchBtn {
    height: 34px;
    width: 34px;
    border: none;
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    right: 0;
    background: 0;
}

.seachForm {
    display: flex;
    position: relative;
    border-left: 0;
    padding-left: 0;
    position: absolute;
    right: 159px;
    transform: translateY(-50%);
    top: 50%;
}



.seachForm input[type="text"] {
    max-width: 189px;
    height: 34px;
    font-weight: 300;
    font-size: 0.9rem;
    color: #222;
    text-align: left;
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 0 34px 0 0.5rem;
}

.seachForm2 {
    display: flex;
    position: relative;
    border-left: 0;
    padding-left: 0;
    transform: translateY(-50%);
    top: 50%;
}

.seachForm2 input[type="text"] {
    max-width: 228px;
    height: 35px;
    font-weight: 300;
    font-size: 0.9rem;
    color: #222;
    text-align: left;
    border: 1px solid #bebebe;
    border-radius: 3px;
    padding: 0 34px 0 0.5rem;
    transform: translateX(14%);
}

.seachForm2 button img {
    width: 100%;
}

#totalSearchBtn2 {
    height: 16px;
    width: 16px;
    border: none;
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    right: 42px;
    background: 0;
}

.renewal_index .main-visual-p .item,
.renewal_index .main-visual-m .item {
    margin-top: 117px;
}


.renewal_index .main-visual-p .slide-caption .title,
.renewal_index .main-visual-m .slide-caption .title {
    margin-bottom: 2.2rem;
    line-height: 1;
    font-size: 4.5rem;
    font-weight: 500;
    letter-spacing: -0.25px;
    color: #fff;
    position: absolute;
    top: 110px;
    left: 0;
}

.renewal_index .main-visual-p .slide-caption,
.renewal_index .main-visual-m .slide-caption {
    overflow: hidden;
    opacity: 1;
    transform: translateY(-61%);
    color: #fff;
    white-space: nowrap;
    text-shadow: none;
    text-align: left;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1200px;
    height: 470px;
    padding: 40px 37px;
}

#header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    background-color: #fff;
}

#header.current .topImgArea {
    display: block;
}

#header.current #tm li.th1 ul.th2 {
    display: block
}

.headerWrap {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 99px;
}

.spe03 {
    display: none;
}


#wrap {
    width: 100%;
}


.menu_btn,
header .main_t,
#container .info_t,
#container2 .center1 .imgs_m,
footer .last_t {
    display: none;
}


/* 자주찾는 메뉴 */
.sa_banner {
    position: fixed;
    width: 136px;
    height: 268px;
    right: 45px;
    z-index: -1;
    background: #fff;
    box-shadow: 0 2px 10px 4px rgba(0, 0, 0, .07);
    border-radius: 5px;
}

.sa_banner ul {
    width: 100%;
    height: 100%;
}

.sa_banner ul li > a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.sa_banner ul li a {
    height: 49px;
    line-height: 49px;
}

.sa_banner ul li:first-child a {
    height: 49px;
    line-height: 49px;
    background: #fe9720;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.sa_banner ul li a:hover {
    color: #fe9720;
}

.sa_banner ul li:first-child a:hover {
    color: #fff;
}

.sa_banner ul li span {
    position: absolute;
    display: inline-block;
    left: 5px;
    width: 127px;
    height: 1px;
    background-color: #ddd;
}



/*메인 콘텐츠*/
.sec1info {
    text-align: center;
    padding-bottom: 150px;
}

.sec1info h2 {
    font-size: 56px;
    padding-bottom: 85px;
    font-weight: 600;
}

.sec1info h2 + div + div p {
    font-size: 36px;
    margin: 40px 0;
}

.sec1info h2 + div img {
    width: 75%;
    padding-bottom: 40px;
    position: relative;
}

.sec1info h2 + div.active img {
    left: 0;
    opacity: 1;
}

.sec1info h2 + div {
    text-align: center;
}

.btn-blue {
    background: #045ca9;
    width: 240px;
    height: 64px;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
}

.btn-orange {
    background: #fe9720;
    width: 240px;
    height: 64px;
    font-size: 18px;
    color: #fff;
}

.sec-wrap .section h3 {
    font-size: 56px;
    font-weight: 600;
    letter-spacing: -0.3rem;
    line-height: 82px;
}

.about {
    padding-top: 86px;
    padding-bottom: 150px;
}

.about h3 {
    text-align: center;
}

.about .txt {
    font-size: 25px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.2rem;
    margin-top: 54px;
}

.sec2-info {
    margin-top: 162px;
}

.sec2-info li {
    display: flex;
    align-items: center;
    perspective: 2700px;
}

.sec2-info li:not(:last-child) {
    margin-bottom: 200px;
}

.sec2-info .img-wrap {
    width: 46.5%;
}

.sec2-info .secimg {
    padding-top: calc(420 / 651 *100%);
    position: relative;
    filter: drop-shadow(5px 5px 12px rgba(0, 0, 0, 0.24));
}

.sec2-info .secimg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec2-info li:nth-child(odd) .content {
    margin-right: 87px;
}

.sec2-info li:nth-child(even) .content {
    margin-left: 87px;
}

.sec2-info .content {
    flex-grow: 1;
}

.sec2-info h4 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
}

.sec2-info .txt1 {
    font-size: 20px;
    line-height: 34px;
}

.sec2-info .txt1:not(:last-child) {
    margin-bottom: 20px;
}

.sec3_inner > div > h2 {
    font-size: 56px;
    font-weight: 600;
    padding-bottom: 119px;
    padding-top: 86px;

}

.sec3_inner .service_name1 {
    font-weight: 600;
    font-size: 25px;
    padding-top: 63px;
    padding-bottom: 16px;
}

.sec3_inner .service_name1_1 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
}


.sec3_inner ul li a:nth-of-type(2) {
    font-weight: 550;
    line-height: 100px;
    border: 1px solid #086a87;
    background: #fff;
    width: 100px;
    height: 100px;
    padding: 15px 50px;
}

.sec3_inner ul li a:nth-of-type(2):hover {
    border: 2px solid #086a87;
}

.sec3_inner ul {
    width: 100%;
    position: relative;
    margin-top: 0px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.sec3_inner ul li {
    background: #fff;
    background-size: 100%;
    padding: 0 29px;
    width: 29.2%;
    height: 401px;
    float: left;
    position: relative;
    display: block;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.sec3_inner ul li:nth-of-type(2) {
    margin: 80px 60px 150px 60px;
}

.sec3_inner ul li:nth-of-type(3) {
    margin-right: 0 !important;

}

.sec3_inner ul::after {
    content: "";
    display: block;
    clear: both;
}


.service_name1_2 img {
    width: 34%;
    position: absolute;
    bottom: 63px;
}


.blue_1 {
    position: absolute;
    top: -34px;
}

.blue_2 {
    position: absolute;
    bottom: -34px;
    right: 29px;
    text-align: right;
}

.blue_1 img {
    width: 23%;
}

.blue_2 img {
    width: 23%;
}

.about4 {
    padding-top: 86px;
}


.about4 .txt {
    font-size: 25px;
    line-height: 45px;
    letter-spacing: -0.2rem;
    margin-top: 54px;
}

.sec4-info {
    margin-top: 119px;
}

.sec4-info .notice {
    background: #fff;
    background-size: 100%;
    width: 100%;
    height: 600px;
    float: left;
    position: relative;
    display: block;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 150px;
}

.sec4-info h4 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
}

.sec4-info .txt1 {
    font-size: 20px;
    line-height: 34px;
}

.sec4-info .txt1:not(:last-child) {
    margin-bottom: 20px;
}


.sec4_left {
    width: 43%;
    float: left;
    margin-right: 20px;
}

.sec4_left table tr {
    line-height: 2;
    font-weight: 500;
}

.sec4_left table tr th {
    text-align: left;
}

.sec4_left table tr th img {
    width: 46%;
}

.sec4_right table td {
    font-size: 16px;
    text-align: left;
}

.sec4_left iframe {
    box-shadow: 0 0 20px rgb(0 0 0 / 12%);
    width: 89%;
    margin-top: 40px;
}

.sec4_left_m iframe {
    width: 100%;
}

.sec4_right {
    width: 55%;
    float: right;
}


.sec4_left_m {
    display: none;
}

.sec4_content4 {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    outline: 0;
}

.sec4_content4 .input-wrap {
    text-align: left;
    height: 48px;
    cursor: pointer;
    margin: 10px 0;

}

.sec4_content4 .input-wrap2 {
    text-align: left;
    height: 48px;
    cursor: pointer;
    margin: 80px 0;

}

.sec4_content4 .input-wrap input,
.sec4_content4 .input-wrap2 {
    font-size: 1rem;
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    width: 102.5%;
    height: 48px;
    padding: 0 10px;
    margin-left: -20px;
}

.sec4_content4 .input-textarea {
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    padding: 10px;
    margin-left: -20px;
}

.contact-func {
    margin-left: -20px;
    padding: 0px;
}

.contact-func button {
    color: #fff;
    font-size: 1rem;
    line-height: 48px;
    text-align: center;
    width: 100%;
    background: #045ca9;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    display: block;
}

#container {
    position: relative;
    width: 1425px;
    margin: 0 auto;
    margin-top: 30px;
}


#content {
    margin-left: 25%;
}

#content2 {
    margin-left: 25%;
}


/*lnb*/
.lnb-list > ul > li > a.orange {
    background: #fe9720;
    color: #fff;
}

.lnb {
    width: 20%;
    margin-right: 5%;
    float: left;
}

#contents > * {
    float: left;
}

.lnb > h3.member {
    height: 80px;
    line-height: 80px;
    border-bottom: 3px solid #fe9720;
    font-size: 29px;
    font-weight: 600;
    color: #fe9720;
    text-align: center;
}

.lnb > h3.member > b {
    font-size: 17px;
    color: #f26921;
    font-weight: 550;
}

.lnb > h3.member > span {
    margin-left: 5px;
    font-size: 15px;
    color: #333;
    font-weight: 550;
}

.lnb > h3.member > a {
    float: right;
}

.log-out img {
    width: 20px;
    transform: translateY(25%);
}


.lnb > .lnb-list > ul > li > a {
    display: block;
    border-bottom: 1px solid #bebebe;
    height: 60px;
    line-height: 60px;
    padding-left: 5.2%;
}

.lnb > .lnb-list > ul > li > a > img {
    width: 15px;
    float: left;
    transform: translateY(32%);
}

.lnb > .lnb-list > ul > li > a > span {
    display: block;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    background: url(../images/sub/deaph1-bg2.png) no-repeat left center;
}

.lnb > .lnb-list > ul > li > ul.deaph2 {
    display: none;
}

.deaph2 > li {
    /*
    padding-top: 6.92%;
    padding-bottom: 6.79%;
*/
    /*
    padding-top: 3.92%;
    padding-bottom: 3.79%;
*/
    padding: 1.75% 0;
    border-bottom: 1px solid #bebebe;
}

.deaph2 > li:first-child {
    padding-top: 3.92%;
}

.deaph2 > li:last-child {
    /*        padding-top: 3.92%;*/
    padding-bottom: 3.92%;
}


.border_none {
    /*    padding-bottom: 7.14%;*/
    border-bottom: none !important;
}

.border_none2 {
    border-bottom: none !important;
}

.lnb > .gnb-close-btn {
    text-align: right;
    display: none;
}

.deaph3 > li:first-child {
    padding-top: 4.26%;
}

.deaph3 > li:last-child {
    padding-bottom: 0.71%;
}

.lnb > .lnb-list > ul > li > ul.deaph2 > li > a {
    display: block;
    background: url(../images/sub/deaph2-bg.png) no-repeat left center;
    color: #333;
    font-size: 14px;
    padding-left: 5.2%;
}

.lnb > .lnb-list > ul > li > ul.deaph2 > li > a.on,
ul.deaph2 > li > a:hover {
    color: #333;
}

.lnb-list ul .fir_li:hover .deaph2 li {
    background: #fff;
}

.lnb .lnb-list ul li .deaph2 li:hover > a {
    color: #fe9720;
}

.lnb > .lnb-list > ul > li.on > ul.deaph2 {
    display: block;
}

.lnb .deaph3 li a {
    font-size: 12px;
    padding-left: 5.2%;
}

.content > h3 .sub-tit {
    max-width: 980px;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 15px;
    float: left;
}

.gray_f {
    color: #8c8b8b;
    font-size: 15px;
    font-weight: 500;
}

.home,
.home2,
.home3 {
    float: right;
    text-align: right;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 500;
}

.home img,
.home2 img,
.home3 img {
    width: 12.69px;
    transform: translateY(-2px);
}

.arrow_ri {
    margin: 0 10px;
}

.content > h3.sub-tit > img {
    width: 17px;
}

.or_f a {
    color: #fe9720;
}


.table-warp > table,
.table-warp3 > table {
    table-layout: fixed;
}

#content .sub-tit {
    font-size: 32px;
    font-weight: 600;
}

#content2 .sub-tit {
    font-size: 32px;
    font-weight: 600;
}




/*프린트,공유*/
.page_control {
    float: right;
    margin-bottom: 25px;
}

.print {
    float: right;
    margin: 0 5px;
}

.print img,
.share img {
    width: 22px;
}

.share {
    float: right;
}


/* 게시판검색 */
.sa_top,
.sa_top2 {
    position: relative;
    padding: 0px 25px 0 50px;
    margin-bottom: 25px;
    height: 85px;
    border: 1px solid #bebebe;
    overflow: hidden;
    font-size: 14px;
}

.sa_total {
    float: left;
    line-height: 85px;
    font-size: 15px;
    font-weight: 400;
    width: 20%;
}

.sa_srch {
    float: right;
    line-height: 85px;
}

.sa_srch2 {
    float: right;
    line-height: 85px;
    text-align: center;
}

.sa_srch select {
    height: 32px;
    padding: 0 15px 0 5px;
    border: 1px solid #bebebe;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
}

.sa_srch2 select {
    height: 45px;
    padding: 0 15px 0 5px;
    border: 3px solid #fe9720;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 400;
}

.sa_srch2 input {
    width: 200px;
    height: 32px;
    border: 1px solid #bebebe;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 15px;
    font-weight: 400;
}

.sa_srch2 input {
    width: 200px;
    height: 45px;
    border: 1px solid #bebebe;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 15px;
    font-weight: 400;
}

.sa_srch button {
    width: 80px;
    height: 32px;
    line-height: 31px;
    border: none;
    color: #fff;
    background: #989898;
    cursor: pointer;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #bebebe;
}

.sa_srch2 button {
    width: 80px;
    height: 45px;
    line-height: 31px;
    border: none;
    color: #fff;
    background: #fe9720;
    cursor: pointer;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #fe9720;
}

.total {
    margin-right: 6%;
}

.pc_blue {
    color: #045ca9;
    font-weight: 500;
}

/*table_content1*/
.table_content1 {
    height: 85px;
    float: right;
    line-height: 85px;
    width: 80%;
}

.table_content1 table {
    margin: 0 auto;
    height: 85px;
    line-height: 85px;
}

.table_content1 table tr {
    width: 50%;
    float: left;
}


.table_content1 table th {
    text-align: right;
    font-size: 15px;
    display: inline-block;
    float: left;

}

.table_content1 table td {
    width: 45%;
    border-bottom: 0;
}

.table_content1 table td select {
    width: 27%;
    border: 1px solid #9999;
    height: 32px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    padding: 0 15px 0 5px;
    vertical-align: middle;
}

.table_content1 table td input {
    border: 1px solid #9999;
    height: 32px;
    font-size: 15px;
    font-weight: 400;
    padding-left: 0;
    vertical-align: middle;
}

.table_content1 button {
    width: 80px;
    height: 32px;
    line-height: 31px;
    border: none;
    color: #fff;
    background: #989898;
    cursor: pointer;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #bebebe;
}

.table_content1 label {
    font-size: 1rem;
    padding: 21px;
}

.table_content1 table td a {
    width: 70px;
    height: 30px;
    line-height: 29px;
    color: #fff;
    font-size: 0.75vw;
    text-align: center;
    display: inline-block;
}

.table_content1 table td a img {
    width: 17%;
    padding: 0;
}


/*table_content3*/
.table_content3 {
    width: 100%;
}

.table_content3 tr .th1 {
    width: 7%;
}

.table_content3 tr .th2 {
    width: auto;
}

.table_content3 tr th {
    width: 11%;
}

.table_content3 tr:nth-of-type(1) {
    border-top: 1px solid #898888;
}

.table_content3 tr {
    border-bottom: 1px solid #bebebe;

}

.table_content3 tr td:nth-of-type(3) {
    text-align: left;
    padding-left: 10px;
}

.table_content3 th {
    height: 52px;
    background-color: #f8f8f8;
    text-align: center;
    font-weight: 600;
}

.table_content3 td {
    text-align: center;
    font-weight: 400;
    height: 52px;
    cursor: pointer;
}

.table_content3 td a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.table_content3 tr:hover td {
    background: #f8f8f8;
}


.table_content3 tbody tr td img {
    width: 100%;
}

.table_content3 .pin {
    font-weight: 600;
    color: #fe9720;
}

.re1 {
    padding-left: 2%;
}

.re2 {
    padding-left: 5%;
}

.re3 {
    padding-left: 8%;
}



/*table_content8*/
.table8 {
    margin-bottom: 40px;
}

.table_content8 {
    max-width: 1300px;
    margin: 0 auto;
}

.table_content8 table {
    color: #333;
    width: 100%;
    font-size: 16px;
    border-right: 1px solid #bebebe;
    border-collapse: collapse;

}

.table_content8 tr:nth-of-type(1) th,
.table_content8 tr:nth-of-type(1) td {
    border-top: 1px solid #898888;
}

.table_content8 table tr {
    border-bottom: 1px solid #bebebe;
}


.table_content8 table .file_tr td {
    padding: 10px;
    border: none;
}

.table_content8 table th {
    width: 20%;
    height: 52px;
    background-color: #f8f8f8;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
    border: 1px solid #bebebe;
}

.table_content8 table td {
    text-align: left;
    height: 52px;
    cursor: pointer;
    border: 1px solid #bebebe;

}

.table_content8 table td input {
    border: 1px solid #bebebe;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
}



.table_content8 tr:nth-of-type(1) td input {
    width: 97.4%;
    height: 36px;
    font-size: 16px;
    margin-left: 10px;
}


.table_content8 tr:nth-of-type(2) td {
    font-size: 1rem;
    text-align: left;
}


.table_content8 table .txtarea_1 {
    width: 97.5%;
    height: 430px;
    resize: none;
    border: none;
    border: 1px solid #bebebe;
    overflow-y: auto;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 10px 10px;
}

.table_content8 table .txtarea_2 {
    width: 97.5%;
    height: 491px;
    resize: none;
    border: none;
    border: 1px solid #bebebe;
    overflow-y: auto;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 10px 10px;
}

.disabled_box2 th {
    width: 20%;
}

.disabled_box2 td {
    width: 30%;
}

.disabled_box2 td input {
    border: 1px solid #bebebe;
    height: 36px;
    font-size: 16px;
    font-weight: 400;
    width: 93%;
    margin-left: 10px;
    background-color: #efefef;
}

.disabled_box2 td:nth-of-type(2) input {
    width: 93.3%;
}

.disabled_box2 .abled input {
    width: 93% !important;
    background-color: #fff;
}

.table_content8 table td select {
    border: 1px solid #bebebe;
    padding-left: 0;
    width: 97.4%;
    height: 37px;
    font-size: 16px;
    margin-left: 10px;
}

.table_content8 table td .data_select {
    width: 93%;
    height: 36px;
    font-size: 16px;
    margin-left: 10px;
    border: 1px solid #bebebe;
}

.chk_name {
    font-size: 16px;
}

.chk_name2 {
    font-size: 13px;
}

.table_content8 tr .chk_8 input {
    border: none;
    width: auto !important;
    height: 36px;
    font-size: 16px;
    vertical-align: middle;
}

.imp {
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    margin-bottom: 15px;
}

.imp_orange {
    font-weight: 600;
    color: #fe9720;
    vertical-align: middle;
}

.imp2 {
    margin-top: 50.66px;
    margin-bottom: 255px;
    background: #fff6eb;
    width: 100%;
    height: 497px;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

.imp2 h2 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.2rem;
    line-height: 82px;
    padding-top: 25px;
}

.imp2 p {
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.1rem;
    margin-bottom: 25px;

}

.imp3 {
    position: relative;

}

.imp3 img {
    width: 100%;

}

.play_sc {
    position: absolute;
    width: 76%;
    height: 459px;
    border-radius: 10px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
    display: block;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
    top: 75px;

}

.play_sc img {
    position: absolute;
    width: 97%;
    height: 94%;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.sec__2 {
    position: relative;
    top: 160px;
}

.sec__2 h3 {
    position: absolute;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.2rem;
    line-height: 82px;
    padding-top: 25px;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;

}

.sec__2inr {
    position: relative;
}

.sec__2inr img {
    position: absolute;
    text-align: center;
    line-height: 82px;
    padding-top: 25px;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;
}

.sec__2 ul li:not(:last-child) {
    padding-top: 170px;
    margin-bottom: 146px;
}

.seccontent2 h4 {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 25px;
}


.txt12 {
    font-size: 16px;
    letter-spacing: -0.1rem;
    margin-bottom: 13px;
}


.step_p {
    background: #fff6eb;
    width: 39px;
    text-align: center;
    color: #fe9720;
    line-height: 22px;
    font-size: 13px;
    font-weight: 500;

}

.num_2 {
    font-size: 45px;
    font-weight: 300;
    color: #fe9720;

}


.secimg2 {
    background: #f5f7f9;
    border-radius: 10px;
    padding-top: calc(478 / 860* 100%) !important;
}

.secimg2 img {
    transform: translate(-50%, -50%);
    left: 50% !important;
    top: 50% !important;
    width: 98% !important;
    height: 83% !important;
    object-fit: fill !important;
}


.seccontent2 {
    padding-top: 170px !important;
    margin-bottom: 0 !important;
}

.sec3__ar {
    margin-top: 300px;
    text-align: center;
}


.img_wrap2 {
    width: 47% !important;
}



.sec3__ar ul {
    margin-bottom: 80px;
}

.sec4__go {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 21px rgba(254, 151, 32, 0.4);
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;

}

.sec4__go:hover {
    box-shadow: 0 0 21px rgba(254, 151, 32, 0.7);
}

.btn-go {
    background: linear-gradient(to right, #ffc000 0%, #fe971f 100%);
    width: 205px;
    height: 55px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}

.btn-go:hover {
    background: linear-gradient(to right, #fe971f 0%, #ffc000 100%);
}

.sec4__go {
    padding: 50px 0;
}

.sec4__go p {
    font-size: 34px;
    font-weight: 600;
    padding: 25px 0;
}

.sec4__go img {
    width: 6.5%;
}


.orange_font_ {
    color: #fe9720;
}

.orange_font_2 {
    font-weight: 800;
    color: #fe9720;
    font-size: 14px;
    padding-right: 3px;
}


.tool_img2 textarea {

    width: 97.5%;
    height: 430px;
    resize: none;
    border: none;
    border: 1px solid #bebebe;
    overflow-y: auto;
    font-size: 16px;
    margin: 10px 0 10px 10px;
}

.btn_gray {
    float: right;
}

.btn_gray a {
    display: block;
    float: left;
    width: 60px;
    height: 23px;
    line-height: 22px;
    font-size: 13px;
    text-align: center;
    border: 1px solid #bebebe;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 248, 248, 1) 100%);
    border-radius: 3px;
    margin-top: 10px;
}

.btn_gray a:last-child {
    margin-left: 5px;
    margin-right: 10px;
}


#idUploadFileList {
    width: 82.4%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}


/*table_content4, table_content44*/
.table_content4 {
    max-width: 1300px;
    margin: 0 auto;
}

.table_content44 {
    max-width: 1300px;
    margin: 0 auto;
}

.table_content4 table {
    width: 100%;
    font-size: 16px;
    border-collapse: collapse;
}

.table_content44 table {
    width: 100%;
    font-size: 16px;
    border-collapse: collapse;
}

.table_content4 tr:nth-of-type(1) th,
.table_content4 tr:nth-of-type(1) td {
    border-top: 1px solid #898888;
}

.table_content44 tr:nth-of-type(1) th,
.table_content44 tr:nth-of-type(1) td {
    border-top: 1px solid #898888;
}


.table_content4 table tr {
    border-bottom: 1px solid #bebebe;
}

.table_content44 table tr {
    border-bottom: 1px solid #bebebe;
}

.file_tr {
    border: 1px solid #bebebe;
}

.table_content4 table .file_tr td {
    padding: 10px;
    border: none;
    height: 156px;
    vertical-align: top;
}

.table_content44 table .file_tr td {
    padding: 10px;
    border: none;
    height: 156px;
    vertical-align: top;
}

.file_box .file_input {
    height: 130px;
    overflow-y: auto;
}

.table_content4 table th {
    width: 20%;
    height: 52px;
    background-color: #f8f8f8;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
    border: 1px solid #bebebe;

}

.table_content44 table th {
    width: 20%;
    height: 52px;
    background-color: #f8f8f8;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
    border: 1px solid #bebebe;

}

.table_content4 table td {
    text-align: left;
    font-weight: 400;
    height: 52px;
    cursor: pointer;
    border: 1px solid #bebebe;

}

.table_content44 table td {
    text-align: left;
    font-weight: 400;
    height: 52px;
    cursor: pointer;
    border: 1px solid #bebebe;

}

.disabled_box th {
    width: 20%;
}

.disabled_box td {
    width: 30%;
}

.disabled_box td:nth-of-type(2) input {
    width: 92%;
}

.disabled_box td input {
    border: none;
    height: 36px;
    font-size: 16px;
    width: 92%;
    margin-left: 10px;
}

.table_content4 tr td input {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
}

.table_content44 tr td input {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
}


.table_content4 tr:nth-of-type(1) td input {
    border: none;
    width: 97%;
    height: 36px;
    font-size: 16px;
    margin-left: 10px;
}


.table_content44 tr:nth-of-type(1) td input,
.table_content44 tr:nth-of-type(2) td input {
    border: none;
    width: 97%;
    height: 36px;
    font-size: 16px;
    margin-left: 10px;
}

.table_content44 tr:nth-of-type(2) td {
    width: 98.7%;
    font-size: 16px;
}

.table_content4 table .txtarea_1 {
    width: 97.5%;
    height: 401px;
    resize: none;
    border: none;
    overflow-y: auto;
    font-size: 16px;
    margin: 10px 0 10px 10px;
    background: none;
    font-weight: 400;
}

.table_content4 table .txtarea_12 {
    width: 97.5%;
    height: 69px;
    resize: none;
    border: none;
    overflow-y: auto;
    font-size: 16px;
    margin: 10px 0 10px 10px;
    background: none;
    font-weight: 400;
}

.table_content44 table .txtarea_1 {
    width: 97.5%;
    height: 401px;
    resize: none;
    border: none;
    overflow-y: auto;
    font-size: 16px;
    margin: 10px 0 10px 10px;
    background: none;
    font-weight: 400;
}

.table_content4 table .txtarea_2 {
    width: 97.5%;
    height: 240px;
    resize: none;
    border: none;
    overflow-y: auto;
    font-size: 16px;
    margin: 10px 0 10px 10px;
    background: none;
    font-weight: 400;
}

.table_content44 table .txtarea_2 {
    width: 97.5%;
    height: 63px;
    resize: none;
    border: none;
    overflow-y: auto;
    font-size: 16px;
    margin: 10px 0 10px 10px;
    background: none;
    font-weight: 400;
}

.table_content4 .bold_tit input {
    font-weight: 600;
}

.table_content44 .bold_tit input {
    font-weight: 600;
}

/*로그인_new*/

.btn_v {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 99999;
    cursor: pointer;
    display: block;
    background: none;
    transform: translate(-50%, -50%);
    top: 50%;
    right: 0;
}


.btn_v .icon_v {
    width: 22px;
    height: 22px;
}

.btn_v .icon_v img {
    width: 20px;
}

/*통합검색*/
.sec32_inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.sec32_inner > div > h2 {
    color: #333;
    font-size: 40px;
    text-align: center;
    padding-top: 100px;
    letter-spacing: 1px;
}


.sec32_inner .left_txt {
    width: 100%;
    padding-top: 100px;
}

.sec32_inner .center {
    margin: 0 auto;
}

.sec32_inner .center .notice {
    font-size: 24px;
}

.sec32_inner > div > p {
    color: #333;
    text-align: right;
    line-height: 30px;
    padding: 10px 0px 70px 0;
    margin: 0 auto;
    font-size: 16px;
}

.sec32_inner .center ul {
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.sec32_inner .center ul::after {
    content: "";
    display: block;
    clear: both;
}

.sec32_h2 {
    text-align: center;
    font-size: 25px;
    border: 3px dotted #d4d4d4;
    padding: 20px 0;
}

.btnSearch3:hover {
    background: #fff !important;
    color: #fe9720 !important;
    border: 3px solid #fe9720 !important;
}

.oran_srch {
    color: #fe9720;
    font-weight: 500;
}

.oran_srch2 {
    color: #fe9720;
}

.sec32_inner .sec1_txt1 {
    color: #333;
    font-size: 25px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 30px;
}


.sec32_inner .top_tit {
    font-size: 15px;
    text-align: right;
    width: 100%;
    margin-bottom: 8px;
}




/*tab2*/
.tab2 {
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #fe9720;
}

.tab2 li {
    height: 50px;
    line-height: 50px;
    float: left;
    width: 20% !important;
}

.tab2 li a {
    display: inline;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    display: block;
    background: #f6f6f6;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    color: #666;
}

.tabcont {
    display: none;
}

ul.tab2 li.on {
    border: 1px solid #ddd;
    border-top: 1px solid #fe9720;
    border-left: 1px solid #fe9720;
    border-right: 1px solid #fe9720;
    border-bottom: none;

}

ul.tab2 li.on a {
    color: #fe9720;
    background: #fff;
    border: 1px solid #fff !important;
}

.tabcont.on {
    display: block;
}

/*table_content5*/
.table_content5 {
    margin-bottom: 40px;
    margin: 0 auto;
}

.table_content5 table {
    color: #333;
    width: 100%;
    font-size: 16px;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.file_tr {
    border: 1px solid #9999;
}

.table_content5 table .file_tr td {
    padding: 10px;
    border: none;
}

.table_content5 table td {
    max-width: 444px;
    text-align: left;
    height: 48px;
    cursor: pointer;
}

.disabled_box th {
    width: 20%;
}

.disabled_box td {
    width: 30%;
}

.disabled_box td:nth-of-type(2) input {
    width: 93%;
}

.disabled_box td input {
    border: none;
    height: 32px;
    font-size: 1rem;
    width: 92%;
    margin-left: 10px;
}

.table_content5 tr td input {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.table_content5 tr:nth-of-type(1) td input {
    border: none;
    width: 100%;
    height: 32px;
    font-size: 1rem;
    margin-left: 10px;
}

.table_content5 tr:nth-of-type(3) td {
    width: 98.7%;
    font-size: 1rem;
}


.table_content5 table .txtarea_1 {
    width: 97.5%;
    height: 488px;
    resize: none;
    border: none;
    overflow-y: auto;
    font-size: 1rem;
    margin: 10px 0 10px 10px;
    background: none;
}

.table_content5 table .txtarea_3 {
    width: 97.5%;
    height: 585px;
    resize: none;
    border: 1px solid #9999;
    overflow-y: auto;
    font-size: 1rem;
    margin: 10px 0 10px 10px;
    background: none;
}

.table_content5 table .txtarea_4 {
    width: 97.5%;
    height: 585px;
    resize: none;
    border: none;
    overflow-y: auto;
    font-size: 1rem;
    margin: 10px 0 10px 10px;
    background: none;
}

.table_content5 table .txtarea_5 {

    width: 97.5%;
    height: 537px;
    resize: none;
    border: none;
    overflow-y: auto;
    font-size: 1rem;
    margin: 10px 0 10px 10px;
    background: none;
}

.tool_img a img {
    width: 100%;
}

.file_input ul li {
    font-size: 0.9rem;
}

.file_input ul li img {
    width: 15px;
}



/*sec25*/

.sec25_in {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.sec25_inner {
    width: 100%;
    margin: 0 auto;
}


.sec25_inner .center {
    max-width: 1650px;
    margin: 0 auto;
    position: relative;
}

.sec25_in .center {
    width: 100%;
    background: #fff;
    margin: 0 auto;
}

.sec25_in .table_content {
    margin-bottom: 10px;
}


.sec25_in .table_content ul {
    font-weight: 600;
}

.sec25_in .table_content ul li {
    font-weight: 400;
}

.sec25_in .table_content ul:nth-of-type(1) li {
    margin-top: 10px;
}

.sec25_in .table_content ul:nth-of-type(1) {
    color: #333;
    width: 100%;
    font-size: 20px;
    margin: 0 auto;
}

.sec25_in .table_content ul:nth-of-type(2),
.sec25_in .table_content ul:nth-of-type(3),
.sec25_in .table_content ul:nth-of-type(4) {
    color: #333;
    width: 100%;
    font-size: 20px;
    margin: 0 auto;
}

.sec25_in .table_content table tr {
    border-bottom: 1px solid #9999;
}

.sec25_in .table_content table th {
    width: 100%;
    text-align: left;
    font-size: 0.9vw;
    font-weight: 600;
    color: #333;
}


.sec25_in .txtarea_1 {
    width: 100%;
    resize: none;
    border: 1px solid #9999;
    font-size: 1.1rem;
    font-weight: 400;
    padding-top: 0px;
    margin: 5px 0 40px 0;
}

.sm_h {
    float: left;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 7px;
}

.sm_f {
    font-size: 16px;
    font-weight: 400;
}

.sm_b {
    color: #045ca9;
    font-weight: 500;
}

.sm_p {
    font-size: 14px;
    font-weight: 500;
    color: #045ca9;
    float: right;
    border: 1px solid #045ca9;
    border-radius: 3px;
    width: 95px;
    line-height: 25px;
    text-align: center;
}

.C_Cts {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 5px;
    float: left;
}

.C_Cts2 {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 5px;
    float: left;

}

.tb_txt {
    font-weight: 500;
    color: #333;
}

.txt0 {
    padding-top: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}

.txt0:first-child {
    border-top: 1px solid #333;
}

.txt2 {
    padding-bottom: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 350;
}


/*faq목록*/

/*tab3*/
.tab3 {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: 1px solid #fe9720;
}

.tab3 li {
    height: 50px;
    line-height: 50px;
    float: left;
    width: 11%;
}

.tab3 li a {
    display: inline;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    display: block;
    font-weight: 500;
}

ul.tab3 li.on {
    border: 1px solid #ddd;
    border-top: 1px solid #fe9720;
    border-left: 1px solid #fe9720;
    border-right: 1px solid #fe9720;
    border-bottom: none;
}

ul.tab3 li.on a {
    color: #fe9720;
}

.tabcont.on {
    display: block;
}


/*sec33_inner*/
.sec33_inner {
    width: 100%;
    margin: 0 auto;
}

.sec33_inner > div > h2 {
    color: #333;
    font-size: 40px;
    text-align: center;
    padding-top: 100px;
    letter-spacing: 1px;
}

.sec33_inner .left_txt {
    width: 100%;
    padding-top: 100px;
}

.sec33_inner .center {
    max-width: 1650px;
    margin: 0 auto;
}

.sec33_inner .center .notice {
    font-size: 24px;
}

.sec33_inner > div > p {
    color: #333;
    text-align: right;
    line-height: 30px;
    padding: 10px 0px 70px 0;
    margin: 0 auto;
    font-size: 16px;
}

.sec33_inner .center ul {
    width: 100%;
    position: relative;
}

.sec33_inner .center ul::after {
    content: "";
    display: block;
    clear: both;
}

.faq:after {
    content: "";
    display: block;
    clear: both;
}


.faq-button {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-decoration: none;
    border: 1px solid #e3e3e3;
    background: #fff url(../images/arrowbtn.png) no-repeat;
    cursor: pointer;
}

.faq-button span,
.faq-button label {
    display: inline-block;
    vertical-align: middle;
}

.faq-button span span,
.faq-button span strong {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.faq-button span strong {
    color: #a1a1a1
}

.faq-button label {
    color: #333;
    font-weight: 400;
}

.faq-button.active {
    border-color: #fe9720;
    border-bottom: 0;
    background: #fff url(../images/arrowbtn.png) no-repeat;
}

.faq-button.active span,
.faq-button.active label {
    color: #fe9720;
}

.faq-button.active span span {
    font-weight: 500;
}

.faq-button span span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.faq-button label,
.faq-button span {
    line-height: 50px;
}

.faq-button span {
    margin-left: 20px;
    width: 80%;
    font-size: 16px;
}

.faq-button span,
.faq-button label {
    display: inline-block;
    vertical-align: middle;
}


.accordion {
    float: left;
    margin-top: -10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: justify;
    border: 1px solid #e3e3e3;
    border-top: 0;
}

.accordion.active {
    border-color: #fe9720;
    border-top: 1px solid #e3e3e3;
}

.accordion div strong {
    font-weight: 500;
    color: #0b419b;
}

.accordion div img {
    margin-top: 10px;
}

.accordion div a {
    color: #0b419b;
    border: 1px solid #fe9720;
    background: #fff;
    cursor: pointer;
}

.accordion div a:hover,
.accordion div a:active,
.accordion div a:focus {
    color: #fff;
    background-color: #fe9720;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.accordion div {
    height: 50px;
    overflow-y: auto;
    padding: 10px 10px 10px 75px;
}

.faq-button {
    padding: 0;
    height: 53px;
    background-position: 98% 86%;
}


.faq-button.active {
    background-position: 98% 13%;
}


.faq-button label {
    font-size: 27px;
}

.faq label {
    padding-left: 13px;
    width: 50px;
    text-transform: uppercase;

}

.faq-button label {
    color: #333;
    font-weight: 400;
}

.faq-button span,
.faq-button label {
    display: inline-block;
    vertical-align: middle;
}


/*로그인팝업*/
.pop_bg {
    z-index: 999999999;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    display: none;

}

.popup {
    position: absolute;
    top: 11%;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    padding: 10px 0;
    border-radius: 5px;
}


.close {
    cursor: pointer;
    border: 0;
    float: right;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    font-weight: bold;
    transform: translateY(0px);
    margin-right: 9px;
    background: #fff;
}



/*paging*/
.paginBox {
    display: flex;
    justify-content: center;
}

.paging {
    clear: both;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    position: absolute;
    bottom: 110px;
}

.paging2 {
    clear: both;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    position: absolute;
    bottom: 176px;
}

.paging3 {
    clear: both;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    position: absolute;
    bottom: 52px;
}

.paging4 {
    clear: both;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    position: absolute;
    bottom: -111px;
}

.pageBtn {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.pageBtn.prev:after {
    content: "";
    width: 5px;
    height: 9px;
    background: url(../images/btn_prev_02.png)no-repeat 100% 50%;
    position: absolute;
    top: 10px;
    right: 12px;
}

.pageBtn.next {
    margin: 0 5px 0 0px;
}

.pageBtn.next:after {
    content: "";
    width: 5px;
    height: 9px;
    background: url(../images/btn_next_02.png)no-repeat 100% 50%;
    position: absolute;
    top: 10px;
    right: 12px;
}

.pageNum.active {
    color: #fe9720;
    font-weight: 500;
    text-decoration: underline;
}

.paging a,
.paging2 a,
.paging3 a,
.paging4 a {
    font-size: 14px;
    color: #999;
    float: left;
    font-weight: 400;
    padding: 0 12px;
    line-height: 30px;
}


.hidText {
    position: absolute;
    left: -1000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}



/*버튼*/

.btn-box {
    float: right;
    position: absolute;
    bottom: 117px;
    right: 0;
}

.btn {
    background: #ebeef5;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 16px;
    line-height: 20px;
    color: #045ca9;
    border: 1px solid #045ca9;
}

.del {
    background: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 16px;
    line-height: 20px;
    color: #045ca9;
    border: 1px solid #045ca9;
}




/* footer-푸터*/


.foot_margin {
    margin-top: 134px;
}

.foot_margin2 {
    margin-top: -10px;
}

.foot_margin3 {
    margin-top: 125px;
}

.foot_margin4 {
    margin-top: 97px;
}

footer {
    position: relative;
    width: 100%;
    float: left;
    bottom: 0;
    background: #ebeef5;
}

footer > div {
    border-top: 1px solid #cdcbcb;
}

footer > div:first-child {
    border-top: 0;
}

footer .footerLink,
.footerTxt {
    width: 1425px;
    margin: 0 auto;
}

footer .footerLink {
    position: relative;
    padding: 23px 0 23px;
}

ul.linkLeft {
    padding: 0 0 23px;
}

footer .footerLink ul li {
    float: left;
    position: relative;
}

.left_p a {
    padding-left: 22px;
}

footer .footerLink ul li a {
    font-size: 13px;
    color: #333;
    font-weight: 700;
    line-height: 18px;
}

footer .footerLink ul.linkLeft li:first-child a {
    color: #045ca9;
}

footer .footerTxt2 {
    width: 1425px;
    display: table;
    padding: 23px 0 23px;
}

footer .footerTxt2 div {
    display: table-cell;
    vertical-align: middle;
}

footer .footerTxt2 div p {
    font-size: 13px;
    font-weight: 400;
    color: #333;
    text-align: left;
}

footer .footerTxt2 p em {
    font-weight: 500;
}

footer .footerTxt p.copyright em {
    font-weight: 400;
}

footer .footerTxt {
    width: 1425px;
    display: table;
    padding: 23px 0 23px;
}

footer .footerTxt div {
    display: table-cell;
    vertical-align: middle;
}

footer .footerTxt div p {
    font-size: 13px;
    font-weight: 400;
    color: #333;
    text-align: left;
}

footer .footerTxt p em {
    font-weight: 500;
}

footer .footerTxt p.copyright em {
    font-weight: 400;
}

.logo_g {
    width: 18.5%;
}


.logo_g img {
    width: 27%;
}



footer .footerlogo {
    float: right;
    text-align: right;

}

.footerlogo a img {
    width: 51.5%;
}

.footerLink .sns {
    float: right;
    margin-top: 35px;
}

.footerLink .sns ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-content: center;
    text-align: center;
    width: 13%;
    position: absolute;
    top: 114px;
    right: 0;
    transform: translateY(0px);
}

.footerLink .sns ul li {
    margin: 0 5px;
}

.footerLink .sns ul .sns_hover {
    width: 32px;
    height: 32px;
    background: #50504c;
    border-radius: 50%;
    margin: 0 5px;
}

.footerLink .sns ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.footerLink .sns ul li a i {
    font-size: 20px;
    color: #222;
    padding-top: 7px;
}

.footerLink .sns ul .sns_hover:hover {
    background: #f5f5f5;
}

.footerLink .sns ul li a:hover .fa-facebook-f {
    color: #3b5b98;
}

.footerLink .sns ul li a:hover .fa-twitter {
    color: #1da1f3;
}

.footerLink .sns ul li a:hover .fa-youtube {
    color: #d72827;
}

.footerLink .sns ul li a:hover .fa-instagram {
    color: #9959a3;
}

.footerLink .sns ul li a:hover .fa-pinterest-p {
    color: #b52026;
}

.footerLink .sns ul li a:hover .fa-linkedin-in {
    color: #127bb7;
}

/*패밀리사이트*/

.family_site {
    position: absolute;
    width: 193px;
    line-height: 29px;
    display: inline-block;
    right: 0;
    top: 23px;

}

.family_site > li {
    position: relative;
    width: 100%;
    height: 100%;
}

.family_site > li > span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    background: #fff url('../images/select_arrow.png') no-repeat calc(100% - 20px) 50%;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding: 0 50px 0 20px;
    cursor: pointer;
    box-sizing: border-box;
}

.family_site > li > ul {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.family_site > li > ul.on {
    display: block;
}


.family_site > li > ul li a {
    display: block;
    font-size: 13px;
    color: #333;
    font-weight: 400;
    padding: 5px 20px;
    box-sizing: border-box;
}


/*top버튼*/
.top_btn {
    z-index: 900;
    border-top: 0;
    text-align: right;
    width: 6%;
    float: right;
    margin-right: 2.4%;
    margin-top: -46px;
}

.top_btn a {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.top_btn img {
    width: 50px;
    height: 50px;
    margin-top: -33px;
}



/*모바일메뉴바 lnb2*/
.menubar {
    display: none;
}

.gnb-bg {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100%;
    display: none;
    z-index: 1;
}

.lnb-list2 {
    overflow-y: auto;
}

.lnb2 > .lnb-list2 > ul > li {
    margin-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
}

.lnb2 > .gnb-close-btn {
    text-align: right;
    display: none;
}


.lnb2 .gnb-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 999999;
}

.gnb-close-btn a img {
    width: 21px;
    vertical-align: baseline;
}

.lnb-list2 {
    max-width: 294px;
    width: 294px;
    position: absolute;
    right: 0;
    background: #ffffff;
    height: 100%;
}

.lnb-list2 .hd {
    background: #ffffff;
    height: 80px;
    border-bottom: 1px solid #bebebe;
}

.lnb-list2 .hd .go-link {
    text-align: center;
    padding: 0 0 15px;
}

.lnb-list2 .hd .go-link li {
    display: inline-block;
    margin: 0 5px;
}

.lnb-list2 .hd .go-link li img {
    height: 30px;
}

.lnb-list2 .hd .sns-link {
    background: #E9E9E9;
    padding: 10px 0;
    text-align: center;
}

.lnb-list2 .hd .sns-link li {
    display: inline-block;
    margin: 0;
}

.lnb-list2 .hd .sns-link li a {
    display: block;
    width: 31px;
    height: 30px;
    position: relative;
}

.lnb-list2 .hd .sns-link li a:before {
    content: '';
    width: 31px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.lnb-list2 .hd .sns-link li:nth-child(2) a:before {
    background-position: -33px center;
}

.lnb-list2 .hd .sns-link li:nth-child(3) a:before {
    background-position: -67px center;
}

.lnb-list2 .hd .sns-link li:nth-child(4) a:before {
    background-position: -100px center;
}

.lnb-list2 .hd .sns-link li:nth-child(5) a:before {
    background-position: -133px center;
}

.lnb-list2 .hd .sns-link li:nth-child(6) a:before {
    background-position: -167px center;
}

.lnb-list2 .hd .sns-link li:nth-child(7) a:before {
    background-position: -200px center;
}

.lnb-list2 .hd .blank-link {
    padding: 15px 0 0;
}

.lnb-list2 .hd .blank-link li {
    display: inline-block;
    text-align: center;
    padding: 0 12px;
}

.lnb-list2 .hd .blank-link li:last-child {
    background: none;
}

.lnb-list2 .hd .blank-link li a {
    font-size: 13px;
    font-weight: 400;
}

.lnb-list2 nav > ul {
    background: #ffffff;
}

.lnb-list2 nav > ul > li {
    text-align: left;
    border-top: 1px solid #bebebe;
}

.lnb-list2 nav > ul > li:last-child {
    border-bottom: 1px solid #bebebe;
}

.lnb-list2 nav > ul > li > a {
    display: block;
    padding: 0 0 0 5.2%;
    width: 100%;
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
}

.lnb-list2 nav > ul > li > a:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background: url('../images/m_down.png') no-repeat center;
    right: 10px;
    top: 23px;
}

.lnb-list2 nav > ul > li > a.active {
    background-color: #fff;
    color: #fe9720;
}

.lnb-list2 nav > ul > li > a.active:before {
    background: url('../images/m_up.png') no-repeat center;
}

.lnb-list2 nav > ul > li:first-child {
    border-top: none;
}

.lnb-list2 nav > ul > li > div {
    display: block;
}

.lnb-list2 nav > ul > li > div > ul {
    background: #fdfdfd;
}

.dep2 > ul > li {
    border-top: 1px solid #bebebe;
}

.dep2 ul li .dep3-in li:nth-of-type(1) {
    border-top: none;
}

.dep2 ul li:hover > a {
    color: #fe9720;
}

.lnb-list2 nav > ul > li > div > ul > li > a {
    display: block;
    font-size: 14px;
    position: relative;
    padding: 20px 0 20px 5.2%;
}

.dep3-in li a {
    font-size: 12px;
    padding: 0 0 0 5.2%;
}

.dep33 a {
    padding: 6.92% 0 20px 4.26% !important;
}

.dep3-in li:last-child {
    margin-bottom: 6.92%;
}

.lnb-list2 nav > ul > li > div > ul > li a[target="_blank"]:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    margin: 1px 0 0 5px;
}

.lnb-list2 nav > ul > li > div > ul > li.dep2-in > a:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 12px;
}

.lnb-list2 nav > ul > li > div > ul > li > ul > li > ul {
    margin: 0 15px 0 25px;
    background: #f2f2f2;
    padding: 10px;
    border: 1px dotted #a3a3a3;
}

.lnb-list2 nav > ul > li > div > ul > li > ul > li > ul > li > a {
    font-size: 12px;
    font-weight: 300;
    display: block;
    padding: 5px;
}

.lnb-list2 .dep2 {
    display: none;
}

.lnb-list2 .dep3 {
    display: none;
}

.lnb-list2 .dep4 {
    display: none;
}


/*로그인 및 회원가입 및 비밀번호 변경*/

.new_common .h3 {
    padding: 80px 80px 0 80px;
}

.new_common .h3 > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: none;
}

.new_common .h3 div strong {
    padding-bottom: 0;
    color: #1b1b1b;
    font-size: 32px;
    font-weight: 700;
}

.new_common .h3 div strong:before {
    display: none;
}

.new_common .btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49%;
    height: 60px;
    padding: 0 20px;
    background: #fe9720;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}


.new_common .btn1.disabled {
    background: #ccc;
    color: #fff;
}

.new_common .btn1:disabled {
    background: #fe9720;
}


.new_common .input1 {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    background: #fff;
    color: #1B1B1B;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

.new_common .input1::placeholder {
    color: #919191;
    font-size: 16px;
    font-weight: 500;
}

.new_common .input1[type="text"]:focus,
.new_common .input1[type="password"]:focus {
    background: #fff;
    border: 1px solid #1B1B1B;
}

.new_common .input1[type="text"]:read-only,
.new_common .input1[type="password"]:read-only,
.new_common .input1[type="text"]:disabled .new_common .input1[type="password"]:disabled {
    background: #ccc !important;
    border: 1px solid #ccc !important
}

.form_member {
    padding: 113px 0px;
    text-align: center;
}

.form_member.join_step1 .tit_area {
    margin-bottom: 44px;
}

.tit_area2 {
    margin-bottom: 58px;
}

.tit_area2 a img {
    width: 140px;
    float: left;
    margin-right: 19px;
    margin-left: 85px;
}

.form_member .tit {
    color: #1B1B1B;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: 150%;
    line-height: 1.1;
    word-break: keep-all;
}

.form_member .tit_sub {
    margin-top: 13px;
    color: #919191;
    font-size: 18px;
    line-height: 150%;
    word-break: keep-all;
}

.form_member .contents .or {
    position: relative;
    margin: 35px 0;
    color: #919191;
    font-size: 14px;
}

.form_member .contents .or::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(50% - 20px);
    height: 2px;
    background: #e5e5e5;
}

.form_member .contents .or::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: calc(50% - 20px);
    height: 2px;
    background: #e5e5e5;
}

.form_member .sns img {
    width: 30px;
    height: 30px;
    margin-bottom: 4px;
}

.form_member .sns ._aplitude_clicked_ {
    width: 32.33%;
    height: 60px;
    padding: 0 5px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
}

.form_member .sns ._aplitude_clicked_:not(:last-of-type) {
    margin-bottom: 10px;
}

.form_member .sns ._aplitude_clicked_ .txt {
    font-size: 18px;
    font-weight: 700;
    line-height: 58px;
}

.form_member .sns ._aplitude_clicked_ .txt::before {
    content: "";
    display: inline-block;
    margin-right: 8px;
}

.form_member .sns .kakao {
    background: #ffe227;
    color: #391B1B;
}

.form_member .sns .kakao .txt {
    color: #391b1b;
}

.form_member .sns .kakao .txt::before {
    width: 22px;
    height: 22px;
}

.form_member .sns .naver {
    background: #43C63A;
}

.form_member .sns .naver .txt {
    color: #fff;
}

.form_member .sns .naver .txt::before {
    width: 20px;
    height: 22px;
}

.form_member .sns .google {
    background: #fff;
    border: 1px solid #CCC;
}

.form_member .sns .google .txt {
    color: #391b1b;
}

.form_member .sns .google .txt::before {
    width: 19px;
    height: 22px;
}

.form_member .already {
    margin-top: 18px;
}

.form_member .already .txt {
    color: #919191;
    font-size: 18px;
    font-weight: 600;
}

.form_member .already .txt .login {
    margin-left: 5px;
    color: #616161;
    font-size: 18px;
    font-weight: 600;
}

.form_member.join_step2 .tit_area {
    margin-bottom: 44px;
}

.form_member #member_div {
    width: 43%;
    margin: 0 auto;
}

.form_member #member_div .item:not(:last-child) {
    margin-bottom: 25px;
}

.form_member #member_div .item_tit_area {
    margin-bottom: 16px;
    text-align: left;
}

.form_member #member_div .item_tit_area .item_tit {
    position: relative;
    display: inline-block;
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 700;
}

.form_member #member_div .item_tit_area .item_tit.essential::after {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 8px;
    height: 8px;
}

.form_member .input_btn {
    display: flex;
    gap: 0 6px;
}

.form_member .input_btn .fr {
    width: 158px;
    flex-shrink: 0;
}

.form_member .input_btn .fr:disabled {
    background: #ccc;
}

.form_member #member_div .password_confirm {
    margin-top: 14px;
}

.form_member #member_div .docu.txt {
    margin-top: 8px;
    text-align: left;
}

.form_member #member_div .agree_box {
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 0;
    text-align: left;
}

.form_member #member_div .agree_box a:hover {
    color: #000;
}

.form_member #member_div .agree_all {
    position: relative;
    padding: 20px 40px 20px 20px;
}

.form_member #member_div .agree_all li {
    padding-right: 23px;
}

.form_member #member_div .agree_all a span {
    display: block;
    font-size: 16px;
    color: #919191;
    font-weight: 500;
}

.form_member #member_div .agree_all a span:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 12px;
}

.form_member #member_div .agree:after {
    content: "";
    display: block;
    clear: both;
}

.form_member #member_div .agree_list .agree {
    padding: 20px 17px 20px 20px;
    border-top: 1px solid #eee;
}

.form_member #member_div .agree_list .agree:nth-of-type(3) {
    padding-right: 5px;
}

.form_member #member_div .agree_list .agree a > span {
    display: block;
    font-size: 16px;
    color: #919191;
    font-weight: 500;
    word-break: keep-all;
}

.form_member #member_div .agree_list .agree a > span:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-top: 0;
    margin-right: 8px;
}

.form_member #member_div .agree_list .agree a span.essential {
    position: relative;
}

.form_member #member_div .agree_list .agree a span.essential::after {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    right: -7px;
    width: 8px;
    height: 8px;
}


.form_member #member_div .agree_list .agree .fr {
    padding: 0;
}

.form_member #member_div .agree_list .agree .fr a {
    display: block;
    font-size: 14px;
    color: #616161;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.form_member .btn_box.row {
    margin-top: 49px;
    display: flex;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.form_member .btn_box.row2 {
    margin-top: 97px;
    display: flex;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.form_member .btn_box.row3 {
    margin-top: 186px;
    display: flex;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.form_member.join_step3 .tit_area {
    margin-bottom: 44px;
}

.form_member.join_step3 .contents {
    width: 360px;
    margin: 0 auto;
}

.form_member.join_step3 .contents .layout > li:not(:last-child) {
    margin-bottom: 14px;
}


.form_member.find_id .tit_sub br {
    display: none;
}

.form_member.find_id .tit_area {
    margin-bottom: 66px;
}

.form_member.find_id .contents {
    width: 506px;
    margin: 0 auto;
}

.form_member .regNumb .input1 {
    padding-right: 140px;
}

.form_member .regNumb .time {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #1b1b1b;
    font-weight: 500;
}

.form_member.find_id .btn_box.row,
.form_member.find_id .btn_box.row2 {
    margin-top: 35px;
}

.form_member .btn_box.row3 {
    margin-top: 154px;
}

.tit_area2 img {
    width: 77px;
    margin-bottom: 75px;
}


.form_member.find_id-fin .tit_area {
    margin-bottom: 46px;
}

.form_member.find_id-fin .contents {
    width: 506px;
    margin: 0 auto;
}


.form_member.find_password .item:not(:nth-last-of-type(1)) {
    margin-bottom: 12px;
}

.form_member.find_password-fin .tit_area {
    margin-bottom: 44px;
}

.form_member.find_password-fin .contents {
    width: 506px;
    margin: 0 auto;
}

.form_member .contents .item_tit_area .item_tit {
    position: relative;
    display: inline-block;
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 700;
}

.form_member .contents .item_tit_area {
    margin-bottom: 16px;
    text-align: left;
}

.new_login {
    max-width: 400px;
    margin: 0 auto;
}

.new_login .tit_area {
    margin-bottom: 40px;
}

.new_login .userID,
.new_login .userPASS {
    margin-bottom: 12px;
}

.new_login .checkImg {
    width: auto;
    height: auto;
}

.new_login .submitArea {
    margin-top: 40px;
}


.new_login .find_wrap {
    margin-top: 20px;
}

.new_login .find_wrap .find {
    display: flex;
    align-items: center;
    justify-content: normal;
}

.new_login .find_wrap .find > a {
    position: relative;
    display: flex;
    justify-content: center;
    width: 50%;
    font-size: 16px;
    color: #919191;
    line-height: 150%;
    text-align: left;
}

.new_login .find_wrap .find > a:hover {
    color: #1b1b1b;
}

.new_login .find_wrap .find > a:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 14px;
    background-color: #c1c1c1;
    transform: translateY(-50%);
}

.new_login .social-login-text {
    position: relative;
    padding: 27px 0;
}

.new_login .social-login-text::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c1c1c1;
    transform: translateY(-50%);
    z-index: -1;
}

.new_login .social-login-text .text {
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #919191;
}

.sns_log .txt {
    display: block;
    margin-top: 12px;
    color: #919191 !important;
    font-size: 12px;
    line-height: 150%;
    font-weight: 500;
    text-align: center;
}

.sns_log {
    display: flex;
    justify-content: center;
    gap: 0 60px;
}

.sns_log > a {
    background: none !important;
    border: none !important;
}

.sns_log a img {
    display: block;
    width: 60px;
    height: 60px;
}

/*이전글,다음글*/
.bottom_txt2 {
    font-weight: 500;
    line-height: 1.9;
    font-size: 16px;
    color: #333;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-top: 28px;
}

.bottom_txt2 p:nth-of-type(1) {
    border-bottom: 1px solid #9999;
}

.bottom_txt2 p {
    padding: 7px 0 7px 20px;
}

.bottom_txt2 p a {
    color: #333;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.weight_b {
    font-weight: 600;
}

.bottom_txt2 p img {
    width: 11px;
    vertical-align: middle;
}

.tit5 {
    margin: 40px 0 0 0;
    padding: 0 0 5px 0;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.05em;
}

.reply-write .write {
    float: left;
    width: 100%;
}

.btn5 {
    float: right;
}

.btn5 button {
    color: #fff;
    background: #989898;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 16px;
    border: 1px solid #bebebe;
}

/*자유게시판*/
.commentList {
    width: 100%;
    overflow-y: auto;
}

.txtarea_44 {
    display: none;
    display: initial;
    height: 38px;
    resize: none;
    border: 1px solid #fcf5ec;
    border-radius: 5px;
    overflow-y: auto;
    font-size: 16px;
    font-weight: 400;
    background: #fcf5ec;
    padding: 5px;
}

.comment_post {
    position: relative;
    padding: 20px 0;
    height: 155px;
    border-bottom: 1px solid #ddd;
}

.comment_post2 {
    padding-left: 43px !important;
    position: relative;
    padding: 20px 0;
    height: 155px;
    border-bottom: 1px solid #ddd;
}

.comment_post:last-of-type,
.comment_post2:last-of-type {
    padding-bottom: 20px;
}

.comment_post .info,
.comment_post2 .info {
    position: relative;
}

.comment_post .info .date,
.comment_post2 .info .date {
    display: inline-block;
    vertical-align: top;
    float: left;
    max-width: calc(100% - 105px);
}

.comment_post .info .lev,
.comment_post2 .info .lev {
    font-size: 16px;
    font-weight: bold;
    float: left;
    line-height: 21px;
    display: inline-block;
    width: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dreg {
    font-size: 14px;
    color: #ccc;
    float: left;
    margin-left: 10px;
    line-height: 21px;
}

.dreg2 {
    font-size: 14px;
    color: #333;
    float: left;
    margin-left: 10px;
    line-height: 21px;
}

.comment_post .chand,
.comment_post2 .chand {
    float: left;
    font-size: 12px;
    line-height: 18px;
    color: #aaa;
    width: 100%;
}

.comment_post .info .cont,
.comment_post2 .info .cont {
    font-size: 14px;
    line-height: 20px;
    float: left;
    width: 100%;
    word-break: break-word;
    padding-right: 10px;
    box-sizing: border-box;
    margin-top: 7px;
    color: #333;
}

.comment-cont {
    height: 41px;
    overflow-y: auto;
}


.txtarea_write {
    width: 100%;
    height: 72px;
    resize: none;
    border: 1px solid #fcf5ec;
    border-radius: 5px;
    overflow-y: auto;
    font-size: 16px;
    font-weight: 400;
    background: #fcf5ec;
    padding: 5px;
}

.write_inner {
    width: 100%;
    border: 1px solid #fe9720;
    border-radius: 5px;
    padding: 25px 25px 147px 25px;
}

.write2 {
    width: 88%;
    float: left;
}

/*회원정보상세*/

.txt55 {
    color: #333;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
}

.table_content55 {
    max-width: 1300px;
    margin-bottom: 40px;
    margin: 0 auto;
    border-top: 1px solid #898888;
}

.table_content55 table {
    color: #333;
    width: 100%;
    font-size: 1.1rem;
    border-collapse: collapse;
    margin-bottom: 30px;

}

.table_content55 table:nth-of-type(2) {
    margin-top: 30px;
    margin-bottom: 30px;
}

.table_content55 table tr {
    border: 1px solid #9999;
}


.table_content55 table th {
    width: 25%;
    height: 3vh;
    padding: 20px 0 20px 20px;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 450;
    color: #333;
}

.table_content55 table th img {
    width: 6%;
    padding: 0;
    vertical-align: middle;
}

.table_content55 table td {
    text-align: left;
    font-size: 5px;
    padding: 20px 0 20px 0;
    font-size: 1.1rem;
}

.table_content55 table td input {
    border: 1px solid #9999;
    text-indent: 5px;
}

.table_content55 tr td input {
    width: 50%;
    height: 30px;
    font-size: 1.1rem;
    margin-left: 10px;
    text-indent: 5px;
    float: left;
}


.table_content55 table td a {
    padding: 5px 10px;
    border: 1px solid #9999;
    background: linear-gradient(to bottom, rgba(234, 234, 234, 1) 0%, rgba(216, 216, 216, 1) 100%);
    color: #333;
    font-size: 0.7vw;
    float: left;
    margin-left: 10px;
}


.gy_font55 {
    float: left;
    padding: 5px 10px;
    font-size: 14px;
}



.chk_title {
    font-size: 0.8vw;
    margin-left: -56px;
}

.gy_font2 {
    padding: 5px 10px;
    font-size: 0.7vw;
}



.small_pointtxt_f {
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 30px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 30px;
}


/*홍보게시판*/

.pho_li {
    margin-top: 10px;
    padding: 10px 0;
    border-top: 1px solid #898888;
    border-bottom: 1px solid #bebebe;
    overflow: hidden;
}

.pho_li ul {
    overflow: hidden;
}


.pho_li ul li {
    width: 23%;
    margin: 10px 1% 10px 1%;
    float: left;
}

.pho_li ul li a {
    display: block;
    text-align: center;
    padding: 0 0 15px;
    border: 1px solid #c8d1db;
}

.pho_li ul li img {
    width: 100%;
    height: 150px;
}

.pho_li ul li .pho_con {
    padding: 13px 20px 5px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pho_li ul li:hover .pho_con {
    color: #fe9720;
}

.pho_li ul li span {
    display: block;
    font-size: 13px;
    color: #888;
}

.table_content4 table .auto_pho td {
    vertical-align: baseline;
    height: 443px;
    margin: 0 auto;
    text-align: center;
    padding: 1px 0;
}

.table_content4 table .auto_pho2 td {
    vertical-align: baseline;
    height: 443px;
    margin: 0 auto;
    text-align: center;
    padding: 21px 20px;
}

.video_container {
    position: relative;
    padding-bottom: 45.25%;
    height: 0;
    overflow: hidden;
}


.video_container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    /*
    max-width: 847px;
    max-height: 476px;
*/
    max-width: 786px;
    max-height: 442px;
    border: none;
    transform: translate(-50%, -50%);
}

.imgg img {
    max-width: 48.7%;
    max-height: 100%;
}


.pho_t_li {
    position: relative;
    margin-top: 20px;
    border-top: 1px solid #bebebe;
}


.pho_t_li .btn_prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    display: block;
    width: 33px;
    height: 33px;
    text-indent: -10000em;
    font-size: 0;
    border: 1px solid #ddd;
    background: url(../images/btn_prev_02.png) no-repeat 50% 50%;
}

.pho_t_li .btn_next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    display: block;
    width: 33px;
    height: 33px;
    text-indent: -10000em;
    font-size: 0;
    border: 1px solid #ddd;
    background: url(../images/btn_next_02.png) no-repeat 50% 50%;
}

.pho_t_li ul {
    height: 120px;
    padding: 15px 50px 0;
    overflow: hidden;
}


.pho_t_li ul li.on {
    opacity: 1;
}

.pho_t_li ul li {
    width: 25%;
    float: left;
    text-align: center;
    opacity: 0.7;
}

.pho_t_li ul li img {
    width: 90%;
    height: 120px;
}

/*btn*/
.btn6 {
    text-align: right;
    font-weight: 400;
    margin-bottom: 60px;
}

.btn6 a {
    margin-top: -157px;
    width: 62px;
    background: #ebeef5;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 16px;
    line-height: 20px;
    color: #045ca9;
    border: 1px solid #045ca9;
}

.btn6 a:hover {
    background: #045ca9;
    color: #fff;
    border: 1px solid #045ca9;
}

/*btn7*/
.btn7 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 60px;
}


.btn7 a {
    margin-top: -157px;
    width: 62px;
    background: #ebeef5;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 16px;
    line-height: 20px;
    color: #045ca9;
    border: 1px solid #045ca9;
}

.btn7 a:hover {
    background: #045ca9;
    color: #fff;
    border: 1px solid #045ca9;
}


/*버튼hover*/

.btn7 a:hover {
    background: #045ca9;
    color: #fff;
    border: 1px solid #045ca9;
}

.sa_srch button:hover,
.sa_srch2 button:hover {
    background: #045ca9;
    color: #fff;
    border: 1px solid #045ca9;
}

.btn:hover {
    background: #045ca9;
    color: #fff;
    border: 1px solid #045ca9;
}

.btnSearch:hover {
    background: #045ca9;
    color: #fff;
    border: 1px solid #045ca9;
}

.btn1:hover {
    background: #fff;
    border: 2px solid #fe9720;
    color: #fe9720;
}

.form_member .input_btn .fr {
    width: 158px;
    flex-shrink: 0;
    background: #ccc;
    color: #fff;
}

.input_btn:hover .btn1 {
    background: #fe9720;
    color: #fff;
}

.btn5 button:hover {
    background: #045ca9;
    color: #fff;
    border: 1px solid #045ca9;
}

/*회원정보탈퇴*/

.txtarea_8 {
    font-size: 16px;
    width: 100%;
    height: 200px;
    resize: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 20px;
}

/*휴면계정안내*/

.hu_bold {
    font-weight: 500;
}

.form_member.join_step8 .tit_area {
    margin-bottom: 44px;
}



@media screen and (max-width: 1665px) {


    .form_member .sns .naver .txt::before,
    .form_member .sns .kakao .txt::before,
    .form_member .sns .google .txt::before {
        width: auto;
    }


    .form_member .sns ._aplitude_clicked_ .txt {
        font-size: 15px;
    }
}



@media screen and (max-width : 1650px) {

    .sns ul {
        width: 17%;
    }

    .top_btn {
        margin-right: 0.4%;
    }

    .top_btn img {
        width: 35px;
        height: 35px;
        margin-top: -33px;
    }
}


@media screen and (max-width : 1500px) {
    .btnSearch1 {
        width: 57px !important;
    }

    .footer_content {
        font-size: 9px;
        margin-left: 100px;
    }

    .doublechk {
        border: 1px solid #9999;
        background: linear-gradient(to bottom, rgba(234, 234, 234, 1) 0%, rgba(216, 216, 216, 1) 100%);
        color: #333;
        font-size: 0.9vw;
        float: left;
        margin-left: 10px;
        width: 79%;
        height: 34px;
        line-height: 34px;
        text-align: center;
    }

    footer .footerTxt,
    footer .footerLink,
    .topGnb {
        width: 92%;
    }

    #container {
        width: 92% !important;
    }

    .renewal_index .main-visual-p,
    .renewal_index .main-visual-m {
        width: 92%;
        margin: 0 auto;
    }

    .visual-bg.visual-bg-pc {
        width: 100%;
        margin: 0 auto;
    }

    .sec-wrap {
        width: 92%;
        margin: 0 auto;
    }

    .footerLink .sns ul {
        width: 16%;
    }

    #idUploadFileList {
        width: 78.4%;
    }

    .sec4_left iframe {
        margin-top: 6px;
    }

    .form_member .sns ._aplitude_clicked_ .txt {
        font-size: 9px;
    }

    .form_member .sns img {
        margin-bottom: 0;
    }

    .logo_g img {
        width: 18.5%;
    }

    .reply-write .write,
    .write2 {
        margin: 0;
        width: 83%;
    }

    .form_member.join_step8 {
        padding: 113px 0 170px 0;
        text-align: center;
    }

    .Hmenu-bg {
        width: 72% !important;
    }

    .table_content1 button {
        width: 70px;
    }

}

@media screen and (max-width : 1499px) {
    .Hmenu-bg {
        width: 73.5%;
    }

    .video_container {
        padding-bottom: 49%;
    }
}


@media screen and (max-width:1450px) {
    gnb > li > a {
        font-size: 0.8vw;
    }

    .topGnb h1 {
        width: 16%;
    }

    .topGnb h1 a img {
        width: 70%;
    }

    #gnb {
        width: 71%;
    }

    .form_member #member_div {
        width: 68%;

    }

    .Hmenu-bg {
        width: 69.8% !important;
    }
}

@media screen and (max-width:1430px) {

    .sa_top,
    .sa_top2 {
        padding: 0
    }

    .sa_total {
        width: 17%;
        padding-left: 10px;
        font-size: 12px;
    }
}

@media screen and (max-width:1400px) {
    #header nav ul li a {
        font-size: 17px !important;
    }
}



@media screen and (max-width:1330px) {

    .video_container {
        padding-bottom: 39.25%;
    }

    #gnb {
        width: 75% !important;
    }

    .gnb2 {
        margin-left: 0;
    }


    #gnb .depth2 {
        padding: 10px 0;
        margin-left: 19px;

    }

    #gnb .depth2 li a {
        width: 80px;
        font-size: 0.7vw;
    }

    #header > .gnb-btn {
        margin: -65px 0;
    }

    .top a img {
        width: 50%;
    }

    .seachForm,
    .sa_banner {
        display: none;
    }

    .log {
        margin-right: 77px;
    }

    #header {
        width: 100%;
    }

    #header nav,
    #gnb {
        display: none;
    }

    #header .logo {
        width: auto;
        text-align: left;
    }

    #header .gnb-btn {
        display: block;
        position: absolute;
        right: 46px;
    }

    #header > * {
        float: none;
    }

    .header-menu {
        width: 100%;
        padding: 0;
    }

    .lnb {
        display: none;
    }

    .lnb2 {
        position: fixed;
        background: #fff;
        height: 100%;
        top: 0;
        right: -506px;
        z-index: 99999999999999999;
    }

    .gnb-btn {
        display: block;
    }

    .gnb2 img {
        right: 75px;
    }


    .log ul .sub2 {
        border: 1px solid #dbdbdb;
        background: #fff;
        margin: 0 auto;
        text-align: center;
        margin-left: -18px;
    }

    .lnb2 > .gnb-close-btn {
        display: block;
    }

    .menubar {
        display: block;
    }

    .paging2 {
        clear: both;
        overflow: hidden;
        display: inline-block;
        text-align: center;
        font-size: 13px;
        position: absolute;
        bottom: 176px;
    }

    .paging3 {
        bottom: 75px;
    }

    .paging4 {
        bottom: -104px;
    }

    .paging a,
    .paging2 a,
    .paging3 a,
    .paging4 a {
        padding: 0 6px;
    }

    .lnb > .gnb-close-btn {
        display: block;
    }

    .lnb > h3.member {
        padding-top: 10px;
    }



    .sa_srch {
        float: right;
        line-height: 1;
        text-align: center;
        width: 100%;
    }

    .sa_srch2 {
        float: right;
        text-align: center;
        width: 100%;
    }

    .sa_total {
        float: left;
        line-height: 2.5;
        font-size: 15px;
        font-weight: 400;
        width: 100%;
        text-align: center;
    }

    .table_content1 {
        height: 85px;
        float: right;
        line-height: 85px;
        width: 100% !important;
    }

    .table_content1 table {
        line-height: 2;
    }

    .content {
        float: none;
        width: 100%;
    }

    .table-warp.registration > table td.file-box p.txt {
        float: none;
        display: block;
    }

    #content {
        height: 1022px !important;
        padding-left: 0;
        margin-left: 0;
    }

    #content2 {
        padding-left: 0;
        margin-left: 0;
    }

    .headerPlaceSearch {
        padding: 10px 37px;
        width: 610px;
    }

    .infor_logo_r {
        right: 34px;
    }

    .logo_right > a > img {
        width: 59px;
    }

    .big_logo img {
        width: 75px !important;
    }

    .big_logo2 img {
        width: 71px !important;
    }

    .topGnb2 h1 a img {
        margin-left: 46px;
        margin-right: 46px;
        width: 14%;
    }


    .big_logo {

        margin-right: 46px;
    }

    .big_logo2 {

        margin-right: 77px;
    }

    .logo_right > img {
        width: 14%;
    }

    .logo_right_logo3 img {
        width: 99px !important;

    }

    .Hmenu-bg {
        width: 69.8%;
    }

    .img_wrap2 {
        width: 94% !important;
    }
}

@media screen and (max-width:1318px) {

    .sec4_right {
        width: 51%;
    }

}

@media screen and (max-width:1300px) {
    .video_container {
        padding-bottom: 42.25%;
    }
}


@media screen and (max-width : 1202px) {
    .form_member {
        font-size: 12px;

    }

    footer .footerLink {
        position: relative;
        padding: 23px 0 9px;
    }

    footer .footerLink ul li a,
    .family_site > li > span,
    footer .footerTxt div p {
        font-size: 12px;
    }

    footer .footerTxt {
        padding: 13px 0 21px;
    }

    footer .footerTxt div {
        font-size: 12px;
    }

    footer .footerTxt2 {
        padding: 13px 0 21px;
    }

    .footerlogo img {
        width: 100%;
    }

    .footerlogo {
        width: 100%;
        text-align: right !important;
    }

    .sns ul {
        width: 26%;
        top: 0;
        transform: translateY(25px);
    }

    .topGnb h1 a img {
        width: 80%;
    }

    .footerLink .sns {
        float: right;
        margin-top: 35px;
    }

    .footerLink .sns ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        align-content: center;
        text-align: center;
        width: auto;
        position: absolute;
        top: 64px;
        right: -3px;
        transform: translateY(0px);
    }

    .footerLink .sns ul .sns_hover {
        width: 20px;
        height: 20px;
        background: #50504c;
        border-radius: 50%;
        margin: 0 5px;
    }

    .footerLink .sns ul li a i {
        font-size: 13px;
        color: #222;
        padding-top: 4px;
    }

    .top_btn {
        z-index: 900;
        border-top: 0;
        text-align: right;
        width: 6%;
        float: right;
        margin-right: 4%;
        margin-top: -34px;
    }

    .top_btn img {
        width: 32px;
        height: 32px;
        margin-top: -7px;
    }

    .family_site {
        position: absolute;
        width: 180px;
        line-height: 25px;
        display: inline-block;
        right: 0;
        top: 18px;
    }

    footer .footerLink ul li a {
        font-size: 12px;
    }

    .logo_g img {
        z-index: 900;
        border-top: 0;
        text-align: right;
        width: 17%;
        float: right;
        margin-right: 40%;
        margin-top: 21px;
    }

    .form_member .btn_box.row3 {
        margin-top: 184px;
    }

    .footerTxt2 > div > ul > li > a {
        font-size: 10px;
    }

    footer .footerTxt2 div p {
        font-size: 10px;
        padding-top: 5px;
    }

}


@media screen and (max-width:1167px) {
    .sec4_left {
        margin-right: auto;
    }
}

@media screen and (max-width:1155px) {
    .video_container {
        padding-bottom: 47.25%;
    }
}


@media screen and (max-width : 1085px) {

    .sec1info h2,
    .sec3_inner > div > h2,
    .sec-wrap .section h3 {
        font-size: 43px;
    }

    .sec-wrap .section h3 {
        font-size: 43px;
        line-height: 1.5;
    }

    .sec1info h2 + div + div p {
        font-size: 23px;
    }

    .about4 .txt {
        font-size: 23px;
        line-height: 1.5;
    }

    .about .txt {
        font-size: 23px;
        line-height: 38px;
        margin-top: 40px;
    }

    .btn-orange,
    .btn-blue {
        font-size: 17px;
    }

    .sec3_inner .service_name1_1 {
        font-size: 14px;
    }

    .sec2-info h4 {
        font-size: 27px;
    }

    .sec2-info .txt1 {
        font-size: 17px;
        line-height: 28px;
    }

    .sec3_inner .service_name1 {
        font-size: 20px;
    }

    .blue_1 img,
    .blue_2 img {
        width: 35%;
    }

}


@media screen and (max-width:1060px) {
    .sec2-info li:nth-child(even) .content {
        margin-left: 38px;
    }

    .sec2-info li:nth-child(odd) .content {
        margin-right: 38px;
    }

}

@media screen and (max-width:1048px) {
    .video_container {
        padding-bottom: 50.25%;
    }
}



@media screen and (max-width:1030px) {

    .sec4_content4 .input-wrap input,
    .sec4_content4 .input-wrap2,
    .sec4_content4 .input-textarea {
        width: 105% !important;
    }
}


@media screen and (max-width:1024px) {

    #header .logo {
        width: 290px;
        margin-left: 3.7%;
        padding: 0px;
    }

    #header > .gnb-btn {
        margin: -65px 0;
    }

    .top a img {
        width: 50%;
    }

}

@media screen and (max-width:980px) {
    .video_container {
        padding-bottom: 56.25%;
    }
}

@media screen and (max-width:975px) {

    #idUploadFileList {
        width: 75.4%;
    }
}



@media screen and (max-width:950px) {
    .pageBtn.next {
        margin: 0;
    }

    .sa_srch2 select {
        width: 115px !important;
    }

    .sa_srch2 input {
        width: 235px !important;
    }

    .sec3_inner ul li:nth-of-type(2) {
        margin: 80px 10px 150px 10px;
    }

    .sec3_inner ul li {
        padding: 0 13px;
        width: 41.2%;
    }

    .reply-write .write,
    .write2 {
        margin: 0;
        width: 68%;
    }

}



@media screen and (max-width:880px) {

    .sec4_content4 .input-wrap input,
    .sec4_content4 .input-textarea,
    .sec4_content4 .input-wrap2 {
        font-size: 0.7rem;
    }

    .sec4_left table tr td {
        font-size: 0.7rem;
    }

    .sec4_left {
        margin-right: 10px;
    }

    .sec4_content4 .input-wrap2 {
        text-align: left;
        height: 48px;
        cursor: pointer;
        margin: 63px -20px;
    }

    .sec32_h2 {
        font-size: 16px;
    }

    .tab2 li a,
    .tab3 li a {
        font-size: 15px;
    }

    .tab2 li,
    .tab3 li {
        width: 16%;
    }

}


@media screen and (max-width:850px) {
    .sns ul {
        width: 34%;
    }

    .topGnb h1 a img {
        width: 128%;
    }

    #idUploadFileList {
        width: 68.4%;
    }

    .sec2-info .txt1 {
        font-size: 15px;
        line-height: 25px;
    }

    .sec2-info .txt1:not(:last-child) {
        margin-bottom: 16px;
    }

    .form_member #member_div .agree_all li {
        padding-right: 0;
    }
}

@media screen and (max-width:826px) {
    .btn.purple {
        margin-top: -223px;
    }

    .table_content8 table td select,
    .table_content8 table .txtarea_1,
    .table_content4 table .txtarea_1,
    .table_content4 table .txtarea_12,
    .table_content44 table .txtarea_1,
    .table_content8 table .txtarea_2,
    .table_content4 table .txtarea_3,
    .table_content4 table .txtarea_4,
    .table_content4 table .txtarea_5,
    .table_content4 tr:nth-of-type(1) td input,
    .table_content44 tr:nth-of-type(1) td input {
        width: 93.9% !important;
    }

    .table_content8 tr:nth-of-type(1) td input {
        width: 93.9%;
    }

    .tr3_im input {
        width: 93.9% !important;
    }

    .disabled_box2 td input,
    .disabled_box2 td:nth-of-type(2) input {
        width: 83.6% !important;
    }


    .table_content8 table td .data_select {
        width: 83.6% !important;
    }

    .borderinput4 input {
        width: 83.6% !important;
    }

    .table_content8 tr .chk_8 input {
        width: auto !important;
        margin-right: -10px;
    }

    .box {
        width: 100%;
    }

    .headerPlaceSearch {
        width: 444px;
        padding: 0 10px;
    }

    .headerPlaceSearch .tit .selectBox {
        width: 137px;
    }

    .headerSearch .seachForm input[type="text"],
    .headerPlaceSearch .seachForm input[type="text"] {
        width: 154px;
    }

    .paging a,
    .paging2 a,
    .paging3 a,
    .paging4 a {
        padding: 0 6px;
    }

    .headerPlaceSearch {
        width: 350px;
    }

    #idUploadFileList {
        width: 68.4% !important;
    }

    .paging3 {
        bottom: -88px;
    }

}

@media screen and (max-width:825px) {

    .sec3_inner .service_name1 {
        padding-top: 30px;
        padding-bottom: 16px;
    }

    .nav3 img {
        width: 20%;
    }

    .btn3 a {
        padding: 4px 1px;
    }

    .scroll {
        width: 100%;
        overflow-x: auto;
        position: relative;
    }

    .scroll2 {
        width: 74%;
        overflow-x: auto;
        position: relative;
    }

    .top a img {
        width: 50%;
    }

    #header > * {
        float: none;
    }

    .header-menu {
        padding: 0;
    }

    .scroll::before,
    .scroll2::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        margin: auto;
        width: 100px;
        height: 100px;
        background: url('../images/sub/icon_scrolled.png') center no-repeat;
        background-size: 100%;
        opacity: 0.3;
    }

    .scroll > table,
    .scroll2 > table,
    .sa_top2,
    .pho_li {
        min-width: 825px;
    }

    .content > .sub-content > .list-btn > .sub-tab {
        float: none;
        border-bottom: 0;
        margin-bottom: 4px;
        margin-left: -6px;
    }

    .content > .sub-content > .list-btn > .sub-tab > li {
        width: calc(25% - 6px);
        margin-left: 6px;
        margin-bottom: 6px;
        border-bottom: 1px solid #5d5d5d;
    }

    .content > .sub-content > .list-btn > .sub-tab > li > a {
        width: auto;
    }

    .gnb3 {
        height: 468px;
    }

    .table_content17 tr:nth-of-type(3) td input,
    .table_content17 tr:nth-of-type(4) td input {
        width: 67.5%;
    }

    .disabled_box222 td input,
    .table_content17 td input {
        max-width: calc(100% - 9px);
    }


    .paging2 a {
        padding: 0 6px;
    }

}

@media screen and (max-width:767px) {
    .form_member {
        padding: 70px 14px;
        font-size: 12px;
    }

    .new_common .input1,
    .new_common .btn1,
    .new_common .btn2,
    .new_common .select1 {
        height: 54px;
        font-size: 14px;
    }

    .new_common .input1::placeholder {
        font-size: 14px;
    }

    .new_common .tit {
        font-size: 24px;
    }

    .new_common .tit_sub {
        margin-top: 21px;
        font-size: 14px;
    }

    .new_common .input_btn {
        gap: 0 5px;
    }

    .new_common .input_btn .fr {
        width: 120px;
    }

    .new_common .input_btn .fr#h_email_rechk {
        width: 76px;
    }

    .form_member.join_step1 .contents {
        width: 100%;
    }

    .form_member .contents .btn_register {
        height: 54px;
        font-size: 14px;
    }

    .form_member .sns ._aplitude_clicked_ {
        height: 54px;
    }

    .form_member .sns .kakao .txt::before {
        width: auto;
        background-size: 16px auto;
    }

    .form_member .sns .naver .txt::before {
        width: auto;
        background-size: 14px auto;
    }

    .form_member .sns .google .txt::before {
        width: auto;
        background-size: 15px auto;
    }

    .form_member .already .txt {
        font-size: 16px;
    }

    .form_member .already .txt .login {
        font-size: 16px;
    }


    .form_member #member_div {
        width: 100%;
    }

    .form_member #member_div .item_tit_area {
        margin-bottom: 12px;
    }

    .form_member #member_div .item_tit_area .item_tit {
        font-size: 14px;
    }

    .form_member #member_div .item_tit_area .item_tit.essential::after {
        width: 6px;
        height: 6px;
        background-size: 6px auto;
        top: -3px;
        right: -6px;
    }

    .form_member #member_div .radio-area {
        margin-bottom: 2px;
        width: 33.333%;
    }

    .form_member #member_div #h_email_chk {
        width: 76px;
    }

    .form_member #member_div .password_confirm {
        margin-top: 12px;
    }

    .form_member #member_div .agree_list .agree a > span:before {
        margin-top: -1px;
    }

    .form_member #member_div .agree_list .agree a span.essential::after {
        width: 6px;
        height: 6px;
        background-size: 6px auto;
        top: -3px;
        right: -6px;
    }

    .form_member #member_div .agree_list .agree a > span {
        font-size: 14px;
    }

    .form_member #member_div .agree_list .agree .fr a {
        font-size: 12px;
    }

    .form_member.join_step3 .tit_area {
        margin-bottom: 32px;
    }

    .form_member.join_step3 .contents {
        width: 100%;
    }

    .form_member.join_step3 .bot_login {
        margin-top: 41px;
        padding-top: 38px;
    }

    .row2 .btn1,
    .row3 .btn1 {
        margin-bottom: 191px;
    }

    .form_member.find_id .tit_area {
        margin-bottom: 44px;
    }

    .form_member.find_id .contents {
        width: 100%;
    }

    .form_member.find_id .tit_sub br {
        display: block;
    }

    .form_member .find_id_error_txt > span {
        font-size: 14px;
    }

    .form_member .regNumb .time {
        right: 15px;
        font-size: 14px;
    }

    .form_member .copyMail {
        padding-bottom: 14px;
        font-size: 16px;
    }

    .form_member.find_id-fin .contents {
        width: 100%;
    }

    .form_member .tosting_area .txt {
        font-size: 14px;
    }

    .form_member .flex_btns {
        gap: 14px 0;
        flex-direction: column;
    }


    .form_member.find_password .contents {
        width: 100%;
    }

    .form_member.find_password-fin .contents {
        width: 100%;
    }

    .form_member .sns ._aplitude_clicked_ .txt {
        font-size: 11px;
    }

    .form_member .sns img {
        margin-bottom: 4px;
    }

    .txtarea_8 {
        font-size: 12px;
    }

    .form_member.join_step8 {
        padding: 70px 14px 245px 14px;
        font-size: 12px;
    }

    .tip_memo {
        font-size: 14px !important;
    }


    .foot_margin {
        margin-top: 246px;
    }

    .foot_margin2 {
        margin-top: 102px;
    }

}


@media screen and (max-width:700px) {
    footer .footerTxt div {
        font-size: 10px;
    }

    .service_name1_2 img {
        bottom: 22px;
    }
}



@media screen and (max-width:690px) {
    .btn.purple {
        margin-top: -223px;
    }

    .content {
        float: none;
    }

    .sec2-info .txt1 {
        font-size: 13px;
        line-height: 20px;
    }

    .sec2-info .txt1:not(:last-child) {
        margin-bottom: 16px;
    }
}

@media screen and (max-width:688px) {
    .btn.purple {
        margin-top: -257px;
    }

    .doublechk {
        margin-left: 4px;
        width: 79%;
        height: 80px;
        line-height: inherit;
        padding-top: 24px;
        text-align: center;
    }

    #idUploadFileList {
        width: 55.4% !important;
    }

    .paging a,
    .paging2 a,
    .paging3 a,
    .paging4 a {
        font-size: 12px;
    }

    .sec4_left table tr th img {
        width: 82%;
    }

    .renewal_index .main-visual-p .slide-caption .title,
    .renewal_index .main-visual-m .slide-caption .title {
        font-size: 3.2rem;
    }

    .renewal_index .main-visual-p .slide-caption .txt,
    .renewal_index .main-visual-m .slide-caption .txt {
        font-size: 1.4rem;
        top: 189px;
    }

    .renewal_index .main-visual-p .slide-caption .go_real_site,
    .renewal_index .main-visual-m .slide-caption .go_real_site {
        padding: 15px 37px;
        font-size: 1rem;
    }

    .renewal_index .main-visual-p .slide-caption .title,
    .renewal_index .main-visual-m .slide-caption .title {

        font-size: 2.7rem;
    }


    .renewal_index .main-visual-p .slide-caption .txt,
    .renewal_index .main-visual-m .slide-caption .txt {
        font-size: 1.1rem;
        top: 166px;
    }


    .renewal_index .main-visual-p .slide-caption .go_real_site,
    .renewal_index .main-visual-m .slide-caption .go_real_site {
        padding: 10px 29px;
        font-size: 0.8rem;
        top: 16.5rem;
    }
}

@media screen and (max-width:660px) {
    .logo_g {
        width: 32.5%;
        margin-right: -5%;
        margin-top: -37px;
    }

    #content .sub-tit {
        font-size: 22px;
    }

    #content2 .sub-tit {
        font-size: 22px;
    }
}

@media screen and (max-width:640px) {

    .home,
    .home2 {
        margin-top: -17px;
    }

    .home3 {
        margin-top: -55px;
    }

}

@media screen and (max-width:620px) {

    .sec4_content4 .input-wrap2 {
        text-align: left;
        height: 48px;
        cursor: pointer;
        margin: 63px 0 25px -20px !important;
        line-height: 34px !important;
    }

    .input-wrap2 input {
        vertical-align: middle !important;
    }

    .input-wrap2 {
        height: 69px !important;
    }
}

@media screen and (max-width:615px) {

    .blue_1 img,
    .blue_2 img {
        width: 46%;
    }
}

@media screen and (max-width:600px) {
    .btn-box {
        bottom: 51px;
    }

    .sns ul {
        width: 41%;
    }

    .table_content4 table th,
    .table_content4 tr:nth-of-type(3) td,
    .table_content4 table td input,
    .table_content4 tr:nth-of-type(1) td input,
    .table_content44 table th,
    .table_content44 tr:nth-of-type(3) td,
    .table_content44 table td input,
    .table_content44 tr:nth-of-type(1) td input,
    .btn.purple,
    .btn.purple1,
    .inputfile + label,
    .disabled_box2 td input,
    .dot_list h3,
    .selectBox select,
    .headerSearch .seachForm input[type="text"],
    .headerPlaceSearch .seachForm input[type="text"],
    .table-warp > table th,
    .table-warp > table td,
    .table-warp2 > table th,
    .table-warp2 > table td,
    .table-warp3 > table th,
    .table-warp3 > table td,
    .table_content8 table th,
    .table_content8 tr:nth-of-type(1) td input,
    .table_content8 table td select,
    .table_content4 table .txtarea_1,
    .table_content4 table .txtarea_12,
    .table_content44 table .txtarea_1,
    .table_content8 table .txtarea_1,
    .table_content8 table .txtarea_2,
    .table_content4 table .txtarea_4,
    .table_content4 table .txtarea_3,
    .table_content4 table .txtarea_5,
    .gybtn a,
    .gnb3 > li,
    .search_hover3 a,
    .menulist_h3 h3,
    .btn3 a,
    .btn.purple4,
    .chk_name,
    .borderinput4 input,
    .borderinput3 input,
    .btn,
    .del,
    .paging2 a,
    .imp,
    .file_box .file_input,
    .table_content4 table .txtarea_2,
    .table_content44 table .txtarea_2,
    .paging a,
    .paging3 a,
    .paging4 a {
        font-size: 2.7vw !important;
    }

    .paging2 a {
        padding: 0 4px;
    }

    .paging2 {
        bottom: 100px;
    }

    .home,
    .home2,
    .home3,
    .bold_f,
    .dot_list p,
    .dot_list2 p {
        font-size: 1.9vw;
    }

    .table_content4 table th,
    .table_content44 table th,
    .table_content8 table th {
        padding-left: 8px;
    }

    .float-right2 {
        margin-right: 1px;
    }

    .float-right2:nth-of-type(3) {
        right: 89px !important;
    }

    .float-right2:nth-of-type(2) {
        right: 151px !important;
    }

    .float-right3 {
        margin-right: 1px;
    }

    .float-right3:nth-of-type(3) {
        right: 89px !important;
    }

    .float-right3:nth-of-type(2) {
        right: 15px !important;
    }

    .btn.purple:nth-of-type(2) {
        right: 65px;
    }

    .btn.purple:nth-of-type(3) {
        right: 130px;
    }

    .btn.purple4:nth-of-type(3) {
        right: 65px !important;
    }

    .btn.purple4:nth-of-type(2) {
        right: 131px !important;
    }

    .btn.purple4:nth-of-type(1) {
        right: 212px !important;
    }

    .topGnb h1 a img {
        width: 128%;
    }


    .sec4_left {
        margin-right: auto;
    }

    .sec4_content4 .input-wrap2,
    .sec4_content4 .input-textarea,
    .sec4_content4 .input-wrap input {
        width: 110.5% !important;
    }

    #content {
        height: 960px !important;
    }

    #content2 {
        height: 4279px !important;
    }



    .table_content55 tr td input,
    .table_content55 table th {
        font-size: 2.7vw;
    }


    .btn5 button {
        font-size: 2.7vw !important;
    }

    .imp2 h2 {
        line-height: 50px;
        padding-bottom: 13px;
    }

    .sec__2 h3 {
        font-size: 28px;
    }

    .img_wrap2 {
        width: 200% !important;
    }

    .sec4__go img {
        width: 11.5%;
    }

    .sec4__go p {
        font-size: 26px;
    }

    .seccontent2 {
        padding-top: 116px !important;
        margin-bottom: 0 !important;
    }

}

@media screen and (max-width:560px) {

    .paging2 {
        bottom: 151px;
    }

    #header > .gnb-btn {
        margin: -65px 0;
    }

    #header > * {
        float: none;
    }

    .float-right2:nth-of-type(3) {
        right: 86px !important;
    }

    .page_control {
        display: none;
    }
}

@media screen and (max-width:555px) {
    .content > h3.sub-tit {
        font-size: 3vw;
    }

    .gray_f {
        font-size: 12px;
    }

    .btn-orange,
    .btn-blue {
        width: 209px;
    }

    .sec4_content4 .input-wrap2 {
        margin: 63px 0 45px -20px !important;
    }

    .main-visual-m {
        display: block !important;
    }

    .main-visual-p {
        display: none !important;
    }

    .item img {
        width: 32% !important;
    }
}




@media only screen and (min-device-width : 360px) and (max-device-width : 479px) {

    /* mobile*/
    .topGnb2 h1 a img {
        width: 75.75%;
        margin-left: 12px;
        margin-right: 12px;
    }

    .logo_right > a > img {
        width: 14.612%;
    }

    .logo_right_a {
        width: 18%;
    }

    .infor_logo_r {
        right: -10px;
    }

    .logo_right > img {
        width: 23% !important;
    }

    .logo_right_a img {
        width: 18% !important;

    }

    .logo_right_logo3 img {
        width: 27% !important;
    }

    .big_logo img {
        margin-right: 12px;
    }

    .big_logo {
        margin-right: 3px;
    }

    .big_logo2 img {
        margin-right: 55px;
    }

    .big_logo2 {
        margin-right: 3px;
    }

    footer .footerTxt div,
    footer .footerLink ul li a,
    .family_site > li > span,
    footer .footerTxt div p {
        font-size: 2.3vw !important;
    }

    footer .footerTxt2 ul li a,
    footer .footerTxt2 div,
    footer .footerTxt2 div p {
        font-size: 13px !important;
    }

    .table_content5 table td {
        max-width: 345px;
    }

    .file_box .file_input,
    .btn_gray a,
    .file_input ul li {
        font-size: 2.7vw;
    }

    .sns ul {
        width: 51%;
    }

    .topGnb h1 a img {
        width: 190%;
    }


    #content .sub-tit {
        font-size: 22px;
    }

    #content2 .sub-tit {
        font-size: 14px;
    }

    .txt55 {
        font-size: 19px;
    }

    .gray_f {
        font-size: 2.6vw;
    }

    .home {
        font-size: 2.3vw;
        margin-top: -44px;
    }

    .home2 {
        font-size: 2.3vw;
        margin-top: -11px;
    }

    .home3 {
        font-size: 2.3vw;
        margin-top: -45px;
    }

    .sa_total,
    .sa_srch select,
    .sa_srch2 select {
        font-size: 3vw;
    }

    .sa_srch button,
    .sa_srch2 button {
        width: 71px;
        font-size: 3vw;
    }

    .sa_srch input,
    .sa_srch2 input {
        width: 117px;
        font-size: 3vw !important;
    }

    .paging2 {
        bottom: 213px;
    }

    .sa_total {
        line-height: 3.5;
    }

    .headerPlaceSearch {
        width: 268px;
    }

    .headerSearch .seachForm input[type="text"],
    .headerPlaceSearch .seachForm input[type="text"] {
        width: 93px;
    }

    .headerPlaceSearch .tit {
        padding-right: 0;
    }

    .headerPlaceSearch {
        padding: 0 10px;
    }

    .disabled_box2 td input,
    .disabled_box2 td:nth-of-type(2) input {
        width: 78.6% !important;
    }

    .table_content8 table .txtarea_1,
    .table_content4 table .txtarea_1,
    .table_content4 table .txtarea_12,
    .table_content44 table .txtarea_1,
    .table_content8 table .txtarea_2,
    .table_content4 tr:nth-of-type(1) td input,
    .table_content44 tr:nth-of-type(1) td input,
    .table_content4 table .txtarea_3 {
        width: 92% !important;
    }

    .table_content4 table td input,
    .table_content44 table td input,
    .disabled_box td:nth-of-type(2) input {
        width: 88%;
    }

    .table_content8 tr:nth-of-type(1) td input,
    .table_content8 table td select {
        width: 92% !important;

    }

    .disabled_box2 td input,
    .disabled_box2 td:nth-of-type(2) input {
        width: 75.6%;
    }

    .table_content8 table td .data_select {
        width: 75.6% !important;
    }

    .inputfile-6 + label span {
        display: initial;
        line-height: 2.7;
    }

    .float-right2:nth-of-type(3) {
        right: 84px !important;
    }

    .btn3 a {
        padding: 4px 0px;
    }

    .scroll2 {
        width: 72%;
    }

    .add_btn18 a,
    .out18 a {
        width: 30.5%;
    }


    #idUploadFileList {
        width: 43.4% !important;
    }

    .headerPlaceSearch .tit .selectBox {
        width: 116px;
    }

    .table_content8 tr .chk_8 input {
        width: auto !important;
        margin-right: 0;
    }

    .doublechk {
        padding-top: 9px;
    }

    .top_btn img {
        width: 17px;
        height: 17px;
        margin-top: -7px;
    }

    .footerLink .sns ul {
        top: 76px;
    }

    .family_site {
        top: 14px;
    }

    footer .footerLink {
        padding: 3.47% 0 3.6%;
    }

    footer .footerTxt {
        padding: 3.6% 0 23px;
    }

    footer .footerTxt2 {
        padding: 3.6% 0 23px;
    }

    .footerLink .sns ul .sns_hover {
        width: 15px;
        height: 15px;
    }

    .footerLink .sns ul li a i {
        padding-top: 0;
    }

    .footerLink .sns ul {
        top: 64px;
    }

    .family_site {
        top: 10px;
    }

    .topGnb_wrap {
        height: 55px;
    }

    .topGnb h1 {
        width: 12%;
        line-height: 56px;
    }

    .topGnb h1 a img {
        width: 207%;
    }

    .topGnb2 h1 {
        line-height: 56px;
        width: 36%;
    }

    .log {
        margin-right: 59px;
    }

    .log img {
        width: 13%;
    }

    .moreBtn {
        font-size: 10px !important;
    }

    .logingo {
        transform: translateY(30%);
    }

    #header > .gnb-btn {
        margin: -41px 0;
    }

    .headerWrap {
        height: 55px;
    }

    #content {
        height: 1005px !important;
        padding-left: 0;
    }

    #content2 {
        height: 3074px !important;
        padding-left: 0;
    }

    .gnb2 a {
        height: 55px;
        line-height: 55px;
    }

    .sec1info h2 {
        font-size: 17px;
    }

    .sec-wrap .section h3 {
        font-size: 17px;
        letter-spacing: 0;
    }

    .sec3_inner > div > h2 {
        font-size: 17px;
    }

    .sec1info h2 {
        padding-bottom: 40px;
    }

    .sec2-info {
        margin-top: 40px;
    }

    .sec1info h2 + div img {
        width: 97%;
        padding-bottom: 0;
    }


    .sec1info h2 + div + div p {
        font-size: 8px;
        margin: 24px 0;
    }

    .about4 .txt {
        font-size: 8px;
        line-height: 1.5;
        letter-spacing: 0;
        margin-top: 27px;
    }

    .about .txt {
        font-size: 8px;
        line-height: 2;
        margin-top: 21px;
        letter-spacing: 0;
    }

    .sec4-info {
        margin-top: 55px;
    }

    .btn-orange,
    .btn-blue {
        width: 93px;
        height: 28px;
        font-size: 7px;
    }

    .sec2-info {
        margin-top: 46px;
    }


    .sec2-info h4 {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .sec1info {
        padding-bottom: 0;
    }

    .sec2-info .txt1 {
        font-size: 8px;
        line-height: 13px;
    }


    .sec2-info .txt1:not(:last-child) {
        margin-bottom: 9px;
    }


    .sec2-info li:nth-child(odd) .content {
        margin-right: 14px;
    }

    .sec2-info li:nth-child(even) .content {
        margin-left: 14px;
    }

    .sec2-info li:not(:last-child) {
        margin-bottom: 60px;
    }

    .about {
        padding-top: 123px;
        padding-bottom: 0px;
    }

    .sec3_inner > div > h2 {
        padding-bottom: 65px;
        padding-top: 123px;
    }

    .sec3_inner .service_name1 {
        font-size: 9px;
    }

    .sec3_inner .service_name1_1 {
        font-size: 8px;
    }

    .sec3_inner ul li {
        padding: 0 5px;
        height: 195px;
    }

    .blue_1 {
        top: -23px;
    }

    .blue_2 {
        bottom: -18px;
    }

    .about4 {
        padding-top: 0px;
    }

    .sec4-info .notice {
        padding: 8px;
    }

    .sec4_left table tr td {
        font-size: 8px;
    }

    .sec4_left table tr {
        line-height: 1.3;
    }

    .sec4_right {
        width: 45%;
    }

    .sec4_left {
        width: 48%;
    }

    .sec4_left table tr th img {
        width: 54%;
    }

    .sec4_content4 .input-wrap input {
        height: 25px;
    }

    .sec4_content4 .input-wrap {
        margin: 4px 0;
        height: auto;

    }

    .sec4_content4 .input-wrap input,
    .sec4_content4 .input-textarea,
    .sec4_content4 .input-wrap2 {

        font-size: 8px;
    }

    .sec4_content4 .input-wrap2 {
        margin: -15px 0 25px -20px !important;
        line-height: 32px !important;
    }

    .input-wrap2 {
        height: 63px !important;
    }

    .contact-func button {
        font-size: 10px;
        line-height: 24px;
    }


    .sec4_content4 .input-textarea {
        height: 134px !important;
    }

    .sec4-info .notice {
        height: 368px;
        margin-bottom: 97px;
    }

    .input-wrap2 input {
        vertical-align: middle !important;
    }

    .item img {
        width: 25% !important;
    }

    .renewal_index .scroll-guide {
        display: none;
    }

    main-visual-m .slide-caption .title {
        font-size: 1.7rem;
    }

    .renewal_index .main-visual-m .slide-caption .title {
        font-size: 1.4rem;
        top: 201px;
    }

    .pc_ {
        display: none;
    }

    .mob_ {
        display: block;
    }

    .renewal_index .main-visual-m .slide-caption .txt {
        font-size: 0.6rem;
        top: 212px;
    }

    .renewal_index .main-visual-m .slide-caption {
        padding: 40px 12px;
    }

    .renewal_index .main-visual-m .slide-caption .go_real_site {
        padding: 4px 12px;
        font-size: 0.5rem;
        top: 17rem;
    }

    .gnb2 img {
        right: 59px;
    }

    .popup {
        width: 367px;
        top: 1%;
    }

    .new_login .social-login-text {
        padding: 12px 0 !important;
    }

    .sa_srch2 select {
        width: 90px !important;
    }

    .sa_srch2 input {
        width: 157px !important;
    }

    .sec32_h2 {
        font-size: 13px;
    }

    .tab2 li a {
        font-size: 11px;
    }

    .table_content5 table {
        font-size: 13px;
    }

    .tab3 li a,
    .faq-button span {
        font-size: 11px;
    }

    .faq-button label {
        font-size: 3.7vw;
    }

    .faq label {
        width: 28px;
    }

    .accordion div {
        padding: 10px 10px 10px 53px;
        font-size: 11px;
    }

    .logo_g img {
        width: 16%;
        margin-right: 37%;
        margin-top: 22px;
    }

    .form_member .sns ._aplitude_clicked_ .txt {
        font-size: 7px;
    }

    .form_member #member_div .agree_all {
        position: relative;
        padding: 20px 10px 20px 10px;
    }


    .form_member #member_div .agree_all li {
        padding-right: 4px;
    }

    .form_member {
        font-size: 11px;
    }

    .form_member .sns img {
        margin-bottom: 0;
    }

    .table_content44 tr:nth-of-type(2) td input {
        width: 96%;
    }

    .comment_post .info .lev,
    .comment_post2 .info .lev,
    .dreg,
    .dreg2,
    .comment_post .info .cont,
    .comment_post2 .info .cont,
    .bottom_txt2,
    .reply-write .write textarea,
    .write2 textarea {
        font-size: 2.7vw;
    }

    .reply-write .write {
        width: 100%;
    }

    .write2 {
        width: 66%;
    }

    .gy_font55,
    .small_pointtxt_f {
        font-size: 2.9vw;
    }

    .tip_memo {
        font-size: 12px !important;
    }

    .sm_h,
    .sm_f,
    .txt0,
    .txt2 {
        font-size: 13px
    }

    .imp2 h2 {
        font-size: 30px;
        line-height: 41px;
    }

    .sec__2 h3 {
        font-size: 23px;
    }

    .sec__2inr img {
        width: 95%;
    }

    .img_wrap2 {
        width: 87% !important;
    }

    .txt12 {
        font-size: 12px;
    }

    .sec3__ar {
        margin-top: 207px;
    }

    .sec3__ar ul li img {
        width: 10%;
    }

    .sec4__go p {
        font-size: 22px;
    }

    .btn-go {
        width: 117px;
        height: 34px;
        font-size: 14px;
    }

    .sec4__go {
        padding: 23px 0;
    }

    #header .gnb-btn {
        right: 15px;
    }
}


/*상단 메뉴개수 늘고 줄을때 사용*/
/*gnb2개일경우 사용*/

/*
#tm li.th1 {
    width:252.4px;
}

#tm li.th1 .gnb_cont {
    width: 252.4px;
}
*/

/*gnb3개일경우 사용*/

/*
#tm li.th1 {
    width: 217.4px;
}

#tm li.th1 .gnb_cont {
    width: 217.4px;
}
*/


/*gnb4개일경우 사용*/



#tm li.th1 {
    width: 177.4px;
}

#tm li.th1 .gnb_cont {
    width: 177.4px;
}



/*gnb5개일경우 사용*/


/*
.topGnb h1 {
    width: 15%;
}

#gnb {
    width: 72%;
}

.topGnb h1 a img {
    width: 66.67%;
}

#tm li.th1 {
    width: 176.4px;
}

#tm li.th1 .gnb_cont {
    width: 176.4px;
}

@media screen and (max-width: 1450px) {
    #gnb {
        width: 74%;
    }

    .topGnb h1 {
        width: 8%;
    }

    .topGnb h1 a img {
        width: 102%;
        transform: translateY(77%);
    }
}


@media screen and (max-width: 1202px) {
    .topGnb h1 a img {
        width: 160.02% !important;
    }
}

@media screen and (max-width: 850px) {
    .topGnb h1 a img {
        width: 256% !important;
    }
}

@media screen and (max-width: 600px) {
    .topGnb h1 a img {
        width: 256% !important;
        transform: translateY(89%);
    }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 479px){
.topGnb h1 a img {
    width: 310.5% !important;
    transform: translateY(8%);
}
}
*/


/*gnb에 대한 서브메뉴가4개일경우*/

#tm li.th1 .gnb_cont {
    height: 174px;
}

.Hmenu-bg {
    height: 196px;
}

/*gnb에 대한 서브메뉴가5개일경우*/
/*
#tm li.th1 .gnb_cont {
    height: 208px;
}
.Hmenu-bg {
    height: 230px;
}
*/

/*gnb에 대한 서브메뉴가6개일경우*/
/*
#tm li.th1 .gnb_cont {
    height: 241px;
}
.Hmenu-bg {
    height: 263px;
}
*/

/*gnb에 대한 서브메뉴가7개일경우*/
/*
#tm li.th1 .gnb_cont {
    height: 277px;
}
.Hmenu-bg {
    height: 299px;
}
*/

/*gnb에 대한 서브메뉴가8개일경우*/
/*
#tm li.th1 .gnb_cont {
    height: 310px;
}
.Hmenu-bg {
    height: 332px;
}
*/

/*gnb에 대한 서브메뉴가9개일경우*/

/*
#tm li.th1 .gnb_cont {
    height: 344px;
}
.Hmenu-bg {
    height: 366px;
}


*/







/*gnb-menu구분표시추가*/

#tm li.th1 > a:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1.5px;
}

#tm li.th1:last-child > a:before {
    content: none;
}

#tm li.th1 > a {
    height: 40px;
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 1.01rem;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    line-height: 99px;
}

#tm li.th1:last-child .gnb_depth2 {
    border-right: 1px solid #dbdbdb;
}

#tm li.th1 .gnb_cont,
#tm li.th1 .gnb_cont ul.gnb_depth2 {
    z-index: -1;
}


.Hmenu-bg {
    display: none;
    position: absolute;
    left: 0;
    top: 77px;
    z-index: -9;
    width: 69.8%;
    background: #fff;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 31px 0 0 20px;
}

.tit_hm {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
}

.Hmenu-bg p {
    font-size: 14px;
    text-align: center;
    width: 158px;
    margin-top: 1%;

}

.Hmenu-bg .img_1 {
    width: 130px;
    margin-top: 1.5%;
    padding-left: 23px;
}


/*공통팝업*/

.pop_bg1 {
    z-index: 999999999;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    display: none;

}

.popup1 {
    position: absolute;
    top: 11%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 560px;
    border-radius: 5px;
}

.modal-title {
    position: relative;
    padding: 12px 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    overflow: hidden;
    background-color: #fe9720;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.modal-title h3 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    line-height: normal;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.modal-text {
    font-size: 14px;
    padding: 18px 15px;
    overflow-y: auto;
    text-align: center;
}

.modal-buttons {
    padding: 10px 15px;
    text-align: right;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.modal-btn {
    background-color: #fcfcfc;
    border-color: #c9c9c9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    display: inline-block;
    padding: 8px 12px;
    outline: none;
    border: 1px solid #ddd;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    *font-weight: normal;
    font-weight: bold;
    line-height: normal;
    color: #555;
    border-radius: 0;
    vertical-align: middle;
}

.modal-btn:hover {
    color: #fe9720;
}



/*더보기버튼*/
.f-day {
    width: 25%;
    text-align: center;
    display: inline-block;
    color: #777;
}


@media (min-width: 1024px) {


    .more > li {
        font-size: 21px;
    }

    .f-day {
        text-align: left;
    }
}

@media (min-width: 530px) {


    .more > li {
        width: 100%;
        font-size: 21px;
    }

    .moreBtn {
        width: 80%;
        margin: 20px auto;
        font-size: 21px;
        padding: 10px 0;
    }
}

.moreBtn {
    width: 20%;
    margin: 1vw auto;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 1% 0;
    cursor: pointer;
}


.f_arrow {
    width: 20px !important;
    display: inline-block;
}
