@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

html,
body {
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
}

.content_wrap2 {
    max-width: 100% !important;
}

.sub_content {
    padding: 0 !important;
}

.content {
    padding: 0 !important;
}

.cls_meditor_bg_A {
    background: #fff !important;
}

.n3iz3h.pp {
    display: none;
}

.n3iz3h.sub-content-head .page-tit {
    display: none;
}

.n3iz3h.sub-content-head {
    display: none;
}

.bg_img {
    overflow: initial !important;
}


:root {
    font-size: 1rem;
    --primary-green: #0075BF;
    --gray: #F5F5F5;
    --secondary-blue: #00ACC7;
    --green: #6FB245;
    --mono_line: #E7E7E7;
    --mono-gray03: #989898;
}




html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

html,
body {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    color: #000;
    word-break: keep-all;
}

body {
    font-size: 1rem;
    font-weight: 300;
    word-break: keep-all;
    background: #fff;
    letter-spacing: -0.8px;
    overflow-y: overlay;
    overflow-x: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(73, 73, 73, 0.5);
    border-radius: 10px;
    background-clip: padding-box;
    border: 5px solid transparent;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

ul,
li {
    list-style: none;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.main_popup a {
    cursor: default !important;
}

.fw_100 {
    font-weight: 100 !important;
}

.fw_300 {
    font-weight: 300 !important;
}

.fw_400 {
    font-weight: 400 !important;
}

.fw_500 {
    font-weight: 500 !important;
}

.fw_600 {
    font-weight: 600 !important;
}


.fw_700 {
    font-weight: 700 !important;
}

.fw_900 {
    font-weight: 900 !important;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}

/***************************************************************마진 패딩 *******************************************************/

.mt_14px {
    margin-top: .875rem;
}

.mt_20px {
    margin-top: 1.25rem;
}

.mt_40px {
    margin-top: 2.5rem;
}

.mt-2rem {
    margin-top: 2rem !important;
}

.mb-2rem {
    margin-bottom: 2rem;
}

.my-2rem {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.mx-2rem {
    margin-left: 2rem;
    margin-right: 2rem;
}


.mt_-7 {
    margin-top: -7px;
}

.mt_-10 {
    margin-top: -10px;
}

.mt_30px {
    margin-top: 1.875rem;
}

.mt_60px {
    margin-top: 3.75rem !important;
}

.mt-5_1 {
    margin-top: 4rem !important;
}

.mt-5_2 {
    margin-top: 5rem !important;
}

.mt-6 {
    margin-top: 6rem !important;
}

.mt-7 {
    margin-top: 7rem !important;
}

.mt-8 {
    margin-top: 8rem !important;
}

.mt-9 {
    margin-top: 9rem !important;
}

.mt-10 {
    margin-top: 10rem !important;
}

.mt-12 {
    margin-top: 12rem !important;
}

.mb-5_1 {
    margin-bottom: 4rem !important;
}

.mb-5_2 {
    margin-bottom: 5rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.mb-7 {
    margin-bottom: 7rem !important;
}

.mb-8 {
    margin-bottom: 8rem !important;
}

.mb-9 {
    margin-bottom: 9rem !important;
}

.mb-10 {
    margin-bottom: 10rem !important;
}

.mb-13 {
    margin-bottom: 13rem !important;
}

.mb-14 {
    margin-bottom: 14rem !important;
}

.mr_24px {
    margin-right: 1.5rem;
}

.mr_33px {
    margin-right: 33px;
}

.mr-5_1 {
    margin-right: 4rem !important;
}

.mr-5_2 {
    margin-right: 5rem !important;
}

.mr-6 {
    margin-right: 6rem !important;
}

.mr-7 {
    margin-right: 7rem !important;
}

.mr-8 {
    margin-right: 8rem !important;
}

.mr-9 {
    margin-right: 9rem !important;
}

.mr-10 {
    margin-right: 10rem !important;
}

.ml_-1 {
    margin-left: -1px;
}

.ml-5_1 {
    margin-left: 4rem !important;
}

.ml-5_2 {
    margin-left: 5rem !important;
}

.ml-6 {
    margin-left: 6rem !important;
}

.ml-7 {
    margin-left: 7rem !important;
}

.ml-8 {
    margin-left: 8rem !important;
}

.ml-9 {
    margin-left: 9rem !important;
}

.ml-10 {
    margin-left: 10rem !important;
}

.px-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}

.px-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
}

.px-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
}

.px-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
}

