@charset "utf-8";


@font-face {
    font-family: 'Cafe24Ssurround';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24Ssurround.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* css setting start */
.sec-wrap,
.sec-header,
.sec-content,
.sec-footer {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* contents */
.wr {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.wr.full {
    max-width: 100%;
}

/* css setting end */
.mt-20 {
    margin-top: 20px;
}


/****************************************** header ******************************************/
.sec-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    height: 110px;
    text-align: left;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    overflow: hidden;
    text-align: center;
}

/* mouseover */
.sec-header.on {
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
    border-bottom: 0;
}

.sec-header.on .nav:after {
    display: none;
}

.sec-header.on .nav > li h2 a {
    color: #000;
}

/*
.sec-header.on .nav > li > h2 a {
    color: #333;
}
*/

.sec-header .logo {
    display: block;
    width: 238px;
    height: 76px;
    background: url(../../images/logo.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50px;
    top: 20px;
    background-size: 100%;
}

.sec-header.on .logo {
    background-image: url(../../images/logo-b.png);
}

.sec-header:after {
    opacity: 0;
    transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
}

.sec-header:before {
    content: '';
    width: 100%;
    height: 110px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
}

/* menu */
.nav {
    display: inline-block;
}


.nav h2 {
    font-weight: 700;
    cursor: pointer;
}

.nav > li {
    float: left;
}

.nav > li h2 {
    color: #fff;
    font-size: 22px;
    padding: 0 22px;
	
}

.nav > li h2 a {
	font-family: 'Cafe24Ssurround';
    line-height: 110px;
    font-weight: 700;
    color: #fff;
    transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
}

.nav > li > ul {
    width: 100%;
    height: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 110px;
    left: 0;
    text-align: center;
}

.nav > li > ul > li {
    display: inline-block;
    text-align: left;
    padding: 0 35px 0 0;
    opacity: 0;
    transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
}

.nav > li > ul > li > a {
    display: block;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    color: #666;
}

.nav > li > ul > li > a:hover {
    color: #ec6c00;
}

.nav > li.open h2 {
    position: relative;
}

.nav > li.open h2:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #ec6c00;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 30px;
    margin-left: -2.5px;
}

/*.nav > li.open .depth-1 {
    height: 108px;
}

.nav > li.open .depth-2 {
    height: 108px;
}

.nav > li.open .depth-3 {
    height: 108px;
}

.nav > li.open .depth-4 {
    height: 108px;
}

.nav > li.open .depth-5 {
    height: 108px;
}*/

.nav > li.open ul {
    padding: 30px;
    border-top: 1px solid #eee;
}

.nav > li.open ul > li {
    opacity: 1;
}


.sign_list {
    position: absolute;
    top: 0;
    right: 120px;
}

.sign_list a {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    float: left;
    line-height: 110px;
}

.on .sign_list a {
    color: #333;
}

.sign_list a.adm_login {
    color: #ec6c00;
}

/* sitemap */
.btn-category {
    position: absolute;
    top: 43px;
    right: 50px;
    width: 40px;
    height: 24px;
    cursor: pointer
}

.btn-category .bar {
    position: absolute;
    left: 0;
    width: 100%;
    width: 100%;
    height: 2px;
    border: 0;
    background: #fff;
    transition: opacity 0.3s, top 0.3s, transform 0.5s;
    transition-delay: 0.3s, 0.3s, 0s
}

.on .btn-category .bar {
    background: #000;
}

.btn-category .bar:nth-child(1) {
    top: 0;
    transform: rotate(0)
}

.btn-category .bar:nth-child(2) {
    top: 11px;
    opacity: 1
}

.btn-category .bar:nth-child(3) {
    top: 22px;
    transform: rotate(0)
}

.btn-category.map {
    right: 67px;
}

.btn-category.map .bar {
    background: #000;
    transition: background 1s, opacity 0.3s, top 0.3s, transform 0.5s;
    transition-delay: 0s, 0s, 0s, 0.3s;
}

.btn-category.map .bar:nth-child(1) {
    top: 11px;
    background: #000;
    transform: rotate(-45deg)
}

.btn-category.map .bar:nth-child(2) {
    opacity: 0
}

.btn-category.map .bar:nth-child(3) {
    top: 11px;
    background: #000;
    transform: rotate(45deg)
}

#sitemap {
    position: fixed;
    top: 110px;
    right: -100%;
    width: 100%;
    height: calc(100% - 110px);
    background: #fff;
    padding: 50px 20px;
    z-index: 10;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    overflow: hidden;
    overflow-y: auto;
    z-index: 999999;
}

#sitemap > ul {
    max-width: 1280px;
    overflow: hidden;
    margin: 0 auto;
}

