@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans KR';
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

@media (min-width: 1200px) {
    body {
        position: relative;
	z-index:0;

    }

    body > .wrap {
        position: relative;

    }

    #mobile_ham {
        display: none;
    }

    #m_menu {
        display: none!important;
    }

    #sub_header {
        width: 100%;
        background: #eee;
        border-bottom: 1px solid #ccc;
        height: 40px;
    }

    #link_wrap {
        width: 1200px;
        margin: 0 auto;
        text-align: right;
        height: 40px;
    }

    #link_wrap a {
        color: #333;
        font-size: 13px;
        line-height: 40px;
    }

    #header {
        height: 70px;
        border-bottom: 1px solid #ccc;
    }

    .wrap, .wrap_top, .wrap_main {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;

    }

    .wrap_main {
        position: relative;
        z-index: -99
    }

    #footer .wrap_main {
        padding-top: 20px;
    }


    #header .wrap > a, #header .wrap_top > a {
        height: 100%;
    }

    #header .wrap > a img, #header .wrap_top > a img {
        margin-top: 18px;
    }

    .drop {
        background: #fff;
        border: 1px solid #ccc;
        border-top: none;
        border-bottom: none;
        display: none;
	position:relative;
	z-index:99;

    }

    .drop p a {
        font-size: 15px;
        font-weight: 400;
        color: #333;
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid #ccc;
    }

    .drop p a:hover {
        background: #0074d6;
        color: #fff;
    }

    .menu {
        width: 600px;
        float: right;
        height: 100%;
    }

    .menu li {
        float: left;
        width: 120px;
        text-align: center;
        height: 100%;
    }

    .menu li > a {
        color: #333;
        font-size: 17px;
        font-weight: 700;
        height: 100%;
        line-height: 70px;
    }

    #banner {
        position: relative;
        margin-top: 10px;
        margin-bottom: 8px;
        z-index: -1;
    }

    #banner > img {
        width: 100%;
    }

    #back {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        display: none;
    }

    #movie {
        position: fixed;
        width: 500px;
        height: 290px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
        background: #fff;
        text-align: center;
        border: 1px solid #ccc;
        display: none;
    }

    #movie div {
        background: #0086f7;
        text-align: right;
        border-bottom: 1px solid #ccc;
    }

    #movie div span {
        display: inline-block;
        background: #2d3757;
        color: #fff;
        padding: 5px 15px;
        cursor: pointer
    }

    .play {
        position: absolute;
        top: 190px;
        left: 565px;

    }

    .contents_box {
        width: 50%;
        float: left;
        height: 320px;
    }

    .wrap > hr, .wrap_top > hr {
        border: none;
        border-bottom: 1px solid #ccc;
    }

    .icon_wrap {
        margin-top: 20px;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .icon_box {
        width: 140px;
        height: 140px;
        margin-right: 10px;
        float: left;
        background: #f5f5f5;
        border: 1px solid #ccc;
        display: block;
        text-align: center;
        padding-top: 15px;
    }

    .icon_box p {
        color: #333;

        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .icon_box hr {
        border: none;
        border-bottom: 2px solid #0086f7;
    }

    .service_center {
        width: 590px;
        border: 1px solid #ccc;
        background: #f5f5f5;
        padding: 15px;

    }

    .service_center h3 {
        padding-bottom: 10px;
    }

    .service_center h3 span {
        font-weight: 400;
        font-size: 14px;
        margin-left: 6px;
    }

    .tel {
        display: inline-block;
        width: 240px;
        border-right: 1px solid #ccc;
    }

    .tel p {
        margin-bottom: 10px;
    }

    .email {
        display: inline-block;
        width: 280px;
        padding-left: 10px;
    }

    .email a {
        color: #fff;
        background: #2c315d;
        display: block;
        width: 130px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
    }


    .contents_box > h2 {
        margin-top: 20px;
        padding: 10px;
    }

    .contents_box > h2 span {
        font-size: 15px;
        font-weight: 400;
        margin-left: 10px;
    }


    #footer {
        border-top: 1px solid #ccc;
        margin-top: 70px;
        margin-bottom: 20px;
    }

    #footer .wrap, #footer .wrap_top {
        padding-top: 20px;
    }

    .grey_logo {
        display: inline-block;
        height: 100%;
        vertical-align: top;
        width: 200px;
    }

    .foot {
        display: inline-block;
        width: 790px;

    }

    #onemedia {
        width: 200px;
        font-size: 15px;
        text-align: right;
        display: inline-block;
    }

    #onemedia a span {
        color: #333;
        vertical-align: top;
        margin-top: 5px;
    }

    #onemedia a img {
        margin-left: 5px;
    }

    /*서브 스타일시트*/
    .page_title {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 2px solid #0074d6;
    }

    .side_menu {
        width: 200px;
        float: left;

    }

    #side_menu_li {
        border-bottom: 2px solid #0074d6;
        padding: 15px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    #side_menu_li h3 {
        color: #0074d6;

    }

    #side_menu_li a {
        color: #000;
        display: block;
        margin-top: 5px;
        font-size: 15px;
    }

    #side_service {
        padding: 15px;
        border-bottom: 2px solid #0074d6;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    #side_service p {
        font-size: 15px;
    }

    #side_service h3 {
        padding-bottom: 10px;
    }

    .short_cut_link {
        display: block;
        background: #eee;
        border-radius: 10px;
        margin-top: 10px;
        padding: 10px 20px;
    }

    .short_cut_link img {
        width: 40px;
    }

    .short_cut_link p {
        display: inline-block;
        vertical-align: top;
        margin-top: 10px;
        color: #333;
        font-size: 15px;
        margin-left: 10px;
        font-weight: 700;
    }

    .content {
        width: 1000px;
        float: left;
    }

    #route {
        border-bottom: 1px solid #ccc;
        overflow: hidden;
    }

    #route table {
        float: right;
        border-collapse: collapse;
        border-right: 1px solid #ccc
    }

    #route table td {
        padding: 10px;
        color: #333;
        border-left: 1px solid #ccc;
    }

    #route table td a {
        color: #333;
    }

    .route_box {
        border-right: 1px solid #ccc;
        float: left;
        padding: 10px;
    }

    #route_wrap {
        float: right;
    }

    .route_box a {
        display: block;
    }

    .introduce {
        padding: 30px;
    }

    .introduce > img {
        width: 100%;
    }

    .introduce h4 {
        font-size: 20px;
        font-weight: 400;
        margin-top: 20px;
    }

    .introduce p {
        line-height: 40px;
    }

    .map {
        padding: 30px;
    }

    .result {
        padding: 30px;
    }

    .result h3 {
        padding-bottom: 20px;
        text-align: center;
    }

    .result table {
        border-collapse: collapse;
        border-top: 2px solid #333;
        width: 100%;
    }

    .result table th {
        background: #eee;
    }

    .result table td, .result table th {
        border: 1px solid #ccc;
        padding: 10px;
    }

}