.px-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
}

.top__10px {
    position: relative;
    top: -0.625rem;
}

.p_40px {
    padding: 40px;
}

.p_4060px {
    padding: 2.5rem 3.75rem;
}

.pt_10px {
    padding-top: .625rem;
}

.pt_14px {
    padding-top: .875rem;
}

.pt_30px {
    padding-top: 1.875rem;
}

.pt_20px {
    padding-top: 1.25rem;
}

.pt_40px {
    padding-top: 2.5rem;
}

.pt-2rem {
    padding-top: 2rem;
}

.pb-2rem {
    padding-bottom: 2rem;
}

.py-2rem {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.px-2rem {
    padding-left: 2rem;
    padding-right: 2rem;
}

.pt-5_1 {
    padding-top: 4rem !important;
}

.pt-5_2 {
    padding-top: 5rem !important;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pt-7 {
    padding-top: 7rem !important;
}

.pt-8 {
    padding-top: 8rem !important;
}

.pt-9 {
    padding-top: 9rem !important;
}

.pt-10 {
    padding-top: 10rem !important;
}

.pt-15 {
    padding-top: 15rem !important;
}

.pt-16 {
    padding-top: 16rem !important;
}

.pb-5_1 {
    padding-bottom: 4rem !important;
}

.pb-5_2 {
    padding-bottom: 5rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

.pb-7 {
    padding-bottom: 7rem !important;
}

.pb-8 {
    padding-bottom: 8rem !important;
}

.pb-9 {
    padding-bottom: 9rem !important;
}

.pb-10 {
    padding-bottom: 10rem !important;
}

.pb-15 {
    padding-bottom: 50px !important;
}

.pb-20 {
    padding-bottom: 20rem !important;
}

.pb-30 {
    padding-bottom: 30rem !important;
}

.pr-5_1 {
    padding-right: 4rem !important;
}

.pr-5_2 {
    padding-right: 5rem !important;
}

.pr-6 {
    padding-right: 6rem !important;
}

.pr-7 {
    padding-right: 7rem !important;
}

.pr-8 {
    padding-right: 8rem !important;
}

.pr-9 {
    padding-right: 9rem !important;
}

.pr-10 {
    padding-right: 10rem !important;
}

.pl-5_1 {
    padding-left: 4rem !important;
}

.pl-5_2 {
    padding-left: 5rem !important;
}

.pl-6 {
    padding-left: 6rem !important;
}

.pl-7 {
    padding-left: 7rem !important;
}

.pl-8 {
    padding-left: 8rem !important;
}

.pl-9 {
    padding-left: 9rem !important;
}

.pl-10 {
    padding-left: 10rem !important;
}

.py_101 {
    padding-top: 101px;
    padding-bottom: 101px;
}

.py_60px {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.py_40px {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py_46px {
    padding-top: 46px;
    padding-bottom: 46px;
}

.py_30px {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.py_20px {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-5_1 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.py-5_2 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.py-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

.py-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.py-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}

.py-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

.py_40px {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.pr_10px {
    padding-right: 10px;
}

.pl_10px {
    padding-left: 10px;
}

.pl_31px {
    padding-left: 31px;
}

.pl_38px {
    padding-left: 38px;
}

.h_100 {
    height: 100vh;
}

.h_53 {
    height: 52.8vh;
}

.mobile {
    display: none;
}


.po_t_20 {
    position: relative;
    top: 20px;
}

.po_t_40 {
    position: relative;
    top: 40px;
}

.po_l_3 {
    position: relative;
    left: -3px;
}


.logo {
    max-width: 234px;
}

.logo_footer {
    max-width: 196px;
}

.mw_1296 {
    max-width: 1296px;
    margin: 0 auto;
}

.mw_1076 {
    max-width: 1076px;
    margin: 0 auto;
}

.mw_1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.mw_970 {
    max-width: 970px;
    margin: 0 auto;
}

.mw_720 {
    max-width: 720px;
    margin: 0 auto;
}

.mw_600 {
    max-width: 600px;
    margin: 0 auto;
}

.sub_menu_c.mw_600 {
    position: relative;
    margin: 0 auto;
    max-width: 585px;
    /* max-width: 500px; */
    left: -15px;
}

.sub_menu_c.mw_600 .col > div:hover {
    background-color: #f5f5f5;
}

.mw_520 {
    max-width: 520px;
    margin: 0 auto;
}

.mw_240 {
    max-width: 240px;
    margin: 0 auto;
}

.mw_24 {
    max-width: 24px;
    max-height: 24px;
}

.w_460 {
    width: 460px;
    margin: 0 auto;
}

.w_240 {
    width: 240px !important;
    margin: 0 auto;
}

.w_190 {
    width: 190px;
    margin: 0 auto;
}

.flex_21 {
    flex: 0 0 21%;
}

.color_point {
    color: var(--primary-green) !important;
}

.bg_point {
    background: var(--primary-green);
}

.color_secondary {
    color: var(--secondary-blue) !important;
}

.color_secondary a {
    color: var(--secondary-blue) !important;
}

.bg_secondary {
    background: var(--secondary-blue);
}

.color_fff {
    color: #fff;
}

.bg_fff {
    background-color: #fff;
}

.bg_trans {
    background-color: transparent !important;
}

.bg_gray {
    background-color: var(--gray) !important;
}

.bg_fa {
    background-color: #FAFAFA;
}

.color_5B5B5B {
    color: #5B5B5B;
}

.color_5F5F5F {
    color: #5F5F5F;
}

.color_B3B3B3 {
    color: #B3B3B3;
}

.color_989898 {
    color: var(--mono-gray03);
}

.color_404040 {
    color: #404040;
}

.color_989898 a {
    color: var(--mono-gray03);
}

.color_282828 {
    color: #282828;
}

.color_6c {
    color: #6c6c6c;
}

.bg_f8 {
    background-color: #f8f8f8;
}

.fs_14 {
    font-size: .875rem;
}

.fs_16 {
    font-size: 1rem;
}

.fs_18 {
    font-size: 1.125rem;
}

.fs_20 {
    font-size: 1.25rem;
}

.fs_24 {
    font-size: 1.5rem;
}

.fs_30 {
    font-size: 1.875rem;
}

.fs_28 {
    font-size: 1.75rem;
}

.fs_36 {
    font-size: 2.25rem;
}

.fs_40 {
    font-size: 2.5rem;
}








/*탑메뉴 */

.navbar {
    z-index: 10;
    padding: 0;
}





.hamburger-button {
    position: absolute;
    transition: .3s ease-in-out;
    width: 20px;
    height: 14px;
    display: block;
    top: 30px;
    right: 1rem;
    z-index: 1031;
}

.hamburger-button span {
    position: absolute;
    height: 2px;
    border-radius: 4px;
    width: 100%;
    background-color: #333;
    top: 0;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}

.hamburger-button span:nth-child(1) {
    top: 0px;
}

.hamburger-button span:nth-child(2),
.hamburger-button span:nth-child(3) {
    top: 7px;
}

.hamburger-button span:nth-child(4) {
    top: 14px;
}

.hamburger-button.active span {
    background-color: #333;
}

.hamburger-button.active span:nth-child(1),
.hamburger-button.active span:nth-child(4) {
    opacity: 0;
}

.hamburger-button.active span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-button.active span:nth-child(3) {
    transform: rotate(-45deg);
}

.overlay {
    position: fixed;
    left: 5.5em;
    top: 80px;
    right: 0;
    bottom: 0;
    display: flex;
    background: #fff;
    height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 1030;
    box-shadow: -10px 100px 20px 0px rgba(0, 0, 0, 0.10);
    ;
}

.hamburger_menu {
    width: 100%;
}

.hamburger_menu ul {
    padding-left: 0;
}

.hamburger_menu ul li {
    list-style: none;
    opacity: 0;
    font-size: 1em;
    font-weight: 500;
    text-align: left;
    line-height: 4em;
    padding-left: 1.8em;
    border-bottom: 1px solid #eaeaea;
    letter-spacing: -0.02em;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-25%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hamburger_menu ul a {
    color: #333;
    text-decoration: none;
    opacity: 1;
    transition: 0.2s ease;
}

.hamburger_menu ul li:hover,
.hamburger_menu ul li:active {
    cursor: pointer;
    background-color: #fbfbfd;
    color: #6FB245;
    font-weight: 700;
}

.overlay.visible {
    height: 100%;
    opacity: 1;
}

.visible .hamburger_menu ul li {
    animation: fadeInLeft 0.1s ease forwards;
}






.navbar-dark .navbar-nav .nav-link {
    color: #2D2D2D;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #2D2D2D;
}

.nav_c.roll .nav-link:hover {
    border-bottom: 3px solid var(--primary-green);
}

.nav_c.roll .nav-link.brand:hover {
   border-bottom: 0 ;
}

.more {
    padding-left: 0.3em;
}

#topmenu {
    padding-top : 10px;
}

.navbar-expand-md .navbar-nav .nav-link {
    font-size: 1.2rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 14px;
    padding-top: 14px;
    border-bottom: 3px solid transparent;
    min-width: 117px;
    text-align: center;
}



.nav_c {
    height: 80px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.nav_c.roll {
    height: 80px;
    background: #fff;
    /*
	border-bottom: 1px solid #E0E0E0;
	box-shadow: 0px 2px 4px rgb(186 186 186 / 8%);
	background: rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(24px)!important;
	-webkit-backdrop-filter:blur(24px);*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.nav_c.roll .navbar {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


@media (max-width: 1580px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5em !important;
        padding-left: 1.5em !important;
    }

}

@media (max-width: 1255px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.3em !important;
        padding-left: 1.3em !important;
    }

}



@media (min-width: 768px) and (max-width: 1124px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 0.9em !important;
    }



}

.mobile2 {
    display: none;
}



.fixed_top {
    max-width: 1296px !important;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.fixed_top02 {
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    z-index: 1030;
    border-top: 1px solid #F5F5F5;
    background: #fff;
    padding: 20px 0;
    /*display: none;*/
}

.nav-link {
    padding: 0rem 1rem;
}

.nav_c {
    position: relative;
    width: 100%;
    height: 80px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    z-index: 998;
}

.hamburger_menu dt,
.hamburger_menu dd {
    padding: 10px 20px;
}

.hamburger_menu dt {
    margin-bottom: 5px;
    font-weight: 400;
    margin-bottom : 1px #eee solid;
}

.hamburger_menu dd {
    display: none;
    line-height: 38px;
    background: var(--gray);
    padding: 10px 20px 10px 30px;
}

.hamburger_menu dt.on {
    color: var(--primary-green);
    font-weight: 600;
}

.nav_right {
    background: #f6f6f6;
    border-radius: 100px;
}

.nav_right li {
    color: #9F9F9F;
    cursor: pointer;
    padding: 10px 0;
}

.nav_right li a {
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(111, 178, 69, .2);
}

.nav_right li:last-child a {
    border-right: 0;
}

.nav_right .lang {
    width: 120px;
    border-right: 0;
}

.nav_right .lang img {
    width: 17px;
    height: 11px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.cursor_p {
    cursor: pointer;
}

.pd_42 {
    width: 155px;
    line-height: 44px;
    padding-left: 0;
    padding-right: 0;
}

.line_h_24 {
    line-height: 1.8rem !important;
}

.border_r5 {
    border-radius: 5px;
}

.border_r6 {
    border-radius: 6px;
}

.border_r0 {
    border-radius: 0;
}


.ab {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.sub_menu_ab {
    padding: 19px 28px;
    width: 300px;
}

/*셀렉트 커스텀*/
.custom_select {
    display: block;
    position: relative;
    width: 100%;
    height: 48px;
    /*vertical-align: middle;*/
    background: #fff url("https://youninsubway.s3.amazonaws.com/images/arrow_select.png") center right 14px no-repeat;
    background-size: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #fff;
    border-radius: 6px;
    color: #666;
    cursor: pointer;
}

.custom_select.active {
    background: #fff url("https://youninsubway.s3.amazonaws.com/images/arrow_select_up.png") center right 14px no-repeat;
    background-size: 24px;
}

.custom_select .selected {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.custom_select .selected .arrow {
    width: 24px;
    background: url("https://uxwing.com/wp-content/themes/uxwing/download/02-arrow-direction/arrow-bottom.png") no-repeat;
    background-size: 50% 50%;
}

.custom_select ul li,
.custom_select .selected .selected-value {
    white-space: nowrap;
    /* 줄바꿈 안함 */
    overflow: hidden;
    text-overflow: ellipsis;
    /* 말줄임 적용 */
}

.custom_select ul {
    width: 100%;
    border: 0;
    display: none;
    position: absolute;
    background: #fff;
    border-top: none;
    margin: 5px 0 0 0px;
    cursor: pointer;
    border-radius: 6px;
}

.custom_select.active ul {
    display: block;
    z-index: 999;
}

.custom_select ul li {
    padding: 10px;
}

.custom_select ul li:hover {
    background: rgba(0, 117, 191, 0.1)
}

.custom_select_line {
    border: 1px solid rgba(0, 0, 0, .1);
}



.btn {
    padding: .6565rem .75rem;

}

.btn-primary {
    color: #fff;
    background-color: var(--primary-green);
    border-color: var(--primary-green)
}

.btn-primary:hover {
    color: #fff;
    background-color: #016AAD;
    border-color: #016AAD;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #016AAD;
    border-color: #016AAD;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #016AAD;
    border-color: #016AAD;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-green);
    border-color: var(--primary-green)
}


.btn-secondary {
    color: #fff;
    background-color: var(--secondary-blue);
    border-color: var(--secondary-blue)
}

.btn-secondary:hover {
    color: #fff;
    background-color: #0092A9;
    border-color: #0092A9;
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #0092A9;
    border-color: #0092A9;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: var(--secondary-blue);
    border-color: var(--secondary-blue)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0092A9;
    border-color: #0092A9
}



.btn-outline-light {
    color: #fff;
    border-color: #fff;
    border: 2px solid #fff;
    height: 50px;
}

.btn-outline-light:hover {
    background-color: #fff;
    border-color: #fff
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


footer {
    background-color: #F2F2F2;
}

.footer_box a {
    padding: 8px 14px;
    background-color: #fff;
    border-radius: 500px;
    margin-right: 1.125rem;
}


.f_line {
    border-top: 2px solid #fff;
    width: 100%;
    margin: 30px 0;
}

footer .color_B3B3B3 {
    letter-spacing: -0.32px;
}

.letter48 {
    letter-spacing: 4.8px;
}





/*서브 공통*/
.point_ico img {
    max-width: 30px;
    max-height: 30px;
    position: relative;
    top: -1px;
}

.point_ico2 img {
    max-width: 24px;
    max-height: 24px;
    position: relative;
    top: -1px;
}


.t_indent {
    text-indent: -0.7em;
    margin-left: 1em;
}

.t_indent02 {
    text-indent: -27px;
    margin-left: 2em;
}

.t_indent03 {
    text-indent: -22px;
    margin-left: 22px;
}

.t_indent04 {
    text-indent: -20px;
    margin-left: 20px;
}

.t_indent_num {
    text-indent: -13px;
    margin-left: 13px;
}

.t_indent5 {
    text-indent: -55px;
    margin-left: 55px;
}

.t_indent6 {
    text-indent: -70px;
    margin-left: 70px;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--mono-gray03);
}

.form-control {
    padding: 16.5px 1.25rem;
    color: #495057;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 6px!important;
    height: 3.25rem;
}

.form_wrap .col-sm-2 {
    flex: 0 0 12%;
}

.custom-file {
    height: 52px;
}

.custom-file-label {
    padding: 13px 1.25rem;
    background-image: url(https://youninsubway.s3.amazonaws.com/images/ico/file_upload.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position-y: center;
    background-position-x: 130px;
    color: var(--mono-gray03);
}

.custom-file-label.selected {
    background-image: none;
    color: #495057;
}

.custom-file-label::after {
    display: none;
}



.video-container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pc_br_none br {
    display: none;
}

/* @media screen and (min-width:1367px) { */
@media screen and (min-width:1600px) {
        .hamburger-button {
        display: none;
    }

}

/* @media screen and (max-width:1366px) { */
@media screen and (max-width:1600px) {
    .logo {
        margin-top: 26px;
    }

    .navbar-nav {
        display: none;
    }

    .fixed_top02 {
        display: none;
    }

    .sub_menu {
        display: none;
    }
}


@media screen and (max-width:1080px) {
    footer .m_flex_auto {
        flex-basis: auto;
        margin-top: 12px;
        /* margin-left: 12px; */
    }

    footer .justify-content-end {
        /* justify-content: inherit !important; */
    }

    .footer_box a {
        display: block;
        margin-top: 5px;
    }
    .footer_box:nth-child(2n) a {    
        margin-right: 0;
    }
    

    .py_46px {
        padding-top: 42px;
        padding-bottom: 43px;
    }

}




@media screen and (max-width:768px) {
    .logo {
        padding-top: 5px;
    }

    .logo {
        width: 150px !important;
    }

    .br_none_768 br {
        display: none;
    }

    .t_indent03 {
        text-indent: -17px;
        margin-left: 17px;
    }

    .py_46px {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .t_indent5 {
        text-indent: -35px;
        margin-left: 35px;
    }

    .t_indent6 {
        text-indent: -43px;
        margin-left: 43px;
    }
}


@media screen and (max-height:680px) {
    .hamburger_menu ul li {
        line-height: 3.8em;
    }
}

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

    .m_display_none {
        display: none;
    }

    .m_text_center {
        text-align: center !important;
    }

    .mw_1296.m_text_center .pr-3, 
    .mw_1296.m_text_center .pr-5
    {
        padding-right: 0!important;
    }

    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .order_last {
        order: 2;
    }

    .order_1 {
        order: 1;
    }

    .mobile {
        display: block;
    }

    .pc {
        display: none;
    }

    .m_block {
        display: block !important;
    }

    .pc_br_none br {
        display: block !important;
    }

    .flex_21 {
        flex: none;
    }

    .form_wrap .col-sm-2 {
        flex: auto;
    }

    .m_pt_30 {
        padding-top: 30px;
    }

    .m_mt_10 {
        margin-top: 10px;
    }

    .m_mt_20 {
        margin-top: 20px;
    }

    .m_mt_30 {
        margin-top: 30px;
    }


    .m_mb_10 {
        margin-bottom: 10px;
    }

    .m_mb_20 {
        margin-bottom: 20px;
    }

    .m_mb_30 {
        margin-bottom: 30px;
    }
    .mr_33px {
        margin-right: 15px;
    }

    .m_pt_0 {
        padding-top: 0 !important;
    }

    .m_p_0 {
        padding: 0!important;
    }

    .fs_14 {
        font-size: .875rem;
    }

    .fs_16 {
        font-size: .875rem;
    }

    .fs_18 {
        font-size: .875rem;
    }

    .fs_20 {
        font-size: 1rem;
    }

    .fs_24 {
        font-size: 1.125rem;
    }

    .fs_28 {
        font-size: 1.25rem;
    }

    .fs_30 {
        font-size: 1.375rem;
    }

    .fs_36 {
        font-size: 2.25rem;
    }

    .fs_40 {
        font-size: 1.875rem;
        line-height: 36px;
    }

    .p_4060px {
        padding: 20px;
    }

    .px-7 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }


    .m_mw_240 {
        max-width: 240px;
        margin: 0 auto;
    }

    .py_101 {
        padding-top: 81px;
        padding-bottom: 81px;
    }

    .py_46px {
        padding-top: 29px;
        padding-bottom: 29px;

    }

    .m_mt_0 {
        margin-top: 0;
    }

    .mobile_br_none br {
        display: none !important;
    }

    .m_py_115 {
        padding-top: 1.05rem;
        padding-bottom: 1.05rem;
    }

    .m_mx_0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .m_mx_12 {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }

    .top__10px {
        top: 10px;
    }


    .m_border_r0 {
        border-radius: 0;
    }

    footer,
    footer .fs_14 {
        font-size: .75rem !important;
    }

    .footer_box a {
        min-width: 150px;
    }

    .w_460 {
        width: 100%;
    }

    .m_w_100 {
        width: 100%;
    }

    .m_pl_0 {
        padding-left: 0!important;
    }


}

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

.footer_box a {
    margin-right: 5px;
    min-width: 142px;
    }
}