@charset "utf-8";

/* =========================
   RESET
========================= */
html { overflow-y: scroll; }
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Malgun Gothic', dotum, sans-serif;
    background: #fff;
    color: #111;
    line-height: 1.6;
}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img { margin: 0; padding: 0; border: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 1em; font-family: 'Malgun Gothic', dotum, sans-serif; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ul, dl, dt, dd { margin: 0; padding: 0; list-style: none; }
legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}
label, input, button, select, img { vertical-align: middle; font-size: 1em; }
input, button { margin: 0; padding: 0; font-family: 'Malgun Gothic', dotum, sans-serif; font-size: 1em; }
input[type="submit"] { cursor: pointer; }
button { cursor: pointer; }
textarea, select { font-family: 'Malgun Gothic', dotum, sans-serif; font-size: 1em; }

/* =========================
   FONT OVERRIDE (FINAL)
========================= */

body{
    font-family:'Pretendard','Malgun Gothic',dotum,sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family:'Pretendard','Malgun Gothic',dotum,sans-serif;
}

input, button,
textarea, select{
    font-family:'Pretendard','Malgun Gothic',dotum,sans-serif;
}


select { margin: 0; }
p { margin: 0; padding: 0; word-break: keep-all; }
hr { display: none; }
pre { overflow-x: auto; font-size: 1.1em; }
a { color: #000; text-decoration: none; }
img { max-width: 100%; height: auto; }

*, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=text],
input[type=password],
textarea {
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    outline: none;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
    -webkit-box-shadow: 0 0 5px #9ed4ff;
    -moz-box-shadow: 0 0 5px #9ed4ff;
    box-shadow: 0 0 5px #9ed4ff;
    border: 1px solid #558ab7 !important;
}

.placeholdersjs { color: #aaa !important; }

/* =========================
   COMMON WIDTH
========================= */
.inner,
.hd_inner,
.ft_inner,
#hd_pop {
    width: 90%;
    max-width: 1580px;
    margin: 0 auto;
}

#container_title,
#container > .sub_inner {
    width: 90%;
    max-width: 1580px;
    margin: 0 auto;
}

/* =========================
   POPUP
========================= */
#hd_pop { z-index: 1000; position: relative; height: 0; }
#hd_pop h2 { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
.hd_pops { position: absolute; border: 1px solid #e9e9e9; background: #fff; }
.hd_pops img { max-width: 100%; }
.hd_pops_footer { padding: 0; background: #000; color: #fff; text-align: left; position: relative; }
.hd_pops_footer:after { display: block; visibility: hidden; clear: both; content: ""; }
.hd_pops_footer button { padding: 10px; border: 0; color: #fff; }
.hd_pops_footer .hd_pops_reject { background: #000; text-align: left; }
.hd_pops_footer .hd_pops_close { background: #393939; position: absolute; top: 0; right: 0; }

/* =========================
   ACCESSIBILITY
========================= */
#hd_h1,
#hd_login_msg {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.msg_sound_only,
.sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
}

#skip_to_container a {
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
#skip_to_container a:focus,
#skip_to_container a:active {
    width: 100%;
    height: 75px;
    background: #111;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 3.3em;
}

/* =========================
   HEADER FINAL
========================= */

/* ¸ÞÀÎ ÆäÀÌÁö ½ºÅ¸ÀÏ */
#header-wrap .fixed { background-color: #fff; top: 0; }
#header-wrap .fixed .logo a {
    background: url('../img/logo.png') no-repeat center center;
    background-size: contain;
}
#header-wrap .fixed #mobile-menu-btn span { background-color: #1a1a1a; }
#header-wrap .fixed #sitemap span { background-color: #1a1a1a; }
#header-wrap .fixed #pc-nav > ul > li > a {
    color: #1a1a1a;
    font-weight: 600;
}

/* Çì´õ ½ºÅ¸ÀÏ */
#header-wrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}
#header-wrap.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}
#header {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

/* ·Î°í ½ºÅ¸ÀÏ */
.logo {
    flex-shrink: 0;
}
.logo a {
    display: inline-block;
    text-decoration: none;
    background: url('../img/logo_w.png') no-repeat center center;
    background-size: contain;
    width: 189px;
    height: 90px;
}

/* ½ºÅ©·Ñ ½Ã ·Î°í º¯°æ */
#header-wrap.scrolled .logo a {
    background-image: url('../img/logo.png');
}

/* Çì´õ ¿ìÃø ¿µ¿ª */
.header-right {
    display: flex;
    align-items: center;
    margin-left: auto;
}

/* PC ³×ºñ°ÔÀÌ¼Ç */
#pc-nav {
    margin-right: 28px;
}
#pc-nav > ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#pc-nav > ul > li {
    position: relative;
    margin-right: 56px;
}
#pc-nav > ul > li:last-child {
    margin-right: 0;
}
#pc-nav > ul > li > a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
	font-family: 'Pretendard', 'Malgun Gothic', dotum, sans-serif;
    letter-spacing: -0.02em;
    cursor: pointer;

    opacity: 0.8;
    transition: all 0.3s ease;
}
#pc-nav > ul > li > a:hover {
    opacity: 1;
    color: #fff;
}
#header-wrap.scrolled #pc-nav > ul > li > a {
    color: #333;
}

/* PC 2´Ü ¸Þ´º */
#pc-nav > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    padding: 25px 0;
    min-width: 220px;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    border-radius: 10px;
    transition: visibility 0s, opacity 0.3s linear;
}
#pc-nav > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
}
#pc-nav > ul > li > ul > li {
    position: relative;
    padding: 5px 10px;
    opacity: 0;
    transform: translateX(-20px);
}
#pc-nav > ul > li > ul > li.show {
    animation: slideInRight 0.3s ease forwards;
}
#pc-nav > ul > li > ul > li > a {
    display: block;
    padding: 8px 20px;
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
    font-size: 17px;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}
#pc-nav > ul > li > ul > li > a:hover {
    background-color: transparent;
    opacity: 1;
}
#pc-nav > ul > li > ul > li > a.has-submenu {
    padding-right: 30px;
    position: relative;
}
#pc-nav > ul > li > ul > li > a.has-submenu::after {
    content: '+';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #ddd;
    font-weight: 600;
}
#pc-nav > ul > li > ul > li > a.has-submenu.submenu-open::after {
    content: '-';
}

/* PC 3´Ü ¸Þ´º */
#pc-nav > ul > li > ul > li > ul.third-level {
    display: none;
    position: static;
    background-color: #333;
    box-shadow: none;
    padding: 10px 0;
    line-height: 2.1;
}
#pc-nav > ul > li > ul > li > ul.third-level > li {
    opacity: 1;
    transform: none;
}
#pc-nav > ul > li > ul > li > ul.third-level > li.show {
    animation: none;
}
#pc-nav > ul > li > ul > li > ul.third-level > li > a {
    padding: 8px 30px;
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}
#pc-nav > ul > li > ul > li > ul.third-level > li > a:hover {
    background-color: transparent;
    color: #fff;
    opacity: 1;
}

/* ¼­ºê¸Þ´º ¾Ö´Ï¸ÞÀÌ¼Ç */
@keyframes slideInRight {
    0% { opacity: 0; transform: translateX(-20px); }
    100% { opacity: 1; transform: translateX(0); }
}

/* ·Î±×ÀÎ + »çÀÌÆ®¸Ê */
.login-sitemap-container {
    display: flex;
    align-items: center;
}
.login-sitemap-container .sitemap-button {
    color: #0A0A0A;
}
#login-box {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
#login-box a {
    margin-left: 15px;
    text-decoration: none;
    color: #fff;
    padding: 14px 26px;
    background-color: #242424;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 1;
}
#header-wrap.scrolled #login-box a {
    color: #fff;
    background-color: #333;
}

/* »çÀÌÆ®¸Ê ¹öÆ° */
#sitemap-container {
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
}
.sitemap-button {
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: relative;
    color: #fff;
}
#sitemap span,
#sitemap_close span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    transition: all 0.3s ease-in-out;
}
#sitemap-container #sitemap_close span {
    background-color: #000;
}
#sitemap_close {
    display: none;
}
#sitemap_close span:first-child {
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
}
#sitemap_close span:last-child {
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
}
#header-wrap.scrolled #sitemap span,
#header-wrap.scrolled #sitemap_close span {
    background-color: #333;
}

/* ¸ð¹ÙÀÏ ¸Þ´º ¹öÆ° */
#mobile-menu-btn {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1003;
    background: none;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
#mobile-menu-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: all 0.3s ease;
}
#mobile-menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
#mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
}
#mobile-menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* ¸ð¹ÙÀÏ ³×ºñ */
#mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1002;
    overflow-y: auto;
    padding-top: 60px;
}
#mobile-nav.active,
#mobile-nav.on {
    display: block;
}
#mobile-nav ul {
    list-style-type: none;
    padding: 0 30px;
}
#mobile-nav ul ul {
    display: none;
    padding: 10px 0 10px 15px;
}
#mobile-nav ul ul li > a {
    padding: 15px 0;
    color: #fff;
    opacity: 0.8;
}
#mobile-nav ul li {
    position: relative;
}
#mobile-nav ul li > a {
    display: block;
    padding: 18px 0;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    position: relative;
}
#mobile-nav > ul > li > a.has-submenu::after,
#mobile-nav > ul > li > ul > li > a.has-submenu::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: transform 0.3s ease;
}
#mobile-nav ul li > a.has-submenu.submenu-open::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}
#mobile-nav > ul > li > ul > li > ul.third-level-m {
    display: none;
    background-color: #373737;
    padding-left: 20px;
    margin: 0;
}
#mobile-nav ul.third-level-m a {
    display: block;
    padding: 13px 15px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* ¸ð¹ÙÀÏ ´Ý±â ¹öÆ° */