@media (min-width: 700px) and (max-width: 1199px) {
    body {
        position: relative;
        z-index: -99;
    }

    body > .wrap, body > .wrap_top {
        position: relative;
        z-index: -99;
    }

    #m_menu {
        width: 300px;
        position: fixed;
        top: 0;
        right: 0;
        background: #fff;
        height: 100%;
        border: 1px solid #ccc;
        display: none;
	z-index:99;
    }

    #menu_top {
        background: #535353;
        color: #fff;
    }

    #menu_top h2 {
        font-size: 16pt;
        font-weight: 400;
        padding: 12px 20px;
        display: inline-block;
    }

    #menu_top p {
        display: inline-block;
        margin-left: 60px;
        border: 1px solid #fff;
        padding: 4px 12px;
    }

    .m_menu_list {
        margin: 20px;
        overflow: hidden;
        border-bottom: 1px solid #aaa;
        padding-bottom: 10px;
    }

    .m_menu_list h3 a {
        color: #333;
        font-size: 15pt;
    }

    .m_menu_list > a {
        color: #555;
        width: 50%;
        float: left;
        height: 40px;
        line-height: 40px;
        display: block;
    }


    #sub_header {
        width: 100%;
        background: #eee;
        border-bottom: 1px solid #ccc;
        height: 40px;
    }

    #link_wrap {
        width: 700px;
        margin: 0 auto;
        text-align: right;
        height: 40px;
    }

    #link_wrap a {
        color: #333;
        font-size: 13px;
        line-height: 40px;
    }

    #mobile_ham {
        display: inline-block;
        width: 40px;
        float: right;
        margin-top: 20px;
        text-align: center;
    }

    #mobile_ham img {
        width: 30px;
    }

    #header {
        height: 70px;
        border-bottom: 1px solid #ccc;
    }

    .wrap, .wrap_top, .wrap_main {
        width: 700px;
        margin: 0 auto;
        overflow: hidden;
    }

    #header .wrap > a, #header .wrap_top > a {
        height: 100%;
    }

    #header .wrap > a img, #header .wrap_top > a img {
        margin-top: 18px;
    }

    .drop {
        display: none;

    }

    .menu {
        display: none;
    }


    #banner {
        position: relative;
        margin-top: 10px;
        margin-bottom: 8px;
        z-index: -1;
    }

    #banner > img {
        width: 100%;
    }

    #back {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        display: none;
    }

    #movie {
        position: fixed;
        width: 500px;
        height: 290px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
        background: #fff;
        text-align: center;
        border: 1px solid #ccc;
        display: none;
    }

    #movie div {
        background: #0086f7;
        text-align: right;
        border-bottom: 1px solid #ccc;
    }

    #movie div span {
        display: inline-block;
        background: #2d3757;
        color: #fff;
        padding: 5px 15px;
        cursor: pointer
    }

    .play {
        position: absolute;
        top: 100px;
        left: 310px;
        text-align: center;
    }

    .play img {
        width: 50px;
    }

    .pay p {
        font-size: 15px;
    }

    .contents_box {
        height: 320px;
    }

    .wrap > hr, .wrap_top > hr {
        border: none;
        border-bottom: 1px solid #ccc;
    }

    .icon_wrap {
        margin-bottom: 10px;
        overflow: hidden;
        float: left;
        width: 300px;
    }

    .icon_box {
        width: 140px;
        height: 140px;
        margin-right: 10px;
        float: left;
        background: #f5f5f5;
        border: 1px solid #ccc;
        display: block;
        text-align: center;
        padding-top: 15px;
        margin-top: 10px;
    }

    .icon_box p {
        color: #333;

        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .icon_box hr {
        border: none;
        border-bottom: 2px solid #0086f7;
    }

    .service_center {
        width: 400px;
        border: 1px solid #ccc;
        background: #f5f5f5;
        padding: 20px;
        float: left;
        margin-top: 10px;
        height: 290px;
    }

    .service_center h3 {
        padding-bottom: 10px;
    }

    .service_center h3 span {
        font-weight: 400;
        font-size: 14px;
        margin-left: 6px;
    }

    .email {
        margin-top: 20px;
    }

    .tel {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    .tel p {
        margin-bottom: 10px;
    }


    .email a {
        color: #fff;
        background: #2c315d;
        display: block;
        width: 130px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
    }


    .contents_box > h2 {
        margin-top: 20px;
        padding: 10px;
    }

    .contents_box > h2 span {
        font-size: 15px;
        font-weight: 400;
        margin-left: 10px;
    }


    #footer {
        border-top: 1px solid #ccc;
        margin-top: 70px;
        margin-bottom: 20px;

    }

    .wrap_main .grey_logo {
        margin-top: 20px;
    }

    #footer .wrap, #footer .wrap_top {
        padding-top: 20px;
    }

    .grey_logo {
        display: inline-block;
        height: 100%;
        vertical-align: top;
        width: 200px;
    }

    .foot {
        display: inline-block;
        width: 840px;

    }

    #onemedia {
        width: 200px;
        font-size: 15px;
        display: inline-block;
        margin-top:10px;
    }

    #onemedia a span {
        color: #333;
        vertical-align: top;
        margin-top: 5px;
    }

    #onemedia a img {
        margin-left: 5px;
    }

    /*서브 스타일시트*/
    .page_title {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 2px solid #0074d6;
    }

    .page_title img {
        width: 100%;
    }

    .side_menu {
        display: none;

    }


    .content {
        width: 700px;
        float: left;
    }

    #route {
        border-bottom: 1px solid #ccc;
        overflow: hidden;
        border-left: 1px solid #ccc;
    }


    #route table {
        float: right;
        border-collapse: collapse;
    }

    #route table td {
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        padding: 10px 20px;
        text-align: center;
    }

    #route table td a {
        color: #333;
        font-size: 14px;
    }

    .introduce {
        padding-top: 20px;
    }

    .introduce > img {
        width: 100%;
    }

    .introduce h4 {
        font-size: 20px;
        font-weight: 400;
        margin-top: 20px;
    }

    .introduce > p {
        line-height: 40px;
    }


    .result {
        padding: 30px;
    }

    .result h3 {
        padding-bottom: 20px;
        text-align: center;
    }

    .result table {
        border-collapse: collapse;
        border-top: 2px solid #333;
        width: 100%;
    }

    .result table th {
        background: #eee;
    }

    .result table td, .result table th {
        border: 1px solid #ccc;
        padding: 10px;
    }

    .route_box {
        border-right: 1px solid #ccc;
        float: left;
        padding: 10px;
    }

    #route_wrap {
        float: right;
    }

    .route_box a {
        display: block;
    }


}

