@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500&display=swap');

html,
body,
a,
p,
h1,
h2,
h3,
h4,
span,
input,
label,
select,
textarea {
    font-family: 'Noto Sans KR', sans-serif;
    color: #1a1a1a;
    letter-spacing: -1px;
}
/* .main_top_swiper .swiper-slide .main_hearo_img{
    display: block;
    width: 100%;
} */
/* 모바일사진 클래스 */
.block_500 {
    display: none;
}

.block_767 {
    display: none;
}

/* 피시 사진 클래스 */
.none_500 {
    display: block;
}

.none_767 {
    display: block;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}

.pc_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
    background-color: #fff;
}

.mo_nav {
    display: none;
}

.pc_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 75px;
}

.pc_menu .head_on {
    border-bottom: solid 2px #008cee;

}

.pc_menu .head_on a {
    color: #008cee;
    font-weight: 700;
}

.pc_menu li a {
    font-size: 20px;
    line-height: 50px;
    line-height: 80px;
}

.pc_w {
    max-width: 1400px;
    width: 100%;
}

.pc_right_icon {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* 모바일 메뉴 */
/* header {
    position: relative;
} */

.mo_header {}

.menu_btn {
    text-align: right;
    padding: 10px;
}

.menu_bg {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.sidebar_menu {
    display: none;
    width: 85%;
    height: 100vh;
    background: #221f1f;
    position: absolute;
    color: #fff;
    top: 0;
    right: -50%;

}

.close_btn {
    position: absolute;
    top: 5px;
    left: -35px;
    width: 25px;
    height: 25px;
    margin: 10px;
}

.close_btn>a {
    display: block;
    width: 100%;
    height: 100%;
}

.menu_wrap {
    height: 100%;
}

.lnb {
    float: left;
    width: 100%;
    height: 100%;
}

.lnb a {
    text-decoration: none;
    color: #fff;
}

.lnb h1 {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    padding: 24px;
    font-size: 16px;
    font-family: "Nanum Gothic";
    font-weight: 600;
}

.subtitle {}

.subtitle a {
    display: table-cell;
    background: url("../img/main/up_arrow.png") no-repeat;
    background-position: 95%;
    width: 90%;
    display: block;
    margin: 0 15px;
    font-size: 14px;
    line-height: 50px;
    color: #008cee;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.sub_on a {
    font-size: 14px;
    line-height: 50px;
    font-weight: 600;
    display: table-cell;
    background: url("../img/main/down_arrow.png") no-repeat;
    background-position: 95%;
    display: block;
    color: #fff;
}

.bg_none a {
    background: none !important;
}

.sub_on {
    background: none;

}

.sub {
    background: #fff;
    padding: 19px 0 19px 35px;
}

.sub li {}

.sub li a {
    font-size: 14px;
    line-height: 35px;
    font-weight: 400;
    color: #606060;
}

.sub li a.on {

    color: #fff;
    opacity: 1;
}

.bottom_quick {
    position: fixed;
    bottom: 3%;
    right: 2%;
    z-index: 9999;

}

.request_btn {
    cursor: pointer;
    max-width: 150px;
    width: 100%;
}
.request_btn >img{
    width: 100%;
    display: block;
}
.request_btn:hover {
    position: relative;
    bottom: 0;
    animation-timing-function: linear;
    animation: upDown 0.8s;
    animation-iteration-count: 3;
}

.request_main {
    position: fixed;
    bottom: 3%;
    right: 1%;
    display: none;
    z-index: 9999;
    max-width: 360px;
    width: 100%;
    background-color: #008cee;
    border-radius: 15px;
}

.request_top {
    position: relative;
}

.request_top>h2 {
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    font-weight: 600;
}

.request_top>button {
    position: absolute;
    top: 5px;
    right: 15px;
    background-color: transparent;
    font-size: 25px;
    color: #fff;
    font-weight: 900;
    border: none;
}

.footer_consulting {
    margin: 5px;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    padding: 30px;
}

.footer_consulting>li {
    margin-bottom: 20px;
}

.footer_consulting>li:last-child {
    margin-bottom: 0px;
}

.footer_consulting>.check {
    text-align: right;
    font-size: 16px;
    color: #606060;
    font-weight: 400;
}

.request_submit {
    color: #fff;
    background-color: #008cee;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    line-height: 48px;
    display: inline-block;
    width: 100%;
    border: none;
    ;
}

.form_li>textarea {
    width: 100%;
    min-height: 80px;
    resize: none;
    border: solid 1px #dddddd;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 500;
    line-height: 20px;
    padding: 10px;
}

.form_li>label {
    display: block;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 500;
    margin-bottom: 10px;

}

.form_li>input[type="text"] {
    width: 100%;
    border: solid 1px #dddddd;
    border-radius: 5px;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 500;
    line-height: 48px;
    text-indent: 10px;

}

.form_li>input[type="text"]::placeholder {
    color: #cccccc;
}

.form_li>textarea::placeholder {
    color: #cccccc;
}

@keyframes upDown {
    0% {
        bottom: 0px;
    }



    50% {
        bottom: 25px;
    }



    100% {
        bottom: 0px;
    }
}

/* // 모바일 메뉴  */
/* 풋터 */
footer {
    background-color: #221f1f;
}

.ft_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 50px 0;
}

.ft_text_box>.font_1 {
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    color: #e1e1e1;
}

.ft_text_box>.font_2 {
    font-size: 14px;
    line-height: 24px;
    color: #707070;
    font-weight: 300;
}

.ft_text_box>.font_3 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #dddddd;
}