#mobile-nav-close {
    position: fixed;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    background: none;
    border: none;
    z-index: 1005;
    display: none;
}
#mobile-nav.active #mobile-nav-close,
#mobile-nav.on #mobile-nav-close {
    display: block;
}

/* ÀüÃ¼¸Þ´º ·¹ÀÌ¾î */
#profileWrap {
    display: none;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    backdrop-filter: blur(10px);
}
#profileWrap .background_wrap {
    position: absolute;
    z-index: 1;
    width: 30%;
    margin: 0 auto;
}
#profileWrap .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100vh;
    margin-left: 0;
    background: url('../img/bg.jpg') left no-repeat;
    background-size: cover;
}
.category {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
}
.category > ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 10%;
}
.category > ul > li {
    opacity: 0;
    margin-left: 100px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.category > ul > li + li {
    margin-top: 20px;
}
.category > ul > li > a {
    display: block;
    width: max-content;
    margin-bottom: 20px;
    font-size: 22px;
    color: #333;
    text-decoration: none;
}
.category > ul > li ul {
    display: flex;
    flex-wrap: wrap;
}
.category > ul > li ul li + li {
    margin-left: 25px;
}
.category > ul > li ul a {
    opacity: 0.8;
    font-size: 15px;
    color: #222;
    text-decoration: none;
    transition: all .2s;
}
.category > ul > li ul a:hover {
    opacity: 0.7;
}
.category > ul > li ul .third-level {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    padding-left: 0;
    border-left: none;
    background-color: rgba(0,0,0,0.05);
    border-radius: 4px;
    padding: 5px;
    justify-content: center;
}
.category > ul > li ul .third-level li {
    margin-left: 0;
    margin-top: 0;
    margin-right: 15px;
}
.category > ul > li ul .third-level li:last-child {
    margin-right: 0;
}
.category > ul > li ul .third-level a {
    font-size: 14px;
    opacity: 0.8;
    white-space: nowrap;
}
.category > ul > li ul .third-level a:hover {
    opacity: 1;
}

/* Ä«Å×°í¸® ¾Ö´Ï¸ÞÀÌ¼Ç */
@keyframes fadeInUp {
    from { opacity: 0; transform: translate3d(0, 40px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}
.category > ul > li { animation: fadeInUp 0.5s ease-out forwards; }
.category > ul > li:nth-child(1) { animation-delay: .4s; }
.category > ul > li:nth-child(2) { animation-delay: .5s; }
.category > ul > li:nth-child(3) { animation-delay: .6s; }
.category > ul > li:nth-child(4) { animation-delay: .7s; }
.category > ul > li:nth-child(5) { animation-delay: .8s; }
.category > ul > li:nth-child(6) { animation-delay: .9s; }

/* Æ÷Ä¿½º */
a:focus-visible,
button:focus-visible {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}
#pc-nav > ul > li > a:focus + ul {
    visibility: visible;
    opacity: 1;
}
#pc-nav > ul > li > ul.reset-animation > li {
    animation: none;
    opacity: 1;
    transform: translateY(0);
    transition: none;
}

/* ¸ð¹ÙÀÏ ½ºÅ©·Ñ¹Ù */
#mobile-nav::-webkit-scrollbar { width: 5px; }
#mobile-nav::-webkit-scrollbar-track { background: #f1f1f1; }
#mobile-nav::-webkit-scrollbar-thumb { background: #888; }
#mobile-nav::-webkit-scrollbar-thumb:hover { background: #555; }

/* ·Îµù */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#loading::after {
    content: "";
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    white-space: nowrap;
}

/* ¹ÝÀÀÇü */
@media screen and (min-width:769px) {
    #mobile-menu-btn,
    #mobile-nav-close {
        display: none;
    }
}

@media screen and (max-width:1300px) {
    #pc-nav > ul > li { margin-right: 28px; }
    #pc-nav > ul > li > a { font-size: 15px; }
}

@media screen and (max-width:1020px) {
    #pc-nav { display: none; }
    .header-right { display: none; }
    #mobile-menu-btn { display: block !important; }
    #profileWrap .category_wrap { width: 100%; }
    .category > ul { padding: 0 10%; }
    .category > ul > li > a { font-size: 20px; }
    .category > ul > li ul a { font-size: 14px; }
    #header {
        width: 100%;
        padding: 0 20px;
    }
    .logo a {
        width: 130px;
        height: 62px;
    }
    #sitemap-container { right: 60px; }
    #mobile-nav-close { display: none !important; }
}

@media print {
    #header-wrap,
    #mobile-nav,
    #profileWrap {
        display: none !important;
    }
    body { font-size: 12pt; }
    a[href]:after { content: " (" attr(href) ")"; }
}

@media (forced-colors: active) {
    #header-wrap,
    #mobile-nav,
    #profileWrap {
        border: 1px solid currentColor;
    }
    .sitemap-button span,
    #mobile-menu-btn span {
        background-color: currentColor;
    }
}

/* =========================
   LAYOUT
========================= */
#wrapper {
    width: 100%;
    overflow: hidden;
}

#container_wr {
    width: 100%;
}

#container {
    position: relative;
    min-height: 500px;
    font-size: 1em;
}

#container:after,
#container_wr:after,
.ft_inner:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#container_title {
    padding-top: 160px;
    padding-bottom: 35px;
    font-size: 38px;
    font-weight: 700;
    color: #111;
}

#container_title span {
    display: block;
    line-height: 1.3;
}

body.is-main #container_title { display: none; }
body:not(.is-main) #container { padding-bottom: 80px; }

/* =========================
   MAIN VISUAL
========================= */
.main_visual { height: 100vh; }
.main_visual .swiper { margin: 0; width: 100%; height: 100vh; }

.main_visual .swiper-slide:nth-child(1n) {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/main_banner_img01.jpg);
    background-position: center;
    background-size: cover;
}
.main_visual .swiper-slide:nth-child(2n) {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/main_banner_img02.jpg);
    background-position: center;
    background-size: cover;
}
.main_visual .swiper-slide.video-slide,
.main_visual .swiper-slide.youtube-slide {
    background-image: none;
}

.main_visual .swiper-slide .visual-tit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    opacity: 0.8;
}

.main_visual .swiper-slide .title {
    display: block;
    font-weight: 500;
    transition: opacity 0.75s ease 0.75s;
    line-height: 1;
    font-size: 60px;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

.main_visual .swiper-slide .description {
    font-size: 24px;
    color: #fff;
    transition: opacity 0.75s ease 0.75s;
}

.main_visual .swiper-pagination {
    position: absolute;
    bottom: 80px;
    right: 80px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    z-index: 10;
}

.main_visual .swiper-pagination .current {
    font-size: 20px;
    margin: 0 10px;
}

.main_visual .swiper-pagination .total {
    font-size: 20px;
    opacity: 0.8;
    margin: 0 10px;
}

.main_visual .swiper-pagination .prev,
.main_visual .swiper-pagination .next {
    cursor: pointer;
    font-size: 28px;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-slide::before,
.youtube-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* =========================================
   AUTO SECTION
========================================= */
.s-inner {
    width: 90%;
    max-width: 1580px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.s-inner h3 {
    color: #fff;
    font-size: 20px;
}

#tl_cont {
    position: relative;
    padding: 5% 0;
    text-align: center;
}
#tl_cont .t1 {
    font-size: 60px;
    font-weight: bold;
    margin: 0.35em 0 0.7em;
}
#tl_cont .t2 {
    font-size: 22px;
    font-weight: 500;
    color: #212121;
}
#tl_cont .t3 {
    font-size: 18px;
    color: #555;
    line-height: 1.65;
    margin-top: 20px;
}

#tl_product {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 150px 0;
}
#tl_product::before {
    content:'';
    width: 45vw;
    height: calc(100% - 70px);
    max-width: 1200px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/section01_bg.jpg") no-repeat center;
    background-size: cover;
}
#tl_product .s-inner {
    display: table;
    table-layout: fixed;
}
#tl_product .s-inner > div {
    display: table-cell;
    vertical-align: top;
}
#tl_product .mtit {
    padding-right: 2%;
}
#tl_product .mtit .t2 {
    color:#fff;
    opacity: 0.8;
    font-size: 18px;
    line-height: 1.65;
    max-width: 500px;
    word-break: keep-all;
}
#tl_product .cont {
    overflow: hidden;
    width: 65%;
}
#tl_product .cont > div {
    position: relative;
    width: calc((100% - 100px) / 3);
    height: 450px;
    max-height: 24vw;
    margin-left: 30px;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}
