html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

html {
    width: 1920px;
    margin: 0 auto;
}

body {
	line-height: 1;
    font-family: 'Pretendard-Regular';
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.button {
    display: block;
    color: white;
    font-size: 20px;
    border-radius: 30px;
    width: 200px;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
}

.btn_r {
    background-color: #c70026;
}

.btn_b {
    background-color: black;
}

.btn_w {
    box-shadow: 0 0 0 1px black;
    color: black;
}

.scrollLock {overflow: hidden;}

body::-webkit-scrollbar {
    width: 0;
    height: 10px;
}
body::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 12px 12px 12px 12px;
}

.wrap {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 96px auto 0;
    position: relative;
}

.container {
    width: 100%;
    padding: 0 255px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#bo_list {
    padding: 50px 250px;
}

#bo_gall {
    padding: 50px 250px;
}

#bo_w {
    padding: 50px 250px;
}

#bo_v {
    padding: 50px 250px;
}

@keyframes zoomOut {
    0% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/*header*/
.hd-container{width: 100%; max-width: 1720px; margin: 0 auto;}
#m-hd{position:fixed; top:0; width: 1920px; padding:0; height:96px; z-index: 9500; transition-duration: 0.2s; background-color: #fff;}
/* #m-hd:hover{background: #fff;} */
#m-hd:after{content:""; display:block; clear:both}
#m-hd #m-logo{position: absolute; /*width: 70%;*/ top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); z-index: 9000;}
#m-hd #mobile-menu.active span{background-color: #000;}
#m-hd .container{height: 100%;}
/* #m-hd .container{top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%);} */
/* #admin-join{position: fixed; right:0; top:120px; z-index: 9999;}
#admin-join a{display:block; padding:15px; color:#fff;}
#admin-join .logout{background:#000}
#admin-join .admin-icon{background:#ff3746} */

#m-hd #m-nav {display:flex; align-items: center; justify-content: flex-end;}
#m-hd #m-nav::after{content:""; display:block; clear:both}
/* #lang-nav{position:absolute; top:50%; right:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); z-index: 9000;} */
#lang-nav li{float:left; position:relative;}
/* #lang-nav li::before{content:""; display:block; position:absolute; width:1px; height:14px; background:#fff; left:-15px; top:5px;} */
#lang-nav li:first-child{margin-left:0 }
#lang-nav li:first-child::before{display:none;}

#lang-nav li{display: flex; width: 80px;  height: 40px;  justify-content: space-between;  padding: 10px;}
#lang-nav li p{font-size:14px; font-weight: 300; color:#fff; opacity:0.6;}
#lang-nav li p.active{color:#000; opacity:1;}


#m-hd #m-gnb{display:flex; align-items: center; justify-content: center; white-space: nowrap;}
#m-hd #m-gnb > li{text-align:center; margin-right:70px; position: relative;}
#m-hd #m-gnb > li:last-child{margin-right: 0;}
#m-hd #m-gnb > li > a{font-size:20px; font-weight:700; margin:0 auto; display:block; color:#000; box-sizing:border-box; position:relative; line-height:96px; position: relative;}
#m-hd #m-gnb > li > a{color:#000;}
/* #m-hd:hover #m-gnb > li > a{color:#fff;} */
#m-hd #m-gnb > li:hover > a{color:#c70026 !important}
#m-hd #m-gnb .lnb{position:absolute; width:230px; /*background:rgba(0, 0, 0, 0.8);*/background: white; left: 50%;transform: translateX(-50%); display:none; top: 96px; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top: 1px solid #c70026;}
#m-hd #m-gnb > li:hover .lnb{display:inline-block; box-shadow: 3px 3px 3px gray; }
#m-hd #m-gnb .lnb li:last-child{margin-right:0px }
#m-hd #m-gnb .lnb li a{display:block; padding:23px 0; font-size:22px; color:#b6b6b6;  font-weight: 500;}
#m-hd #m-gnb .lnb li a:hover{color:#c70026}
#m-hd #m-gnb .lnb li a p{margin-top:7px;}
#m-hd #m-gnb .lnb li:last-child a p{margin-bottom:7px;}

/* 언어 */
.etc-nav{display:flex; align-items: center; justify-content: space-around; width: 60px;}
/* .etc-nav li{} */
#lang-nav{width: 100%; border: 1px solid #bfbfbf; background-color: fff; border-radius: 50px;}
#lang-nav.clicked{
    background-color: #000;
}

#all-menu{display:none;}
#mobile-btn{display:block; cursor: pointer; margin-right:25px; position: absolute; right:0; top:38px; display:none;}

#mobile-menu-open{width:32px; height: 21px; }
#mobile-menu-open,
#mobile-menu-open span {display: inline-block; transition: all .2s;box-sizing: border-box;}
#mobile-menu-open {position: relative;}
#mobile-menu-open span {position: absolute; right: 0; width: 100%; height: 3px; background-color: #000;}