.ft_text_box>.font_4 {
    font-size: 14px;
    line-height: 40px;
    color: #707070;
    font-weight: 300;
}

.ft_left {
    display: flex;
    gap: 105px;
}

.ft_call_number {}

.ft_call_number>.font_1 {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.ft_call_number>.font_2 {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    font-weight: 300;
}

.ft_call_number>.font_3 {
    font-size: 14px;
    line-height: 50px;
    font-weight: 300;
    color: #fff;
}

/* //풋터 */
/* 메인 롤링 */
.main_w {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.sub_w {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.main_top_swiper .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: url("../img/main/main_next_btn.png");
}

.main_top_swiper .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: url("../img/main/main_prev_btn.png");
}

.main_top_swiper .swiper-pagination {
    display: none;
}

.main_top_swiper .swiper-button-next,
.main_top_swiper .swiper-button-prev {
    display: block;
}

.main_top_swiper .swiper-slide img {
    width: 100%;
    /* height: 100%; */
}

.main_top_swiper .swiper-slide {
    /* height: 100vh; */
}

.main_top_swiper .swiper-pagination-bullet {
    width: 8px;
}

.main_top_swiper .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 15px;
    border-radius: 5px;
    transition: all 1s;
}

/* //메인 롤링 */
.main_se02_bg {
    background-image: url("../img/main/main_se02_bg.png");
    padding: 90px 0 100px 0;
}

.main_se02 .layout {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

}

.main_se02 .english_font {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 15px;
    line-height: 60px;
    letter-spacing: 5px;
    background-color: #008cee;

}

.main_se02 .layout h2 {
    font-size: 55px;
    font-weight: 300;
    color: #1a1a1a;
    line-height: 70px;
}

.main_se02 .layout h2>span {
    font-weight: 700;
}

.main_se02 .layout p {
    font-weight: 500;
    color: #606060;
    font-size: 18px;
    line-height: 30px;
}

.main_se02 .layout p>span {
    font-weight: 900;
    position: relative;
    text-decoration-line: underline;
    text-decoration-thickness: 5px;
    text-decoration-color: #fff448;
}

.yellow_line {
    position: absolute;
    top: 0;
    left: 0;

}

.main_se02 .layout a {
    display: inline-block;
    margin-top: 55px;
}

/* 메인 4번째 섹션 */
.main_se04_bg {
    background-image: url("../img/main/main_se04_bg.png");
    padding: 100px 0 95px 0;
}

.text_box {
    text-align: center;
}

.main_se04 .text_box>h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 55px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
}

.main_se04 .text_box>p {
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    font-weight: 300;
}

.main_se04 .text_box>a {
    display: block;
    margin: 50px auto 0;
    font-size: 16px;
    padding: 12px 0px;
    border: solid 2px #fff;
    color: #fff;
    width: 168px;
}

/* //메인 4번째 섹션 */
.main_se03 {
    margin: 140px auto;
}

.popol_title {
    font-size: 55px;
    line-height: 60px;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
}

.popol_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 70px;
}

.popol_menu>li {}