#tl_product .cont > div:first-child { margin-left: 0; }
#tl_product .cont > div a {
    width: 100%;
    height: 100%;
    display: block;
    color:#fff;
    z-index:10;
}
#tl_product .cont > div a dl {
    padding: 40px 30px;
    position: absolute;
    left:0;
    bottom:0;
}
#tl_product .cont > div a dl dt {
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 10px;
}
#tl_product .cont > div a dl dd {
    font-size: 18px;
}
#tl_product .cont > div a:hover::before {
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.2;
}
#tl_product .cont > div.m-img01 { background-image:url("../img/product1.jpg"); }
#tl_product .cont > div.m-img02 { background-image:url("../img/product2.jpg"); }
#tl_product .cont > div.m-img03 { background-image:url("../img/product3.jpg"); }

#tl_product .mtit .en { color:#00aeef; }
#tl_product .mtit .t1 {
    font-size: 30px;
    line-height: 1.25em;
    font-weight: 800;
    margin: 0.5em 0 1em;
    color:#fff;
    word-break: keep-all;
    max-width: 500px;
}
#tl_product .mtit .t1 span { font-weight: bold; }

/* =========================================
   COMPANY SECTION
========================================= */
.audioTitle {
    display: flex;
    align-items: flex-start;
    gap: 150px;
}
.audioTitle h3 { margin: 0; }
.audioTitle dl { margin: 0; }

.section02 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/section02_bg.jpg');
    background-size: cover;
    color: #FFF;
    padding: 150px 0;
}
.section02 .audioTitle h3 {
    padding-bottom: 0.8em;
    font-size: 60px;
}
.section02 .audioTitle dt {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    padding-top: 10px;
}
.section02 .audioTitle dd {
    font-size: 18px;
    color: #fff;
    opacity: 0.8;
    font-weight: 400;
    max-width: 648px;
    line-height: 1.65;
    padding-top: 20px;
}
.section02 ul {
    display:flex;
    border-right:1px dashed rgba(255,255,255,0.2);
}
.section02 ul li {
    padding:50px;
    width:25%;
    border-left:1px dashed rgba(255,255,255,0.2);
}
.section02 ul li i {
    font-size:30px;
    padding-bottom:10px;
}
.section02 ul li a { color:#FFF; }
.section02 ul li img { padding-bottom:70px; }
.section02 ul li dl dt {
    font-size:2.2rem;
    font-weight:500;
}
.section02 ul li dl dd {
    opacity:0.8;
    line-height:1.8em;
    word-break: keep-all;
    font-size:18px;
}
.section02 ul li dl .eng {
    margin:1em 0;
    opacity:0.5;
    font-size:22px;
    font-weight:500;
}
.section02 ul li a:hover { color:#1aaff4; }
.section02 ul li a:hover dt {
    transition: all 0.1s ease-out;
    text-decoration:underline;
    text-decoration-thickness:1px;
}
.section02 ul li a:hover dd { opacity:1; }

/* =========================================
   MATERIAL SECTION
========================================= */
.section03 {
    width:100%;
    padding:150px 0 0;
}
.section03 .inner {
    width:100%;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.section03 .left { width:40%; }
.section03 .left h2 {
    font-size:50px;
    font-weight:800;
}
.section03 .right { width:60%; }
.section03 .right p {
    word-break:keep-all;
    font-size:20px;
    line-height:1.65;
    color:#555;
    font-weight:500;
    text-align:left;
}

/* ±âº» ½ºÅ¸ÀÏ (¸ð¹ÙÀÏ ¿ì¼±) */
.section04 { overflow:hidden; }
.section04 .swiper-container {
    padding:50px 0;
    max-width:100%;
    margin:0 auto;
}
.section04 .swiper-wrapper {
    display:flex;
    flex-direction:column;
    gap:20px;
}
.section04 .swiper-slide {
    width:100%;
    height:300px;
    border-radius:10px;
    transition:all 0.5s ease;
    overflow:hidden;
}
.section04 .swiper-slide.slide1 { background:url(../img/section03_img01.jpg) no-repeat center / cover; }
.section04 .swiper-slide.slide2 { background:url(../img/section03_img02.jpg) no-repeat center / cover; }
.section04 .swiper-slide.slide3 { background:url(../img/section03_img03.jpg) no-repeat center / cover; }

.section04 .swiper-slide a {
    display:block;
    position:relative;
    height:100%;
    border-radius:10px;
}
.section04 .swiper-slide a::before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(0, 0, 0, 0.5);
    transition:background 0.5s ease;
}
.section04 .swiper-slide.active { height:500px; }
.section04 .swiper-slide.active a::before { background:rgba(0, 0, 0, 0.3); }

.section04 .txt_wrap {
    position:absolute;
    top:50px;
    left:30px;
    right:30px;
    bottom:0;
    z-index:1;
    color:#FFF;
    transition:all 0.5s ease;
}
.section04 .txt_wrap .en {
    font-size:18px;
    font-weight:500;
    line-height:1.4;
}
.section04 .txt_wrap .tit {
    display:block;
    margin-top:10px;
    font-size:26px;
    font-weight:500;
    line-height:1.2;
    letter-spacing:-0.5px;
}
.section04 .txt_wrap .desc {
    max-height:0;
    opacity:0;
    overflow:hidden;
    transition:all 0.5s ease;
}
.section04 .txt_wrap .desc p {
    font-size:16px;
    line-height:1.5;
}
.section04 .swiper-slide.active .txt_wrap .desc {
    max-height:200px;
    opacity:1;
    margin-top:20px;
}
.section04 .txt_wrap .btn_more {
    position:absolute;
    bottom:30px;
    right:0;
    opacity:0;
    transition:opacity 0.5s ease;
}
.section04 .swiper-slide.active .txt_wrap .btn_more {
    opacity:1;
}

/* =========================
   SUB LAYOUT FINAL
========================= */

/* °øÅë ¼­ºê ºñÁÖ¾ó */
.sub_visual{
    width:100%;
    height:500px;
    background-color:#333;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    display:flex;
    align-items:center;
    text-align:left;
    color:#fff;
    padding-top:20px;
    position:relative;
}

.sub_visual.visual01{
    background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../img/sub/sub_visual01.jpg');
}
.sub_visual.visual02{
    background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../img/sub/sub_visual02.jpg');
}
.sub_visual.visual03{
    background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../img/sub/sub_visual03.jpg');
}
.sub_visual.visual04{
    background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../img/sub/sub_visual04.jpg');
}
.sub_visual.visual05{
    background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../img/sub/sub_visual05.jpg');
}

.sub_visual .visual-title h1{
    font-size:45px;
    color:#fff;
    margin-bottom:10px;
    line-height:1.2;
    font-weight:700;
}

.sub_visual .visual-title p{
    font-size:23px;
    color:#fff;
    opacity:0.8;
    line-height:1.65;
    word-break:keep-all;
}

/* ÇÏ´Ü À§Ä¡ ³×ºñ */
.sub-header{
    width:100%;
    position:relative;
    margin-top:-78px;
    z-index:30;
}

.sub-header ul.sub-position{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}

.sub-header ul.sub-position > li{
    display:flex;
    position:relative;
    align-items:center;
    padding:0 30px 10px;
    cursor:pointer;
    width:calc(50% - 25px);
    max-width:240px;
    font-size:17px;
    color:#fff;
}

.sub-header ul.sub-position > li > a{
    color:#fff;
    display:block;
    width:100%;
}

.sub-header ul.sub-position > li.home{
    padding-left:0;
    width:50px;
    max-width:50px;
}

.sub-header ul.sub-position > li.home a{
    display:flex;
    align-items:center;
}

.sub-header ul.sub-position > li.home::after,
.sub-header ul.sub-position > li.home::before{
    display:none;
}

.sub-header ul.sub-position > li::after{
    content:"";
    width:13px;
    height:8px;
    background:url('../img/sub/arrow.png') no-repeat center center;
    display:block;
    position:absolute;
    right:20px;
}

.sub-header ul.sub-position > li::before{
    content:"";
    width:1px;
    height:15px;
    background-color:rgba(255,255,255,0.3);
    position:absolute;
    left:0;
}

.sub-header ul.sub-position li ul.sub-dropdown{
    position:absolute;
    top:100%;
    left:0;
    padding:20px 30px;
    width:100%;
    z-index:20;
    background-color:#000;
    display:none;
}

.sub-header ul.sub-position li ul.sub-dropdown li{
    padding:5px 0;
}

.sub-header ul.sub-position li ul.sub-dropdown li a{
    color:#fff;
    font-size:16px;
    display:block;
    line-height:1.65;
    opacity:0.8;
}

.sub-header ul.sub-position li ul.sub-dropdown li a:hover{
    opacity:1;
}

/* ¼­ºê Å¸ÀÌÆ² ¿µ¿ª */
.sub_title{
    margin:50px auto 25px !important;
    padding:0 20px 20px !important;
}

/* ³»¿ë ½ÃÀÛ °£°Ý º¸Á¤ */
#contents.company_info{
    padding-top:30px !important;
}

.sub-inner{
    padding-top:0 !important;
    margin-top:0 !important;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width:768px){
    .sub_visual{
        height:420px;
        padding-top:0;
    }

    .sub_visual .visual-title h1{
        font-size:35px;
    }

    .sub_visual .visual-title p{
        font-size:18px;
    }

    .sub-header ul.sub-position > li {
    padding: 0 30px 10px;
    width: calc(50% - 25px);
    max-width: 240px;
    font-size: 17px;
}

    .sub_title{
        margin:30px auto 15px !important;
        padding:0 15px 12px !important;
    }

    #contents.company_info{
        padding-top:15px !important;
    }
}