#m-hd.color-change #mobile-menu-open span{background:#000;}
/* #m-hd:hover #mobile-menu-open span{background:#000;} */
/* #m-hd.sub-hd{position: relative;} */
#m-hd.sub-hd #m-gnb > li > a{color:#000;}
#m-hd.sub-hd #mobile-menu-open span{background:#000;}
#m-hd.sub-hd #lang-nav li a{color:rgba(0, 0, 0, 0.4)}
#m-hd.sub-hd #lang-nav li a.active{color:#000}
#m-hd.sub-hd #lang-nav li::before{background:#000;}
#m-hd.hd-fixed #mobile-menu-open span{background:#000;}

#mobile-menu-open span:nth-of-type(1) {top: 0; width:calc(100% - 7px); }
#mobile-menu-open span:nth-of-type(2) {top: 9px;}
#mobile-menu-open span:nth-of-type(3) {bottom: 0; width:calc(100% - 7px);}
#mobile-menu-open:hover span:nth-of-type(1),
#mobile-menu-open:hover span:nth-of-type(3){width:100%;}
#mobile-menu-open.active span{background-color: #555;}
#mobile-menu-open.active span:nth-of-type(1) {-webkit-transform: translateY(14px) rotate(-45deg); transform: translateY(14px) rotate(-45deg);}
#mobile-menu-open.active span:nth-of-type(2) {opacity: 0;}
#mobile-menu-open.active span:nth-of-type(3) {-webkit-transform: translateY(-14px) rotate(45deg);transform: translateY(-14px) rotate(45deg);}


#mobile-menu-close,
#mobile-menu-close span {display: inline-block; transition: all .4s;box-sizing: border-box;}
#mobile-menu-close {position: absolute; width: 30px; height: 30px; right:0 }
#mobile-menu-close span {position: absolute; left: 0; width: 100%; height: 3px; background-color: #000; border-radius: 2px}

#mobile-menu-close span:nth-of-type(1) {top:14px; transform: rotate(45deg);}
#mobile-menu-close span:nth-of-type(2) {top:14px;transform: rotate(-45deg);}

#all-menu{position:fixed; display:block; background:#fff; width:100%;  height:100%; z-index:9500; top:0; right:-100%; opacity:0;  background:rgba(0, 0, 0, 0.9 ); width:100%;}
#menu-box{height: 100%; display:flex; align-items:center; justify-content: center; overflow: auto; padding-top: 50px;}

#all-menu #all-gnb > li > a{padding:50px 0 0; font-size:42px; display:block; text-align:left; color:#000; font-weight:700}
#all-menu #all-gnb > li {margin-bottom: 30px;}

#all-gnb ul a{font-size:15px; font-weight: 500; color:#aaa; display:block;}
#all-gnb ul > li{padding:8px 0}
#all-menu #all-nav{ position:relative; width:80%; height: 100%;}
#all-menu #all-gnb .lnb{display:none;}
#all-menu #all-gnb .lnb li{margin-right:45px;}
#all-menu #all-gnb .lnb li a{ font-size:22px; color:#fff; font-weight: 700;}
#all-menu #all-gnb .lnb li a:hover{color:#e84b18; background: none;}
#all-menu #all-gnb .lnb li:last-child {margin-right:0;}

#mobile-lang-nav{margin-bottom:20px;}
#mobile-lang-nav li{float:left; margin-right:30px;}
#mobile-lang-nav li a{padding:10px 0; font-size:22px;  color:#000; opacity: 0.3; font-weight: 700;}
#mobile-lang-nav li:last-child{margin-right:0px;}
#mobile-lang-nav li a.active{opacity:1;}

footer {
    background-color: #282728;
    color: white;
    font-size: 16px;
    padding: 35px 255px 27px;
    box-sizing: border-box;
}
footer .top {
    display: flex;
    justify-content: space-between;
}
footer .top .right .fs {
    margin-top: 17px;
    font-size: 18px;
    border: 1px solid white;
    padding: 15px;
    box-sizing: border-box;
}

footer .top .right .fs p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .top .right .fs p:after {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url('../img/fs_icon.png');
}

footer .bottom {
    margin-top: 28px;
    border-top: 1px solid #3c3c3c;
    padding-top: 25px;
    box-sizing: border-box;
}

.main {
    position: relative;
}

.main .top {
    display: flex;
    height: 513px;
    width: 100%;
    justify-content: center;
    
    position: relative;
    overflow: hidden;
    border-radius: 87px;
}

.main .top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/m_top.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -10;
    animation: zoomOut 3s ease-in-out 1;
    animation-fill-mode: forwards;
}

.main .main_menu {
    display: flex;
    width: 100%;
    max-width: 1410px;
    height: 115px;
    background-color: #c70026;
    justify-content: space-between;
    align-items: center;
    border-radius: 58px;
    padding: 0 86px;
    box-sizing: border-box;
    position: absolute;
    /* bottom: -12.5%; */
    top: 32.5%;
    z-index: 10;
}

.main .main_menu .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 20px;
}

.main .top .main_menu .menu p {
    margin-top: 11px;
}

.main .section1 {
    margin-top: 95px;
    width: 100%;
    max-width: 1410px;
    display: flex;
    justify-content: space-between;
}

.main .section1 .left {
    padding: 57px 0 47px;
    box-sizing: border-box;
}

.main .section1 .left .text {
    margin-bottom: 60px;
}

.main .section1 .left .text p:first-child {
    font-size: 20px;
    color: #c70026;
}