@media (max-width: 699px) {
    body {
        position: relative;
        z-index: -99;
    }

    body > .wrap, body > .wrap_top {
        position: relative;
        z-index: -99;
    }

    #m_menu {
        width: 300px;
        position: fixed;
        top: 0;
        right: 0;
        background: #fff;
        height: 100%;
        border: 1px solid #ccc;
        display: none;
    }

    #menu_top {
        background: #535353;
        color: #fff;
    }

    #menu_top h2 {
        font-size: 16pt;
        font-weight: 400;
        padding: 12px 20px;
        display: inline-block;
    }

    #menu_top p {
        display: inline-block;
        margin-left: 60px;
        border: 1px solid #fff;
        padding: 4px 12px;
    }

    .m_menu_list {
        margin: 20px;
        overflow: hidden;
        border-bottom: 1px solid #aaa;
        padding-bottom: 10px;
    }

    .m_menu_list h3 a {
        color: #333;
        font-size: 15pt;
    }

    .m_menu_list > a {
        color: #555;
        width: 50%;
        float: left;
        height: 40px;
        line-height: 40px;
        display: block;
    }


    #sub_header {
        width: 100%;
        background: #eee;
        border-bottom: 1px solid #ccc;
        height: 40px;
    }

    #link_wrap {
        width: 320px;
        margin: 0 auto;
        text-align: right;
        height: 40px;
    }

    #link_wrap a {
        color: #333;
        font-size: 13px;
        line-height: 40px;
    }

    #header {
        height: 70px;
        border-bottom: 1px solid #ccc;
    }


    .wrap, .wrap_top {
        width: 320px;
        margin: 0 auto;
        overflow: hidden;
    }

    #mobile_ham {
        display: inline-block;
        width: 40px;
        float: right;
        margin-top: 20px;
        text-align: center;
    }

    #mobile_ham img {
        width: 30px;
        margin-right: 10px;
    }

    #header .wrap > a, #header .wrap_top > a {
        height: 100%;
    }

    #header .wrap > a img, #header .wrap_top > a img {
        margin-top: 18px;
    }

    .drop {
        display: none;

    }

    .menu {
        display: none;
    }


    #banner {
        display: none;
    }


    #banner > img {
        width: 100%;
    }

    #back {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        display: none;
    }

    #movie {

        display: none;
    }

    #movie div {
        background: #0086f7;
        text-align: right;
        border-bottom: 1px solid #ccc;
    }

    #movie div span {
        display: inline-block;
        background: #2d3757;
        color: #fff;
        padding: 5px 15px;
        cursor: pointer
    }

    .play {
        display: none;
    }

    .play img {
        width: 50px;
    }

    .pay p {
        font-size: 15px;
    }

    .wrap > hr, .wrap_top > hr {
        display: none;
    }

    .icon_wrap {
        margin-bottom: 10px;
        margin-top: 10px;

        outline: 1px solid #ccc;
        overflow: hidden;
        border-left: 1px solid #ccc;
    }

    .icon_box {
        width: 159px;
        height: 140px;
        float: left;
        outline: 1px solid #ccc;
        background: #f5f5f5;
        display: block;
        text-align: center;
        padding-top: 15px;

    }

    .icon_box p {
        color: #333;

        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .icon_box hr {
        border: none;
        border-bottom: 2px solid #0086f7;
    }

    .service_center {
        width: 320px;
        border: 1px solid #ccc;
        background: #f5f5f5;
        padding: 20px;
        margin-top: 10px;
        height: 250px;
    }

    .service_center h3 {
        padding-bottom: 10px;
    }

    .service_center h3 span {
        font-weight: 400;
        font-size: 14px;
        margin-left: 6px;
    }

    .email {
        margin-top: 20px;
    }

    .tel {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    .tel p {
        margin-bottom: 10px;
    }


    .email a {
        color: #fff;
        background: #2c315d;
        display: block;
        width: 130px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
    }


    .contents_box > h2 {
        margin-top: 20px;
        padding: 10px;
    }

    .contents_box > h2 span {
        font-size: 15px;
        font-weight: 400;
        margin-left: 10px;
    }

    #qna_board {
        width: 100%;
        border: 1px solid #ccc;
        font-size: 18px;
    }

    .elements {
        display: none;
    }

    .num {
        width: 80px;
    }

    .board_title {
        width: 298px;
        text-align: center;
        display: block;
    }

    .date {
        width: 100px;
        display: inline-block;
        margin-left: 130px;
        font-size: 15px;
        color: #555;
        text-align: right;

    }

    .reply {
        width: 50px;
        display: inline-block;
        text-align: right;
        font-size: 15px;
        color: #555;

    }

    .board_title a {
        color: #333;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 5px;
        width: 298px;
    }


    .board_list .board_title {
        text-align: left;
    }

    .more {
        width: 100%;
        height: 41px;
        background: #0074d6;
        color: #fff;
        display: block;
        text-align: center;
        line-height: 41px;
        clear: both;
        font-size: 18px;
    }

    #photo_board {
        width: 320px;
    }

    #photo_board .pro_photo {

        margin-bottom: 5px;
    }


    #notice_board {
        border: 1px solid #ccc;
        font-size: 18px;
    }

    #notice_board div {

    }

    #notice_board .date {
        margin-left: 190px;
    }

    #notice_board .board_title {
        width: 300px;
        text-align: left;
    }

    #footer {
        border-top: 1px solid #ccc;
        margin-top: 70px;
        margin-bottom: 20px;
    }

    #footer .wrap, #footer .wrap_top, #footer .wrap_main {
        padding: 20px 10px;
    }

    .grey_logo {
        display: inline-block;
        height: 100%;
        vertical-align: top;
        width: 200px;
    }

    .foot {
        display: inline-block;
        width: 320px;


    }

    #onemedia {
        width: 200px;
        font-size: 15px;
        display: inline-block;
        margin-top:10px;
    }

     #onemedia a span {
        color: #333;
        vertical-align: top;
        margin-top:5px;
    }
    #onemedia a img {
        margin-left:5px;
    }

    /*서브 스타일시트*/
    .page_title {
        display: none;
    }

    .side_menu {
        display: none;

    }

    .wrap_main {
        width: 320px;
        margin: 0 auto;
    }

    .content {
        width: 320px;
        float: left;
    }

    #route {
        border-bottom: 1px solid #ccc;
        overflow: hidden;


    }

    #route table {
        border-collapse: collapse;
        width: 100%;
    }

    #route table td {
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        padding: 10px 20px;
        text-align: center;
    }

    #route table td a {
        color: #333;
        font-size: 14px;
    }

    .introduce {
        padding-top: 20px;
    }

    .introduce > img {
        width: 100%;
    }

    .introduce h4 {
        font-size: 20px;
        font-weight: 400;
        margin-top: 20px;
    }

    .introduce p {
        line-height: 40px;
    }


    .result h3 {
        padding-bottom: 20px;
        text-align: center;
        margin-top: 20px;
    }

    .result table {
        border-collapse: collapse;
        border-top: 2px solid #333;
        width: 100%;
    }

    .result table th {
        background: #eee;
    }

    .result table td, .result table th {
        border: 1px solid #ccc;
        padding: 7px;
        font-size: 14px;
    }


    .route_box {
        width: 33.333%;
        float: left;
        line-height: 45px;
        text-align: center;
        border-right: 1px solid #ccc;
        height: 45px;
        font-size: 14px;
    }

    #route {
        height: 45px;
    }

    #route_wrap {
        width: 100%;
        height: 45px;
    }

    .route_box a {
        display: block;

    }
}