/* =========================
   FOOTER FINAL
========================= */
#footer {
    background-color: #000;
}

#footer .inner {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 6rem 1.25rem 9rem;
}

#footer .top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}

#footer .top .left,
#footer .top .right {
    flex: 1;
    min-width: 300px;
}

#footer .top .txt h3 {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 800;
    padding-bottom: 1.25rem;
}

#footer .top .txt ul {
    padding: 0;
    list-style: none;
}

#footer .top .txt ul li {
    font-size: 1.0625rem;
    color: #fff;
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#footer .top .txt ul li h2 {
    font-weight: 800;
    color: #fff;
    font-size: 1.125rem;
    margin-right: 1rem;
    margin-bottom: 0;
}

#footer .top .txt ul li span {
    font-size: 1.125rem;
    color: #838383;
    font-weight: 500;
}

#footer .bottom {
    margin-top: 3rem;
}

#footer .bottom ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
}

#footer .bottom ul li {
    margin-right: 2rem;
    margin-bottom: 1rem;
}

#footer .bottom ul li a {
    font-size: 1.0625rem;
    color: #fff;
    font-weight: 800;
}

#footer .bottom ul li span {
    color: #d50000;
}

#footer .copy {
    font-size: 0.9375rem;
    color: #fff;
    opacity: 0.8;
    font-weight: 400;
    margin-top: 2rem;
}

#footer .copy a {
    color: #fff;
    margin-left: 6px;
}

#footer .sns_box {
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
    padding: 0;
}

#footer .sns_box .sns a {
    display: block;
    width: 4rem;
    height: 4rem;
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 0;
    background: url('../img/facebook.png') no-repeat center / 0.6rem;
}

#footer .sns_box .sns.n2 a {
    background-image: url('../img/insta.png');
    background-size: 2rem;
}

#footer .sns_box .sns.n3 a {
    background-image: url('../img/naver.png');
    background-size: 1.8rem;
}

@media (max-width: 768px) {
    #footer .top {
        flex-direction: column;
    }

    #footer .top .left,
    #footer .top .right {
        width: 100%;
        margin-bottom: 2rem;
    }

    #footer .bottom ul {
        flex-direction: column;
    }

    #footer .bottom ul li {
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    #footer .top .txt ul li h2 {
        font-size: 16px;
    }

    #footer .top .txt ul li span {
        font-size: 16px;
    }

    #footer .sns_box .sns a {
        width: 3rem;
        height: 3rem;
        border: 1px solid rgba(255,255,255,0.2);
        font-size: 0;
        background: url('../img/facebook.png') no-repeat center / 0.6rem;
    }

    #footer .sns_box .sns.n2 a {
        background-image: url('../img/insta.png');
        background-size: 1rem;
    }

    #footer .sns_box .sns.n3 a {
        background-image: url('../img/naver.png');
        background-size: 1rem;
    }
}

/* =========================
   ETC
========================= */
.img_fix { width:100%; height:auto; }

/* =========================
   BASIC BOARD / FORM / PAGING
========================= */
#copymove .win_desc { text-align:center; display:block; }
#copymove .tbl_wrap { margin:20px; }
#copymove .win_btn { padding:0 20px 20px; }
.copymove_current { float:right; background:#ff3061; padding:5px; color:#fff; border-radius:3px; }
.copymove_currentbg { background:#f4f4f4; }

#captcha { display:inline-block; position:relative; }
#captcha legend {
    position:absolute;
    margin:0;
    padding:0;
    font-size:0;
    line-height:0;
    text-indent:-9999em;
    overflow:hidden;
}
#captcha #captcha_img { height:40px; border:1px solid #898989; vertical-align:top; padding:0; margin:0; }
#captcha #captcha_mp3 {
    margin:0;
    padding:0;
    width:40px;
    height:40px;
    border:0;
    background:transparent;
    vertical-align:middle;
    overflow:hidden;
    cursor:pointer;
    background:url('../../../img/captcha2.png') no-repeat;
    text-indent:-999px;
    border-radius:3px;
}
#captcha #captcha_reload {
    margin:0;
    padding:0;
    width:40px;
    height:40px;
    border:0;
    background:transparent;
    vertical-align:middle;
    overflow:hidden;
    cursor:pointer;
    background:url('../../../img/captcha2.png') no-repeat 0 -40px;
    text-indent:-999px;
    border-radius:3px;
}
#captcha #captcha_key {
    margin:0 0 0 3px;
    padding:0 5px;
    width:90px;
    height:40px;
    border:1px solid #ccc;
    background:#fff;
    font-size:1.333em;
    font-weight:bold;
    text-align:center;
    border-radius:3px;
    vertical-align:top;
}
#captcha #captcha_info { display:block; margin:5px 0 0; font-size:0.95em; letter-spacing:-0.1em; }

.tbl_wrap table {
    width:100%;
    border-collapse:collapse;
    border-spacing:0 5px;
    background:#fff;
    border-top:1px solid #ececec;
    border-bottom:1px solid #ececec;
}
.tbl_wrap caption { padding:10px 0; font-weight:bold; text-align:left; }
.tbl_head01 { margin:0 0 10px; }
.tbl_head01 caption { padding:0; font-size:0; line-height:0; overflow:hidden; }
.tbl_head01 thead th {
    padding:20px 0;
    font-weight:normal;
    text-align:center;
    border-bottom:1px solid #ececec;
    height:40px;
}
.tbl_head01 thead th input { vertical-align:top; }
.tbl_head01 tbody th { padding:8px 0; border-bottom:1px solid #e8e8e8; }
.tbl_head01 td {
    color:#666;
    padding:10px 5px;
    border-top:1px solid #ecf0f1;
    border-bottom:1px solid #ecf0f1;
    line-height:1.4em;
    height:60px;
    word-break:break-all;
}

.tbl_frm01 { margin:0 0 20px; }
.tbl_frm01 table { width:100%; border-collapse:collapse; border-spacing:0; }
.tbl_frm01 th {
    width:70px;
    padding:7px 13px;
    border:1px solid #e9e9e9;
    border-left:0;
    background:#f5f8f9;
    text-align:left;
}
.tbl_frm01 td {
    padding:7px 10px;
    border-top:1px solid #e9e9e9;
    border-bottom:1px solid #e9e9e9;
    background:transparent;
}
.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {
    border:1px solid #d0d3db;
    background:#fff;
    color:#000;
    vertical-align:middle;
    border-radius:3px;
    padding:5px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
}
.frm_input { height:40px; }

.pg_wrap { clear:both; float:left; display:inline-block; }
.pg_wrap:after { display:block; visibility:hidden; clear:both; content:""; }
.pg { text-align:center; }
.pg_page,
.pg_current { display:inline-block; vertical-align:middle; background:#eee; border:1px solid #eee; }
.pg_page {
    color:#959595;
    font-size:1.083em;
    height:30px;
    line-height:28px;
    padding:0 5px;
    min-width:30px;
    text-decoration:none;
    border-radius:3px;
}
.pg_current {
    display:inline-block;
    background:#3a8afd;
    border:1px solid #3a8afd;
    color:#fff;
    font-weight:bold;
    height:30px;
    line-height:30px;
    padding:0 10px;
    min-width:30px;
    border-radius:3px;
}

/* =========================
   RESPONSIVE
========================= */
@media screen and (max-width:1480px) {
    #tl_product { padding-top: 70px; }
    #tl_product::before { height: 90%; }
    #tl_product .cont > div {
        width: calc((100% - 60px) / 3);
        max-height: 26vw;
        margin-left: 30px;
    }
}

@media screen and (max-width:1280px) {
    .inner,
    .hd_inner,
    #container_title,
    #container > .sub_inner,
    .ft_inner,
    #hd_pop {
        width: 92%;
    }

    #gnb .depth1_li { margin: 0 18px; }
    #gnb .depth1_a { font-size: 17px; }

    .main_visual .swiper-slide .title {
        font-size: 60px;
        margin-bottom: 18px;
    }
    .main_visual .swiper-slide .description { font-size: 16px; }
    .main_visual .swiper-pagination {
        bottom: 60px;
        right: 60px;
    }

    #tl_cont { padding: 8% 0; }

    #tl_product { padding-top: 40px; }
    #tl_product .cont { padding-top: 40px; }
    #tl_product .cont > div {
        width: calc((100% - 30px) / 3);
        max-height: 28vw;
        margin-left: 15px;
    }
    #tl_product .mtit .t2 br { display: none; }
    #tl_product .mtit p.t1 {
        font-size: 20px;
        line-height: 1.5;
    }
    #tl_product .mtit .t1 { font-size: 2.6rem; }

    .section02 .audioTitle h3 {
        padding-bottom: 1em;
        font-size: 40px;
    }
    .section02 .audioTitle dd { font-size: 16px; }
    .section02 ul li dl dd br { display:none; }

    .all_menu_wrap { max-width: 1000px; }
}