.main .section1 .left .text p:nth-child(2) {
    font-size: 36px;
    color: black;
    font-weight: bold;
    margin: 20px 0 45px;
}

.main .section1 .left .text p:nth-child(2) span {
    color: #c70026;
}

.main .section1 .left .text p:last-child {
    font-size: 20px;
    line-height: 30px;
    color: #8c8c8c;
}

.main .section1 .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main .section1 .right .content {
    height: 180px;
    width: 688px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    padding: 0 58px 0 66px;
    background-size: 100%;
    background-position: center center;
    border-radius: 40px;
    transition: background-size .3s ease;
    -moz-transition: background-size .3s ease;
    -web-kit-transition: background-size .3s ease;
}

.main .section1 .right .content:hover {
    background-size: 120%;
}

.main .section1 .right a:first-child .content {
    background-image: url('../img/m_content1.png');
}

.main .section1 .right a:last-child .content {
    background-image: url('../img/m_content2.png');
}

.main .section1 .right .content .text {
    display: flex;
    flex-direction: column;
}

/* .main .section1 .right .content .text:after {
    content: '';
    display: block;
    width: 26px;
    height: 46px;
    background-image: url('../img/arrow.png');
    background-repeat: no-repeat;
} */

.main .section1 .right .content .text .title {
    width: 148px;
    background-color: #c70026;
    border-radius: 15px;
    text-align: center;
    font-size: 16px;
    padding: 7px 0;
    box-sizing: border-box;
    margin-bottom: 20px;
    line-height: normal;
    height: 30px;
}

.main .section1 .right .content .text p {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

.main .section2 {
    margin-top: 46px;
    display: flex;
    flex-wrap: wrap;
    height: 180px;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f7;
    width: 100%;
    padding: 0 255px;
    box-sizing: border-box;
}

.main .section2 .text p:first-child {
    font-size: 18px;
    color: #c70026;
    margin-bottom: 20px;
}

.main .section2 .text p:last-child {
    font-size: 32px;
    font-weight: bold;
}

.main .section2 .text p:last-child span {
    color: #c70026;
}

.main .section2 .buttons {
    display: flex;
    align-items: center;
}

.main .section2 .buttons a {
    margin-left: 40px;
}

.main .section3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1410px;
    padding: 45px 0 41px;
    box-sizing: border-box;
}

.sub01 .top {
    display: flex;
    height: 268px;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    color: white;
    font-size: 42px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 87px;
}

.sub01 .top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/sub01_top.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -10;
    animation: zoomOut 3s ease-in-out 1;
    animation-fill-mode: forwards;
}

.sub01 .sub_menu {
    display: flex;
    width: 100%;
    max-width: 937px;
    height: 79px;
    background-color: #c70026;
    justify-content: space-between;
    align-items: center;
    border-radius: 58px;
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    /* top: 21%; */
    top: 225px;
}

.sub01 .sub_menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 225px;
    height: 59px;
    border-radius: 30px;
}

.sub01 .sub_menu a.slct {
    background-color: white;
} 

.sub01 .sub_menu a.slct p {
    color: black;
}

.sub01 .sub_menu p {
    color: white;
    font-size: 20px;
}

.sub01 h2 {
    font-size: 32px;
    font-weight: bold;
    display: flex;
}

.sub01 h2:before {
    content: '';
    display: block;
    width: 4px;
    height: 29px;
    background-color: #c70026;
    margin-right: 20px;
}

#sub0101 .section {
    display: flex;
    margin: 164px 0 144px;
}

#sub0101 .section .img img {
    transition: all .3s;
}

#sub0101 .section .img img:hover {
    transform: scale(1.2);
}

#sub0101 .section .img {
    /* width: 649px; */
    margin-right: 70px;
    width: 46%;
    height: 511px;
    overflow: hidden;
    border-radius: 60px;
}

#sub0101 .section .text p:first-child {
    font-size: 24px;
    line-height: 34px;
    border-bottom: 1px solid #dee2e7;
    padding-bottom: 30px;
    box-sizing: border-box;
}

#sub0101 .section .text p:first-child span {
    color: #c70026;
}

#sub0101 .section .text p:nth-child(2) {
    margin-top: 36px;
    font-size: 18px;
    line-height: 28px;
}

#sub0101 .section .text p:nth-child(3) {
    margin-top: 44px;
    font-size: 18px;
    line-height: 28px;
}

#sub0101 .section .text p:last-child {
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-top: 52px;
}

#sub0102 .section1 {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 164px 0 86px;
    box-sizing: border-box;
}


#sub0102 .section1 .img img {
    transition: all .3s;
}

#sub0102 .section1 .img img:hover {
    transform: scale(1.2);
}

#sub0102 .section1 .img {
    /* width: 649px; */
    margin-right: 88px;
    width: 49%;
    height: 323px;
    overflow: hidden;
    border-radius: 60px;
}

#sub0102 .section1 .text p:first-child {
    font-size: 32px;
    border-bottom: 1px solid #dee2e7;
    padding-bottom: 28px;
    margin-bottom: 33px;
    font-weight: bold;
}

#sub0102 .section1 .text p:last-child {
    font-size: 18px;
    line-height: 28px;
}
#sub0102 .section2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 89px;
}

