body { padding-right: 4rem; }

#container { position: relative; }
#container ::-webkit-scrollbar {width: 5px; height: 5px;}
#container ::-webkit-scrollbar-thumb {background-color: #aaa; border-radius: 10px;}
#container ::-webkit-scrollbar-track {background-color: #ddd; border-radius: 10px;}

/* slick slide common */
.slick-slider { -webkit-transition: all ease-in-out .3s; transition: all ease-in-out .3s; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-slide { display: none; height: 100%; min-height: 1px; vertical-align: middle; }
.slick-list { overflow: hidden; }
.slick-list.dragging { cursor: pointer; }
.slick-initialized .slick-slide { display: inline-block; }
.slick-arrow.slick-hidden { display: none; }
.slick-current { opacity: 1; display: block; }
.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; z-index: 0 !important;}
.slider .control {z-index: 1 !important;}
/* slick arrow show */

/* 콘테이너 */
.container { position: relative; width: 100%; max-width: 77rem; padding: 0 1rem; margin: 0 auto; }

/* header */
header { position: relative; }

    /* logo */
    h1.logo { position: relative; display: flex; align-items: center; height: 4.1rem; }
    h1.logo::before { position: absolute; content: ""; width: 100vw; bottom: 0; height: 1px; left: calc((100vw - 75rem) / -2); background: #e4e4e4; }
    h1.logo a { display: inline-flex; align-items: center; justify-content: center; font-size: 0; line-height: 0 }

    /* nav */
    #gnb { position: relative; width: 100%; height: 2.9rem; z-index: 92; }
    .depth01 { position: relative; z-index: 1; }
    .depth01::before { position: absolute; content: ""; width: 100vw; height: 100%; left: calc((100vw - 75rem) / -2); bottom: 0; background: #fff; z-index: -1; }
    .depth01:after { position: absolute; content: ""; width: 100vw; top: 2.9rem; height: 1px; left: calc((100vw - 75rem) / -2); background: #e4e4e4; }
    .depth01 > ul { display: flex; }
    .depth01 > ul > li { flex: 1; }
    .depth01 > ul > li > a { display: flex; align-items: center; justify-content: center; height: 2.9rem; font-size: 0.9rem; font-weight: 600; color: #333; }
    .depth02 { position: relative; max-height: 0; overflow: hidden; transition: all 0.3s; padding: 0 0.5rem; }
    .depth02 > ul > li + li { margin-top: 0.5rem; }
    .depth02 > ul > li > a { display: flex; align-items: center; justify-content: center; width: 100%; color: #666; font-size: 0.75rem; text-align: center; }
    /* nav : active */
    .depth01.actv::before { border-bottom: 1px solid #e4e4e4; }
    .depth02.active { max-height: none; padding: 1.2rem 0.5rem; }
    .depth01 > ul > li > a:hover,
    .depth01 > ul > li > a:focus { color: #4156a7; }
    .depth02 > ul > li > a:hover,
    .depth02 > ul > li > a:focus { color: #4156a7; text-decoration: underline; } 


/* 우측고정메뉴 */
.rightFixMenu { position: fixed; right: 0; top: 0; height: 100vh; width: 4rem; background: rgba(22,36,112); z-index: 98; }
.rightFixMenu a.stMopen { width: 100%; display: flex; align-items: center; justify-content: center; height: 7rem; border-bottom: 1px solid rgba(255,255,255,0.4); }
.rightFixMenu a.stMopen > span { position: relative; width: 1.5rem; height: 0.25rem; background: #fff; }
.rightFixMenu a.stMopen > span::before,
.rightFixMenu a.stMopen > span::after {  content: ""; display: block; height: 100%; position: absolute; width: 100%; background: rgb(255, 255, 255); transition: 0.3s ease-out; }
.rightFixMenu a.stMopen > span::before { top: 0.6rem; }
.rightFixMenu a.stMopen > span::after { top: -0.6rem; }
.rightFixMenu .link_area li a { display: flex; align-items: center; justify-content: center; width: 100%; height: 4.15rem; flex-direction: column; border-bottom: 1px solid rgba(255,255,255,0.4); color: #fff; font-size: 0.65rem; line-height: 0.9rem; margin-top: 0.2rem; }
.rightFixMenu .link_area li.sns a { height: 3.5rem; border: none !important; margin: 0; }
.rightFixMenu .link_area li a > img { font-size: 0; line-height: 0; margin-bottom: 0.2rem; }
.rightFixMenu .link_area li.sns.youtube a { background: #d1252a; }
.rightFixMenu .link_area li.sns.blog a { background: #00c300; }
.rightFixMenu .link_area li.sns.insta a { background: url('/images/web/bmcm/common/instaBg.png')no-repeat center center; }
.rightFixMenu .link_area li.goTop a > i { display: flex; justify-content: center; width: 1.8rem; min-width: 1.8rem; height: 1.8rem; border-radius: 50%; border: 3px solid rgba(255, 255, 255, 0.2); margin-bottom: 5px; }
.rightFixMenu .link_area li.goTop a > i::before { content: ""; display: inline-block; margin-top: 0.45rem; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 10px solid #fff; }
/* 우측고정메뉴 : acitve */
.rightFixMenu a.stMopen > span::before,
.rightFixMenu a.stMopen > span:after { transition: 0.3s ease-out; }
.rightFixMenu a.stMopen.open > span { background: transparent; }
.rightFixMenu a.stMopen.open > span::before { transform: rotate(-45deg); top: 0; }
.rightFixMenu a.stMopen.open > span::after { transform: rotate(45deg); top: 0; }

/* footer */
footer { position: relative; padding-top: 2.8rem; background: url('/images/web/bmcm/common/wave.png') repeat-x top center; animation: wave 3s linear infinite; }
@keyframes wave {
    0% { background-position-x: 0; }
    100% { background-position-x: 167px; }
}
footer::before { position: absolute; display: inline-block; content: ""; background: url('/images/web/bmcm/common/boat.png')no-repeat top center; width: 100%; height: calc(100% - 2.8rem); }
footer .footer_link { padding-block: 1.45rem; } 
footer .footer_link ul { display: flex; align-items: center; flex-wrap: wrap; gap: 0.5rem 0; } 
footer .footer_link ul li { color: #fff; font-weight: 600; font-size: 0.75rem; }  
footer .footer_link ul li a { display: block; position: relative; padding-right: 0.5rem; margin-right: 0.5rem; }
footer .footer_link ul li a::before { content: ""; display: inline-block; position: absolute; right: -1px; width: 2px; min-width: 2px; height: 2px; border-radius: 50%; background-color: #fff; top: 50%; transform: translateY(-50%); }
footer .footer_link ul li:last-child a::before { display: none; }
footer .footer_bottom { position: relative; padding-block: 1.85rem; display: flex; flex-wrap: wrap; padding-left: 13.15rem; padding-right: 9rem; }
footer .footer_bottom .f_logo { display: inline-flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 1.85rem; }
footer .footer_bottom address { display: flex; flex-wrap: wrap; gap: 0.15rem 1rem; color: #fff; line-height: 1.66; font-size: 0.75rem; }
footer .footer_bottom address > p { width: 100%; font-size: 0.85rem; }
footer .footer_bottom .copyright { width: 100%; color: #fff; line-height: 1.66; }
footer .footer_bottom .snsWrap { position: absolute; right: 0; top: 3rem; width: 8.5rem; } 
footer .footer_bottom .snsWrap > ul { display: flex; align-items: center; justify-content: space-evenly; width: 100%; }
footer .footer_bottom .snsWrap > ul li > a { display: flex; align-items: center; justify-content: center; font-size: 0; line-height: 0; border-radius: 50%; width: 2rem; height: 2rem; }
footer .footer_bottom .snsWrap > ul li.ytb > a { background: #d1252a; }
footer .footer_bottom .snsWrap > ul li.blog > a { background: #00c300; }
footer .footer_bottom .snsWrap > ul li.insta > a { background: url('/images/web/bmcm/common/instaBg.png')no-repeat center center; background-size: cover; }
footer .footer_bottom .snsWrap > ul li > a > img { max-width: 1.2rem; }
footer .footer_bottom .snsWrap > ul li.ytb > a > img { max-width: 1.6rem; }
/* footer : active */
footer .footer_link ul li a { transition: 0.2s; }
footer .footer_link ul li a:hover,
footer .footer_link ul li a:focus { color: rgba(255, 255, 255, 0.8); }

/* 사이트맵 */
.siteMap { position: fixed; width: 0vw; height: 100vh; z-index: 97; top: 0; right: 0; visibility: hidden; }
.siteMap::before { position: absolute; content: ""; width: 100vw; height: 100%; background: rgba(0,0,0,0.6); opacity: 0; left: 0; top: 0; }
.siteMap .siteWrap { width: 28%; background: #fff; height: 100%; position: absolute; top: 0; right: -100%; padding: 4.1rem 4rem 0 0; transition: 0.3s ease-in-out; }
.siteMap .siteWrap .siteDep01 { max-height: 100%; overflow-y: auto; }
.siteMap .siteWrap .siteDep01 > ul > li > a { position: relative; display: flex; align-items: center; padding: 0.75rem 1rem; font-size: 0.75rem; font-weight: bold; border-top: 1px solid #e4e4e4; }
.siteMap .siteWrap .siteDep01 > ul > li:last-child > a { border-bottom: none; }
.siteMap .siteWrap .siteDep01 > ul > li.on > a { color: #fff; background: #4156a7; padding-right: 3rem; }
.siteMap .siteWrap .siteDep01 > ul > li.on > a::before { content: "\ea78"; position: absolute; right: 1rem; width: 1rem; height: 1rem; font-size: 1.5rem; display: inline-flex; align-items: center; justify-content: center; color: #fff; top: 0.8rem; font-family: 'remixicon'; font-weight: 400 !important; }
.siteMap .siteWrap .siteDep02 { display: none; }
.siteMap .siteWrap .siteDep02 > ul > li > a { padding: 0.65rem 1rem; display: flex; align-items: center; font-size: 0.7rem; background: #f7f7f7; border-top: 1px solid #e4e4e4; }
.siteMap .mobileSns { display: none; }
/* 사이트맵 : acitve */
.siteMap.active { right: 0; width: 100vw; visibility: visible; }
.siteMap.active::before { opacity: 1; }
.siteMap.active .siteWrap { right: 0; }

/* 서브레이아웃 */
    /* 서브비주얼 */
    .subvisual .visual { position: relative; width: 100%; height: 16rem; }
    .subvisual .visual::before { position: absolute; content: ""; width: 100%; height: 100%; }
    .subvisual .visual1::before  { background: url('/images/web/bmcm/sub/subvisual01.png')no-repeat center center; background-size: cover; }
    .subvisual .visual2::before  { background: url('/images/web/bmcm/sub/subvisual02.png')no-repeat center center; background-size: cover; }
    .subvisual .visual2.zinro::before  { background: url('/images/web/bmcm/sub/zinroVisual.png')no-repeat center center !important; background-size: cover !important; }
    .subvisual .visual3::before  { background: url('/images/web/bmcm/sub/subvisual03.png')no-repeat center center; background-size: cover; }
    .subvisual .visual5::before  { background: url('/images/web/bmcm/sub/subvisual05.png')no-repeat center center; background-size: cover; }
    .subvisual .visual6::before  { background: url('/images/web/bmcm/sub/subvisual06.png')no-repeat center center; background-size: cover; }
    .subvisual .visual7::before  { background: url('/images/web/bmcm/sub/subvisual07.png')no-repeat center center; background-size: cover; }

    .subvisual .visual .container { height: 100%; display: flex; align-items: center; }
    .subvisual .visual .txt { padding-inline: 13.5%; color: #fff; display: flex; flex-direction: column; width: 100%; margin-inline: auto; }
    .subvisual .visual .txt.actv > span { opacity: 1; transform: translateY(0);  } 
    .subvisual .visual .txt > span { line-height: 1.4; font-weight: 800; color: #fff; font-size: 3.2rem; opacity: 0; transform: translateY(5rem); transition: 0.4s; }
    .subvisual .visual .txt > p { font-size: 1.5rem; margin-top: 0.7rem; line-height: 1.4; font-weight: 700; }
    .subvisual .visual .txt > p > span.colyel { color: #d1ff40; }
    .subvisual .visual .txt > p > span.colblk { color: #000000; }

    /* 서브콘텐츠 */
    .subCntBody { padding-top: 3rem; }

    /* 서브메뉴 */
    #lnb { position: relative; background: #4156a7; height: 3rem; z-index: 90; }
    #lnb .container { display: flex; }
    #lnb .container > a.home { display: inline-flex; align-items: center; justify-content: center; width: 3rem; height: 3rem; border-left: 1px solid rgba(255, 255, 255, 0.3); border-right: 1px solid rgba(255, 255, 255, 0.3); }
    #lnb .container > a.home > img { max-width: 1.5rem; }
    #lnb .container nav { position: relative; width: calc(100% - 3rem); }
    #lnb .container nav .dep01 { position: absolute; left: 0; top: 0; width: 11rem; }
    #lnb .container nav [class^='dep'] > a { display: flex; align-items: center; padding: 0 0.75rem; width: 100%; height: 3rem; color: #fff; overflow: hidden; justify-content: space-between; font-size: 0.75rem; border-right: 1px solid rgba(255, 255, 255, 0.3); }
    #lnb .container nav [class^='dep'] > a > span { overflow: hidden; white-space: nowrap; order: 1; flex: 1; }
    #lnb .container nav [class^='dep'] > a > i { order: 2; font-size: 1.25rem; font-weight: 400; }
    #lnb .container nav [class^='dep'] > ul > li > a { position: relative; background: #fff; width: 100%; color: #222; align-items: center; padding: 0 0.75rem; height: 3rem; white-space: nowrap; overflow: hidden; font-size: 0.75rem; border-bottom: 1px solid #e4e4e4; border-left: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4; opacity: 0; visibility: hidden; transition: 0.3s; display: none; }
    #lnb .container nav [class^='dep'].open > ul > li > a { opacity: 1; visibility: visible; display: flex; }
    #lnb .container nav [class^='dep'] > ul > li > a > span { overflow: hidden; white-space: nowrap; }
    #lnb .container nav .dep02 { position: absolute; left: 100%; top: 0; width: 11rem; display: none; }
    #lnb .container nav .dep01 > ul > li.active > .dep02 { display: block; }
    #lnb .container nav .dep01 > ul > li.prcvMenu,
    #lnb .container nav .dep01 > ul > li.prcvMenu > a { display: none !important; }
    #lnb .container nav .dep01.prcv > ul > li.prcvMenu { display: block !important; }

/**** 반응형 ****/

@media screen and (max-width: 1640px) {
    /* 사이트맵 */
    .siteMap .siteWrap { width: 40%; }
}

@media screen and (max-width: 1540px) {
    /* header */
    h1.logo::before,
    .depth01::before,
    .depth01:after { left: -1rem; }
}

@media screen and (max-width: 1240px) {
    body { padding: 0; }

    /* header */
    #nav { display: none !important; }
    h1.logo { height: 3.5rem; }
    h1.logo::before { bottom: -0.5px; }
    header .container { display: flex; justify-content: space-between; }
    header .container .stMopen { width: 3.5rem; display: flex; align-items: center; justify-content: center; height: 3.5rem; border-bottom: 1px solid rgba(255, 255, 255, 0.4); background: rgba(22,36,112); margin-right: -1rem; z-index: 100; }
    header .container .stMopen > span { position: relative; width: 1.5rem; height: 0.25rem; background: #fff; }
    header .container .stMopen > span::before,
    header .container .stMopen > span::after { content: ""; display: block; height: 100%; position: absolute; width: 100%; background: rgb(255, 255, 255); transition: 0.3s ease-out; }
    header .container .stMopen > span::before { top: 0.6rem; }
    header .container .stMopen > span::after { top: -0.6rem; }
    header .container .stMopen > span::before,
    header .container .stMopen > span:after { transition: 0.3s ease-out; }
    header .container .stMopen.open > span { background: transparent; }
    header .container .stMopen.open > span::before { transform: rotate(-45deg); top: 0; }
    header .container .stMopen.open > span::after { transform: rotate(45deg); top: 0; }

    /* 우측고정메뉴 */
    .rightFixMenu { bottom: 0; left: 0; width: 100vw; height: 4.15rem; top: auto; right: auto; }
    .rightFixMenu .link_area { width: 100%; display: flex; }
    .rightFixMenu .stMopen,
    .rightFixMenu .link_area li.sns { display: none !important; }
    .rightFixMenu .link_area > li { width: calc(100% / 3); }
    .rightFixMenu .link_area > li.goTop { position: absolute; bottom: calc(100% + 1.15rem); right: 1rem; width: 2.75rem; height: 2.75rem; border-radius: 50%; }
    .rightFixMenu .link_area > li.goTop > a { width: 100%; height: 100%; background: #fff; border-radius: 50%; margin-top: 0; color: rgba(0,0,0); font-size: 0.7rem; font-weight: 900; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); letter-spacing: 0.5px; }
    .rightFixMenu .link_area > li.goTop > a > i { width: 0px; height: 0px; border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 6px solid #333; margin-bottom: 3px; min-width: auto !important; border-radius: 0; }
    .rightFixMenu .link_area li a { border-bottom: none; border-left: 1px solid rgba(255, 255, 255, 0.4); }
    .rightFixMenu .link_area li:first-child a { border-left: none; }

    /* 사이트맵 */
    .siteMap { z-index: 99; }
    .siteMap .siteWrap { padding: 3.5rem 0 5rem 0; }
    .siteMap .mobileSns { position: absolute; bottom: 0; left: 0; width: 100%; padding: 1rem; }
    .siteMap.active .mobileSns { display: block; }
    .siteMap .mobileSns > ul { width: 100%; display: flex; gap: 0.5rem; justify-content: center; }
    .siteMap .mobileSns > ul > li { width: 2rem; height: 2rem; }
    .siteMap .mobileSns > ul > li > a { width: 100%; height: 100%; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 0; line-height: 0; }
    .siteMap .mobileSns > ul > li.youtube > a { background: #d1252a; }
    .siteMap .mobileSns > ul > li.blog > a { background: #00c300; }
    .siteMap .mobileSns > ul > li.insta > a { background: url('/images/web/bmcm/common/instaBg.png')no-repeat center center; background-size: cover; }
    .siteMap .mobileSns > ul > li > a > img { max-width: 1.2rem; }
    .siteMap .mobileSns > ul > li.youtube > a > img { max-width: 1.6rem; }

    /* footer */ 
    footer { padding: 2.5rem 0 4.15rem; }
    footer .footer_bottom .f_logo { display: none; }
    footer .footer_bottom { padding: 0 0 1.5rem 0; }
    footer .footer_bottom .snsWrap { position: unset; }
    footer .footer_link { padding: 1rem 0; }
    footer .footer_bottom .snsWrap > ul { justify-content: start; gap: 0.5rem; margin-top: 1.15rem; }

    /* 서브레이아웃 */
    #lnb { display: none; }
    .subCntBody { padding-top: 1rem; }
    .subvisual .visual .txt { padding-inline: 8.5%; }
    
}

@media screen and (max-width: 860px) {
    /* 사이트맵 */
    .siteMap .siteWrap { width: 80%; }
}

@media screen and (max-width: 768px) {
    /* 서브레이아웃 */
    .subvisual .visual { height: 9rem; }
    .subvisual .visual .txt > span { font-size: 1.25rem; }
    .subvisual .visual .txt > p { font-size: 0.75rem; margin-top: 0.87rem; display: flex; flex-direction: column; }
}

@media screen and (max-width: 480px) {
    /* header */
    h1.logo { height: 3rem; }
    h1.logo a > img { max-width: 10rem; }
    header .container .stMopen { height: 3rem; width: 3rem; }
    header .container .stMopen > span { height: 0.2rem; width: 1.25rem; }
    header .container .stMopen > span::before { top: 0.45rem; } 
    header .container .stMopen > span::after { top: -0.45rem; }

    /* 사이트맵 */
    .siteMap .siteWrap { width: 90%; padding-top: 3rem; }

    /* 우측고정메뉴 */
    .rightFixMenu { height: 3rem; }
    .rightFixMenu .link_area li a { height: 3rem; font-size: 0.6rem; padding: 0.25rem 0; }
    .rightFixMenu .link_area li a > img { max-width: 1.75rem; margin-bottom: 0.1rem; }
    .rightFixMenu .link_area > li.goTop { width: 2.5rem; height: 2.5rem; bottom: calc(100% + 0.75rem); font-size: 0.65rem; }

    /* footer */
    footer { padding: 2.5rem 0 2.75rem; }
 }

 @media screen and (max-width: 380px) {
    .container { padding: 0 0.75rem; }

    /* header */
    h1.logo { height: 2.75rem; }
    h1.logo::before { left: -0.75rem; }
    h1.logo a > img { max-width: 8.5rem; }
    header .container .stMopen { height: 2.75rem; width: 2.75rem; margin-right: -0.75rem; }

    /* 사이트맵 */
    .siteMap .siteWrap { padding-top: 2.75rem; }
    .siteMap .siteWrap .siteDep01 > ul > li > a { padding: 0.6rem 0.75rem; font-size: 0.7rem; }
    .siteMap .siteWrap .siteDep02 > ul > li > a { padding: 0.55rem 0.75rem; font-size: 0.65rem; }
    .siteMap .siteWrap .siteDep01 > ul > li.on > a::before { font-size: 1.35rem; top: 0.55rem; }

    /* 우측고정메뉴 */
    .rightFixMenu .link_area li a > img { max-width: 1.5rem; }

    /* footer */
    footer .footer_bottom { padding-bottom: 1rem; }
    footer .footer_link { padding: 0.75rem 0; }

    /* 서브레이아웃 */
    .subvisual .visual { height: 8rem; }
    .subvisual .visual .txt { padding: 0 0.75rem; }
    .subvisual .visual .txt > span { font-size: 1.1rem; }
    .subvisual .visual .txt > p { margin-top: 0.75rem; }
 }