@media screen and (max-width:1024px) {
    .hd_inner { height: 88px; }

    .logo a {
        width: 210px;
        height: 56px;
    }

    .logo .logo_white,
    .logo .logo_color {
        height: 52px;
    }

    #gnb { display: none; }

    .all_menu_wrap { max-width: 100%; }
    .all_menu_inner { grid-template-columns: 1fr; }
    .all_menu_left { display: none; }
    .all_menu_right { padding: 90px 28px 40px; }

    .main_visual { min-height: 680px; }
    .main_visual .swiper { min-height: 680px; }
    .main_visual .swiper-slide .title {
        font-size: 50px;
        margin-bottom: 16px;
    }
    .main_visual .swiper-slide .description { font-size: 15px; }
    .main_visual .swiper-pagination {
        bottom: 50px;
        right: 50px;
    }
    .main_visual .swiper-pagination .current,
    .main_visual .swiper-pagination .total { font-size: 18px; }
    .main_visual .swiper-pagination .prev,
    .main_visual .swiper-pagination .next { font-size: 24px; }

    #tl_product { padding-top: 5%; }
    #tl_product::before {
        width: 60vw;
        height: 70%;
    }
    #tl_product .s-inner { display: block; }
    #tl_product .s-inner > div { display: block; }
    #tl_product .cont {
        width: 100%;
        margin-top: 5%;
    }
    #tl_product .cont > div { max-height: 38vw; }

    .section02 ul { flex-wrap: wrap; }
    .section02 ul li {
        width: 50%;
        padding: 1.5em;
    }
    .section02 ul li:nth-child(1),
    .section02 ul li:nth-child(2) {
        border-bottom: 1px dashed rgba(255,255,255,0.2);
    }
    .section02 ul li dl dd {
        font-size: 18px;
        line-height: 1.65;
    }
    .section02 ul li dl dt { font-size: 25px; }

    #ft_wr {
        flex-direction: column;
        gap: 30px;
    }
    #ft_link { width: 100%; }

    #container_title {
        padding-top: 130px;
        padding-bottom: 28px;
        font-size: 30px;
    }

    .sub_visual {
        min-height: 280px;
        padding-top: 80px;
    }
    .sub_visual h2 { font-size: 38px; }
    .sub_visual p { font-size: 16px; }
}

@media screen and (max-width:768px) {
    body { font-size: 13px; }

    .inner,
    .hd_inner,
    #container_title,
    #container > .sub_inner,
    .ft_inner,
    #hd_pop {
        width: 92%;
    }

    .hd_inner { height: 76px; }

    .logo a {
        width: 130px;
        height: 62px;
    }

    .logo .logo_white,
    .logo .logo_color {
        height: 40px;
    }

    .menu_btn {
        width: 44px;
        height: 44px;
        gap: 5px;
        margin-left: 12px;
    }
    .menu_btn span { width: 24px; }

    .audioTitle { display: block; }

    .main_visual { height: 80vh; min-height: 600px; }
    .main_visual .swiper { height: 80vh; min-height: 600px; }
    .main_visual .swiper-slide .title {
        font-size: 40px;
        margin-bottom: 14px;
    }
    .main_visual .swiper-slide .description { font-size: 14px; }
    .main_visual .swiper-pagination {
        bottom: 40px;
        right: 40px;
    }
    .main_visual .swiper-pagination .current,
    .main_visual .swiper-pagination .total { font-size: 16px; }
    .main_visual .swiper-pagination .prev,
    .main_visual .swiper-pagination .next { font-size: 20px; }

    #tl_cont { padding: 10% 0; }

    .section03 {
        width: 100%;
        padding: 50px 0 0;
    }
    .section03 .left { width: 100%; }
    .section03 .right { width: 100%; }
    .section03 .left h2 {
        font-size: 32px;
        padding-bottom: 20px;
    }
    .section03 .inner { display: block; }
    .section03 .right p { font-size: 16px; }

    #container_title {
        padding-top: 112px;
        padding-bottom: 22px;
        font-size: 24px;
    }

    .sub_visual {
        min-height: 220px;
        padding-top: 72px;
    }
    .sub_visual h2 { font-size: 28px; }
    .sub_visual p { font-size: 14px; }

    #ft_company h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    #ft_company,
    #ft_link a {
        font-size: 14px;
        line-height: 1.8;
    }
    #ft_copy {
        width: 92%;
        padding: 18px 0;
        font-size: 12px;
    }

    #top_btn {
        right: 16px;
        bottom: 16px;
        width: 46px;
        height: 46px;
        line-height: 42px;
    }
}

@media all and (max-width:767px) {
    #tl_product::before {
        width: 80vw;
        height: 60%;
    }
    #tl_product .s-inner > div { padding: 0; }
    #tl_product .cont > div {
        width: calc((100% - 20px) / 3);
        max-height: 40vw;
        margin-left: 10px;
    }
}

@media all and (max-width:568px) {
    #tl_cont {
        padding: 14% 10%;
    }
    #tl_cont .t3 {
        font-size: 16px;
    }
    #tl_cont .t3 br { display: none; }

    #tl_cont .t1.fc-gr {
        font-size: 20px !important;
        line-height: 1.3;
        margin-bottom: 8px;
    }
    #tl_cont .t1.fc-gr .fc-b1 {
        font-size: 24px !important;
        font-weight: 800;
        display: inline-block;
    }

    #tl_product {
        padding-top: 0;
        padding-bottom: 10%;
    }
    #tl_product::before {
        width: 100vw;
        height: 35%;
        top: inherit;
        bottom: 0;
    }

    #tl_product .mtit {
        position: absolute;
        top: 0;
        left: 0;
        width: 48%;
        margin-top: 7%;
        z-index: 2;
    }
    #tl_product .mtit .t1 {
        color:#212121 !important;
    }
    #tl_product .mtit .t2 {
        color:#888;
        width:100%;
    }
    #tl_product .mtit h3 {
        display: block;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 800;
        margin: 0 0 8px 0;
        color: #212121;
        position: relative;
        z-index: 2;
    }
    #tl_product .mtit p.t1 {
        font-size: 15px;
        line-height: 1.6;
        word-break: keep-all;
        color: #212121 !important;
        position: relative;
        z-index: 2;
    }
    #tl_product .mtit .t1 {
        font-size: 22px;
        margin: 0.5em 0 0.7em;
        line-height: 1.2em;
    }

    #tl_product .cont {
        width: 100%;
        float: right;
        margin-top: 0;
    }
    #tl_product .cont > div {
        width: calc(50% - 5px);
        float: right;
        margin: 5px 0 5px 10px;
        max-height: 58vw;
    }
    #tl_product .cont > div:nth-child(odd) { margin-left: 0; }
    #tl_product .cont > div.m-img02 { clear: both; }

    #tl_product .cont > div a dl {
        left: 0;
        right: 0;
        width: auto;
        box-sizing: border-box;
    }
    #tl_product .cont > div a dl dt {
        font-size: 16px;
        line-height: 1.25;
        padding-bottom: 6px;
        word-break: keep-all;
    }
    #tl_product .cont > div a dl dd {
        font-size: 14px;
        line-height: 1.35;
        white-space: normal;
        word-break: keep-all;
        max-width: 100%;
    }
}

@media screen and (max-width:576px) {
    .main_visual {
        height: 60vh;
        min-height: 480px;
    }
    .main_visual .swiper {
        height: 60vh;
        min-height: 480px;
    }
    .main_visual .swiper-slide .title {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .main_visual .swiper-slide .description { font-size: 12px; }
    .main_visual .swiper-pagination {
        bottom: 30px;
        right: 30px;
    }
    .main_visual .swiper-pagination .current,
    .main_visual .swiper-pagination .total { font-size: 14px; }
    .main_visual .swiper-pagination .prev,
    .main_visual .swiper-pagination .next { font-size: 18px; }
}

@media all and (max-width:480px) {
    #tl_cont .t1 {
        font-size: 3.4rem;
    }

    .section02 ul {
        border-right: 0;
    }
    .section02 ul li {
        width: 100%;
        padding: 50px 0;
        border-left: 0;
    }
    .section02 ul li dl dd {
        font-size: 16px;
        line-height: 1.65;
    }
    .section02 ul li dl dt {
        font-size: 22px;
    }
    .section02 .audioTitle dt {
        font-size: 18px;
        line-height: 1.5;
        word-break: keep-all;
    }
    .section02 .audioTitle h3 {
        font-size: 28px;
        line-height: 1.5;
        word-break: keep-all;
    }

    #tl_product .mtit {
        margin-top: -25px;
    }
    #tl_product .mtit .t1 {
        margin-bottom: 0.5em;
    }
    #tl_product .mtit .t2 {
        line-height: 1.65;
        font-size: 16px;
    }
    #tl_product .cont > div a dl {
        padding: 2em 1.5em;
    }

    .all_menu_right {
        padding: 84px 20px 30px;
    }
    .all_menu_close {
        top: 20px;
        right: 20px;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .section04 .swiper-slide {
        height: 400px;
    }
    .section04 .swiper-slide.active {
        height: 600px;
    }
    .section04 .txt_wrap .tit {
        font-size: 30px;
        margin-top: 20px;
    }
}