#sub0102 .section2 p:nth-child(2) {
    font-size: 24px;
    color: #4c4c4c;
    margin: 47px 0 28px;
}

#sub0102 .section2 p:last-child {
    font-size: 18px;
    margin-top: 31px;
}

#sub0102 .section2 p:last-child span {
    font-size: 16px;
    background-color: #c70026;
    border-radius: 17px;
    color: white;
    padding: 10px 20px;
    margin-right: 19px;
    box-sizing: border-box;
}

#sub0102 .section3 {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 91px;
}

#sub0102 .section3 .content {
    display: flex;
    margin-top: 49px;
    align-items: center;
}

#sub0102 .section3 .content img:nth-child(2) {
    height: 412px;
    margin: 0 35px 0 40px;
}

#sub0102 .section3 .content .text {
    position: relative;
    width: 100%;
}

#sub0102 .section3 .content .text p {
    font-size: 17px;
    display: flex;
    position: absolute;
    width: 100%;
}

#sub0102 .section3 .content .text p:first-child {
    bottom: 188px;
}

#sub0102 .section3 .content .text p:nth-child(2) {
    bottom: 122px;
}

#sub0102 .section3 .content .text p:nth-child(3) {
    bottom: 55px;
}

#sub0102 .section3 .content .text p:nth-child(4) {
    top: -7px;
    line-height: 26px;
}

#sub0102 .section3 .content .text p:nth-child(5) {
    top: 114px;
}

#sub0102 .section3 .content .text p:last-child {
    top: 190px;
}

#sub0102 .section3 .content .text span {
    font-size: 19px;
    font-weight: bold;
    color: #c70026;
    width: 17%;
}

#sub0103 .section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 116px 0 109px;
    width: 100%;
    overflow-x: hidden;
}
#sub0103 .swiper-container.slider1{width: 100%; position: relative; display: flex; justify-content: center; align-items: center;}
#sub0103 .swiper-container.slider1 .swiper-slide {display: flex; justify-content: center; -webkit-user-drag: none;}
#sub0103 .swiper-container.slider1 img{width: 50%; -webkit-user-drag: none;}
#sub0103 .swiper-pagination-custom {display: flex; justify-content: space-between; width: 720px !important; margin-bottom: 56px; align-items: flex-end;}
#sub0103 .custom_bullet span {font-size: 26px;font-weight: bold; color: #cecece;}
#sub0103 .custom_bullet span:hover{color: #c70026; cursor: pointer;}
#sub0103 .swiper-pagination-custom-bullet-active span {color: #c70026; display: flex; flex-direction: column; align-items: center;}
#sub0103 .swiper-pagination-custom-bullet-active span:before {content: ''; display: block; width: 9px; height: 9px; background-color: #c70026; border-radius: 50%; margin-bottom: 14px;}
#sub0103  .slider1 .swiper-button-next {
    width: 68px;
    height: 68px;
    background-color: black;
    border-radius: 50%;
    right: 20%;
}
#sub0103  .slider1 .swiper-button-next:after {
    color: white;
    --swiper-navigation-size: 29px;
}
#sub0103  .slider1 .swiper-button-prev {
    width: 68px;
    height: 68px;
    background-color: black;
    border-radius: 50%;
    left: 20%;
}
#sub0103  .slider1 .swiper-button-prev:after {
    color: white;
    --swiper-navigation-size: 29px;
}

#sub0104 .section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 149px 0 109px;
    width: 100%;
}

#sub0104 .section .map {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #dee2e7;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin-bottom: 64px;
}

#sub0104 .section .map.tablet {
    display: none;
}

#sub0104 .section .map.mobile {
    display: none;
}

#sub0104 .section .map p {
    font-size: 20px;
    display: flex;
    margin-top: 21px;
}

#sub0104 .section .map p:before {
    content: '';
    display: block;
    background-image: url('../img/sub0104_icon.png');
    width: 13px;
    height: 19px;
    margin-right: 17px;
}

#sub0104 .section .way {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

#sub0104 .section .way .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 690px;
    width: 100%;
}

#sub0104 .section .way .content .button {
    padding: 15px 0;
    margin-bottom: 27px;
}

#sub0104 .section .way .content .text {
    background-color: #f5f5f7;
    border-radius: 40px;
    width: 100%;
    height: 144px;
    font-size: 22px;
    line-height: 30px;
    display: flex;
    align-items: center;
    padding: 29px 33px;
    box-sizing: border-box;
}

#sub0104 .section .way .content .text img {
    margin-right: 38px;
}

#sub0104 .section .way .content .text span {
    color: #c70026;
}

.sub02 .top {
    display: flex;
    height: 268px;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    color: white;
    font-size: 42px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 87px;
}

.sub02 .top:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('../img/sub02_top.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -10;
    animation: zoomOut 3s ease-in-out 1;
    animation-fill-mode: forwards;
}

.sub02 h2 {
    font-size: 26px;
    /* font-weight: bold; */
    display: flex;
    white-space: nowrap;
}

.sub02 h2:before {
    content: '';
    display: block;
    width: 4px;
    height: 23px;
    background-color: #e54a67;
    margin-right: 10px;
}

