@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');
/* @import url('./layout_base.css'); */

.skipnavi {
    position: absolute;
    left: 0; top: -50px; text-indent: -9999px; font-size: 0; width: 100%; z-index: 999;
}

.skipnavi > li > a:focus, .skipnavi > li > a:active {
    position: absolute;
    left: 0; top: 50px; display: block; width: 100%; padding: 5px; text-align: center; text-indent: 0px; font-size: 12px; font-weight: bold; background-color: #f2f2f2;
}

/* 공통 부분 */
* { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 {
    font-weight: normal; font-size: inherit;
}

.clear::after { content: ""; display: block; clear: both; }

ul, ol, li { list-style: none; }

a { text-decoration: none; }
a:link { color: #444; }
a:visited { color: #444; }
a:hover { color: #444; }
a:focus { color: #444; }

img, fieldset, a { border: none; }

.hdd, legend { font-size: 0; width: 0; height: 0; line-height: 0; text-indent: -9999px; overflow: hidden; visibility: hidden; position: absolute; top: 0; left: 0; }

body { font-family: 'Nanum Myeongjo', serif; height: 100%; font-size: 16px; letter-spacing: -1px; color: #444; white-space: normal; word-wrap: break-word; line-height: 1; }

input, select, textarea, button, form, img, label { vertical-align: middle; }

input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email] { box-sizing: border-box; display: inline-block; height: 45px; padding: 0 10px; border: 1px solid #ccc; background-color: #fff; line-height: normal; font-size: 15px; }

textarea { box-sizing: border-box; padding: 10px; border: 1px solid #ccc; font-size: 15px; }

input[type=checkbox].css-checkbox {
    overflow: hidden; position: absolute; left: -1000px; width: 1px; height: 1px;
}

input[type=checkbox].css-checkbox + label {
    display: inline-block; height: 20px; padding-left: 30px !important; line-height: 20px !important; background:url(bg_checkbox.png) no-repeat 0 0; background-size: 20px; cursor: pointer; vertical-align: middle; font-size: 15px;
}

input[type=checkbox].css-checkbox:checked + label {
    background-position: 0 -20px;
}

input[type=radio].css-radio {
    overflow: hidden; position: absolute; left: -1000px; width: 1px; height: 1px;
}

input[type=radio].css-radio + label {
    display: inline-block; padding-left: 20px !important; margin-right: 20px; background: url(bg_radio.png) no-repeat 0 0; cursor: pointer; vertical-align: middle; font-size: 15px;
}

input[type=radio].css-radio:checked + label {
    background-position: 0 -50px;
}

select { height: 30px; padding: 0 5px; border: 1px solid #ccc; }

.select_common { display: inline-block; box-sizing: border-box; position: relative; width: 158px; height: 35px; overflow: hidden; border: 1px solid #ccc; background: url(ico_selectArr.png) no-repeat 100% 50%; }

.select_common select { display: inline-block; width: 185px; height: 29px; padding: 0 10px; border: none; background: none; font-size: 15px; }

.btn_line { text-align: center; font-size: 0; }
.btn_line a { margin-left: 10px; }
.btn_line a:first-child { margin-left: 0; }

.btn_srch, .btn_bbs { display: inline-block; width: 70px; text-align: center; height: 35px; font-size: 14px; line-height: 35px; vertical-align: middle; background: #384d75; color: #fff !important; }

.btn_basecolor { display: inline-block; width: 125px; text-align: center; height: 50px; font-size: 20px; line-height: 50px; vertical-align: middle; background: #384d75; color: #fff !important; }

input::-webkit-input-placeholder { color: #999; }
textarea::-webkit-input-placeholder { color: #999; }

table, thead, tbody, tfoot { border-collapse: collapse; border-spacing: 0; border: none; }

.idtable{
    margin: 0 auto;
}






.box_inner { width: 1050px; margin: 0 auto; }
header { position: fixed; left: 0; top: 0; width: 100%; height: 40px; background: rgba(0, 0, 0, 0.5); z-index: 100; }

header > .header_area > h1 { float: left; padding: 45px 0 0; }
/*
header > .header_area > h1 > a { display: block; width: 270px; height: 71px; text-indent: -9999px; overflow: hidden; }
*/


.header_cont { float: right; width: 780px; }
.header_cont .util { text-align: right; padding-top: 10px; }
.header_cont .util li { display: inline; }
.header_cont .util li:after { content: "|"; display: inline-block; padding: 0 10px; font-size: 10px; color: #eee; position: relative; top: -2px; }
.header_cont .util li:last-child:after { content: ""; display: none; }
.header_cont .util li a { font-size: 14px; color: #eee; }

.header_cont .gnb { float: right; box-sizing: border-box; padding-top: 5px; }
.header_cont .gnb li { float: left; position: relative;}
.header_cont .gnb li a { display: block; padding: 26px 40px; font-size: 18px; color: #fff; }
.header_cont .gnb li:last-child a { padding-right: 0; }


/* .gnb_depth { position: absolute; left: 0; top: 113px; width: 100%; background: rgba(250, 100, 0, 0.85); z-index: 100; } */
.gnb_depth { position: absolute; left: 0; top: 50px; width: 100%; background: rgba(70, 51, 40, 0.85); z-index: 100; display: none; }
#loginbtn{ margin:0 auto; }

#hidden_menu> li > a:hover>{
    color : #000;
}

#hidden_menu>li:hover .gnb_depth{
    display: block;
    z-index:1;
}
#hidden_menu>li>div>ul>li>a:hover {
    color : #f00;
}
.gnb_depth:hover{
    display: block;
}
nav>ul>li:hover{
   opacity: 0.8;
   
}  
.gnb_depth .submenu_list { width: 1050px; margin: 0 auto; text-align: left; list-style: initial;}
.gnb_depth2_1 .submenu_list { box-sizing: border-box; padding-left: 0px; }
.gnb_depth2_2 .submenu_list { box-sizing: border-box; padding-left: 0px; }
.gnb_depth2_3 .submenu_list { box-sizing: border-box; padding-left: 0px; }
.gnb_depth2_4 .submenu_list { box-sizing: border-box; padding-left: 0px; }
.gnb_depth .submenu_list li { display: inline; list-style: initial;}
.gnb_depth .submenu_list li a { display: inline-block; padding: 20px; }
.gnb_depth .submenu_list li:last-child a { padding-right: 0px; }

#container { padding-bottom: 70px; }
.main_rolling_mobile { display: none; }
.slider{
    width: 100%;
    height: 600px;
    border-radius : 10px;
    overflow : hidden;
}

.slides{
    width : 500%;
    height : 600px;
    display : flex;
    
}

.slides input{
    display : none;
    
}

.slide{
    width : 20%;
    transition: 2s;
    
}

.slide img{
    width : 100%;
    height : 600px;
    margin : 0 auto;
}

/*adsadasdasdsadsadas  */
.navigation-manual{
    position : absolute;
    width : 100%;
    margin-top: -40px;
    display : flex;
    justify-content : center;

   
}

.manual-btn{
    border: 2px solid white;
    padding : 5px;
    border-radius : 5px;
    cursor : pointer;
    transition : 1s;
}

.manual-btn:not(:last-child){
    margin-right: 40px;
}

.manual-btn:hover{
    background: blueviolet;
}

#radio1:checked ~ .first{
    margin-left: 0;
}
#radio2:checked ~ .first{
    margin-left: -20%;
}
#radio3:checked ~ .first{
    margin-left: -40%;
}
#radio4:checked ~ .first{
    margin-left: -60%;
}

.navigation-auto{
    position : absolute;
    display : flex;
    width : 100%;
    justify-content : center;
    margin-top : 560px;
}

.navigation-auto div{
    border : 2px solid white;
    padding : 5px;
    border-radius : 5px;
    transition : 1s;
}


.navigation-auto div:not(:last-child){
    margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1{
    background: #40d3dc;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
    background: #40d3dc;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
    background: #40d3dc;
}
#radio4:checked ~ .navigation-auto .auto-btn4{
    background: #40d3dc;
}

.img_topplace:hover {opacity: 0.8;}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
 }
 .modalImage {
    margin: auto;
    display: block;
    width: 50%;
    height: 60%;
    max-width: 700px;
 }
 #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
 }
 .close {
    position: absolute;
    top: 120px;
    right: 35px;
    color: #f1f1f1;
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 1;
 }
 .close:hover,
 .close:focus {
    color: rgb(255, 0, 0);
    cursor: pointer;
 }
 @media only screen and (max-width: 700px) {
    .modalImage {
       width: 100%;
    }
 }
  
/*
.viewImgList li.imglist0 { position: relative; z-index: 50; background: url(mainslide01.jpg) no-repeat center; }
.viewImgList li.imglist1 { position: absolute; width: 100%; top: 0; left: 0; z-index: 10; background: url(mainslide02.jpg) no-repeat center; }
.viewImgList li.imglist2 { position: absolute; width: 100%; top: 0; left: 0; z-index: 10; background: url(mainslide03.jpg) no-repeat center; }

.viewImgList li .roll_content { position: relative; }
.viewImgList li .roll_content .roll_txtline { position: absolute; left: 0; bottom: 60px; width: 100%; line-height: 1; text-align: center; font-size: 22px; color: #fff; letter-spacing: 2px; }

.rollbtnArea { position: absolute; width: 100%; left: 0; bottom: 25px; z-index: 200; }
.rollbtnArea .rollingbtn { width: 320px; margin: 0 auto; text-align: center; }
.rollbtnArea .rollingbtn li { display: inline-block; margin-right: 5px; }
.rollbtnArea .rollingbtn li.butt0 { margin-left: 10px; }
.rollbtnArea .rollingbtn li.play { display: none; }
.rollbtnArea .rollingbtn li a { vertical-align: top; }
*/
.about_area h2 { padding: 55px 0 105px; text-align: center; font-size: 40px; }
.about_area .about_box { background-color: #f4f0e9; }
.about_area .place_list li { float: left; width: 32%; margin-left: 2%; text-align: center; position: relative; top: -50px }
.about_area .place_list li:first-child { margin-left: 0; }
.about_area .place_list li .img_topplace { width: 100%; }

.about_area .place_list li h3 { font-weight: bold; font-size: 18px; padding-top: 25px; color: #000; }
.about_area .place_list li p.txt { box-sizing: border-box; padding: 10px 30px 0; width: 100%; overflow: hidden; word-break: keep-all; line-height: 1.8; color: #666; }
.about_area .place_list li .view { display: inline-block; margin-top: 20px; padding-top: 5px; border-top: 2px solid #333; color: #555; }

.appbbs_area { padding: 60px 0; }
.appbbs_area > .appbbs_box > .app_line {
    float: left; width: 66%; box-sizing: border-box; padding: 45px 0; text-align: center; background: url(bg_app.jpg) no-repeat; font-size: 0;
}
.appbbs_area > .appbbs_box > .app_line > a { display: inline-block; width: 45.4%; height: 100px; line-height: 100px; box-sizing: border-box; padding-left: 75px; text-align: left; background: rgba(0, 0, 0, 0.3) url(ico_katalk.png) no-repeat 20px 50%; border: 2px solid #fff; margin-right: 10px; font-size: 26px; color: #fff; vertical-align: middle; }
.appbbs_area > .appbbs_box > .app_line > a + a { margin-right: 0; padding-left: 85px; background-image: url(ico_phone.png); }

.appbbs_box > .bbs_line { float: right; width: 30%; }
.appbbs_box > .bbs_line h3 { font-size: 26px; }
.appbbs_box > .bbs_line > .notice_recent { padding-top: 10px; }
.appbbs_box > .bbs_line > .notice_recent > li { padding: 8px 0; }
.appbbs_box > .bbs_line > .notice_recent > li > a { display: block; padding-left: 14px; background: url(ico_bullet.png) no-repeat 0 50%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

footer { border-top: 1px solid #ddd; }
footer > .foot_area { position: relative; padding-bottom: 40px; }
footer > .foot_area > .foot_list { padding-top: 25px; }
footer > .foot_area > .foot_list li { float: left; }
footer > .foot_area > .foot_list li:first-child::after { content: "|"; display: inline-block; padding: 0 10px; font-size: 10px; color: #000; position: relative; top: -2px; }
footer > .foot_area > .foot_list > li > a { font-weight: bold; font-size: 15px; }
footer > .foot_area > h2 { padding-top: 25px; font-size: 14px; color: #666; }
footer > .foot_area > .addr { padding-top: 5px; line-height: 1.4; font-size: 13px; color: #666; }
footer > .foot_area > .addr .space0 { letter-spacing: 0; }
footer > .foot_area > .copy { padding-top: 3px; font-size: 13px; color: #666; letter-spacing: 0; }

footer > .foot_area > .snslink { position: absolute; right: 20px; top: 50px; }
footer > .foot_area > .snslink > li { float: left; margin-left: 60px; }
footer > .foot_area > .snslink > li > a { display: block; width: 50px; height: 74px; text-indent: -9999px; overflow: hidden; background: url(ico_blog_r.png) no-repeat; }
footer > .foot_area > .snslink > li + li > a { background:url(ico_facebook_r.png) no-repeat;}
footer > .foot_area > .snslink > li + li + li > a { background:url(ico_instargram_r.png) no-repeat; }

.quick_area { position: fixed; top: 171px; right: 0; width: 94px; z-index: 100; }
.quick_area > .quick_list > li { text-align: center; background-color: #282828; font-size: 15px; }
.quick_area > .quick_list > li > a { display: block; padding: 15px 0; border-top: 1px solid #4d4d4d; }
.quick_area > .quick_list > li:first-child a { border-top: none; }
.quick_area > .quick_list > li > a > h3 { padding-bottom: 10px; color: #ddd; letter-spacing: -2px;}
.quick_area > .quick_list > li:last-child > a > h3 { padding-bottom: 0; }
.quick_area > .quick_list > li > a > p { line-height: 1.3; font-size: 12px; color: #fff; }

.to_top { text-align: center; background-color: #fff; }
.to_top a { display: block; height: 45px; box-sizing: border-box; text-indent: -9999px; overflow: hidden; border-left: 1px solid #a3a3a3; border-bottom: 1px solid #a3a3a3; background: url(ico_totop.png) no-repeat center; background-size: 50%; }


/*
    로그인(login.html)
*/
.login_wrap { width: 508px; margin: 50px auto 0; }
h1.loginTit { text-align: center; }
h1.loginTit > a { display: block; }
h1.loginTit > a > img { width: 100%; }
.login_list { width: 75%; margin: 70px auto 20px; }
.login_list > li { position: relative; margin-bottom: 4px; height: 54px; box-sizing: border-box; padding-left: 50px; border-radius: 5px; }
.login_list > li > a { display: block; height: 54px; box-sizing: border-box; line-height: 54px; text-align: center; font-size: 14px; color: #fff; }
.login_list > li:last-child { margin-bottom: 0; }
.login_list > li.kakao { background: #ffea26 url(ico_katalk.png) no-repeat 15px 50%; background-size: 45px 45px; }
.login_list > li.kakao > a { color: #202224; }
.login_list > li.naver { background: #00c300 url(ico_naver.png) no-repeat 15px 50%; background-size: 45px 45px; }
.login_list > li.facebook { background: #405ea9 url(ico_face.png) no-repeat 15px 50%; background-size: 45px 45px; }
.login_list > li.email { background: #888 url(ico_cellphone.png) no-repeat 15px 50%; background-size: 45px 45px; }

.btnonoff_line { width: 75%; margin: 10px auto; text-align: center; }
.btnonoff_line .btn_onoff { margin-left: 5px; font-size: 14px; }
.switch { position: relative; display: inline-block; width: 35px; height: 22px; margin: 0; padding: 0; border-radius: 16px; background-color: #e5e5e5; vertical-align: top; cursor:pointer; z-index: 0; appearance: none;}
/*
    appearance
    - 운영체제 및 브라우저에 기본적으로 설정되어 있는 테마를 기반으로 요소를 표현할 때 사용
    - 네이티브로 지원하는 모양을 해제하거나 추가할 때 사용
    - appearance: none; 원래 쓰이는 속성을 없앰
*/
.switch::before { content:""; position: absolute; left: 1px; top: 1px; width: 33px; height: 20px; border-radius: 15px; background-color: #fff; z-index: 1; }
.switch::after { content:""; position: absolute; left: 1px; top: 1px; width: 19px; height: 19px; border-radius: 20px; background: #fff; z-index: 2; box-shadow: 0 2px 5px #999; }


/* 
    sub page 공통 
*/
.location_area { height: 445px; background: url(img_top2.jpg) no-repeat center bottom; }
.location_area.member { background:url(img_top5.jpg) no-repeat center bottom; }
.location_area.customer { background:url(img_top2.jpg) no-repeat center bottom; }
.location_area.package { background:url(img_top3.jpg) no-repeat center bottom; }

.location_area h2.tit_page { padding: 250px 0 0 0; margin: 0 50px; border-bottom: 1px solid #ccc; font: 30px "Arial Narrow"; color:#fff; letter-spacing: 3px; }
.location_area h2.tit_page .in { font-variant: small-caps; }
.location_area p.location { padding: 20px 0 0 50px; color: #fff; }
.location_area p.location .path { display: inline-block; padding: 0 10px; }
.location_area ul.page_menu { display: none; }

.bodytext_area { box-sizing: border-box; padding: 55px 50px 0; }


/*
    회원가입(regist.html)
*/
.appForm { margin: 40px auto 0; }
.appForm .info_pilsoo { position: relative; padding-left: 20px; padding-bottom: 10px; border-bottom: 2px solid #000; font-size: 15px; color: #f00; }
.appForm .pilsoo_item::before { content:"*"; display: inline-block; position: absolute; left: 5px; top: 0px; width: 15px; font-weight: bold; font-size: 17px; color: #f00; }

.appForm .app_list { padding: 10px 0; border-bottom: 1px solid #ccc; }
.appForm .app_list li { padding: 8px 0; }
.appForm .app_list li .tit_lbl { position: relative; float: left; width: 150px; box-sizing: border-box; padding-left: 20px; line-height: 42px; font-weight: bold; font-size: 17px; letter-spacing: -2px; }
.appForm .app_list li .app_content { float: right; width: 770px; }
.appForm .app_list li .app_content * { vertical-align: top; }
.appForm .app_list li .app_content.email_area .ico_space { display: inline-block; padding-top: 10px; }
.appForm .app_list li .app_content label { vertical-align: middle; }

.appForm .app_list li .select_common { width: 160px; height: 45px; background-position: 100% 50%; border: 1px solid #ccc; }
.appForm .app_list li .select_common select { width: 200px; height: 43px; }

.appForm .app_list li .app_content.radio_area { height: 45px; box-sizing: border-box; padding-top: 12px; }
.appForm .app_list li .app_content.checkbox_area { height: 45px; box-sizing: border-box; padding-top: 12px; }
.appForm .app_list li textarea { height: 245px; resize: none; }
.btn_line { padding: 20px 0; }


/*
    개인 정보 수정(mypage.html)
*/
.myinfo dt { width: 170px; height: 70px; line-height: 70px; text-align: center; background-color: #000; font-size: 18px; color: #fff; }
.myinfo dd { border-top: 2px solid #000; }
.regForm .reg_list { padding: 10px 0 0; background: url(bg_reglist.png) repeat-y; }
.regForm .reg_list li { min-height: 60px; padding: 0; border-bottom: 1px solid #ccc; }
.regForm .reg_list li .tit_lbl { position: relative; float: left; width: 150px; box-sizing: border-box; padding-left: 20px; line-height: 60px; font-weight: bold; font-size: 16px; }
.regForm .reg_list li .reg_content { float: right; width: 770px; box-sizing: border-box; padding-left: 20px; padding-top: 25px; font-size: 15px; }
.regForm .reg_list li .reg_content * { vertical-align: middle; }
.regForm .reg_list li .reg_content.radio_area { padding-top: 20px; }
.regForm .reg_list li .reg_content label { vertical-align: middle; }
.regForm .reg_list li .reg_content .info_line { padding: 5px 10px 5px 0; font-size: 15px; }


/*
    공지사항 리스트(notice_list.html)
*/
/*
.minisrch_form { width: 100%; text-align: right; margin-bottom: 20px; }
.minisrch_form .tbox { padding: 0 5px 0 30px; width: 200px; height: 35px; line-height: 30px; border: none; border-bottom: 1px solid #ccc; background: url(ico_search.png) no-repeat 10px 50%; background-size: 15px; }
*/
.bbsListTbl { width: 100%; border-top: 2px solid #383d75; }
.bbsListTbl th, .bbsListTbl td { padding: 10px; box-sizing: border-box; height: 55px; }

.bbsListTbl th { border-bottom: 1px solid #ccc; background-color: #f0f3fa; }
.bbsListTbl td { text-align: center; line-height: 1.3; border-bottom: 1px solid #ccc; }
.bbsListTbl td.tit_notice { text-align: left; }

.bbsListTbl td:nth-child(1) { width: 10%; }
.bbsListTbl td:nth-child(2) { width: 55%; }
.bbsListTbl td:nth-child(3) { width: 15%; }
.bbsListTbl td:nth-child(4) { width: 20%; }

.pagination { padding: 40px 0 0; text-align: center; }
.pagination a { display: inline-block; }
.pagination a.pbtn { display: inline-block; padding: 7px; text-align: center; vertical-align: middle; font-size: 0; }
.pagination a .pagenum { display: inline-block; width: 25px; height: 25px; line-height: 25px; text-align: center; vertical-align: middle; }
.pagination a .currentPage { border-radius: 3px; background: #384d75; color: #fff; }
.pagination a:hover .pagenum { border-radius: 3px; background-color: #ddd; }


/*
    공지사항 상세보기(notice_view.html)
*/
.bbsview_list { padding-bottom: 30px; border-top: 2px solid #384d75; }
.bbsview_list li { box-sizing: border-box; padding: 0 15px; border-bottom: 1px solid #ccc; font-size: 14px; color: #666; }
.bbsview_list li.bbs_title { width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; height: 50px; line-height: 50px; font-weight: bold; font-size: 16px; }
.bbsview_list li.bbs_date { height: 40px; line-height: 40px; float: left; width: 50%; }
.bbsview_list li.bbs_hit { height: 40px; line-height: 40px; float: left; width: 50%; }

.bbsview_list li.bbs_content { clear: both; min-height: 200px; padding: 20px 15px; }
.bbsview_list li.bbs_content .editor_content { line-height: 1.4; display: block;}

.near_list { border-top: 1px solid #ccc; }
.near_list li { padding: 10px; border-bottom: 1px solid #ccc; }
.near_list li::after { content:""; display: block; clear: both; }
.near_list li h4 { float: left; width: 100px; padding: 0 0 0 50px; background: url(ico_nearNext.png) no-repeat 12px 50%; font-size: 15px; }
.near_list li h4.next { background: url(ico_nearPrev.png) no-repeat 12px 50%; }


/*
    프로그램 리스트(program.html)
*/
.bodytext_area.place_area { padding: 55px 0 0; }
.program_list li { float: left; width: 31.5%; margin: 0 0.9%; }
.program_list li:nth-child(3n+1) { clear: both; }
.program_list li .img_place { display: block; width: 100%; }
.program_list li h3 { padding: 40px 0 0; font-weight: bold; font-size: 22px; }
.program_list li .subttl { padding: 25px 0 0; font-weight: bold; font-size: 16px; color: #fa6400; letter-spacing: 0; }
.program_list li .program_content { padding: 15px 0 0; line-height: 1.8; font-size: 15px; }
.program_list li .program_content p { width: 100%; overflow: hidden; word-break: keep-all;}
.program_list li .program_content p .subtxt { display: none; }
.program_list li .btn_more { padding: 10px 0 20px; text-align: center; font-size: 12px; }
.program_list li .btn_more a { display: inline-block; padding: 5px 7px; border-radius: 3px; background-color: #000; color: #fff; }



/*
    갤럭시 탭, 아이패드 등 .. 
*/
@media screen and (max-width: 1065px) and (min-width: 801px) {
    .box_inner { width: 100%; }
    header .header_area h1 { padding-left: 20px; }
    .header_cont { float: right; width: 60%; padding-right: 20px; }
    .header_cont .gnb li a { padding: 26px 25px; }
    .gnb_depth .submenu_list { width: 100%; padding-left: 52%; }
    .gnb_depth .submenu_list li a { padding: 20px; }

    #container { padding-bottom: 20px; }

    .about_area .place_list { box-sizing: border-box; padding: 0 20px; }
    
    .appbbs_area .appbbs_box { box-sizing: border-box; padding: 0 20px; }
    .appbbs_area .appbbs_box .app_line a { font-size: 21px; }

    footer .foot_area { box-sizing: border-box; padding-left: 20px; }
    footer .foot_area .snslink li { margin-left: 15px; }

    .quick_area .quick_list { display: none; }
    .to_top { position: fixed; right: 20px; bottom: 112px; text-align: center; background: none; z-index: 100; }
    .to_top a { display: block; width: 45px; height: 45px; border-left: none; border-bottom: none; background: url(ico_totop_mo.png) no-repeat center; background-size: 45px; }

    
    /*
        회원 가입(rergist.html)
    */
    .appForm .app_list li .tit_lbl { width: 21%; }
    .appForm .app_list li .app_content { width: 79%; }

    /*
        개인 정보 수정(mypage.html)
    */
    .regForm .reg_list li .tit_lbl { width: 21%; }
    .regForm .reg_list li .reg_content { width: 79%; }
}

/*
    일반 폰 사이즈
*/
@media screen and (max-width: 800px) {
    .box_inner { width: 100%; }
    header { height: 90px; text-align: center; z-index: 200; background: rgba(0, 0, 0, 0.5); }
    header .header_area h1 { float: none; width: 100%; height: 50px; text-align: center; padding: 35px 0 0; }
    header .header_area h1 a { display: inline-block; width: 180px; height: 23px; background-size: 180px 23px; }

    header > .header_area > .openMOgnb { display: block; position: absolute; left: 15px; top: 35px; width: 23px; height: 16px; }
    header .header_area .openMOgnb span { box-sizing: border-box; display: block; width: 25px; height: 3px; margin-bottom: 4px; border-radius: 10px; background-color: #fff; }
    header .header_area .openMOgnb span + span { width: 17px; }
    header .header_area .openMOgnb span:last-child { width: 25px; margin-bottom: 0; }

    .header_cont { float: none; width: 100%; background-color: #31353d; display: none; }
    /* .header_cont { float: none; width: 100%; background-color: #31353d; } */
    .header_cont .util { padding: 20px; }
    .header_cont .util li { float: left; }
    .header_cont .util li:after { content: "|"; display: inline-block; padding: 0 10px; font-size: 10px; color: #a2a3a3; position: relative; top: -2px; }
    .header_cont .util li a { font-size: 16px; color: #fff; }

    .header_cont .closePop { display: block; position: absolute; right: 0; top: 15px; }
    .header_cont .closePop a { display: block; width: 60px; height: 60px; text-indent: -9999px; overflow: hidden; background: url(btn_closeMenu.png) no-repeat; background-size: 60px; }

    .header_cont .gnb { float: none; box-sizing: border-box; padding-top: 0; height: auto; border-top: 1px solid #83868b; }
    .header_cont .gnb li { float: left; width: 50%; text-align: left; box-sizing: border-box; border-bottom: 1px solid #83868b; }
    .header_cont .gnb li:nth-child(odd) { border-right: 1px solid #83868b;}
    .header_cont .gnb li a { display: block; padding: 0 0 0 65px; height: 60px; line-height: 60px; background: url(ico_gnb01.png) no-repeat 10px center; background-size: 49px 56px; font-size: 16px; color: #fff; }
    .header_cont .gnb li + li a { background-image: url(ico_gnb02.png); }
    .header_cont .gnb li + li + li a { background-image: url(ico_gnb03.png); }
    .header_cont .gnb li + li + li + li a { background-image: url(ico_gnb04.png); }
    .gnb_depth { display: none; }

    .main_rolling_pc { display: none; }
    .main_rolling_mobile { display: block; }
    .main_rolling_mobile .swiper-container .swiper-wrapper .swiper-slide img { width: 100%; }
    .main_rolling_mobile .swiper-pagination { width: auto; right: 20px; left: auto; top: auto; bottom: 20px; font-size: 0; }
    .main_rolling_mobile .swiper-pagination-bullet { width: 5px; height: 5px; margin: 0 3px !important; background: #fff; opacity: 0.2; }
    .main_rolling_mobile .swiper-pagination-bullet-active { opacity: 1; }

    #container { position: relative; width: 100%; padding-bottom: 30px; }

    .about_area h2 { padding: 27px 0 25px; font-size: 20px; }
    .about_area h2 b { display: block; padding-top: 10px; }
    .about_area .about_box { background: #fff; }
    .about_area .place_list li { float: none; width: 100%; margin: 0; box-sizing: border-box; padding: 0 20px; top: 0; }
    .about_area .place_list li p.txt { padding: 10px 50px 30px; line-height: 1.4; }
    .about_area .place_list li .view { padding-bottom: 10px; margin: 0 0 30px; }

    .appbbs_area { padding: 0 20px; }
    .appbbs_box .app_line { display: none; }
    .appbbs_box .bbs_line { float: none; width: 100%; padding: 20px 0; border-top: 1px solid #d6d7d8; }
    .appbbs_box .bbs_line h3 { font-weight: bold; font-size: 19px; }

    .quick_area .quick_list { position: fixed; left: 0; bottom: 0; width: 100%; }
    .quick_area .quick_list li { float: left; width: 31%; text-align: left; background: #3a3e46; font-size: 15px; }
    .quick_area .quick_list li + li { width: 37%; }
    .quick_area .quick_list li + li + li { width: 32%; }
    .quick_area .quick_list li:first-child::after { content: ""; display: inline-block; width: 1px; height: 16px; position: absolute; right:31%; top: 50%; margin-top: -8px; background: #76787e; }
    .quick_area .quick_list li:first-child::before { content: ""; display: inline-block; width: 1px; height: 16px; position: absolute; left:32%; top: 50%; margin-top: -8px; background: #76787e; }
    .quick_area .quick_list li a { display: block; padding: 10px 0; border-top: none; color: #fff; }
    .quick_area .quick_list li a h3 { height: 37px; line-height: 37px; padding-bottom: 0; padding-left: 45px; background: url(ico_phone_mobtm.png) no-repeat 20px center; background-size: 20px; color: #fff; letter-spacing: -1; }
    .quick_area .quick_list li + li a h3 {
        background: url(ico_katalk_mobtm.png) no-repeat 20px center; background-size: 20px;
    }
    .quick_area .quick_list li + li + li a h3 {
        background: url(ico_contact_mobtm.png) no-repeat 20px center; background-size: 20px;
    }
    .quick_area .quick_list a h3 em { display: inline; }
    .quick_area .quick_list a p { display: none; }
}