@media screen and (min-width:1024px) {
    .section04 .swiper-container {
        max-width: 1600px;
        padding: 98px 0;
    }
    .section04 .swiper-wrapper {
        flex-direction: row;
        gap: 20px;
        height: 570px;
    }
    .section04 .swiper-slide {
        width: calc((100% - 40px) / 3);
        height: 100%;
    }
    .section04 .swiper-slide.active {
        width: 50%;
        height: 100%;
    }
    .section04 .swiper-slide:not(.active) {
        width: calc((100% - 50% - 40px) / 2);
    }
    .section04 .txt_wrap {
        top: 100px;
        left: 40px;
        right: 40px;
    }
    .section04 .txt_wrap .en {
        font-size: 24px;
    }
    .section04 .txt_wrap .tit {
        font-size: 40px;
        margin-top: 20px;
    }
    .section04 .txt_wrap .desc p {
        font-size: 18px;
    }
    .section04 .swiper-slide.active .txt_wrap .desc {
        max-height: none;
    }
}

@media screen and (min-width:1600px) {
    .section04 .swiper-wrapper {
        gap: 40px;
    }
    .section04 .swiper-slide {
        width: calc((100% - 80px) / 3);
    }
    .section04 .swiper-slide.active {
        width: 50%;
    }
    .section04 .swiper-slide:not(.active) {
        width: calc((100% - 50% - 80px) / 2);
    }
    .section04 .txt_wrap {
        left: 60px;
        right: 60px;
    }
    .section04 .txt_wrap .tit {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .section04 {
        overflow: visible !important;
    }

    .section04 .swiper-container {
        overflow: visible !important;
        padding-bottom: 20px !important;
    }

    .section04 .swiper-wrapper {
        height: auto !important;
    }

    .section04 .swiper-slide {
        overflow: hidden !important;
        height: 300px !important;
    }

    .section04 .swiper-slide.active {
        height: 500px !important;
    }

    .section04 .txt_wrap {
        bottom: 30px !important;
    }

    .section04 .swiper-slide.active .txt_wrap .desc {
        max-height: 220px !important;
        opacity: 1 !important;
        margin-top: 20px !important;
        overflow: hidden !important;
    }

    .section04 .txt_wrap .btn_more {
        opacity: 1 !important;
    }
}

@media screen and (max-width: 767px) {
    .section03 .left,
    .section03 .right {
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box;
    }

    .section03 .left h2,
    .section03 .right p {
        margin-left: 0 !important;
    }
}

/* =========================
   TABLE STYLE
========================= */


/* ¸®½ºÆ® */
.tbl-stat {clear:both; width:100%; border-top:#000 2px solid; border-collapse: collapse; border-spacing:0px;table-layout:fixed; font-size:16px}
/* .tbl-stat caption { font-size:1px; line-height:1px; text-indent:-1000em; visibility:hidden; width:1px; height:1px; overflow:hidden;} */
.tbl-stat thead th, .tbl-stat tbody th {padding:20px; border:solid #e0e0e0; border-width:0 1px 1px 1px; background:#f6f6f6; color:#333; word-wrap:break-word; }
.tbl-stat tbody th {background:#fcfcfc}
.tbl-stat thead th:first-child, .tbl-stat tbody th:first-child,.tbl-stat tbody td:first-child, .tbl-stat tfoot td:first-child {border-left:0px;}
.tbl-stat thead th:last-child, .tbl-stat tbody th:last-child, .tbl-stat tbody td:last-child, .tbl-stat tfoot td:last-child { border-right:0}
.tbl-stat tbody td {padding:20px; text-align:left;  border:1px solid #e0e0e0; border-width:1px;word-break: break-all; line-height:1.6}
.tbl-stat .left,.tbl-stat .l {padding-left:20px}/*¿©¹é Àç¼³Á¤ÀÌ ÇÊ¿äÇÒ °æ¿ì*/
.tbl-stat tfoot th {background:#f6f6f6; border:solid #e0e0e0; border-width:0 0 1px 0px; text-align:center; padding:10px 0; color:#e6360d;}
.tbl-stat tfoot td {background:#f6f6f6; border:solid #e0e0e0; border-width:0 0 1px 1px; text-align:center;  padding:10px 0; color:#333; font-weight:bold;}
.tbl-stat tbody td h2 { font-size:18px; font-weight:bold}

/* th Á¤·Ä */
.tbl-stat thead th.sort a {display:inline-block;  padding-right:15px; margin:0px 3px; font-weight:bold;}
.tbl-stat thead th.sort a:hover, .tbl-stat thead th a:focus, .tbl-stat thead th.sort a:active {text-decoration:underline;color:#e6360d; }
.tbl-stat thead th.sort_up a {color:#e6360d;  padding-right:15px; margin:0px 3px}
.tbl-stat thead th.sort_up a:hover, .tbl-stat thead th.sort_up a:focus, .tbl-stat thead th.sort_up a:active {text-decoration:underline;}
.tbl-stat thead th.sort_dw a  {color:#e6360d;  padding-right:15px; margin:0px 3px}
.tbl-stat thead th.sort_dw a:hover, .tbl-stat thead th.sort_dw a:focus, .tbl-stat thead th.sort_dw a:active {text-decoration:underline;}
.tbl-stat td.sort {color:#e6360d; font-weight:bold;}

/* Æ÷ÀÎÆ® »ö */
.tbl-stat .point {background:#f8f5f3;}


@media screen and (max-width: 600px) {
	.tbl-stat tbody td { padding:10px}
	
}


/* =========================
   SUB PAGE WIDTH FIX
========================= */

/* ¼­ºê ºñÁÖ¾ó ¾ÈÂÊ Æø °íÁ¤ */
.sub_visual .inner,
.sub-header .inner,
.sub_title,
#contents,
#contents.company_info,
.sub-inner,
.tbl-stat-wrap {
    width: 90%;
    max-width: 1580px;
    margin-left: auto;
    margin-right: auto;
}

/* ¼­ºêºñÁÖ¾ó Á¦¸ñ ¿µ¿ª */
.sub_visual .inner {
    position: relative;
    z-index: 2;
}

.sub_visual .visual-title {
    max-width: 900px;
}

/* ºê·¹µåÅ©·³/ÇÏ´Ü ¸Þ´º ¾ÈÂÊ Á¤·Ä */
.sub-header {
    left: 0;
    width: 100%;
}

.sub-header .inner {
    position: relative;
}

/* ¼­ºê Å¸ÀÌÆ² ¿µ¿ª Æø/°£°Ý */
.sub_title {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 50px auto 25px !important;
}

/* º»¹® ½ÃÀÛºÎ */
#contents,
#contents.company_info,
.sub-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
}

/* Å×ÀÌºíµµ ¾ÈÂÊ ¹Ú½º ±âÁØ */
.tbl-stat,
.tbl_wrap table {
    width: 100%;
}

/* º»¹® ÀÌ¹ÌÁö°¡ ³Ê¹« Ä¿Áö´Â °Í ¹æÁö */
#contents img,
.sub-inner img {
    max-width: 100%;
    height: auto;
}

/* ¸ð¹ÙÀÏ */
@media (max-width: 768px) {
    .sub_visual .inner,
    .sub-header .inner,
    .sub_title,
    #contents,
    #contents.company_info,
    .sub-inner,
    .tbl-stat-wrap {
        width: 92%;
    }

    .sub_title {
        margin: 30px auto 15px !important;
    }
}



/* ¸ð¹ÙÀÏ ÇÜ¹ö°Å ¹öÆ° ±âº»(Åõ¸í/ºñÁÖ¾ó À§) */
#mobile-menu-btn span {
    background: #fff;
    transition: background 0.3s ease;
}

/* Çì´õ°¡ ½ºÅ©·ÑµÇ¾úÀ» ¶§ °ËÁ¤À¸·Î º¯°æ */
#header-wrap.scrolled #mobile-menu-btn span {
    background: #111 !important;
}

@media (max-width:768px){
    .sub_visual{
        height:500px;
        padding-top:20px;
    }

    .sub_visual .visual-title h1{
        font-size:35px;
    }

    .sub_visual .visual-title p{
        font-size:23px;
    }

    /* ¼­ºê¸Þ´º */
    .sub-header ul.sub-position{
        gap:0 !important;
    }

    .sub-header ul.sub-position > li.home{
        width:30px !important;
        max-width:30px !important;
        padding:0 10px 10px 0 !important;
        margin-right:6px !important;
    }

    .sub-header ul.sub-position > li.home a{
        justify-content:flex-start !important;
    }

    .sub-header ul.sub-position > li{
        padding:0 20px 10px 20px !important;
        font-size:15px !important;
        line-height:1.2 !important;
        min-height:22px !important;
    }

    /* ´ë¸Þ´º */
    .sub-header ul.sub-position > li:nth-child(2){
        min-width:120px !important;
        max-width:120px !important;
    }

    /* ¼Ò¸Þ´º */
    .sub-header ul.sub-position > li:nth-child(3){
        min-width:170px !important;
        max-width:170px !important;
    }

    .sub-header ul.sub-position > li > a{
        font-size:16px !important;
        white-space:nowrap !important;
        overflow:hidden !important;
        text-overflow:ellipsis !important;
    }

    .sub-header ul.sub-position > li::before{
        left:0 !important;
        height:13px !important;
    }

    .sub-header ul.sub-position > li::after{
        right:7px !important;
        width:10px !important;
        height:6px !important;
        background-size:10px 6px !important;
    }

    .sub-header ul.sub-position li ul.sub-dropdown{
        padding:12px 14px !important;
        min-width:170px !important;
    }

    .sub-header ul.sub-position li ul.sub-dropdown li a{
        font-size:14px !important;
        line-height:1.45 !important;
    }

    .sub_title{
        margin:70px auto 20px !important;
        padding:0 15px 12px !important;
    }

    #contents.company_info{
        padding-top:15px !important;
    }
}


/* =========================
   BOARD LAYOUT RESTORE
========================= */

/* ¿øº» »çÀÌÆ® ¹æ½ÄÀ¸·Î °Ô½ÃÆÇ ·¡ÆÛ¸¸ Á÷Á¢ Á¦¾î */
#bo_list,
#bo_gall,
#bo_w,
#bo_v {
    max-width: 1600px;
    margin: 0 auto 150px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* °Ô½ÃÆÇ ±âº» ±ÛÀÚ Å©±â */
.tbl_head01 thead th {
    font-size: 16px;
}

.tbl_head01 td,
.tbl_head01 td a {
    font-size: 16px;
}

/* ¾²±â/º¸±â ±âº» Å©±â */
#bo_w,
#bo_v {
    font-size: 16px;
}

#bo_w .tbl_frm01 th,
#bo_w .tbl_frm01 td {
    font-size: 16px;
}

#bo_w input,
#bo_w select,
#bo_w textarea,
#bo_w .frm_input {
    font-size: 16px;
}

#bo_w #wr_subject {
    font-size: 18px;
}

#bo_v_con {
    font-size: 16px;
    line-height: 1.8;
}

/* ¿¡µðÅÍ/ÀÔ·ÂÃ¢ ³ÑÄ§ ¹æÁö */
#bo_w .tbl_frm01 table,
#bo_v .tbl_wrap table,
#bo_list .tbl_wrap table {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

#bo_w .frm_input,
#bo_w input[type="text"],
#bo_w input[type="file"],
#bo_w textarea {
    max-width: 100%;
    box-sizing: border-box;
}

/* ÀÌ¹ÌÁö ³ÑÄ§ ¹æÁö */
#bo_v_con img,
#bo_v_atc img,
#bo_w img,
#bo_list img {
    max-width: 100%;
    height: auto;
}

/* ¸ð¹ÙÀÏ */
@media (max-width: 768px) {
    #bo_list,
    #bo_gall,
    #bo_w,
    #bo_v {
        max-width: 100%;
        margin: 0 auto 100px auto;
        padding: 0 15px;
    }

    .tbl_head01 thead th,
    .tbl_head01 td,
    .tbl_head01 td a {
        font-size: 14px;
    }

    #bo_w,
    #bo_v {
        font-size: 14px;
    }

    #bo_w .tbl_frm01 th,
    #bo_w .tbl_frm01 td {
        font-size: 14px;
    }

    #bo_w input,
    #bo_w select,
    #bo_w textarea,
    #bo_w .frm_input {
        font-size: 14px;
    }

    #bo_w #wr_subject {
        font-size: 16px;
    }

    #bo_v_con {
        font-size: 14px;
        line-height: 1.7;
    }
}

