@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
    color: #232323;
}

ul li {
    list-style: none;
}

a,
a:active,
a:visited,
a:hover {
    color: #232323;
    text-decoration: none;
}

.wrap {
    width: 90%;
    margin: 0 auto;7
}

/*------------//reset------------*/
/*
#locks{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	background-color: #fff;
	top: 0;
	text-align: center;
}
#locks_img{
	margin-top: calc(50vh - 150px);
	width: auto;
	height: 100px;
 }
#locks > h1 {
	margin-top: 5px;
	font-size: 2rem;
	color: #b2b2b2;
}
#locks > h1 > span {
	color: #2784b9;
}
#locks > h2 {
	margin-top: 10px;
	font-size:1.2rem;
}
#locks > h6 {
	margin-top: 5px;
	font-size:0.8rem;
	font-weight: 400;
}
*/




.header_area {
    width: 100%;
    height: 50px;
    background-color: white;
    position: relative;
    border-bottom: 1px solid #d8d8d8;
}

.header_flex {
    display: flex;
    justify-content: space-between;
}

.head_logo {
    width: 92px;
    height: 30px;
    margin: 10px 0;
}

.head_logo img {
    width: 92px;
    height: 30px;
}

.head_right_top {
    display: flex;
    margin: 10px 0;
}

.head_right_top div {
    margin-left: 10px;
}

.head_right_top_kaka,
.head_right_top_call,
.head_right_down {
    display: none;
}