.sub02 .section1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 127px;
    padding-bottom: 74px;
    box-sizing: border-box;
    border-bottom: 1px solid #d9dee3;
}

.sub02 .section1 p {
    font-size: 20px;
    color: #333333;
}

.sub02 .section1 .content {
    display: flex;
}

.sub02 .section1 .content .text {
    margin-left: 121px;
}

.sub02 .section1 .content:first-child .text p {
    display: flex;
    position: relative;
    line-height: 28px;
}

.sub02 .section1 .content:first-child .text p:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #c30025;
    border-radius: 50%;
    /* margin-right: 11px; */
    position: absolute;
    top: 9px;
    left: -15px;
}

.sub02 .section1 .content:last-child .text p:first-child {
    color: black;
    font-weight: bold;
    margin-bottom: 14px;
}

.sub02 .section1 .content:last-child .text p:last-child {
    line-height: 32px;
}

.sub02 .section2 {
    display: flex;
    justify-content: space-between;
    margin-top: 67px;
    padding-bottom: 83px;
    box-sizing: border-box;
    border-bottom: 1px solid #d9dee3;
    width: 100%;
}

.sub02 .section3 {
    display: flex;
    margin: 70px 0 100px;
    width: 100%;
}

.sub02 .section3 .text {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    color: #333333;
    margin-left: 122px;
}

.sub02 .section3 .text p {
    display: flex;
    align-items: center;
    width: 50%;
    white-space: nowrap;
    margin-bottom: 30px;
}

.sub02 .section3 .text p:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #c30025;
    border-radius: 50%;
    margin-right: 11px;
}

.sub02 .container {
    margin-bottom: 126px;
}

.sub04 .container {
    margin: 87px 0 116px;
}

.sub04 .top {
    display: flex;
    height: 268px;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    color: white;
    font-size: 42px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 87px;
}

.sub04 .top:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../img/sub04_top.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -10;
    animation: zoomOut 3s ease-in-out 1;
    animation-fill-mode: forwards;
}

.sub04 .section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-image: url('../img/sub0401_img.png');
    background-repeat: no-repeat;
    padding: 60px 25px 86px;
    box-sizing: border-box;
    margin-bottom: 95px;
}

.sub04 .section h1 {
    font-size: 28px;
    font-weight: bold;
}

.sub04 .section .content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 71px;
}

.sub04 .section .content .line {
    display: block;
    width: 1px;
    height: 500px;
    background-color: #d9dee3;
}

.sub04 .section .content .area {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 19px;
    box-sizing: border-box;
}

.sub04 .section .content .area .button {
    margin: 45px 0 36px;
}

.sub04 .section .content .area p {
    font-size: 18px;
    /* text-align: center; */
    margin-bottom: 24px;
    line-height: normal;
}

.sub04 .section .content .area p:last-child {
    margin-bottom: 0;
}

.sub05 .container {
    margin-top: 89px;
}

.sub05 .top {
    display: flex;
    height: 268px;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 42px;
    color: white;
    font-weight: 600;
    overflow: hidden;
    border-radius: 87px;
}

.sub05 .top:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../img/sub05_top.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -10;
    animation: zoomOut 3s ease-in-out 1;
    animation-fill-mode: forwards;
}

.sub05 h2 {
    font-size: 26px;
    /* font-weight: bold; */
    display: flex;
    padding-top: 6px;
    margin-bottom: 10px;
}

.sub05 h2:before {
    content: '';
    display: block;
    width: 4px;
    height: 23px;
    background-color: #e54a67;
    margin-right: 10px;
}

.sub05 .section1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 72px 0 119px;
}

.sub05 .section1 .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 43%;
}

.sub05 .section1 .content .area {
    display: flex;
    flex-direction: column;
}

.sub05 .section1 .content .button {
    margin-left: auto;
    width: 270px;
    font-size: 22px;
    padding: 26px 0;
    border-radius: 37px;
}

.sub05 .section1 .content .button a {
    color: white;
}

.sub05 .section1 .content .area .text p {
    font-size: 18px;
    line-height: 28px;
}

.sub05 .section1 .content:first-child {
    margin-bottom: 100px;
}

.sub05 .section1 .content:last-child .area .text p:first-child {
    font-weight: bold;
}

.sub05 .section1 .content:last-child .area .text p:last-child {
    font-size: 16px;
    color: #808080;
}

.sub05 .section2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f5f5f7;
    width: 100%;
    padding: 97px 255px 117px;
    box-sizing: border-box;
}

.sub05 .section2 h1 {
    font-size: 36px;
    font-weight: bold;
}

.sub05 .section2 .button {
    width: 317px;
    font-size: 22px;
    padding: 26px 0;
    border-radius: 37px;
}

.sub05 .section2 .button a {
    color: white;
}

.sub05 .section2 .content {
    display:  flex;
    justify-content: space-between;
    width: 100%;
    margin: 55px 0 70px;
}