/* =========================
   BOARD WRITE PAGE TUNE
========================= */

/* ±Û¾²±â ¿µ¿ª Æø/Á¤·Ä */
#bo_w {
    max-width: 1600px;
    margin: 0 auto 150px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* »ó´Ü Á¦¸ñ/Æû °£°Ý */
#bo_w h2,
#bo_w .bo_w_tit,
#bo_w .bo_fx {
    margin-bottom: 15px;
}

/* Æû Å×ÀÌºí */
#bo_w .tbl_frm01,
#bo_w .tbl_frm01 table {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

/* ÀÔ·ÂÃ¢ Å©±â */
#bo_w .frm_input,
#bo_w input[type="text"],
#bo_w input[type="file"],
#bo_w textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    font-size: 16px;
}

/* Á¦¸ñ ÀÔ·ÂÃ¢ ³ôÀÌ/°¡µ¶¼º */
#bo_w #wr_subject {
    height: 48px;
    font-size: 16px !important;
    padding: 0 14px;
}

/* ÀÓ½ÃÀúÀå ¹öÆ° ÁÙ */
#bo_w .btn_confirm,
#bo_w .btn_confirm01,
#bo_w .btn_confirm02,
#bo_w .bo_w_btn,
#bo_w .bo_fx {
    width: 100%;
    box-sizing: border-box;
}

/* »ó´Ü ¿ìÃø ¹öÆ°Àº ¿ìÃø Á¤·Ä */
#bo_w .bo_fx,
#bo_w .btn_confirm02 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

/* ÇÏ´Ü ¹öÆ°Àº ¿øº»Ã³·³ ÁÂÃø Á¤·Ä */
#bo_w .btn_confirm,
#bo_w .btn_confirm01 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

/* ÀÛ¼º¿Ï·á / Ãë¼Ò ¹öÆ° °øÅë */
#bo_w .btn_submit,
#bo_w .btn_cancel,
#bo_w a.btn_cancel,
#bo_w button.btn_submit,
#bo_w input[type="submit"] {
    min-width: 90px;
    height: 46px;
    line-height: 44px;
    padding: 0 18px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 15px;
}

/* ¿¡µðÅÍ ¿µ¿ª ³ÑÄ§ ¹æÁö */
#bo_w .wr_content,
#bo_w .wr_content iframe,
#bo_w .wr_content textarea,
#bo_w .wr_content .cke,
#bo_w .wr_content .smarteditor2,
#bo_w .wr_content .se2_iframe {
    max-width: 100% !important;
    box-sizing: border-box;
}

/* Ã·ºÎÆÄÀÏ ÁÙ Á¤¸® */
#bo_w .bo_w_flie,
#bo_w .bo_w_link,
#bo_w .file_wr,
#bo_w .link_wr {
    width: 100%;
    box-sizing: border-box;
}

/* ¸ð¹ÙÀÏ */
@media (max-width: 768px) {
    #bo_w {
        margin: 0 auto 100px auto;
        padding: 0 15px;
    }

    #bo_w .frm_input,
    #bo_w input[type="text"],
    #bo_w input[type="file"],
    #bo_w textarea,
    #bo_w #wr_subject {
        font-size: 14px !important;
    }

    #bo_w .btn_submit,
    #bo_w .btn_cancel,
    #bo_w a.btn_cancel,
    #bo_w button.btn_submit,
    #bo_w input[type="submit"] {
        min-width: 80px;
        height: 42px;
        line-height: 40px;
        font-size: 14px;
    }
}

/* =========================
   BOARD WRITE BUTTON / AUTOSAVE FINAL
========================= */

/* Á¦¸ñ + ÀÓ½ÃÀúÀå ¹öÆ° ÁÙ */
#bo_w #autosave_wrapper.write_div{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    width:100% !important;
    box-sizing:border-box !important;
}

#bo_w #autosave_wrapper #wr_subject{
    flex:1 1 auto !important;
    width:auto !important;
    min-width:0 !important;
    height:40px !important;
    padding:0 12px !important;
    box-sizing:border-box !important;
}

#bo_w #btn_autosave.btn_frmline{
    flex:0 0 auto !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    height:40px !important;
    line-height:40px !important;
    padding:0 14px !important;
    white-space:nowrap !important;
    box-sizing:border-box !important;
    float:none !important;
    position:static !important;
}

/* ´ÜÃàÅ° ÀÏ¶÷ */
#bo_w .btn_frmline{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    height:32px !important;
    line-height:32px !important;
    padding:0 10px !important;
    margin:0 0 6px 0 !important;
    box-sizing:border-box !important;
    float:none !important;
    position:static !important;
}

/* ÇÏ´Ü Ãë¼Ò / ÀÛ¼º¿Ï·á ¹öÆ° ÁÙ */
#bo_w .btn_confirm.write_div{
    display:flex !important;
    justify-content:flex-start !important;
    align-items:center !important;
    gap:8px !important;
    width:100% !important;
    margin-top:14px !important;
    padding:0 !important;
    box-sizing:border-box !important;
    float:none !important;
    clear:both !important;
}

/* ¹öÆ° ¸ð¾ç °­Á¦ */
#bo_w .btn_confirm.write_div .btn_cancel,
#bo_w .btn_confirm.write_div .btn_submit,
#bo_w .btn_confirm.write_div #btn_submit{
    all:unset !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-width:88px !important;
    height:40px !important;
    line-height:40px !important;
    padding:0 18px !important;
    margin:0 !important;
    box-sizing:border-box !important;
    white-space:nowrap !important;
    font-size:14px !important;
    letter-spacing:0 !important;
    text-indent:0 !important;
    border-radius:3px !important;
    cursor:pointer !important;
}