#sitemap > ul > li {
    float: left;
    width: 25%;
    padding: 0 10px;
}

#sitemap > ul > li h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

#sitemap > ul > li h3 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 0 0 10px
}

#sitemap > ul > li > ul > li {
    margin: 30px 0;
}

#sitemap > ul > li > ul > li > a {
    color: #999;
    font-size: 16px;
    padding: 7px 0;
    display: block;
}

#sitemap > ul > li h3 > a:hover {
    color: #ec6c00;
}

/*#sitemap > ul > li > ul > li > a:hover {
    color: #910000;
}*/

#sitemap.open {
    right: 0;
}

.sec-header.stm-hd {
    background: #fff
}

.sec-header.stm-hd .logo {
    background-image: url(../../images/logo-b.png);
}

.sec-header.stm-hd .nav {
    display: none;
}

.sec-header.stm-hd .sign_list {
    display: none;
}

.scr {
    overflow-y: hidden;
}

/****************************************** main ******************************************/
#main .cont-wr {
    padding: 35px 0;
}

/* main-visual */
#main .main-visual {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#main .main-visual .main-slide {
    width: 100%;
    height: 100%;
}

.main-slide .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-slide .swiper-slide:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    content: '';
}

.main-slide .main-bg-1 {
    background-image: url(../../images/main-visual01.jpg);
}

.main-slide .main-bg-2 {
    background-image: url(../../images/main-visual02.jpg);
}

.main-slide .main-bg-3 {
    background-image: url(../../images/main-visual03.jpg);
}


.main-visual .slide-btn-wrap {
    display: block;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 4%;
}

.main-visual .slide-btn-wrap .main-swiper-pagination {
    font-size: 14px;
    display: inline-block;
    width: auto;
    color: rgba(0, 0, 0, 0);
    font-weight: 400;
}

.main-visual .slide-btn-wrap .main-swiper-pagination span {
    color: #ccc;
    padding: 0 5px;
    line-height: 35px;
}


.main-visual .slide-btn-wrap .main-swiper-button-prev {
    display: inline-block;
    background-image: url(../../images/prev.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 35px;
    cursor: pointer;
    margin-right: 22px;
}

.main-visual .slide-btn-wrap .main-swiper-button-next {
    display: inline-block;
    background-image: url(../../images/next.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 35px;
    cursor: pointer;
}

#main .main-visual .slide-text {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#main .main-visual .slide-text h3 {
    text-align: center;
    padding: 14px 0;
}

#main .main-visual .slide-text h3 img {
    max-width: 100%;
}

#main .main-visual .slide-text p {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
}

#main .main-visual .slide-text p span {
    display: block;
    font-size: 35px;
    letter-spacing: -0.1em;
    font-weight: 500;
    color: #fff;
    padding: 8px 0;
}

#main .search {
    display: block;
    position: absolute;
    top: 74%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 52.8%;
    background-color: #fff;
    height: 85px;
    border-radius: 42.5px;
}

#main .search .keyword {
    width: 100%;
    height: 85px;
    padding-left: 45px;
    border-radius: 42.5px;
    border: 0;
    font-size: 22px;
}

#main .search .search_btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(0.75);
    width: 85px;
    height: 85px;
    border: 0;
    font-size: 22px;
    border-radius: 42.5px;
    background-color: #ec6c00;
    text-indent: -9999em;
    background-image: url(../../images/search_btn.png);
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: center;
}

/* cont 01 */
#main .cont-01 {
    padding: 0;
    overflow: hidden;
}

#main .cont-01 .wr {
    padding: 60px 0;
}

#main .cont-01 .cont-01_logo {
    padding: 40px 0;
    text-align: center;
}

#main .cont-01 .cont-01_txt {
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 40px;
}

#main .cont-01 .quick_banner {
    width: 100%;
    padding: 20px 0;
    float: left;
}

#main .cont-01 .quick_banner .bn {
    width: 33.333%;
    float: left;
    padding: 0 80px;
    text-align: center;
}

#main .cont-01 .quick_banner .bn .bn-txtBox {
    width: 100%;
    padding: 20px 30px;
}

#main .cont-01 .quick_banner .bn .bn-txtBox p {
    font-size: 16px;
	word-break:keep-all
}

#main .cont-01 .quick_banner .bn .bn-txtBox p span {
    display: block;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    color: #000;
}

#main .cont-01 .quick_banner .bn a {
    display: inline-block;
    background-color: #999;
    color: #000;
    padding: 15px 50px;
    transition: .2s;
}

#main .cont-01 .quick_banner .bn a:hover {
    background-color: #ddd;
}