.sub05 .section2 .content .box {
    width: 300px;
    height: 300px;
    background-color: white;
    border-radius: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.sub05 .section2 .content .box p span {
    font-size: 16px;
    color: #808080;
}


@media screen and (max-width: 1023px) {
    html {
        width: 100%;
    }

    #bo_list {
        padding: 30px !important;
    }
    
    #bo_gall {
        padding: 30px !important;
    }
    
    #bo_w {
        padding: 30px !important;
    }

    #bo_v {
        padding: 30px !important;
    }

    #m-hd {width: 100%;}

    .mobile-menu{width:32px; height: 21px; }
    .mobile-menu,
    .mobile-menu span {display: inline-block; transition: all .2s;box-sizing: border-box;}
    .mobile-menu {position: relative;}
    .mobile-menu span {position: absolute; right: 0; width: 100%; height: 3px; background-color: #fff;}

    .mobile-menu span:nth-of-type(1) {top: 0; width:calc(100% - 7px); }
    .mobile-menu span:nth-of-type(2) {top: 9px;}
    .mobile-menu span:nth-of-type(3) {bottom: 0; width:calc(100% - 7px);}
    .mobile-menu:hover span:nth-of-type(1),
    .mobile-menu:hover span:nth-of-type(3){width:100%;}
    .mobile-menu.active span{background-color: #555;}
    .mobile-menu.active span:nth-of-type(1) {-webkit-transform: translateY(14px) rotate(-45deg); transform: translateY(14px) rotate(-45deg);}
    .mobile-menu.active span:nth-of-type(2) {opacity: 0;}
    .mobile-menu.active span:nth-of-type(3) {-webkit-transform: translateY(-14px) rotate(45deg);transform: translateY(-14px) rotate(45deg);}

    .all-menu {transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s linear 0.3s;}
    .all-menu.open {top: auto !important; right: auto !important; opacity: 1 !important; background-color: white !important; transition-delay: 0s;}
    #mobile-btn {display: block;}
    #m-hd #m-nav {display: none;}
    #m-hd #m-logo {margin-left: 25px;}
    #all-menu #all-gnb .lnb{display:block; margin-top: 10px;}
    #all-menu #all-gnb > li > a {color: #c70026;}
    #all-menu #all-gnb .lnb li a{ font-size:22px; color:#000; font-weight: 700;}
    #all-menu #all-gnb .lnb li a:hover{color:#c70026; background: none;}

    .main .top {
        background-size: cover;
        height: 240px;
    }
    .main .main_menu {
        width: 80%;
        height: 75px;
        padding: 0 30px;
        /* bottom: -15.5%; */
        top: 13%;
    }

    .main .main_menu .menu {
        font-size: 16px;
    }

    .main .main_menu img {
        width: 30px;
        height: 30px;
    }

    .main .main_menu a:nth-child(5) img {
        width: 20px;
    }

    .main .section1 {
        flex-direction: column;
        padding: 57px 50px 47px;
        margin-top: 0;
    }

    .main .section1 .left .text {
        margin-bottom: 30px;
    }

    .main .section1 .left .button {
        width: 150px;
        font-size: 16px;
        padding: 15px 0;
    }

    .main .section1 .right .content {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 105px;
        padding: 0 20px;
        border-radius: 20px;
    }

    .main .section1 .right .content:first-child {
        margin-bottom: 30px;
    }

    .main .section1 .right .content img {
        height: 30px;
    }

    .main .section1 .right .content .text p {
        font-size: 16px;
        line-height: 22px;
    }

    .main .section1 .right .content .text .title {
        width: 110px;
        font-size: 12px;
        padding: 5px 0;
        margin-bottom: 10px;
        height: auto;
    }

    .main .section2 {
        padding: 30px 50px;
        margin-top: 0;
        justify-content: center;
        height: auto;
    }

    .main .section2 .text {
        margin-bottom: 30px;
    }

    .main .section3 {
        justify-content: space-evenly;
    }

    .main .section3 img {
        margin-bottom: 30px;
    }

    .sub01 .sub_menu {
        width: 90%;
    }
    .sub01 .container {
        padding: 0 50px;
    }

    #sub0101 .section {
        flex-direction: column;
    }

    #sub0101 .section .img {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 30px;
    }

    #sub0101 .section .img img {
        width: 65%;
    }

    #sub0101 .section .text p br {
        display: none;
    }

    #sub0102 .section1 {
        flex-direction: column;
        align-items: flex-start;
    }

    #sub0102 .section1 .text {
        width: 100%;
    }

    #sub0102 .section1 .img {
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }


    #sub0102 .section3 .content {
        flex-direction: column;
        align-items: flex-start;
    }

    #sub0102 .section3 .content .text p {
        left: 45px;
    }

    #sub0102 .section3 .content img:first-child {
        width: 60%;
    }

    #sub0102 .section3 .content img:nth-child(2) {
        margin: 30px 0 0 0
    }

    #sub0102 .section3 .content .text p:first-child {
        bottom: 395px;
    }

    #sub0102 .section3 .content .text p:nth-child(2) {
        bottom: 330px;
    }

    #sub0102 .section3 .content .text p:nth-child(3) {
        bottom: 262px;
    }

    #sub0102 .section3 .content .text p:nth-child(4) {
        top: -218px;
    }

    #sub0102 .section3 .content .text p:nth-child(5) {
        top: -92px;
    }

    #sub0102 .section3 .content .text p:last-child {
        top: -16px;
    }

    #sub0102 .section3 .content .text span {
        margin-right: 30px;
    }

    #sub0103 .swiper-pagination-custom {
        width: 75% !important;
    }

    #sub0103 .swiper-container.slider1 {
        width: 150%;
    }

    #sub0103 .slider1 .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
    #sub0103 .slider1 .swiper-button-next {
        width: 50px;
        height: 50px;
    }

    #sub0104 .section .map.pc {
        display: none;
    }

    #sub0104 .section .map.tablet {
        display: block;
    }

    #sub0104 .section .map.mobile {
        display: none;
    }

    #sub0104 .section .map p {
        justify-content: center;
    }

    #sub0104 .section .way .content {
        width: 48%;
    }

    #sub0104 .section .way .content .text {
        height: 110px;
        font-size: 12px;
        line-height: normal;
        padding: 17px;
    }

    #sub0104 .section .way .content .text img {
        width: 65px;
        margin-right: 7px;
    }

    .sub02 .container {
        padding: 0 50px;
    }

    .sub02 .section1 {
        flex-direction: column;
    }

    .sub02 .section1 .content:first-child {
        margin-bottom: 30px;
    }

    .sub02 .section1 .content .text {
        margin-left: 80px;
    }

    .sub02 .section2 img {
        width: 80%;
    }

    .sub02 .section3 .text {
        margin-left: 80px;
    }

    .sub02 .section3 .text p {
        width: 100%;
    }

    .sub04 .container {
        padding: 0 50px;
    }

    .sub04 .section {
        background-image: none;
        margin-bottom: 0;
    }
    
    .sub04 .section .content {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .sub04 .section .content .area {
        width: 33%;
    }

    .sub04 .section .content .line:nth-child(6) {
        display: none;
    }

    .sub04 .section .content .area .button {
        width: 150px;
        font-size: 18px;
        padding: 15px 0;
    }

    .sub04 .section .content .area p {
        font-size: 15px;
    }

    .sub05 .container {
        padding: 0 50px;
    }

    .sub05 .section1 {
        flex-direction: column;
    }

    .sub05 .section1 img {
        margin-bottom: 30px;
        width: 65%;
    }

    .sub05 .section1 .content {
        width: 100%;
    }

    .sub05 .section1 .content .button {
        margin-right: auto;
        margin-top: 30px;
    }

    .sub05 .section2 {
        padding: 97px 50px 117px;
    }

    .sub05 .section2 .content {
        flex-wrap: wrap;
    }

    .sub05 .section1 .content .area:first-child {
        margin-bottom: 15px;
    }

    .sub05 .section1 .content .area:nth-child(2) {
        margin-bottom: 15px;
    }

    .sub05 .section2 .content .box {
        margin: 0 15px 25px 15px;
    }

    footer {
        padding: 35px 30px 27px;
    }
}