/* ÀÛ¼º¿Ï·á */
#bo_w .btn_confirm.write_div .btn_submit,
#bo_w .btn_confirm.write_div #btn_submit{
    background:#2f7df6 !important;
    color:#fff !important;
    border:1px solid #2f7df6 !important;
}

/* Ãë¼Ò */
#bo_w .btn_confirm.write_div .btn_cancel{
    background:#8f8f8f !important;
    color:#fff !important;
    border:1px solid #8f8f8f !important;
    text-decoration:none !important;
}

/* ¸µÅ©/ÆÄÀÏ ÁÙ */
#bo_w .bo_w_link,
#bo_w .bo_w_flie,
#bo_w .file_wr{
    width:100% !important;
    box-sizing:border-box !important;
}

/* ¸ð¹ÙÀÏ */
@media (max-width:768px){
    #bo_w #autosave_wrapper.write_div{
        gap:8px !important;
    }

    #bo_w #autosave_wrapper #wr_subject{
        height:36px !important;
        font-size:14px !important;
    }

    #bo_w #btn_autosave.btn_frmline{
        height:36px !important;
        line-height:36px !important;
        padding:0 10px !important;
        font-size:13px !important;
    }

    #bo_w .btn_confirm.write_div{
        gap:6px !important;
    }

    #bo_w .btn_confirm.write_div .btn_cancel,
    #bo_w .btn_confirm.write_div .btn_submit,
    #bo_w .btn_confirm.write_div #btn_submit{
        min-width:78px !important;
        height:36px !important;
        line-height:36px !important;
        padding:0 14px !important;
        font-size:13px !important;
    }
}

/* =========================
   BOARD WRITE BUTTON CENTER FINAL
========================= */

#bo_w .btn_confirm.write_div{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:10px !important;
    width:100% !important;
    margin-top:20px !important;
    padding:0 !important;
    float:none !important;
    clear:both !important;
    text-align:center !important;
}

/* ¹öÆ° °øÅë */
#bo_w .btn_confirm.write_div .btn_cancel,
#bo_w .btn_confirm.write_div .btn_submit,
#bo_w .btn_confirm.write_div #btn_submit{
    all:unset !important;

    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    min-width:100px !important;
    height:44px !important;
    line-height:44px !important;
    padding:0 20px !important;

    font-size:14px !important;
    border-radius:4px !important;
    cursor:pointer !important;
    box-sizing:border-box !important;
}

/* ÀÛ¼º¿Ï·á */
#bo_w .btn_confirm.write_div .btn_submit,
#bo_w .btn_confirm.write_div #btn_submit{
    background:#2f7df6 !important;
    color:#fff !important;
    border:1px solid #2f7df6 !important;
}

/* Ãë¼Ò */
#bo_w .btn_confirm.write_div .btn_cancel{
    background:#999 !important;
    color:#fff !important;
    border:1px solid #999 !important;
    text-decoration:none !important;
}

/* ¸ð¹ÙÀÏ */
@media (max-width:768px){
    #bo_w .btn_confirm.write_div{
        gap:8px !important;
    }

    #bo_w .btn_confirm.write_div .btn_cancel,
    #bo_w .btn_confirm.write_div .btn_submit,
    #bo_w .btn_confirm.write_div #btn_submit{
        min-width:90px !important;
        height:40px !important;
        line-height:40px !important;
        padding:0 16px !important;
        font-size:13px !important;
    }
}

/* =========================
   BOARD MOBILE OVERFLOW FIX
========================= */
@media (max-width: 768px){

    /* º¸±â/¾²±â ÀüÃ¼ Æø */
    #bo_w,
    #bo_v,
    #bo_list,
    #bo_gall{
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px !important;
        margin: 0 auto 80px !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }

    /* ¸ðµç ³»ºÎ ¹Ú½º */
    #bo_w * ,
    #bo_v * {
        box-sizing: border-box;
    }

    /* Á¦¸ñ/¸µÅ©/ÆÄÀÏ ÀÔ·Â */
    #bo_w .frm_input,
    #bo_w input[type="text"],
    #bo_w input[type="file"],
    #bo_w input[type="password"],
    #bo_w input[type="email"],
    #bo_w input[type="url"],
    #bo_w select,
    #bo_w textarea,
    #bo_w .full_input,
    #bo_w .half_input{
        max-width: 100% !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    /* autosave ÁÙ */
    #bo_w #autosave_wrapper.write_div{
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        width: 100% !important;
    }

    #bo_w #autosave_wrapper #wr_subject{
        flex: 1 1 100% !important;
        width: 100% !important;
    }

    #bo_w #btn_autosave{
        flex: 0 0 auto !important;
        max-width: 100% !important;
    }

    /* ¿¡µðÅÍ ¿µ¿ª */
    #bo_w .wr_content,
    #bo_w .wr_content > div,
    #bo_w .wr_content iframe,
    #bo_w .wr_content textarea,
    #bo_w .wr_content .smarteditor2,
    #bo_w .wr_content .se2_iframe,
    #bo_w .wr_content .cke,
    #bo_w .wr_content .cke_inner,
    #bo_w .wr_content .cke_contents{
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    /* ¿¡µðÅÍ Åø¹Ù ÁÙ¹Ù²Þ Çã¿ë */
    #bo_w .wr_content table,
    #bo_w .wr_content td,
    #bo_w .wr_content tr{
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* ¸µÅ©/ÆÄÀÏ ¿µ¿ª */
    #bo_w .bo_w_link,
    #bo_w .bo_w_flie,
    #bo_w .file_wr,
    #bo_w .link_wr{
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    /* º¸±âÆäÀÌÁö º»¹® */
    #bo_v_con,
    #bo_v_atc,
    #bo_v_atc .bo_v_con,
    #bo_v .view_image,
    #bo_v .bo_v_share,
    #bo_v .bo_v_nb,
    #bo_v .bo_v_com,
    #bo_v .bo_v_btn{
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
    }

    /* ºäÆäÀÌÁö ±ä ¹®ÀÚ¿­/³»¿ë ³ÑÄ§ ¹æÁö */
    #bo_v_con{
        overflow-x: hidden !important;
        white-space: normal !important;
    }

    #bo_v_con p,
    #bo_v_con div,
    #bo_v_con span,
    #bo_v_con li{
        max-width: 100% !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    /* ÀÌ¹ÌÁö/Ç¥/iframe ¹ÝÀÀÇü */
    #bo_v img,
    #bo_v iframe,
    #bo_v table,
    #bo_v video,
    #bo_w img,
    #bo_w iframe,
    #bo_w table,
    #bo_w video{
        max-width: 100% !important;
        height: auto !important;
    }

    /* ÇÏ´Ü ¹öÆ° */
    #bo_w .btn_confirm.write_div{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        width: 100% !important;
    }

    /* È¤½Ã ³²´Â °¡·Î½ºÅ©·Ñ Â÷´Ü */
    html, body{
        overflow-x: hidden !important;
    }
}

/* =========================
   MOBILE EDITOR REAL FIX
========================= */
@media (max-width: 768px){

    /* ±Û¾²±â ÀüÃ¼ */
    #bo_w{
        overflow-x: hidden !important;
    }

    /* ¿¡µðÅÍ ¹Ù±ù ·¡ÆÛ */
    #bo_w .wr_content{
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box !important;
    }

    /* ¿¡µðÅÍ ³»ºÎ ¹Ú½ºµé */
    #bo_w .wr_content > div,
    #bo_w .wr_content .smarteditor2,
    #bo_w .wr_content .se2_inputarea,
    #bo_w .wr_content .se2_resizingarea,
    #bo_w .wr_content .se2_iframe,
    #bo_w .wr_content .cke,
    #bo_w .wr_content .cke_inner,
    #bo_w .wr_content .cke_contents,
    #bo_w .wr_content .cke_contents iframe {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    /* ½º¸¶Æ®¿¡µðÅÍ°¡ Å×ÀÌºí·Î Àâ´Â °æ¿ì */
    #bo_w .wr_content table,
    #bo_w .wr_content table[style],
    #bo_w .wr_content tbody,
    #bo_w .wr_content tr,
    #bo_w .wr_content td,
    #bo_w .wr_content td[style]{
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    /* ½ÇÁ¦ ÀÔ·Â iframe */
    #bo_w .wr_content iframe,
    #bo_w .wr_content iframe[style]{
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        display: block !important;
    }

    /* Åø¹Ù´Â ³Ê¹« ±æ¸é °¡·Î½ºÅ©·Ñ Çã¿ë */
    #bo_w .wr_content .se2_tool,
    #bo_w .wr_content .se2_tool_wrap,
    #bo_w .wr_content .cke_top {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        box-sizing: border-box !important;
    }

    /* º»¹® ÀÔ·Â¿µ¿ª ÃÖ¼Ò ³ôÀÌ¸¸ À¯Áö */
    #bo_w .wr_content textarea,
    #bo_w .wr_content iframe {
        min-height: 260px !important;
    }
}

@media (max-width: 768px){
    .editor_responsive_wrap{
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box !important;
    }
}