/* cont 02 */
#main .cont-02 {
    background-color: #f4f5f9;
    padding: 0;
}

#main .cont-02 .wr {
    padding-top: 60px;
    position: relative;
    text-align: center;
}

#main .cont-02 .cont-02_icons_wrap {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    overflow: hidden;
}

#main .cont-02 .cont-02_icons_wrap .icon_wrap {
    width: 40%;
    margin-right: 20%;
    float: left;
    text-align: center;
}

#main .cont-02 .cont-02_icons_wrap .icon_wrap:last-of-type {
    margin-right: 0;
}

#main .cont-02 .cont-02_icons_wrap .icon_wrap p {
    padding: 20px 0;
    font-size: 18px;
    font-weight: 900;
    color: #000;
}

/* cont 02 */
#main .cont-03 {
    position: relative;
    padding: 0;
    background-color: #185aa9;
}

#main .cont-03:after {
    display: block;
    position: absolute;
    top: -45px;
    left: 50%;
    z-index: 1;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 45px solid #185aa9;
    content: '';
}

#main .cont-03 .wr {
    padding: 80px 0;
}

#main .cont-03 p.cont-03_subTit {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

#main .cont-03 h2.cont-03_tit {
    text-align: center;
    font-size: 55px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 120px;
}

#main .cont-03 h2.cont-03_tit strong {
    font-size: 68px;
    font-weight: 700;
    margin-top: 20px;
}

#main .cont-03 .cont-03_item {
    width: 30%;
    margin-left: 13.3333%;
    text-align: center;
    float: left;
}

#main .cont-03 .cont-03_item a{
    display: block;
}

#main .cont-03 .cont-03_item img{
   margin-top: 20px;
}

#main .cont-03 .cont-03_item p {
    padding: 40px 0;
    font-size: 14px;
    font-weight: 100;
    color: #ccc;
    line-height: 1.6;
}

#main .cont-03 .cont-03_item p span {
    display: block;
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

/* cont 02 */
#main .cont-04 {
    padding: 80px 0;
}

#main .cont-04 .wr {}

#main .cont-04 .cont-04_box {
    position: relative;
    width: 50%;
    float: left;
    padding: 40px;
}

#main .cont-04 .cont-04_box h3 {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px;
}

#main .cont-04 .cont-04_box a.more {
    float: right;
    width:20px;
    height:20px;
}

#main .cont-04 .cont-04_box a.more img{
   width:100%;
}

#main .cont-04 .cont-04_box ul{
    width:100%;
    padding-left: 30px;
}


#main .cont-04 .cont-04_box ul li{
    margin-bottom: 40px;
}

#main .cont-04 .cont-04_box ul li:last-of-type{
    margin-bottom: 0;
}

#main .cont-04 .cont-04_box ul li p{
    display: inline-block;
    margin-right: 60px;
    font-size: 12px;
}

#main .cont-04 .cont-04_box ul li p span{
    display: block;
    font-size: 22px;
    color:#ca3140;
}

#main .cont-04 .cont-04_box ul li a{
    font-size: 16px;
    line-height: 1.5;
}


#main .cont-04 .cont-04_box ul li p span{
    display: block;
    font-size: 22px;
    color:#ca3140;
}
/****************************************** footer ******************************************/
.sec-footer {
    margin-bottom: 30px;
}

.sec-footer .wr {
    position: relative;
    padding: 5px 0;
}

.sec-footer .ft-logo {
    display: block;
    position: absolute;
    left: 20px;
    top: 5px;
    width: 178.5px;
    height: 57px;
    background: url(../../images/logo-g.png) no-repeat center;
    background-size: contain;
    background-size: 100%;
}

.sec-footer .ft-info-text {
    display: block;
    margin-left: 240px;
    padding-left: 40px;
    font-size: 14px;
    color: #222;
    font-weight: 300;
}

.sec-footer .ft-info-text p {
    padding: 6px 0;
}

.sec-footer .ft-info-text p span{
    margin-right: 18px;
}

.sec-footer .ft-info-text p.copyright {
    margin-top: 8px;
    font-size: 11px;
    font-weight: 500;
    color:#222;
}

.sec-footer .fMenu {
    position: relative;
    margin-bottom: 27px;
    padding: 10px 0;
}

.sec-footer .fMenu ul:after {
    display: block;
    clear: both;
    content: ''
}

.sec-footer .fMenu ul li {
    float: left;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
}

.sec-footer .fMenu ul li a:hover {
    color: #ec6c00
}

.sec-footer .fMenu .btn_top {
    position: absolute;
    top: 15px;
    right: 10px
}




/****************************************** EN 영문버전 ******************************************/
