.half_circle {
    margin: 0 auto;
    width: 50px;
    height: 25px;
    border-radius: 0px 0px 100px 100px;
    background-color: #7575BD;
}

.section1 {
    padding: 30px 0px 70px 0px;
    width: 100%;
    background-image: url('/static/image/go_section1_back.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section1_top {
    text-align: center;
}

.sns_link_bar {
    width: 90px;
    height: 500px;
    background: white;
    position: fixed;
    right: 5%;
    top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    z-index: 99999;
}

.go_to_top {
    width: 90px;
    height: 65px;
    background: #7575BD;
    position: fixed;
    right: 5%;
    top: 596px;
    border-radius: 0px 0px 10px 10px;
    z-index:100000;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.main_title {
    font-family: 'Gugi', cursive;
    font-size: 3rem;
    color: #3C3C5B;
}

.page_title {
    font-family: 'Black Han Sans', sans-serif;
    font-size: 2rem;
    color: #7575BD;
    text-align: center;
    padding: 2rem;
}

.sub_title {
    font-family: 'Song Myung', serif;
    font-size: 1.2rem;
    color: #FFFFFF;
}

.section1_main_text {
    font-family: 'Noto Serif KR', serif;
    color: #3C3C5B;
}

.section1_main_text>img {
    margin-left: -25px;
}

.section1_main_text_white {
    color: white;
}

.section1_main_text_line > div{
    display:inline-block;
}

.section1_main_text_point {
    font-family: 'Noto Serif KR', serif;
    color: #7575BD;
    font-size: 3rem;
    line-height: 70px;
    margin-bottom: 10px;
}

.section1_main {
    display: flex;
    justify-content: center;
    height: 400px;
    margin: 50px 0 0 67px;
}

.section1_main_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 2.4rem;
}

.apply_button {
    width: 300px;
    height: 45px;
    background-color: #3C3C5B;
    color: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sns_link {
    margin-top: 10px;
    display:flex;
    /* width: 300px; */
}

.sns_link > a > img {
    width: 150px;
}

.section1_main_2 {
    display: flex;
    justify-content: center;
    margin-left: 10px;
}

.section1_main_2>img {
    width: 522px;
}

.section2 {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}

.section2>img {
    width: 750px;
}

.section3 {
    background: #eeeeff;
    text-align: center;
}

.section3 > img {
    width: 50%;
}

.section4 {
    background-image: url('/static/image/go_section_4.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: inherit;
    position: relative;
}

.section4_qna {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 1000px;
    margin: 15px auto;

}

.section4_question {
    background: #B7B7E5;
    font-weight: bold;
    font-size: 18px;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
    padding: 5px 0px 10px 20px;
    cursor: pointer;
}

.section4_question>span {
    margin: 10px 0 0 10px;
}

.section4_qna_spacer {
    flex-grow: 1;
}
.section4_qna_arrow {
    color: white;
    margin-right:20px !important;
    transform: rotate(180deg);
}
.section_qna_arrow_turn {
    transform: rotate(0deg);
}

.section4_answer {
    display: flex;
    border-radius: 0px 0px 10px 10px;
    font-weight: 400;
    font-size: 18px;
    /* line-height: 80px; */
    align-items: center;
}

.section4_answer>img {
    padding: 0 0 10px 20px;
}

.section4_answer>span {
    margin-left: 10px;
}

.section4_info {
    background: #D8D8FA;
    border-radius: 10px;
    padding: 17px;
    text-align: center;
    width: 971px;
    margin: 0 auto;
    line-height: 23px;
}

.section4_info_2 {
    margin-top: 17px;
    line-height: 38px;
}

.section4_info>p:nth-child(1) {
    font-weight: 700;
    color: #262643;
    font-size: 20px;
    padding-bottom: 18px;
}

.section4_info>p:nth-child(2) {
    font-weight: 700;
    color: #262643;
    font-size: 16px;
}

.section4_info_2>p:nth-child(1) {
    font-weight: 700;
    color: #262643;
    font-size: 20px;
}

.section4_info_2>p:nth-child(2) {
    font-weight: 700;
    color: #262643;
    font-size: 16px;
}

.ceo_1 {
    font-family: 'Gugi', cursive;
    font-size: 36px;
}

.ceo_2 {
    font-family: 'Hahmlet', serif;
    font-size: 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid black;
    display: inline-block;
}

.ceo_image {
    margin-right: -145px;
}

.ceo_introduce {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 190px;
}

.ceo_introduce>ul {
    margin: 30px 40px;
    line-height: 20px;
}

.section4_2 {
    margin-top: 40px;
}

.section4_3 {
    display: flex;
    justify-content: center;
    margin-right: 85px;
}

.section5 {
    padding-bottom: 55px;
}

.slider {
    width: 50%;
    margin: 30px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.section6 {
    background: #EDEDFF;
    width: 100%;
    height: 700px;
}

.maparea {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#map {
    width: 50%;
    height: 400px;
}

#mapdesc {
    margin-top: -30px;
    z-index: 99999;
    text-align: center;
    background: rgb(128 128 128 / 50%);
    width: 50%;
    height: 30px;
    line-height: 33px;
    color: white;
}

#mapnoti {
    margin-top: -350px;
    margin-left: 30%;
    z-index: 99999;
    background: #D8D8FA;
    width: 200px;
    height: 150px;
    border-radius: 10px;
    padding: 20px 20px 30px 20px;
    text-align: center;
}

.iw_inner {
    padding: 5px;
}

.naver_map_1 {
    font-family: 'Gugi', cursive;
    font-size: 20px;
    color: #3C3C5B;
}

.naver_map_2 {
    font-weight: 700;
    color: #520000;
    font-size: 15px;
    margin: 8px 0px 5px 0px;
}

.naver_map_3_1 {
    font-size: 14px;
    border-bottom: 1px solid white;
    padding-bottom: 7px;
    padding-top: 6px;
    color: #3C3C5B;
}

.naver_map_3_2 {
    font-weight: 700;
    color: #3C3C5B;
}

.naver_map_4 {
    margin-top: 15px;
    font-size:14px;
}

.map_under_info {
    display:none; /* 요청에 의해 가림 */
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 5px 0px #00000040;
    margin: 180px auto 0px auto;
    width: 48%;
    padding: 20px;
}

.map_under_info > div {
    width: 105px;
    margin: 0 auto;
}

.footer {
    width: 100%;
    background-color: #3C3C5B;
    text-align: center;
    padding: 35px 0px 40px 0px;
    line-height: 25px;
}

.footer_1 {
    font-family: 'Gugi', cursive;
    font-size: 28px;
    color: white;
}

.footer_2 {
    color: white;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 400;
}

/* Mobile Device */
@media all and (max-width:768px) {

    .section1 {
        padding: 30px 0px 30px 0px
    }
    .section1_main {
        margin: 70px 0px 0px 0px;
        height: unset;
        flex-direction: column-reverse;
    }

    .section1_main_1 {
        justify-content: center;
    }

    .section1_main_2 {
        width: unset;
        justify-content: center;
    }

    .section1_main_2>img {
        width: 60%;
    }

    .section1_main_text {
        text-align: center;
    }

    .section1_main_text_point {
        text-align: center;
    }

    .section1_main_text_line {
        text-align:center;
    }

    .section1_main_text_line > div{
        display:block;
    }

    .apply_area {
        text-align: center;
        margin-top: 25px;
    }

    .apply_area>input {
        width: calc(80% - 2.1px);
    }

    .sns_link {
        text-align: center;
        display:block;
        margin: 17px auto;
    }

    .sns_link>img {
        width: calc(40% - 2.1px)
    }

    .section2>img {
        width: 90%;
    }

    .section3 > img {
        width: 80%;
    }

    .section4_1 img {
        width: 90% !important;
    }

    .section4_qna {
        width: 90%;
    }

    .section4_answer {
        padding: 10px 0px;
    }

    .section4_info {
        width: 90%;
    }

    .section4_3 {
        flex-direction: column;
        margin-right: unset;
    }

    .ceo_image {
        text-align: center;
        margin-right: unset;
    }

    .ceo_image>img {
        width: 50%;
    }

    .ceo_introduce {
        text-align: center;
        margin-top: 10px;
    }

    .ceo_introduce>div {
        width: unset !important;
        text-align: unset !important;
    }

    .slider {
        width: 80%;
    }

    .section6 {
        height: auto;
    }

    #map {
        width: 90%;
    }

    .maparea {
        flex-flow: column-reverse;
    }

    #mapdesc {
        position: absolute;
        width: 90%;
        margin-top: 0px;
    }

    #mapnoti {
        margin: 0px 0px 25px 0px;
    }

    .map_under_info {
        margin: 0;
    }

    .sns_link_bar {
        display: none;
    }

    .go_to_top {
        display: none;
    }

    .apply_button {
        margin: 0 auto;
    }

}

/* Tablet Device */
@media all and (min-width:768px) and (max-width:1024px) {
    .section4_qna {
        width: 90%;
    }

    .section4_answer {
        line-height: inherit;
        display: flex;
        align-items: center;
    }

    .section4_info {
        width: 90%;
    }

    .slider {
        width: 60%;
    }
}

/* Desktop Device */
@media all and (min-width:1025px) {
    
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}