.head_right_top_find,
.head_right_top_ham {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.head_right_top_find img,
.head_right_top_ham img {
    width: 30px;
    height: 30px;
}
.close_btn img{
    width: 20px;
    height: 20px;
}
.close_btn{
    line-height: 20px;
    padding-top: 10px;
    padding-left: 10px;
}
.ham_menu{
    height: 100vh;
    background-color:#0064b0; 
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    text-align: left;
    width: 300px;
}
.ham_big_menu>li{
    background-color:#0064b0; 
    font-size: 1.2rem;
    font-weight: bold;
     color: #fff;
    cursor: pointer;
    line-height: 50px
}
.ham_big_menu ul{
    display: none;
}
.ham_big_menu ul li{
    padding: 0 20px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: -2px;
    cursor: pointer;
    background-color:#0d78c9;
}
.ham_big_menu ul li:hover{
    text-decoration: underline;
}
.ham_area{
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    display: none;
}
/*------------//header------------*/
.banner_area {
    width: 100%;
    height: 320px;
    position: relative;
}

.banner_big {
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
}

.banner_box {
    width: 600%;
    height: 320px;
    display: flex;
    position: absolute;
    left: 0vw;
}

.btn_wrap {
    width: 288px;
    height: 320px;
    margin: 0 auto;
    position: relative;
}
.banner_item {
    width: 100vw;
    height: 320px;
    background-image: url(../img/mo_banner/banner.jpg);
    background-size: cover;
    background-position: center;
}

.banner_btn {
    width: 140px;
    height: 30px;
    background-color: #a92362;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    position: absolute;
    bottom: 40px;
    left: 10px;
}
.banner_item6 {
    width: 100vw;
    height: 320px;
    background-image: url(../img/mo_banner/banner1.jpg);
    background-size: cover;
    background-position: center;
}

.banner_btn6 {
    width: 140px;
    height: 30px;
    background-color: #f4c666;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    position: absolute;
    bottom: 33px;
    right: 15px;
}

.banner_item2 {
    width: 100vw;
    height: 320px;
    background-image: url(../img/mo_banner/banner2.jpg);
    background-size: cover;
    background-position: center;
}

.banner_btn2 {
    width: 140px;
    height: 30px;
    background-color: #e3cb46;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    position: absolute;
    bottom: 45px;
    left: 10px;
}

.banner_item3 {
    width: 100vw;
    height: 320px;
    background-image: url(../img/mo_banner/banner3.jpg);
    background-size: cover;
    background-position: center;
}

.banner_btn3 {
    width: 120px;
    height: 30px;
    background-color: transparent;
    color: #c74233;
    text-align: center;
    line-height: 30px;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    position: absolute;
    bottom: 43px;
    left: 15px;
}

.banner_item4 {
    width: 100vw;
    height: 320px;
    background-image: url(../img/mo_banner/banner4-2.jpg);
    background-size: cover;
    background-position: center;
}

.banner_btn4 {
    width: 140px;
    height: 30px;
    background-color: #111843;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    position: absolute;
    bottom: 45px;
    left: 20px;
}

.banner_item5 {
    width: 100vw;
    height: 320px;
    background-image: url(../img/mo_banner/banner5.jpg);
    background-size: cover;
    background-position: center;
}

.banner_btn5 {
    width: 140px;
    height: 30px;
    background-color: #ffe2a2;
    color: #c74233;
    text-align: center;
    line-height: 30px;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    position: absolute;
    bottom: 45px;
    left: 15px;
}
.banner_item1{
    width: 100vw;
    height: 320px;
    background-image: url(../img/mo_banner/banner6.jpg);
    background-size: cover;
    background-position: center;
}

.banner_btn1 {
    width: 140px;
    height: 30px;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    bottom: 45px;
    left: 15px;
}
.banner_left {
    width: 26px;
    height: 40px;
    position: absolute;
    top: 140px;
    left: 0;
    opacity: 0.3;
    cursor: pointer;
}

.banner_right {
    width: 26px;
    height: 40px;
    position: absolute;
    top: 140px;
    right: 0;
    opacity: 0.3;
    cursor: pointer;
}

.banner_left img,
.banner_right img {
    width: 26px;
    height: 40px;
}

.banner_slide {
    width: 80px;
    height: 10px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 9;
    bottom: 10px;
    left: calc(50% - 30px);
}

.banner_slide_circle {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.6;
}
.nones{
    display: none;
}
.slide_plus{
    background-color: rgba(0,0,0,0.5);
}
/*------------//banner------------*/
.con1_area{
    margin-top: 20px;
}
.con1_main {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.con1_main h1 {
    font-size: 1.25rem;
    line-height: 25px;
}
.con1_main div{
    display: flex;
}
.con1_more {
    font-size: 0.8rem;
    line-height: 14px;
    margin-top: 8px;
}

.con1_more img {
    width: 6px;
    height: 10px;
    margin-left: 5px;
}

.con1_more img {
    width: 6px;
    height: 10px;
    margin-left: 5px;
    margin-top: 2px;
}

.con1_box {
    margin-top: 5px;
    width: 100%;
    height: 50px;
    border: 1px solid #dedede;
    font-size: 0.9rem;
    line-height: 30px;
    font-weight: bold;
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.con1_groups{
    width: 95%;
    position: absolute;
    margin: 0 auto;
}
.con1_box_left {
    margin-right: 10px;
    display: none;
}
.con1_box_left img {
    width: 20px;
    height: 18px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 3px;
}
.con1_box_right{
    width: 100%;
    margin: 0 auto;
    position: absolute;
}
.con1_right_boxes{
    width: 100%;
    position: relative;
}
.con1_box_right_item{
    display: flex;
    justify-content: space-between;
    height: 50px;
}
.con1_box_right_item div:first-child{
    width: 50px;
}
.con1_box_right_item div:nth-child(2){
    width: 40px;
    text-align: center;
}
.con1_box_right_item div:nth-child(3){
    width: 180px;
    text-align: right;
    letter-spacing: -1px;
}
.con1_box_right_item div span{
    display: none;
}
.con1_box_right_item div:last-child{
    display: none;
}
/*------------//con1------------*/
.con2_main {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.con2_main h1 {
    font-size: 1.25rem;
    line-height: 19px;
}

.con2_more {
    font-size: 0.8rem;
    line-height: 14px;
    margin-top: 8px;
}

.con2_more img {
    width: 6px;
    height: 10px;
    margin-left: 5px;
}

.con2_item {
    margin-top: 20px;
}

.con2_box {
    width: 100%;
    height: 240px;
    border: solid 1px #dedede;
    margin-top: 5px;
    padding: 29px 19px;
    font-size: 0.875rem;
    font-weight: 500;
}

.con2_txt {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #dedede;
    margin-bottom: 17px;
}

.con2_down {
    margin-top: 20px;
}

.con2_down .con2_box {
    margin-top: 10px;
}

.con2_down_item {
    display: flex;
    justify-content: space-between;
}

.con2_icon_area {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #ddd;
    margin: 0 auto;
}

.con2_icon_area img {
    width: 30px;
    height: 30px;
    margin: 23px;
}

.con2_item_min {
    width: 50%;
}

.con2_item_min h2 {
    font-size: 0.875rem;
    text-align: center;
    margin-top: 10px;
}

.con2_item_min h1 {
    color: #0064b0;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px;
}
.con2_item_min div h6{
	font-size:0.75rem;
	text-align: center;
	margin-top: -4px;
}
.con2_down_item2 h1 {
    font-size: 0.8125rem;
}

.con2_down_item2 p {
    font-size: 0.6875rem;
}

.con2_down_item2 {
    margin-top: 10px;
	margin-bottom: 10px;
}
.con2_date4{
	display: none;
}

/*------------//con2------------*/
.con3_area {
    width: 100%;
    height: 130px;
    background-color: #f89e62;
    margin-top: 40px;
}

.con3_box {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.con3_img {
    width: 145px;
    height: 150px;
    position: absolute;
    top: -20px;
    left: -15px;
}

.con3_img img {
    width: 160px;
    height: 150px;
}

.con3_txt1 {
    position: absolute;
    right: 0;
    top: 20px;
}

.con3_txt1 p {
    font-size: 0.5625rem;
    color: #fff;
    letter-spacing: -1px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.con3_txt1 h1 {
    font-size: 1.1rem;
    color: #fff;
    margin-top: -3px;
    letter-spacing: -1px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.con3_txt2 {
    color: #fff;
    font-size: 0.625rem;
    position: absolute;
    top: 85px;
    right: 0;  
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.con3_txt2 span {
    display: none;
}
.con3_main_bg{
    display: none;
}
/*------------//con3------------*/
.con4_main,.con5_main, .con6_main {
    margin-top: 20px;
    margin-bottom: 10px;
}

.con4_main h1,.con5_main h1,.con6_main h1 {
    font-size: 1.25rem;
    line-height: 19px;
}

.con4_box {
    width: 100%;
    height: 400px;
    border: 1px solid #ddd;
    padding: 16px 19px;
}

.con4_top {
    display: flex;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 30px;
}

.con4_top img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.con4_flex {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.con4_flex li {
    cursor: pointer;
}

.con4_flex > li {
    margin: 10px 0;
    font-weight: bold;
}

.con4_min li {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 0.75rem;
    cursor: pointer;
    margin-top: 10px;
}

.con4_date {
    border-bottom: 1px dotted #ddd;
}

.con4_date_menu h1 {
    font-size: 1.25rem;
    margin-top: 10px;
    line-height: 20px;
}


.con4_date_groups{
	position: relative;
	width: 100%;
	height: auto;
}
.con4_date_menu{
	top: 0;
	width: 100%;
	height: auto;
	display: none;
}
.con4_date_menu:first-child{
	display: block;
}
.con4_date_box {
    display: flex;
    justify-content: space-between;
}
.con4_date_box div {
    width: 45px;
    height: 45px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    font-size: 0.9rem;
    padding-top: 7px;
    margin-top: 10px;
}

.con4_date_box p {
    font-size: 0.9rem;
    line-height: 45px;
    margin-right: 20px;
    font-weight: 500;
    margin-top: 10px;
}

/*------------//con4------------*/
.con5_area {
    width: 100%;
    height: 400px;
    display: flex;
}

.con5_btn {
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 1rem;
    background-color: #d3d3d3;
    cursor: pointer;
}
.con5_btn:first-child{
    background-color: #0064b0;
}
.con5_itemgroup {
    width: calc(100% - 50px);
    height: 400px;
    position: relative;
    font-size: 0;
    overflow: hidden;
}

.con5_itembox {
    top: 0;
    position: absolute;
    width:100%;
    height: 400px;
    font-size: 0;
}
.con5_itembox{
    display: none;
}
.con5_itembox:first-child{
    display: block;
}
.con5_item {
    background-image: url(../img/mo_sub_banner/sub_ban1.jpg);
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    position: absolute;
}
.con5_item1 {
    background-image: url(../img/mo_sub_banner/sub_ban3.jpg);
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    position: absolute;
}
.con5_item2 {
    background-image: url(../img/mo_sub_banner/sub_ban4.jpg);
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    position: absolute;
}
.con5_item3 {
    background-image: url(../img/mo_sub_banner/sub_ban9.jpg);
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    position: absolute;
}
.con5_item4 {
    background-image: url(../img/mo_sub_banner/sub_ban2.jpg);
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    position: absolute;
}
.con5_item5 {
    background-image: url(../img/mo_sub_banner/sub_ban6.jpg);
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    position: absolute;
}
.con5_item6 {
    background-image: url(../img/mo_sub_banner/sub_ban5.jpg);
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    position: absolute;
}
.con5_item7 {
    background-image: url(../img/mo_sub_banner/sub_ban8.jpg);
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    position: absolute;
}
.con5_item8 {
    background-image: url(../img/mo_sub_banner/sub_ban7.jpg);
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    position: absolute;
}
.con5_item9 {
    background-image: url(../img/mo_sub_banner/sub_ban10.jpg);
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    position: absolute;
}

.con5_item10 {
    background-image: url(../img/mo_sub_banner/sub_ban11.jpg);
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    position: absolute;
}

.con5_item11 {
    background-image: url(../img/mo_sub_banner/sub_ban12.jpg);
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    position: absolute;
}
.con5_left, .con5_left2, .con5_left3, .con5_left4{
    position: absolute;
    left: 0px;
    top:175px; 
    width: 30px;
    height: 50px;
    cursor: pointer;
    z-index: 9999;
    opacity: 0.4;
    display: none;
}
.con5_right, .con5_right2, .con5_right3 ,.con5_right4{ 
    width: 30px;
    height: 50px;
    cursor: pointer; 
    position: absolute;
    z-index: 9999;
    right: 0px;
    top:175px; 
    opacity: 0.4;
}
.con5_right img, .con5_right2 img,.con5_left img, .con5_left2 img, .con5_right3 img,.con5_left3 img, .con5_right4 img,.con5_left4 img{
    width: 30px;
    height: 50px;
}
.huu, .huu2, .huu3, .huu4{
    display: none;
}
/*------------//con5------------*/
.con6_area{
    width: 100%;
    height: auto;
}

.con6_item1{
    background-image: url(../img/back3.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 265px;
    margin-bottom: 20px;
}
.con6_item2{
    background-image: url(../img/back4.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 265px;
    margin-bottom: 20px;
}
.con6_item3{
    background-image: url(../img/back1.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 265px;
    margin-bottom: 20px;
}
.con6_item4{
    background-image: url(../img/back2.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 265px;
}
/*------------//con6------------*/
.footer_area{
    margin-top: 20px;
    width: 100%;
    height: auto;
}
.footer_top{
    width: 100%;
    height: 53px;
    border-top: 2px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
}
.footer_top_flex{
    display: flex;
    justify-content: space-between;
}
.footer_top_menu li{
    font-size: 0.75rem;
    line-height: 15px;
}
.footer_icon_box{
    display: flex;
}
.footer_icon img{
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
.footer_logo{
    display: none;
}
.footer_txt{
    text-align: center;
    font-size: 0.625rem;
    margin: 10px 0;
}
.footer_item{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.footer_item_one{
    font-size: 0;
}
.footer_item_one img:first-child{
    width: 75px;
    height: 43px;
}
.footer_item_one img:last-child{
    width: 85px;
    height: 43px;
}
.footer_item_two img{
    width: 121px;
    height: 43px;
}
/*------------//footer------------*/
    #tops{display: block;}
.tops{
    opacity: 0.5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}
.tops_box{position: relative;}
.tops_ani{
    width: 35px;
    height: 25px;
    position: absolute;
    animation: ups 1s;
    animation-iteration-count: infinite;
}
@keyframes ups {
    from{
        top: -23px;
    }
    to{
       top:-33px;
    }
}
.tops div{
    font-weight: 900;
    font-size: 17px;
    margin-top: -5px;
}
    /*-----------//tops-----------*/
#calls{
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    z-index: 9999;
}
.calls_area{
    width: 300px;
    height: 200px;
    background-color: #fff;
    border: 1px solid #232323;
    padding: 45px;
    position: fixed;
    left: calc(50% - 150px);
    top: calc(50vh - 100px);
}
.calls_close_btn{
    cursor: pointer;
    position: absolute;
    right:20px;
    top: 20px;
}
.calls_close_btn img{
    width: 20px;
    height: 20px;
}
.calls_item_group img{
    width: 40px;
    height: 40px;

}
.calls_item_group div{
    display: flex;
    margin-bottom: 7px;
}
.calls_item_group div div{
    line-height: 50px;
    margin-left: 20px;
    font-size: 1rem;
    letter-spacing: -1px;
    font-weight: 600;
}
.calls_item_group a{
    font-size: 1rem;
    font-weight: 600;
}

/*------------//calls------------*/
#finds{
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 999999;
    top: 0;
}
.finds_area{
    width: 300px;
    height: 120px;
    background-color: #fff;
    border: 1px solid #232323;
    position: relative;
    padding: 38px 20px;
    top: calc(50vh - 60px);
    left: calc(50% - 150px)
}
.finds_close_btn{
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 5px;
}
.finds_close_btn img{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.finds_box{
    width: 200px;
    line-height: 40px;
    border: none;
    border-bottom: 1px solid #232323;
}
.finds_btn{
    width: 40px;
    height: 40px;
    background-color: #232323;
    color: #fff;
    border: none;
    margin-left: 5px;
}
/*------------//finds------------*/
#top_event{
	width: 100%;
	height: 80px;
}
.top_event_area{
	width: 100%;
	height: 80px;
	background-image: url(../img/top_event/bg_5.jpg);
	background-position: center;
	background-size: cover;
}
.top_posi{
	position: relative;
}
.top_event_close{
	top: 10px;
	right: 0px;
	width: 100px;
	height: 20px;
	float: right;
	cursor: pointer;
	position: absolute;
	z-index: 999999;
}
.top_event_close img{
	width: 20px;
	height: 20px;
}
/*----------//tps------------*/

.event_map{
	position: fixed;
	top: 0;
	background-image: url(../img/winter.jpg);
	background-size: cover;
	background-position: center;
	width: 300px;
	height:300px;
	margin: 0 auto;
	z-index: 999;
}
.event_map input{
	margin-top:270px;
}
.event_map input:first-child{
	margin-left: 110px;
}
.map_go{
	background-color:transparent;
	border: solid 0.5px #fff;
	color: #fff;
	padding: 5px;
	font-size: 0.65rem;
	font-weight: 300;
	text-align: center;
	width: 140px;
	height: 29px;
	position: absolute;
	top: 240px;
	left: 80px;
}

.map_go:hover{
	background-color: #efd284;
	border:none;
	color: #fff; 
}

.event_re{
	position: fixed;
	top: 3px;
	left: 3px;
	background-image: url(../img/habkuk.jpg);
	background-size: cover;
	background-position: center;
	width: 200px;
	height:200px;
	margin: 0 auto;
	z-index: 999;
}
.event_re input{
	margin-top:175px;
}
.event_re input:first-child{
	margin-left: 130px;
}
.event_go{
	background-color: #064b9b;
	width:158px;
	padding: 10px;
	position: absolute;
	top: 215px;
	left: 71px;
	color: #fff;
	font-size: 0.6rem;
	font-weight: 500;
	text-align: center;
}
.event_go:hover{
	background-color: #07335e;
	color: #fff;
}

.event_re2{
	position: fixed;
	top: 205px;
	left: 3px;
	background-image: url(../img/junggu46.jpg);
	background-size: cover;
	background-position: center;
	width: 200px;
	height:200px;
	margin: 0 auto;
	z-index:999999;
}
.event_re2 input{
	margin-top:178px;
}
.event_re2 input:first-child{
	margin-left: 110px;
}

.event_re3{
	position: fixed;
	top: 410px;
	left:3px;
	background-image: url(../img/summ2025.jpg);
	background-size: cover;
	background-position: center;
	width: 200px;
	height:200px;
	margin: 0 auto;
	z-index:999999;
}
.event_re3 input{
	margin-top:178px;
}
.event_re3 input:first-child{
	margin-left: 70px;
}
/*<!-----------------  밑에모바일 ------------------>*/
.event_go2{
	background-color: #FFFFFF;
	border: solid #FFFFFF 1px;
	width:160px;
	padding: 2px;
	position: absolute;
	top: 135px;
	left:20px;
	color: #092842;
	font-size: 0.5rem;
	font-weight: 400;
	text-align: center;
}

.event_go2_2{
	background-color: #FFFFFF;
	border: solid #FFFFFF 1px;
	width:160px;
	padding: 2px;
	position: absolute;
	top: 155px;
	left:20px;
	color: #092842;
	font-size: 0.5rem;
	font-weight: 400;
	text-align: center;
}
.event_go2_3{
	background-color: #293B55;
	border: solid #293B55 1px;
	width:150px;
	padding: 2px;
	position: absolute;
	top: 135px;
	left:27px;
	color: #ffffff;
	font-size: 0.7rem;
	font-weight: 400;
	text-align: center;
}
.event_go3{
	background-color: #FFFFFF;
	border: solid #FFFFFF 1px;
	width:150px;
	padding:0.5px;
	position: absolute;
	top: 140px;
	left:25px;
	color: #2D0E0C;
	font-size: 0.6rem;
	font-weight: 400;
	text-align: center;
}
.event_go3_3{
	background-color: #FFFFFF;
	border: solid #FFFFFF 1px;
	width:150px;
	padding: 0.8px;
	position: absolute;
	top: 145px;
	left:25px;
	color: #4D377F;
	font-size: 0.6rem;
	font-weight: 400;
	text-align: center;
}
.event_go3_4{
	background-color: #FFFFFF;
	border: solid #FFFFFF 1px;
	width:150px;
	padding: 0.8px;
	position: absolute;
	top: 155px;
	left:25px;
	color: #4D377F;
	font-size: 0.6rem;
	font-weight: 400;
	text-align: center;
}
.event_go2:hover{
	background-color:#35756F;
	border:none;
	color: #ffffff;
}
.event_go2_2:hover{
	background-color:#35756F;
	border:none;
	color: #ffffff;
}
.event_go2_3:hover{
	background-color:#131b28;
	border:none;
	color: #ffffff;
}
.event_go3:hover{
	background-color:#BEADEA;
	border:none;
	color: #ffffff;
}
.event_go3_3:hover{
	background-color:#BEADEA;
	border:none;
	color: #ffffff;
}
.event_go3_4:hover{
	background-color:#BEADEA;
	border:none;
	color: #1F0B56;
}
/*----------//map------------*/

/*--------------------반응형--------------------*/
@media all and (min-width:768px) {
    .wrap{
        width: 94.7916%;
    }
    .header_area {
    height: 80px;
}


.head_logo {
    width: 166px;
    height: 55px;
    margin: 12.5px 0;
}

.head_logo img {
    width: 166px;
    height: 55px;
}

.head_right_top {
    margin: 25px 0;
}
.head_right_top_kaka{
        display: block;
        width: 90px;
        height: 20px;
        color: #fff;
        text-align: center;
        line-height: 20px;
        border-radius: 20px;
        background-color: #0064b0;
        font-size: 0.65rem;
        margin-top: 5px;
}
	.head_right_top_call{
        display: block;
        width: 220px;
        height: 20px;
        color: #fff;
        text-align: center;
        line-height: 20px;
        border-radius: 20px;
        background-color: #0064b0;
        font-size: 0.65rem;
        margin-top: 5px;
}
/*------------//header------------*/
    .banner_area {
    height: 340px;
    }

.banner_big {
    height: 340px;
}

.banner_box {
    height: 340px;
}

.btn_wrap {
    width:768px;
    height: 340px;
    margin: 0 auto;
    position: relative;
}
.banner_item {
    height: 340px;
    background-image: url(../img/tab_banner/banner.jpg);
}

.banner_btn {
    width: 186px;
    height: 36px;
    background-color:transparent;
    color: transparent;
    bottom: 69px;
    left: 89px;
}
.banner_item6 {
    height: 340px;
    background-image: url(../img/tab_banner/banner1.jpg);
}

.banner_btn6 {
    width: 186px;
    height: 36px;
    background-color:transparent;
    color: transparent;
    bottom: 67px;
    right: 281px;
}

.banner_item2 {
    height: 340px;
    background-image: url(../img/tab_banner/banner2.jpg);
}

.banner_btn2 {
    width: 186px;
    height: 36px;
    background-color:transparent;
    color: transparent;
    bottom: 70px;
    left: 109px;
}

.banner_item3 {
    height: 340px;
    background-image: url(../img/tab_banner/banner3_1.jpg);
}

.banner_btn3 {
    width: 196px;
    height: 39px;
    background-color:transparent;
    color: transparent;
    bottom: 66px;
    left:120px;
}

.banner_item4 {
    height: 340px;
    background-image: url(../img/tab_banner/banner4.jpg);
}

.banner_btn4 {
     width: 186px;
    height: 36px;
    background-color:transparent;
    color: transparent;
    bottom: 65px;
    left: 104px;
}

.banner_item5 {
    height: 340px;
    background-image: url(../img/tab_banner/banner5.jpg);
}

.banner_btn5 {
     width: 186px;
    height: 37px;
    background-color:transparent;
    color: transparent;
    bottom:68px;
    left: 130px;
}

	.banner_item1 {
    height: 340px;
    background-image: url(../img/tab_banner/banner6.jpg);
}

.banner_btn1 {
     width: 186px;
    height: 37px;
    background-color:transparent;
    color: transparent;
    bottom:68px;
    left: 130px;
}
.banner_left {
    width: 38px;
    height: 60px;
}

.banner_right {
    width: 38px;
    height: 60px;
}

.banner_left img,
.banner_right img {
    width: 38px;
    height: 60px;
}

.banner_slide {
    width: 80px;
    bottom: 15px;
    left: calc(50% - 40px);
}

/*------------//banner------------*/
.con1_box {
    height: 57px;
    font-size: 1rem;
}

.con1_box_left img {
    width: 30px;
    height: 30px;
    margin-top: 2px;
    margin-left: 15px;
    margin-right: 10px;
}
    .con1_box_left{
        display: flex;
        width: 200px;
        padding-top: 2px;
    }

.con1_box_right_item div span{
    display: inline-block;
}
.con1_main h1{display: none;}
.con1_box_right_item div:last-child{
    display: inline-block;
}
    .con1_groups{
        display: flex;
        justify-content: space-between;
    }  
.con1_box_right_item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 57px;
    padding-top: 2px;
}
.con1_box_right_item div:first-child{
    width: 100px;
}
.con1_box_right_item div:nth-child(2){
    width: 40px;
    text-align: left;
}
.con1_box_right_item div:nth-child(3){
    width: 200px;
    text-align: center;
    letter-spacing: -2px;
}
    .con1_box_right_item div:nth-child(4){
    width: 150px;
    text-align: right;
        letter-spacing: -2px;
}
/*------------//con1------------*/
    .con2_top{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

.con2_item {
    margin-top: 20px;
    width: 48.5%
}
    .con2_item_min h1{
        font-size: 1.3rem;
    }
	.con2_item_min h1 span{
	font-size:1rem;
}
	.con2_date4{
	display: block;
}
/*------------//con2------------*/
.con3_area {
    height: 170px;
}

.con3_box {
    width: 768px;
}

.con3_img {
    width: 200px;
    height: 190px;
    top: -20px;
    left: 17px;
}

.con3_img img {
    width: 200px;
    height: 190px;
}

.con3_txt1 {
    right: 200px;
    top: 35px;
}

.con3_txt1 p {
    font-size: 0.75rem;
}

.con3_txt1 h1 {
    font-size: 1.875rem;
    margin-top: -8px;
}

.con3_txt2 {
    font-size: 0.81rem;
    top: 100px;
    right: 20px;
    width: 510px;
    letter-spacing: -1px;
}

.con3_txt2 span {
    display: inline-block;
    color: #fff;
}

/*------------//con3------------*/
    .con4_area{
        width: 48.5%;
    }
.con4_box {
    width: 100%;
    height: 400px;
    border: 1px solid #ddd;
    padding: 16px 19px;
}


/*------------//con4------------*/
    .con4_5_flex{
       display: flex;
    justify-content: space-between;
    }
    .con5_areas{
        width: 48.5%;
    }
    .con5_area {
    width: 100%;
}
/*------------//con5------------*/
    .con6_area{
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
}
.con6_item1{
    width: 48.5%;
}
.con6_item2{
    width: 48.5%;
}
.con6_item3{
    width: 48.5%;
}
.con6_item4{
    width: 48.5%;
}
/*------------//con6------------*/
.footer_area{
    margin-top: 40px;
}
.footer_top{
    padding-top: 10px;
}
    .footer_top_menu ul{
        display: flex;
        margin-top: 7px;
    }
    .footer_menu_bar{
        width: 1px;
        height:12px;
        background-color:#232323;
        margin: 2px 10px;
    }

.footer_logo{
    display: block;
    width: 215px;
    height: 75px;
    cursor: pointer;
    margin: 30px 0;
}
    .footer_logo img{
    width: 215px;
    height: 75px;
}
    .footer_down_flex{
        display: flex;
        justify-content: space-between;
    }
.footer_txt{
    text-align: left;
    margin:30px 0;
}
.footer_item{
    display: block;
    margin:25px 0;
}
.footer_item_one{
    display: flex;
}
.footer_item_one img:first-child{
    width: 65px;
    height: 40px;
}
.footer_item_one img:last-child{
    width: 75px;
    height: 40px;
}
.footer_item_two img{
    width: 140px;
    height: 45px;
}
/*------------//footer------------*/
    /*------------//top------------*/

.calls_area{
    width: 400px;
    height: 250px;
    padding: 60px;
    left: calc(50% - 200px);
    top: calc(50vh - 125px);
}

.calls_item_group img{
    width: 50px;
    height: 50px;

}
.calls_item_group div{
    margin-bottom: 15px;
}
.calls_item_group div div{
    line-height: 50px;
    margin-left: 20px;
    font-size: 1.2rem;
    font-weight: 600;
}
.calls_item_group a{
    font-size: 1.2rem;
    font-weight: 600;
}
    /*------------//calls------------*/

.finds_area{
    width: 500px;
    padding: 38px 50px;
    left: calc(50% - 250px)
}

.finds_box{
    width: 320px;
}
.finds_btn{
    width: 60px;
}
	/*------------//finds------------*/
.top_event_area{
	background-image: url(../img/top_event/bg_4.jpg);
}
	.event_map{
	position: fixed;
	top: 0;
	background-size: cover;
	background-position: center;
	width: 500px;
	height:500px;
	margin: 0 auto;
}
.event_map input{
	margin-top:470px;
}
.event_map input:first-child{
	margin-left: 353px;
}	
	.map_go{
	width: 226px;
	height:44px;
	position: absolute;
	top:400px;
	left: 137px;
		font-size: 1rem;
		padding: 8px;
}

	
	.event_re{
	position: fixed;
	top: 10px;
    left:10px;
	background-size: cover;
	background-position: center;
	width: 350px;
	height:350px;
	margin: 0 auto;

}
.event_re input{
	margin-top:320px;
}
.event_re input:first-child{
	margin-left: 300px;
}	
.event_go{
	width: 260px;
	padding: 15px;
	top:370px;
	left: 120px;
	font-size: 0.8rem;
}
	
	.event_re2{
	position: fixed;
	top: 10px;
    left:380px;
	background-size: cover;
	background-position: center;
	width: 350px;
	height:350px;
	margin: 0 auto;
}
.event_re2 input{
	margin-top:320px;
}
.event_re2 input:first-child{
	margin-left: 353px;
}	
    
	.event_re3{
	position: fixed;
	top: 10px;
    left:750px;
	background-size: cover;
	background-position: center;
	width: 350px;
	height:350px;
	margin: 0 auto;
}
.event_re3 input{
	margin-top:320px;
}
.event_re3 input:first-child{
	margin-left: 353px;
}	
    .event_go2_3{
	width: 230px;
	padding: 10px;
	top: 240px;
	left: 60px;
	font-size: 1rem;
}
    .event_go2{
	width: 270px;
	padding: 7px;
	top: 240px;
	left:40px;
	font-size: 0.9rem;
}
    .event_go2_2{
	width: 270px;
	padding: 7px;
	top: 280px;
	left:40px;
	font-size: 0.9rem;
}
    .event_go3{
	width: 270px;
	padding: 7px;
	top: 250px;
	left:40px;
	font-size: 0.9rem;
}
    .event_go3_3{
	width: 270px;
	padding:7px;
	top: 270px;
	left:40px;
	font-size: 0.9rem;
}
    .event_go3_4{
	width: 270px;
	padding:7px;
	top: 280px;
	left:40px;
	font-size: 0.9rem;
}
/*------------//top------------*/	
}

/*-------------------//반응형768--------------------*/
@media all and (min-width:1280px) {
    .wrap {
    width: 1280px;
}

/*------------//reset------------*/
	.rel{
		position: relative;
		width: 100%;
		height: 80px;
	}
.header_area{
    width: 100%;
    height: 80px;
    background-color: rgba(255,255,255,0.7);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    z-index: 999;
    position: absolute;
    top: 0;
}
	.fixed{
		position: fixed;
	}
    .header_area:hover{
        background-color:white;
    }  
    
    
    .gnb_menu ul {
        background-color: white;
        margin-top: 15px;
        width: 150px;
        display: none;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    }
    .gnb_menu ul li{
        padding: 10px;
        font-weight: 400;
        font-size: 0.9rem;
        letter-spacing: -2px;
        background-color: white;
    }
    .gnb_menu ul li:hover{
        background-color: #0064b0;
        color: #fff;
    }
.head_logo {
    width: 190px;
    height: 65px;
    margin: 10px 0;
}

.head_logo img {
    width: 190px;
    height:65px;
}

.head_right_top {
    display: flex;
    margin: 15px 0;
    justify-content: flex-end;
}

.head_right_top div {
    margin-left: 10px;
}
.head_right_top_kaka,.head_right_top_call{
        margin-top: 0px;
}

.head_right_down {
    display: flex;
}
    .gnb_menu{
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        width: 150px;
        line-height: 15px;
    }
    .head_right_down a:hover{
        color: #0064b0;
    }
    .head_right_down a:hover div{
        color: #0064b0;
    }
.head_right_top_find,
.head_right_top_ham {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
    .head_right_top_ham{
        display: none;
    }
.head_right_top_find img,
.head_right_top_ham img {
    width: 20px;
    height: 20px;
}
.ham_menu{
    display: none;
}
/*------------//header------------*/
    #banner{
        background-image: url(../img/banner_back.jpg);
        background-size: cover;
        background-position: center;
    }
   .banner_area {
       width: 1280px;
       margin: 0 auto;
    height: 550px;
    }

.banner_big {
    width: 1280px;
    margin: 0 auto;
    height: 550px;
}

.banner_box {
    height: 550px;
}

.btn_wrap {
    width:1280px;
    height: 550px;
}
.banner_item {
    height: 550px;
    background-image: url(../img/banner/banner.jpg);
}

.banner_btn {
    width:300px;
    height: 60px;
    bottom: 102px;
    left: 212px;
}
.banner_item6 {
    height: 550px;
    background-image: url(../img/banner/banner1.jpg);
}

.banner_btn6{
    width:300px;
    height: 60px;
    bottom: 110px;
    right: 475px;
}

.banner_item2 {
    height: 550px;
    background-image: url(../img/banner/banner2.jpg);
}

.banner_btn2 {
    width: 300px;
    height: 60px;
    bottom: 112px;
    left: 195px;
}

.banner_item3 {
    height: 550px;
    background-image: url(../img/banner/banner3.jpg);
}

.banner_btn3 {
    width: 300px;
    height: 60px;
    bottom: 108px;
    left:230px;
}

.banner_item4 {
    height: 550px;
    background-image: url(../img/banner/banner4.jpg);
}

.banner_btn4 {
     width: 300px;
    height: 60px;
    bottom: 101px;
    left: 183px;
}

.banner_item5 {
    height: 550px;
    background-image: url(../img/banner/banner5.jpg);
}

.banner_btn5 {
     width: 300px;
    height: 60px;
    bottom:110px;
    left: 233px;
}
.banner_item1 {
    height: 550px;
    background-image: url(../img/banner/banner6.jpg);
}

.banner_btn1 {
     width: 300px;
    height: 60px;
    bottom:110px;
    left: 233px;
}
.banner_left {
    top: 245px;
}

.banner_right {
    top: 245px;
}
/*------------//banner------------*/    
.con1_box {
    height: 100px; 
    margin-top: 15px;
    font-size: 1.5rem;
    padding: 20px;
}
    .con1_main{
        margin-top: 50px;
    }
.con1_box_left img {
    width: 50px;
    height: 50px;
    margin-left: 20px;
    margin-right: 20px;
}
    .con1_box_left div{
        margin-top: 12px;
    }
    .con1_box_left{
        width: 300px;
    }
.con1_box_right_item div span{
    display: inline-block;
}
.con1_box_right_item div:last-child{
    display: inline-block;
}
    
    .con1_box_right_item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100px;
    padding-top:14px;
}
.con1_box_right_item div:first-child{
    width: 150px;
}
.con1_box_right_item div:nth-child(2){
    width: 80px;
    text-align: left;
}
.con1_box_right_item div:nth-child(3){
    width: 400px;
    text-align: center;
}
    .con1_box_right_item div:nth-child(4){
    width: 250px;
    text-align: right;
}
/*------------//con1------------*/  
    .con2_flex{
        display: flex;
        justify-content: space-between;
        margin-top: 60px;
    }
    .con2_top{
        width: 65.625%;

    }
    .con2_item{
        width: 47.61%;
    }
.con2_main {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.con2_main h1 {
    font-size: 1.5rem;
    line-height: 23px;
}

.con2_item {
    margin-top: 0px;
}

.con2_box {
    margin-top: 15px;
}

.con2_down {
    width: 31.25%;
    margin-top: 0px;
}

.con2_down .con2_box {
    margin-top: 15px;
}
/*------------//con2------------*/  
.con3_area {
    height:200px;
    margin-top: 80px;
}

.con3_box {
    width: 1280px;
}

.con3_img {
    width: 240px;
    height: 220px;
    top: -20px;
    left: 0px;
}

.con3_img img {
    width: 240px;
    height: 220px;
}

.con3_txt1 {
    left: 270px;
    top: 30px;
}

.con3_txt1 p {
    font-size: 0.9rem;
    font-weight: 500;
}

.con3_txt1 h1 {
    font-size: 2.1rem;
}

.con3_txt2 {
    font-size: 1rem;
    top: 120px;
    left: 270px;
    width: 700px;
    z-index: 9;
}
    .con3_main_bg{
        position: absolute;
        right: 0;
        height: 200px;
        display: block;
    }
    .con3_main_bg img{
        width: 460px;
        height: 200px;
    }
/*------------//con3------------*/    
        .con4_area{
        width: 31.25%;
    }
.con4_box {
    width: 100%;
    height: 400px;
    border: 1px solid #ddd;
    padding: 16px 19px;
}


/*------------//con4------------*/
    .con5_main h1,.con4_main h1{
        font-size: 1.5rem;
    line-height: 23px;
    }
        .con4_5_flex{
       display: flex;
    justify-content: space-between;
    }
    .con5_areas{
        width: 65.625%;
    }

.con5_btn {
    width: 70px;
}

.con5_itemgroup {
    width: calc(100% - 50px);
}


.con5_item {
    background-image: url(../img/sub_banner/sub_banner1.jpg);
}
.con5_item1 {
    background-image: url(../img/sub_banner/sub_banner3.jpg);
}
.con5_item2 {
    background-image: url(../img/sub_banner/sub_banner4.jpg);
}
.con5_item3 {
    background-image: url(../img/sub_banner/sub_banner9.jpg);
}
.con5_item4 {
    background-image: url(../img/sub_banner/sub_banner2.jpg);
}
.con5_item5 {
    background-image: url(../img/sub_banner/sub_banner6.jpg);
}
.con5_item6 {
    background-image: url(../img/sub_banner/sub_banner5.jpg);
}
.con5_item7 {
    background-image: url(../img/sub_banner/sub_banner8.jpg);
}
.con5_item8 {
    background-image: url(../img/sub_banner/sub_banner7.jpg);
}
.con5_item9 {
    background-image: url(../img/sub_banner/sub_banner10.jpg);
}
.con5_item10 {
    background-image: url(../img/sub_banner/sub_banner11.jpg);
}
	.con5_item11 {
    background-image: url(../img/sub_banner/sub_banner12.jpg);
}
/*------------//con5------------*/
    .con4_main,.con5_main, .con6_main {
    margin-top: 60px;
    margin-bottom: 15px;
}
        .con6_area{
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
}
.con6_item1{
    width: 22.65%;
}
.con6_item2{
    width: 22.65%;
}
.con6_item3{
    width: 22.65%;
}
.con6_item4{
    width: 22.65%;
}
    .con6_main h1{
        font-size: 1.5rem;
    line-height: 23px;
    }
/*------------//con6------------*/
.footer_txt{
    text-align: left;
    margin:30px 0;
}
.footer_item{
    display: flex;
    margin:40px 0;
}

.footer_item_one img:first-child{
    width: 125px;
    height: 65px;
    margin-right: 10px;
}
.footer_item_one img:last-child{
    width: 140px;
    height: 65px;
    margin-right: 10px;
}
.footer_item_two img{
    width: 188px;
    height: 65px;
}    
/*------------//footer------------*/  
    #tops{display: block;}
.tops{
    opacity: 0.5;
    position: fixed;
    bottom: 100px;
    right: 100px;
    display: none;
}
.tops_box{position: relative;}
.tops_ani{
    width: 35px;
    height: 25px;
    position: absolute;
    animation: ups 1s;
    animation-iteration-count: infinite;
}
@keyframes ups {
    from{
        top: -23px;
    }
    to{
       top:-33px;
    }
}
.tops div{
    font-weight: 900;
    font-size: 17px;
    margin-top: -5px;
}
    /*-----------//tops-----------*/


/*------------//top------------*/	
}