@media screen and (max-width: 767px) {


    .main .top {
        height: 203px;
    }

    .main .main_menu {
        padding: 0 20px;
        height: 45px;
        /* bottom: -22.5%; */
        top: 179px;
    }

    .main .main_menu .menu {
        font-size: 10px;
    }

    .main .main_menu .menu p {
        margin-top: 5px;
    }

    .main .main_menu img {
        width: 17px;
        height: 17px;
    }

    .main .main_menu a:nth-child(5) img {
        width: 12px;
    }

    .main .section1 .left {
        padding-top: 0;
    }

    .main .section1 .left .text p:nth-child(2) {
        font-size: 27px;
        margin: 20px 0;
    }

    .main .section2 {
        flex-direction: column;
    }

    .main .section2 .buttons  {
        flex-direction: column;
    }

    .main .section2 .buttons a{
        margin: 10px 0 10px 0;
    }

    .main .section2 .buttons .button {
        width: 140px;
        padding: 15px 0;
    }

    .main .section2 .text p:last-child {
        font-size: 26px;
    }

    .sub01 .container {
        padding: 0 30px;
    }

    .sub01 .top {
        background-size: cover;
    }

    .sub01 .sub_menu {
        height: 55px;
        bottom: -11%;
    }

    .sub01 .sub_menu a {
        height: 40px;
    }

    .sub01 .sub_menu p {
        font-size: 15px;
    }

    .sub01 h2 {
        font-size: 24px;
    }

    .sub01 h2:before {
        height: 24px;
    }

    #sub0101 .section {
        margin-top: 100px;
    }

    #sub0101 .section .img img {
        width: 100%;
    }

    #sub0101 .section .text p:first-child {
        font-size: 19px;
        line-height: 27px;
    }

    #sub0101 .section .text p:nth-child(2) {
        font-size: 14px;
        line-height: 22px;
    }

    #sub0101 .section .text p:nth-child(3) {
        font-size: 14px;
        line-height: 22px;
    }

    #sub0101 .section .text p:last-child {
        font-size: 16px;
    }

    #sub0102 .section1 {
        margin-top: 100px;
    }

    #sub0102 .section1 .img {
        height: auto;
        border-radius: 0;
    }

    #sub0102 .section1 .img img {
        width: 100%;
    }

    #sub0102 .section1 .text p:first-child {
        font-size: 24px;
    }

    #sub0102 .section1 .text p:last-child {
        font-size: 14px;
        line-height: 22px;
    }

    #sub0102 .section1 .text p:last-child br {
        display: none;
    }

    #sub0102 .section2 p:nth-child(2) {
        font-size: 16px;
        margin-top: 24px;
    }

    #sub0102 .section2 p:last-child {
        font-size: 14px;
    }

    #sub0102 .section2 p:last-child span {
        font-size: 12px;
        padding: 5px 20px;
        margin-right: 12px;
    }

    #sub0102 .section3 .content {
        margin-top: 30px;
    }

    #sub0102 .section3 .content img:first-child {
        width: 100%;
    }

    #sub0102 .section3 .content .text {
        width: 90%;
    }

    #sub0102 .section3 .content .text p {
        flex-direction: column;
        font-size: 12px;
    }

    #sub0102 .section3 .content .text p:first-child {
        bottom: 375px;
    }

    #sub0102 .section3 .content .text p:nth-child(2) {
        bottom: 308px;
    }

    #sub0102 .section3 .content .text p:nth-child(3) {
        bottom: 241px;
    }

    #sub0102 .section3 .content .text p:nth-child(4) {
        line-height: 18px;
        top: -214px;
    }

    #sub0102 .section3 .content .text p:nth-child(4) br:nth-child(2) {
        display: none;
    }

    #sub0102 .section3 .content .text span {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    #sub0103 .section {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    #sub0103 .custom_bullet span {
        font-size: 20px;
    }

    #sub0103 .swiper-container.slider1 img {
        width: 50%;
    }

    #sub0103 .slider1 .swiper-button-next {
        width: 30px;
        height: 30px;
        right: 17%;
    }

    #sub0103 .slider1 .swiper-button-next:after {
        --swiper-navigation-size: 20px;
    }

    #sub0103 .slider1 .swiper-button-prev {
        width: 30px;
        height: 30px;
        left: 17%;
    }

    #sub0103 .slider1 .swiper-button-prev:after {
        --swiper-navigation-size: 20px;
    }

    #sub0104 .section {
        margin-top: 100px;
        margin-bottom: 30px;
    }

    #sub0104 .section .map {
        margin-bottom: 30px;
    }
    #sub0104 .section .map.pc {
        display: none;
    }

    #sub0104 .section .map.tablet {
        display: none;
    }

    #sub0104 .section .map.mobile {
        display: flex;
    }

    #sub0104 .section .map p {
        font-size: 12px;
        align-items: center;
    }

    #sub0104 .section .map p:before {
        margin-right: 10px;
    }

    #sub0104 .section .way {
        flex-direction: column;
    }

    #sub0104 .section .way .content {
        width: 100%;
    }

    #sub0104 .section .way .content:first-child {
        margin-bottom: 50px;
    }

    .sub02 .top {
        background-size: cover;
    }

    .sub02 h2 {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .sub02 .section1 {
        margin-top: 70px;
        padding-bottom: 45px;
    }

    .sub02 .section1 p {
        font-size: 16px;
    }

    .sub02 .section1 .content {
        flex-direction: column;
    }

    .sub02 .section1 .content .text {
        margin-left: 15px;
    }

    .sub02 .section2 {
        flex-direction: column;
        padding-bottom: 45px;
    }

    .sub02 .section2 img {
        width: 100%;
    }

    .sub02 .section3 {
        flex-direction: column;
        margin-bottom: 45px;
    }

    .sub02 .section3 .text {
        margin-left: 0;
        font-size: 16px;
    }

    .sub02 .section3 .text p {
        width: 110%;
    }

    .sub04 .container {
        margin-top: 0;
        margin-bottom: 0;
        padding: 60px 0 86px;
    }

    .sub04 .top {
        background-size: cover;
    }

    .sub04 .section {
        padding-bottom: 40px;
    }

    .sub04 .section .content .line {
        height: 400px;
    }

    .sub04 .section .content .line:nth-child(4) {
        display: none;
    }
    .sub04 .section .content .line:nth-child(6) {
        display: block;
    }
    .sub04 .section .content .line:nth-child(8) {
        display: none;
    }

    .sub04 .section .content .area {
        width: 45%;
        margin-bottom: 50px;
    }

    .sub04 .section .content .area .button {
        width: 100px;
        font-size: 12px;
        padding: 10px 0;
        margin: 20px 0;
    }

    .sub04 .section .content .area img {
        width: 50px;
        height: 50px;
    }

    .sub05 .top {
        background-size: cover;
    }

    .sub05 .section1 {
        margin-bottom: 50px;
        margin-top: 0;
    }
    .sub05 .section1 img {
        width: 100%;
    }

    .sub05 .section1 .content .area .text p {
        font-size: 16px;
        line-height: 26px;
    }

    .sub05 .section2 {
        padding-bottom: 50px;
    }

    .sub05 .section2 .content {
        justify-content: center;
        margin-bottom: 35px;
    }


    .sub05 h2 {
        font-size: 24px;
    }

    footer .top {
        flex-direction: column-reverse;
    }

    footer .top .right {
        margin-bottom: 30px;
    }

    footer .top .right .fs {
        width: 170px;
    }
}