.popol_menu>li a {
    font-size: 20px;
    line-height: 50px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    color: #1a1a1a;
    display: inline-block;
    min-width: 150px;
    border-bottom: solid 2px #fff;
    text-align: center;
}

.popol_menu>li a:hover {
    font-weight: 900;
    border-bottom: solid 2px #008cee;
}

.popol_img_list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 40px 0 60px;
    align-items: center;
    justify-content: center;
}

.popol_img_list li {
    width: 31%;
}

.popol_img_list li img {
    display: block;
    width: 100%;
}

.popol_btn {
    display: block;
    text-align: center;
}

/* 서브 탑 이미지 */
.sub_top_1 {
    background-image: url("../img/sub/sub_top_01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sub_top_2 {
    background-image: url("../img/sub/sub_top_02.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sub_top_3 {
    background-image: url("../img/sub/sub_top_03.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sub_top_4 {
    background-image: url("../img/sub/sub_top_04.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sub_top_5 {
    background-image: url("../img/sub/sub_top_05.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sub_top_p {
    padding: 150px 0 100px 0;
    margin-top: 80px;
}

.sub_top_title {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    color: #ffff;
    margin-bottom: 40px;
}

.sub_top_layout {
    display: flex;
    gap: 15px;
    color: #fff;
    align-items: center;
    justify-content: center;

}

.sub_top_layout>li {
    font-size: 20px;
    line-height: 25px;
}

/* //서브 탑 이미지 */
/* 서브 중간 메뉴 */
.tab_menu {
    display: flex;
    font-size: 18px;
    line-height: 48px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #ddd;
    gap: 10%;
}

.tab_menu li.on {
    border-bottom: solid 3px #008cee;

}

.tab_menu li.on a {
    color: #008cee;
    font-weight: 700;
}

/* //서브 중간 메뉴 */
/* intro */
.intro_1_2_main {
    margin: 120px auto;
    text-align: center;
}

.intro_1_2_main>img {
    display: inline-block;
    max-width: 1115px;
    width: 100%;

}

.intro_1_2_main_mo {
    padding: 0 15px;
    margin: 60px 0;
}

.intro_1_2_main_mo>li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.intro_1_2_main_mo>li:last-child {
    margin-bottom: 0;
}

.intro_1_2_main_mo>li div:nth-child(1) {}

.intro_1_2_main_mo>li div:nth-child(2) {}

.intro_1_2_main_mo .text_box {}

.intro_1_2_main_mo .text_box>h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #1a1a1a;
}

.intro_1_2_main_mo .text_box>p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #606060;
}

.collapse {
    margin: 30px 0 125px 0;
}

.content {
    display: none;
}

.collapse-title>a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.collapse-title-num {
    font-size: 60px;
    color: #cccccc;
}

.content_left_line {
    border-left: solid 1px #333;
    width: 2px;

}

.content_box {
    display: flex;
    align-items: flex-start;
    gap: 46px;
    margin-left: -7px;
    padding-bottom: 25px;
}

.content_box>h3 {
    font-size: 20px;
    margin-top: -7px;
    font-weight: 700;
    color: #1a1a1a;
}

.content_box>.text_box>p {
    font-size: 20px;
    margin-top: -12px;
    font-weight: 300;
    line-height: 44px;
    color: #606060;
    text-align: left;

}

.blue_circle {
    display: inline-block;
    background-color: #008cee;
    width: 12px;
    height: 12px;
    border-radius: 15px;
}

.history_line {
    border-bottom: solid 1px #ccc;

}

.collapse-title>a {
    padding: 50px 0;
}

.empty_box {
    display: flex;
    margin-bottom: 25px;
    padding-left: 40%;
}

.intro_01_layout {
    display: flex;
    margin-top: 120px;
    align-items: center;
}

.intro_01_layout>div {
    width: 50%;
}

.intro_01_layout .intro_01_text_box {
    padding-left: 80px;
}

.intro_01_layout .intro_01_text_box>.font_1 {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #008cee;
}

.intro_01_layout .intro_01_text_box>.font_2 {
    font-size: 40px;
    line-height: 80px;
    font-weight: 600;
    color: #1a1a1a;
}

.intro_01_layout .intro_01_text_box>.font_3 {
    font-size: 20px;
    font-weight: 400;
    color: #606060;
    margin-bottom: 30px;
    line-height: 35px;
}

.intro_01_layout .intro_01_text_box>.font_4 {
    font-size: 20px;
    font-weight: 400;
    color: #606060;
    line-height: 35px;
}

.intro_01_title>img {
    margin: 0 auto;
}

.intro_01_title {
    text-align: center;
    margin: 150px auto 250px;
}

.intro_01_bottom {
    background-image: url(../img/sub/intro_01_bg.png);
    padding-bottom: 50px;
    background-repeat: no-repeat;
}

.intro_01_bottom_img {
    display: flex;
    gap: 20px;
    top: -100px;
    position: relative;
}

.w_1080 {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.map_title {
    margin-top: 120px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
    color: #1a1a1a;
}

.call_layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.call_num {
    display: flex;
    align-items: center;
    gap: 30px;
}

.call_num>p {
    font-size: 60px;
    font-weight: 100;
    color: #008cee;
}

.map_info {}

.map_info>li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;

}

.map_circle {
    width: 5px;
    height: 5px;
    background-color: #008cee;
    border-radius: 50%;
    display: block;
}

.map_info>li .font_1 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #1a1a1a;
    min-width: 50px;
}

.map_info>li .font_2 {
    font-size: 18px;
    line-height: 30ox;
    font-weight: 300;
    color: #808080;
}

.map_w {
    max-width: 1200px;
    width: 100%;

}

.map_w>iframe {
    width: 100%;
}

.map_text {
    background-color: #fff;
    padding: 45px 60px;
    margin-top: -70px;
    position: relative;
    margin-bottom: 100px;
}

.map_text>h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    color: #008cee;
    margin-bottom: 40px;
}

.map_text p:nth-child(1) {
    margin-bottom: 10px;
}

.map_text>p {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
}

/* make */
.make_layout {
    display: flex;
    gap: 80px;
    align-items: center;
    margin-top: 115px;
    margin-bottom: 180px;
}

.make_text_box>.font_1 {
    font-size: 24px;
    color: #008cee;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}

.make_text_box>.font_2 {
    font-size: 40px;
    line-height: 55px;
    color: #1a1a1a;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

.make_text_box>.font_3 {
    font-size: 20px;
    line-height: 30px;
    color: #606060;
    font-weight: 400;
}

.online_title {
    margin-top: 100px;
    display: flex;
    border-bottom: solid 2px #1a1a1a;
    justify-content: space-between;
    align-items: center;
}

.online_title>.font_1 {
    font-size: 24px;
    line-height: 50px;
    font-weight: 700;
}

.online_title>.font_2 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #606060;
}

.online_title>.font_2>span {
    color: #ff3030;
}

.color_red {
    color: #ff3030;
}

.online_info {}

.online_info .online_info_dep_01 {}

.online_info .online_info_dep_01>li {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #ddd;
}

.online_info .online_info_dep_01>li>label {
    min-width: 200px;
    text-align: center;
    font-size: 20px;
    line-height: 80px;
    font-weight: 500;
}

.online_info .online_info_dep_01>li>input[type="text"] {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    border: solid 1px #ddd;
    padding: 10px;
}

.online_info .online_info_dep_01>li>textarea {
    width: 100%;
    font-size: 20px;
    resize: none;
    line-height: 30px;
    border: solid 1px #ddd;
    padding: 10px;
    min-height: 200px;
    margin: 15px 0;
}

.online_info .online_info_dep_02 {
    display: flex;
}

.online_info .online_info_dep_02>li {
    width: 50%;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #ddd;
}

.online_info .online_info_dep_02>li>label {
    min-width: 200px;
    text-align: center;
    font-size: 20px;
    line-height: 80px;
    font-weight: 500;
}

.online_info .online_info_dep_02>li>.mo_box div {
    display: flex;
}

.online_info .online_info_dep_02>li>.mo_box div input {
    width: 100%;
    border: solid 1px #ddd;
}

.online_info .online_info_dep_02>li>.mo_box {
    display: flex;
}

.online_info .online_info_dep_02 .online_info_dep_02_50 input[type="text"] {
    padding: 10px;
    font-size: 20px;
    line-height: 30px;
}

.online_info_text {
    font-size: 18px;
    line-height: 40px;
    color: #606060;
    margin: 0 10px;
}

.online_info .online_info_dep_02>li>input[type="text"] {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    border: solid 1px #ddd;
    padding: 10px;
}

.online_info .online_info_dep_02>li>input[type="date"] {
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    border: solid 1px #ddd;
}

.online_info .online_info_dep_01>li>input[type="file"] {
    width: 100%;
    padding: 15px;
    border: solid 1px #ddd;
}

.online_info_btn {
    width: 200px;
    margin: 60px auto 180px;
}

@media screen and (max-width:1400px) {
    .pc_nav {
        display: none;
    }

    .mo_nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        padding: 10px 15px;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
    }

    .main_top_swiper {
        margin-top: 85px;
    }

    .popol_img_list {
        overflow: hidden;
    }
}

@media screen and (max-width:1200px) {
    .main_se02 .layout {
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        row-gap: 40px;
    }

    .mo_px_15 {
        padding: 0 15px 0 15px;
    }

    /* .main_w {
        max-width: 500px;
    } */
    .collapse {
        padding: 0 15px;
    }

    .empty_box {
        padding: 30px 10px;
    }

    .collapse-title>a {
        padding: 25px 0;
    }

    .intro_01_layout {
        flex-direction: column;
        text-align: center;
        padding: 0 15px;
        row-gap: 30px;
    }

    .intro_01_layout .intro_01_text_box {
        padding-left: 0;
    }

    .intro_01_layout>div {
        width: 100%;
    }

    .intro_01_title>img {
        width: 100%;
        padding: 15px;
    }

    .intro_01_bottom_img {
        flex-direction: column;
        text-align: center;
        padding: 0 15px;
        row-gap: 30px;
    }

    .intro_01_bottom {
        background-size: cover;
        background-position: center;
    }

    .map_title {
        padding: 0 15px;
    }

    .call_layout {
        padding: 0 15px;
        flex-direction: column;
        row-gap: 50px;
        align-items: flex-start
    }

    .map_w {
        padding: 0 15px;
    }

    .map_text {
        margin-top: 20px;
        padding: 0 15px;
    }

    .make_layout {
        flex-direction: column;
    }

    .online_info {
        margin: 0 15px;
    }

    .online_title {
        margin: 50px 15px 0;
    }

    .online_info .online_info_dep_02 {
        flex-direction: column;

    }

    .online_info .online_info_dep_02>li {
        width: 100%;
    }

    .online_info .online_info_dep_02 .online_info_dep_02_50 input[type="text"] {
        width: 100%;
    }

    .online_info .online_info_dep_02>li>.mo_box div {
        width: 100%;
    }

    .online_info .online_info_dep_02>li>.mo_box {
        display: flex;
        width: 100%;
    }

    .popol_img_list {
        padding: 0 15px;
    }

    .popol_menu {
        flex-wrap: wrap;
    }

    .main_se03 {
        margin: 70px auto;
    }

}

@media screen and (max-width:1000px) {
    .ft_nav {
        flex-direction: column-reverse;
        gap: 0px;
        padding: 40px 15px 50px 15px;
    }

    .ft_left {
        gap: 30px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-top: 40px;
    }

    .ft_call_number {
        text-align: center;
        width: 100%;
        border-bottom: solid 1px #383636;
        padding-bottom: 40px;
    }

    .collapse {
        margin: 30px auto;
    }

    .popol_img_list li {
        width: 49%;
    }


}

@media screen and (max-width:767px) {
    .block_767 {
        display: block;
    }

    .none_767 {
        display: none;
    }

    .intro_01_title {
        margin: 50px auto 150px;
    }

    .intro_01_title>img {
        width: auto;
    }

    .intro_01_bottom_img>li>img {
        display: block;
        width: 100%;
    }

    .intro_01_layout>div>img {
        display: block;
        width: 100%;
    }

    .make_layout {
        padding: 0 15px;
        gap: 30px;
        margin-top: 60px;
        margin-bottom: 140px;
    }

    .make_layout_img>img {
        display: block;
        width: 100%;
    }

    .online_title {
        flex-direction: column;
    }

    .online_title>.font_2 {
        text-align: right;
        width: 100%;
        margin-bottom: 10px;
    }

    .online_info .online_info_dep_01>li {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        border-bottom: none;
    }

    .online_info .online_info_dep_01>li>label {
        width: 100%;
        text-align: left;
        font-size: 16px;
        line-height: 40px;
    }

    .online_info .online_info_dep_01>li>input[type="text"] {
        font-size: 16px;
        line-height: 25px;
    }

    .online_info .online_info_dep_02>li {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        border-bottom: none;
    }

    .online_info .online_info_dep_02>li>label {
        width: 100%;
        text-align: left;
        font-size: 16px;
        line-height: 40px;
    }

    .online_info .online_info_dep_02>li>input[type="text"] {
        font-size: 16px;
        line-height: 25px;
    }

    .online_info .online_info_dep_01>li>textarea {
        font-size: 16px;
        line-height: 25px;
    }

    .popol_img_list li {
        width: 100%;
    }

    .popol_menu>li a {
        font-size: 16px;
        line-height: 35px;
        min-width: 100px
    }


}

@media screen and (max-width:500px) {
    .block_500 {
        display: block;
    }

    .none_500 {
        display: none;
    }

    .main_top_swiper .swiper-pagination {
        display: block;
    }

    .main_top_swiper .swiper-button-next,
    .main_top_swiper .swiper-button-prev {
        display: none;
    }

    .main_se02 .english_font {
        font-size: 16px;
    }

    .main_se02 .layout h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .main_se02 .layout p {
        font-size: 14px;
        line-height: 24px;
    }

    .main_se04 .text_box>h2 {
        font-size: 35px;
        line-height: 50px;
    }

    .main_se04 .text_box>p {
        font-size: 14px;
        line-height: 24px;
    }

    .main_se02_bg {
        background-image: url("../img/main/main_se02_bg_mo.png");

        background-repeat: no-repeat;
        background-size: cover;
    }

    .main_se04_bg {
        background-image: url("../img/main/main_se04_bg_mo.png");
        padding: 80px 0;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .form_li>label {
        font-size: 14px;
    }

    .form_li>input[type="text"] {
        font-size: 14px;
        line-height: 35px;
    }

    .form_li>textarea {
        font-size: 14px;
    }

    .request_main {
        max-width: 90%;
        width: 100%;
        bottom: 0%;
        right: 1%;
    }

    .collapse-title-num {
        font-size: 40px;
    }

    .content_box {
        gap: 30px;
    }

    .content_box>h3 {
        font-size: 14px;
        margin-top: -3px;
    }

    .content_box>.text_box>p {
        font-size: 14px;
    }

    /* 서브 탑 이미지 */
    .sub_top_1 {
        background-image: url("../img/sub/sub_top_01_mo.png");
    }

    .sub_top_2 {
        background-image: url("../img/sub/sub_top_02_mo.png");
    }

    .sub_top_3 {
        background-image: url("../img/sub/sub_top_03_mo.png");
    }

    .sub_top_5 {
        background-image: url("../img/sub/sub_top_05_mo.png");
    }

    .sub_top_title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .sub_top_layout>li {
        font-size: 14px;
        line-height: 20px;
    }

    .sub_top_p {
        padding: 50px 0 50px 0;

    }

    .hover_img_01,
    .hover_img_02,
    .hover_img_03,
    .hover_img_04,
    .hover_img_05 {
        width: 30px;
    }

    .intro_01_layout {
        text-align: left;
    }

    .intro_01_layout .intro_01_text_box>.font_1 {
        font-size: 24px;
    }

    .intro_01_layout .intro_01_text_box>.font_2 {
        font-size: 28px;
        line-height: 60px;
    }

    .intro_01_layout .intro_01_text_box>.font_3 {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 25px;
    }

    .intro_01_layout .intro_01_text_box>.font_4 {
        font-size: 16px;
        line-height: 25px;
    }

    .intro_01_bottom {
        background-image: url(../img/sub/intro_01_bg_mo.png);
    }

    .intro_01_layout {
        margin-top: 60px;
    }

    .map_title {
        font-size: 18px;
        line-height: 28px;
        margin-top: 40px;

    }

    .call_num>p {
        font-size: 40px;
    }

    .map_text>h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .map_text>p {
        font-size: 16px;
        line-height: 26px;
    }

    .make_text_box>.font_2 {
        font-size: 28px;
        line-height: 40px;
    }

    .make_text_box>.font_3 {
        font-size: 16px;
        line-height: 25px;
    }
    .request_btn {
        max-width: 100px;
    }

}