@charset "utf-8";
.main-bn { height: 60vh; background: url('../img/main/image1.jpg') no-repeat center/cover; }

.titles { padding: 130px 0 60px; text-align: center; }
.titles h5 {font-family: 'ELAND_Choice_M'; font-size:14px; color: #888; margin-bottom: 5px;}
.titles h3 {font-family: 'EBSHMJESaeronRA'; color:#333; font-size: 45px; }

.l-info { display: flex; margin-bottom: 100px; }
.l-info> div { width: 50%; }
.root_daum_roughmap .wrap_map { width: 100%; border-bottom: 1px solid #0000001a; }
.root_daum_roughmap .cont { display: none; }
.root_daum_roughmap .wrap_controllers { display: none; }
.l-info> :last-child { position: relative; padding: 40px 0 0 40px; font-family: 'ELAND_Choice_M'; font-size: 16px; }
.l-info> :last-child> :first-child { margin-bottom: 10px; }
.l-info div .btn { position: absolute; right: 0; bottom: 0; text-align: center; }

.paths { padding-bottom: 130px; }
.paths> :not(:last-child) { margin-bottom: 60px; }
.paths li span { display: block; font-family: 'ELAND_Choice_M'; font-size: 18px; margin-bottom: 15px; }
.paths li p { font-family: 'ELAND_Choice_L'; font-size:14px; color: #333; }

@media screen and (min-width:1px) and (max-width:1024px){
    #daumRoughmapContainer1784020634008 { height: 400px; }
}

@media screen and (min-width:1px) and (max-width:768px){
    .titles { padding: 70px 0 40px; }
    .titles h3 { font-size: 36px; }

    .l-info { display: block; }
    .l-info> div { width: 100%; }
    .l-info> :last-child { padding: 40px 0 0 0; font-size: 14px; }
    .l-info div .btn { position: static; margin-top: 40px; }

    .paths { padding-bottom: 70px; }
    .paths> :not(:last-child) { margin-bottom: 25px; }
    .paths li span { font-size: 16px;}
    .paths li p { font-size:13px; }
}