@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:500&display=swap');

@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
 }



:root{
	--mainColor:#b83633;
	--subColor: #f34843;
	--item_r: 5px;
	--header_H:90px;
	--fn01:"Noto Serif KR", serif;
}

html {scroll-behavior: smooth;}
.doc{font-size: 16px;}
.box1{width: 1300px;max-width: 96%; margin: 0 auto; position: relative;}
.bgfix{background-position: center top; background-repeat: no-repeat; background-size: cover;}

/* global */
.txt_black { color:#222 !important }
.txt_white { color:#fff !important }
.txt_gray { color:#aaa !important }
.txt_red { color:#cc121d !important }
.txt_blue { color:#069be8 !important }
.txt_orange { color:#ffaa00 !important }
.txt_green { color:#8ecd09 !important }
.txt_brown { color:#9f5e15 !important }
.wrap:after { content:""; display:block; clear:both }
.clear:after { content:""; display:block; clear:both }
.center { text-align:center !important }
.left { text-align:left !important }
.right { text-align:right !important }
.f_left { float:left !important }
.f_right { float:right !important }
.skip { font-size:0; text-indent:-9000px; line-height:0; display:none }
.ellipsis { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:inline-block }
input.short { width:70px; text-align:center }
input.long { width:100% }
input.half { width:49% }
ul:after { clear:both; content:""; display:block }
.overflow_y { overflow-x:hidden; overflow-y:scroll; border:1px solid #ddd }

.succession { margin-top:20px !important }
.paragraph { margin-bottom:40px !important }
span.space { display:inline-block; width:20px }
.prepare { width:500px; margin:50px auto; padding:50px; border:1px solid #eaeaea}
.prepare h2 { font-size:24px; text-align:center; margin:0 0 20px }
.prepare h2 i { font-size:50px; margin:0 0 20px; display:block; color:#ddd }
.prepare p { text-align:center; font-size:13px }

.pc_no { display:none !important }
.mobile_only { display:none !important }
.pc_only{display: inline-table!important;}
.s_mobile_only { display:none !important }
.ahref { position:absolute; text-indent:-9000px; background:red; display:inline-block; opacity:0; filter:alpha(opacity=0) }

.btn { padding:.8rem 1.4rem .9rem 1.4rem; line-height:1; font-weight:500; border:1px solid #ccc; transition:all .2s; display:inline-block; border-radius:0; outline:none; vertical-align:middle; border-radius:3px; font-size:1em; text-decoration:none !important }
a.btn, .btn { font-weight:500 }
.btn-primary { background:#2188d8; border-color:#2188d8; color:#fff !important }
.btn-primary-line { background:#fff; border-color:#2188d8; color:#2188d8 !important }
.btn-info { background:#3e444c; border-color:#2f343a; color:#fff !important }
.btn-green { background:#71c702; border-color:#71c702; color:#fff !important }
.btn-green-line { background:#fff; border-color:#71c702; color:#71c702 !important }
.btn-red { background:#e93c20; border-color:#e93c20; color:#fff !important }
.btn-red-line { background:#fff; border-color:#e93c20; color:#e93c20 !important }
.btn-default { background:#fff }
.btn-lg { padding:1.1rem 2.4rem; font-size:1.1rem; border-radius:5px }
.btn-ml { padding:10px 20px 12px 20px; font-size:14.5px; border-radius:5px }
.btn-ml i { font-size:14px }
.btn-sm { padding:0 15px; height:36px; line-height:32px; font-size:.95rem; border-radius:3px }
.btn-sm i { font-size:14px }
.btn-xs { padding:5px 7px 6px 7px; font-size:.95rem; border-radius:3px }
.btn-xs i { font-size:14px }

.btn_guide { position:fixed; z-index:100; right:0; top:40% }
.btn_guide a { display:block; background:red; color:#fff; width:100px; line-height:30px; text-align:center; margin:0 0 3px; font-weight:500 }

.tab_menu ul { font-size:0; margin:0 0 0 1px }
.tab_menu li { display:inline-block; }
.tab_menu li a { display:inline-block; border:1px solid #e0e0e0; padding:12px 25px; margin:0 0 0 -1px; color:#999; font-weight:400; font-size:.9rem; background:#fff }
.tab_menu li:hover a { background:#f0f0f0 }
.tab_menu li.on a { border-color:#000; color:#222; position:relative; z-index:1; background:#fff }
.tab_con > section { display:none }

/* pop layer */
#popLayerBg { position:fixed; z-index:99; width:100%; height:100%; background:#000; opacity:0.8; filter:alpha(opacity=80); display:none }
.pop_layer { z-index:100; display:none; position:fixed; left:50%; top:50%; transform:translate(-50%, -50%); background:#fff; border-radius:0; box-shadow:0 0 5px rgba(0,0,0,0.6); }
.pop_layer > header { background:#576f8d; height:46px; border-radius:0; }
.pop_layer > header h2 { text-align:center; font-family:nanumsquare; font-size:18px; font-weight:500; color:#fff; line-height:42px; }
.pop_layer .btn_close { position:absolute; top:12px; right:12px; display:block; font-size:20px; text-align:center; width:20px; height:20px; line-height:20px; text-indent:-9000px; background:url(../img/btn_close.png) no-repeat; background-size:100% }
.pop_layer > header + .con { padding:30px; padding-bottom:40px }
.pop_layer .btn_add i { font-size:19px }
.pop_layer .btn_area { text-align:center; margin:30px 0 0 0 }
.pop_layer .btn_area .btn { min-width:150px }

.wrap { width:1320px; margin:0 auto; position:relative }
@media all and (min-width:0px) {
.wrap { width:100%; margin:0 auto; position:relative }
}
@media all and (min-width:768px) {
.wrap { width:100%; margin:0 auto; position:relative }
}
@media all and (min-width:1200px) { 
.wrap { width:100%; margin:0 auto; position:relative }
}
@media all and (min-width:1500px) { 
.wrap { width:1320px; margin:0 auto; position:relative }
}



#header {background-color: #fff; height: var(--header_H); position: fixed; top:0; left: 0; width:100%; z-index:100;}
#header .va_wrap{height: var(--header_H);}
#header .gnb { float:right; transition:all .3s; text-align:center; margin-right:10px }
#header .gnb .depth1 { float:left; padding:0 40px; position:relative; }
#header .gnb .depth1 > a { display:inline-block; font-size:1.25em; font-weight: 600;}
#header .gnb .depth1 ul { padding-top:0; transition:all .5s; background:#222; position:absolute; width:100%; left:50%; transform:translateX(-50%); margin-top:-7px; border:1px solid #222; max-height:0; overflow:hidden; opacity:0 }
#header .gnb .depth1:hover ul { max-height:300px; border-color:rgba(255,255,255,0.5); opacity:1 }
#header .gnb .depth2 > a { display:block; font-weight:500; font-size:1.05em; line-height:1.3; padding:15px 10px; color:rgba(255,255,255,0.6); border-top:1px solid rgba(255,255,255,0.2) }
#header .gnb .depth2 > a:hover { background:#000; color:#fff }
#header .gnb .depth2:first-child a { border:0 }
#header .tel{font-size: 1.125em; font-weight:600; }
#header .tel .xi{width: 46px; height: 46px; line-height: 46px; font-size: 1.25em; color: #fff; text-align: center; background: var(--subColor); border-radius: 50%; margin-right: 10px;}
#header .tel span{font-size: 1.555em; font-weight:700; color: #111; line-height: 1;}
#header .tel p{line-height: 1;}
.qk_list{position: fixed; bottom: 10px; right: 25px; z-index: 100; font-size:16px;}
.qk_list li{ margin-top: 5px;}
.qk_list li a{display: block; width: 2em; height: 2em; text-align: center; background: #333; color: #fff; border-radius: 50%; font-size: 1.625em;  box-shadow: 2px 2px 3px rgb(0 0 0 / 20%);}

  
/*footer*/
#footer{ padding: 75px 0; background-color: #111; font-size:16px;}
#footer .f_logo{padding-right:80px; margin-right:100px;border-right: 1px solid rgba(255,255,255,.1); opacity:.7;}
#footer .f_info ul > li{color:#aaa; font-weight: 400; margin-right:60px; margin-top: 10px; font-size:1em;}
#footer .f_info ul > li span{font-weight: 500; color:#ddd; margin-right: 10px;}
#footer .f_copy{font-size:1em; color:#666; margin-top:30px; letter-spacing: .5px;}
#footer .f_copy a{color: inherit;}
#footer .f_menu a{display: inline-block; width: 180px; height: 45px; text-align: center;border: 1px solid #aaa; border-radius: 50px; font-size: .875em; color: #bbb; font-weight: 300;align-content: center; transition: .3s;}
#footer .f_menu a .xi{margin-left: 15px;}
#footer .f_menu a:hover{color: #fff; border-color: #fff;}



/*메인 비주얼*/
.mainSlider{ overflow: hidden;}
.mainSlider .el{ height:100vh; position:relative; overflow:hidden; background-color:#fff}
.mainSlider .el .bg{ position:absolute; left:0; top:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; /*transform:scale(1.3); transition-delay:.5s*/}
.mainSlider .slogan{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color:#fff; text-align: left;}
.mainSlider .slogan .t1{font-size:4.068em; /*transform: translateY(1em);*/ line-height: 1.2; font-weight: 700; font-family: var(--fn01);}
.mainSlider .slogan .t2{font-size:1.25em; line-height: 1.5; /*transform: translateY(1em);*/ letter-spacing:.5px; margin-top:35px;}

/*.mainSlider .el.swiper-slide-active .bg{transform:scale(1) rotate(.001deg); transition:2.5s; transition-delay:0; transition-timing-function:ease-in}
.mainSlider .el.swiper-slide-active .slogan .t1{ transform:translateY(0); opacity:1; transition:1s; transition-delay:.5s}
.mainSlider .el.swiper-slide-active .slogan .t2{ transform:translateY(0); opacity:.9; transition:1s; transition-delay:1s}*/

.mainControl{ position:absolute; left:50%; top:50%; transform: translate(-50%, -50%); width:100%; z-index:100}
.mainControl .mainSlider-btn.mainSlider-prev{margin-left:-130px;}
.mainControl .mainSlider-btn.mainSlider-next{margin-right:-130px;}
.mainControl .mainSlider-btn .xi{color:#fff; opacity: .5; font-size:6em; cursor: pointer;}
.mainControl .mainSlider-btn:hover .xi{ opacity: 1;}

.mainSlider .scroll_wrap{position: absolute; bottom: 0; left:50%; transform: translateX(-50%); z-index: 10;}
.mainSlider .scroll_wrap .mainSlide_scroll{ color: #fff; text-align: center; font-weight: 300; letter-spacing: 1px; font-size:.938em;}
.mainSlider .scroll_wrap .mainSlide_scroll_bar{ width: 1px; height: 45px; background: rgba(255, 255, 255, 0.4); overflow: hidden; margin: 8px auto 0;}
.mainSlider .scroll_wrap .scroll_bar {width: 100%; height: 15px; background: #fff; animation: box-ani 2s linear infinite backwards;}

@keyframes box-ani { 
0% { transform: translate(0, -100%);} 
100% {transform: translate(0, 300%);}
}


/*공통CSS*/
.main_tit{margin-bottom: 30px;}
.main_tit .in_en{font-size:1.125em; font-weight: 700; letter-spacing: 5px; margin-top:13px;}
.main_tit .in_tt{font-size:2.625em; font-weight: 700; color:#111; font-family: var(--fn01); margin-bottom:10px;}
.main_tit .in_tw{font-size: 1.75em; font-weight: 600; color: #333; font-family: var(--fn01);}
.main_txt{font-size: 1.25em; line-height: 1.6; margin-bottom: 20px; color: #333;}
.control_page{width: 96%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 10;}
.control_page .xi{font-size: 2.5em; color: #fff; opacity: .5; cursor: pointer; transition: .3s;}
.control_page .xi:hover{opacity: 1;}


/*뼈대장인소개*/
.main_about {padding: 200px 0; }
.main_about .about_cont{text-align: center;}
.main_about .about_cont .img_z{width: 50%;}
.main_about .about_cont .txt_box{width: 50%;}
.main_about .about_cont .main_tit .in_tt{color: #fff;}
.main_about .about_cont .main_tit .in_tw{font-weight: 700; color: var(--subColor);}
.main_about .about_cont .main_txt{color: #ddd;}


/*창업안내*/
.main_info {background: #f9f9f9; padding: 150px 0;}
.main_info .info_box ul li { width: 100%;}
.main_info .info_box ul li .in{margin-bottom: 4em;}
.main_info .info_box ul li .in .info_slide{width: 50%; padding-left: 2em; position:relative;}
.main_info .info_box ul li .in .info_slide .img_z{height: 450px; border-radius: var(--item_r);}
.main_info .info_box ul li .in .img_box{width: 50%; padding-right: 2em;} 
.main_info .info_box ul li .in .txt_z{width: 50%;  padding-right: 2em;}
.main_info .info_box ul li .in .txt_z{/*border: 1px solid #ddd;*/ display: inline-block;}
.main_info .info_box ul li .num{font-size: 1.5em; font-weight: 800; color: #fff; text-align: center; align-content: center; width: 50px; height: 50px; background: var(--mainColor); border-radius: 50%;  margin-bottom: 10px}
.main_info .info_box ul li .in.rev .txt_z{padding-left: 2em; padding-right: 0;}
.main_info .info_box ul li .in.rev .img_box .img_z{height: 450px; border-radius: var(--item_r);} 
.main_info .info_box ul li h4 {font-size: 1.75em; font-family: var(--fn01); color: var(--subColor); }
.main_info .info_box ul li p { font-size: 1.25em; margin-top: 10px; }
@media all and (min-width:0px) {
.main_info .info_box { width: 100%; }
.main_info .info_box h3 img { margin-top: 30px; }
} 
@media all and (min-width:1200px) { 
.main_info .info_box { width: 100%; }
.main_info .info_box h3 img { margin-top: 60px; }
}
@media all and (min-width:1500px) { 
.main_info .info_box { width: 1280px; }
.main_info .info_box h3 img { margin-top: 60px; }
}


/*메뉴소개*/
.main_menu{padding: 150px 0; text-align: center;}
.main_menu .menu_slide li{height: 100%;}
.main_menu .menu_slide .in{height: 450px; border-radius: var(--item_r); overflow: hidden; padding: 40px; color: #fff;}
.main_menu .menu_slide .in .txt_z{width:100%; position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);}
.main_menu .menu_slide .in .ti{font-size: 1.5em; font-weight: 600; margin-bottom: 5px;}
.main_menu .menu_slide .in .tt{font-size: 1.125em;}
.main_menu .mainControl{z-index: 0;}
.main_menu .menu_slide .arr_st{font-size: 5em; color: #ddd;}
.main_menu .menu_slide .menu-prev{margin-left: -120px;}
.main_menu .menu_slide .menu-next{margin-right: -120px;}

.price1 { width: 210px; height: 34px; background-color: #fff; margin: 10px auto 0; border-radius: var(--item_r); overflow: hidden;}
.price2 { width: 210px; height: 34px; background-color: #fff; margin: 10px auto 0; border-radius: var(--item_r); overflow: hidden;}
.price1 > li { float: left; color: #000; text-align: center; font-size: 1.25em; font-weight: 600; line-height: 34px; }
.price2 > li { float: left; color: #000; text-align: center; font-size: 1.25em; font-weight: 600; line-height: 34px; }
.price1 > li:nth-child(2) { width: 130px; height: 34px; }
.price2 > li:nth-child(2) { width: 130px; height: 34px; }
.price1 > li:nth-child(1) { width: 80px; height: 34px; background-color: var(--subColor); color: #fff;}
.price2 > li:nth-child(1) { width: 80px; height: 34px; background-color: var(--mainColor); color: #fff;}
.price3{ width: 210px; height: 34px; line-height: 34px; background-color: #fff; margin: 10px auto 0; border-radius: var(--item_r); overflow: hidden; color: #000; text-align: center; font-size: 1.25em; font-weight: 600;}


/*매장안내*/
.main_store{padding: 150px 0; text-align: center;}
.main_store .main_tit .in_tt{color: #fff;}
.main_store .main_tit .in_tw{color: #fff;}
.main_store .store_list{margin-right: -10px;}
.main_store .store_list > li{width: 25%; margin-bottom: 10px;}
.main_store .store_list > li .in{margin-right: 10px; border-radius: var(--item_r); overflow: hidden;}
.main_store .store_list > li .in .txt_z{font-size: 1.125em; color: #fff; text-align: center; background: var(--mainColor); padding: 6px;}
.main_store .store_list > li .in .img_z{height: 260px;}

#content04{position: relative;}
#content04 h6 { width: 550px; height: 550px; position: absolute; margin: auto; right: -500px; top: -200px; overflow: hidden; }
#content04 h6 { width: 335px; height: 582px; position: absolute; margin: auto; right: 0;top: -80px;}
#content04 h6 img { width: 100%; position: relative; z-index: 10;}
@media all and (min-width:0px){
#content04 h6 { width: 105px;}
}
@media all and (min-width:768px) {
#content04 h6 { width: 185px;  }
}
@media all and (min-width:1200px) { 
#content04 h6 { width: 335px; }
}
@media all and (min-width:1500px) { 
#content04 h6 { width: 335px; }
}



/*가맹문의*/
.main_aff {padding: 150px 0; }
.main_aff .aff_cont{}
.main_aff .aff_cont .aff_slide{width: 50%; padding-right: 2em; position: relative;}
.main_aff .aff_cont .aff_slide .img_z{height: 500px; border-radius: var(--item_r);}
.main_aff .aff_cont .aff_slide .tt{font-size: 1.25em; font-weight: 600; color: #fff; text-align: center; width: 100%;  background: var(--mainColor); padding: 10px 20px; border-radius: 0 0 5px 5px; position: absolute; bottom: 0; left: 0; z-index: 1;}
.main_aff .aff_cont .aff_box{width: 50%; padding-left: 2em;}
.main_aff .aff_cont .aff_list{text-align: left;}
.main_aff .aff_cont .aff_list > li{margin-bottom: 10px;}
.main_aff .aff_cont .aff_list > li .in{font-size: 1.25em; font-weight: 600; background: #fff; padding: 20px; border-radius: 50px; }
.main_aff .aff_cont .aff_list > li .in .xi{font-size: 1.25em; color: red; margin-right: 5px;}



/*창업패키지, 가맹문의*/ 
.main_business {text-align: center; padding: 150px 0; position: relative;}
.main_business .main_tit .in_tt{color: #fff;}
.main_business #bus_table { width: 100%; margin-bottom: 4em; }
.main_business .table_st { font-size: 1.25em; border-collapse: collapse; border-radius: 10px; overflow: hidden;}
.main_business .table_st th {font-size: 1.25em; font-weight: 600; color: #fff;  font-family: var(--fn01); background-color: var(--mainColor); border: 1px solid #000; padding: 20px;}
.main_business .table_st td { padding-top: 10px; padding-bottom: 10px; line-height: 20px; border: 1px solid #000; color: #fff; border-left: none; background-color: #444;}
.main_business .table_st tr:nth-last-child(1) th { border-right: none; background-color: #fff; color: var(--mainColor); }
.main_business .table_st tr:nth-last-child(1) th:nth-child(2),
.main_business .table_st tr:nth-last-child(1) th:nth-last-child(1) { font-size: 24px; }
.main_business #bus_table p { text-align: right; margin-top: 20px; color: #fff; }
.main_business .img_animate3 { width: 500px; height: 700px; position: absolute; margin: auto; left: -20px; top: -90px; z-index: 1;}
.main_business .img_animate4 { width: 330px; height: 410px; position: absolute; margin: auto; right: 0; top: 500px; }
@media all and (min-width:0px) {
.main_business .table_st td { padding: 10px 0 10px 0; }
.main_business .img_animate3 { width: 120px;  }
.main_business .img_animate4 { width: 80px; position: absolute; margin: auto; right: 0; top: 550px; }
}

@media all and (min-width:1200px) { 
.main_business .table_st td { padding: 20px; }
.main_business .img_animate3 { width: 500px; height: 700px; position: absolute; margin: auto; left: 0; top: -250px; }
.main_business .img_animate4 { width: 330px; height: 410px; position: absolute; margin: auto; right: 0; top: 500px; }
}
@media all and (min-width:1500px) { 

}

/*창업문의*/
.label_st:not(.cssbrowser) input[type=checkbox], .label_st:not(.cssbrowser) input[type=radio]{width: 0; height: 0; overflow: hidden;} 
.label_st:not(.cssbrowser) input[type=checkbox] ~ .xi:before{content: "\e9c6";}
.label_st:not(.cssbrowser) .xi:before{margin: 0;}
.main_business .popup_cont{background: #fff; border-radius: var(--item_r); padding: 3em;}
.main_business .popup_cont .main_tit .in_tt{color: #333;}

#popup { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999; height: 114px; padding: 35px; background-color: #FFCC33 }
#popup_box {width: 100%;} 
#popup_box table {}
#popup_box tr{border-top: 1px solid #ddd;}
#popup_box tr.st{border: 0;}
#popup_box tr.st td{background: #f9f9f9; border-radius: var(--item_r); border-top: 0; text-align: left;}
#popup_box tr.st span{font-size: 1.125em;}
#popup_box th,
#popup_box td{padding: 1.5em 1em;}
#popup_box th{font-size: 1.25em; font-weight: 600; color: #333; text-align: left;}
.popup_cont button{padding: 16px 35px; margin-top: 2em; border-radius: var(--item_r); border: none; color: #fff; font-size: 1.125em; font-weight: 600; background-color: var(--mainColor); transition:.3s;}
.popup_cont button:hover {background-color: #93221f;}
#pop_op{font-size: 1.125em; margin-left: 5px; color: #999;}
.privacy_con {width: 1200px;margin: auto;text-align: left; padding-top: 60px; padding-bottom: 100px; }
.privacy_con li { margin-bottom: 30px; }
@media all and (min-width:0px) {
#popup { height: 120px; padding: 0; }
}
@media all and (min-width:768px) {
#content07 { padding-top: 120px; padding-bottom: 120px; }
}
@media all and (min-width:1200px) { 
#popup { height: 114px; }

}



/*개인정보&이용약관*/
.agree_box{ border:1px solid #ddd; background:#f9f9f9; border-radius:5px; font-size: 16px; margin-bottom: 6em;}
.agree_box .in_con{  padding:2em; border:1px solid #ededed; margin:1em; background:#fff;}
.agree_box .in_con .agree_wrap{ font-size: .938em;}
.agree_box .in_con .agree_wrap span{ display: block;}




.lat .lat_title, .pic_lt .lat_title { font-size:1.4em; line-height:1; font-weight:600; margin:0; min-height:19px; border-bottom:1px solid #666; padding-bottom:15px }
.lat li { position:relative; border-top:1px solid #e0e0e0; border-bottom:0; margin:0; padding:10px 3px;  }
.lat li .catg { font-weight:400; font-size:.95em; color:#ba7c45; vertical-align:1px; margin:0 3px 0 0 }
.lat li:after { content:""; display:block; clear:both }
.lat li .f_left { width:calc(100% - 50px)}
.lat li:first-child { border-top:0 }
.lat li a { font-weight:300; font-size:1.05em; width:calc(100% - 60px); }
.lat li a:hover { color:#3170bf }
.lat li .fa {display:inline-block;line-height:18px; height:18px;width:18px;color:#fff;background:#333;text-align:center;border-radius:2px;font-size:14px;}
.lat li .qnaIco2 .fa { background:#2962d5; }
.lat li .qnaIco3 .fa { background:#ccc; }
.lt_info { float:right; width:50px; text-align:right; padding:0 }
.lt_info .lt_nick { display:none}
.lt_info .lt_date {color:#888}
.lat .lt_more, .pic_lt .lt_more { position:absolute; top:22px; right:25px; text-indent:-9000px; font-size:0; background:url(../img/btn_more_b.png) no-repeat center; width:20px; height:20px; display:block }
.lat .lt_more:hover, .pic_lt .lt_more:hover { transform:rotate(-90deg) }

.main_gallery { position:relative; background:#fff; }
.main_gallery h2 { text-align:center; line-height:1; font-size:34px; font-weight:700; text-transform:uppercase; letter-spacing:-1px; margin:0 0 30px; position:absolute; width:100%; top:80px; color:#fff; z-index:20; text-shadow:0 0 10px rgba(0,0,0,0.2) }
.main_gallery .fotorama__nav-wrap, .main_gallery p.empty { position:absolute; width:100%; top:150px; text-align:center }
.main_gallery .fotorama__nav__shaft { background:#fff; border:3px solid #fff; border-top-width:1px; border-bottom-width:1px }

.root_daum_roughmap { width:100% !important; border:0 !important; padding:0 !important }
.root_daum_roughmap .wrap_map { width:100%; height:440px !important }

#sub_visual { height:380px; position:relative; background-position:center; background-size:cover; background-color:#000; }
#sub_visual h2 { text-align:center; font-size:3.5em; color:#fff; padding:180px 0 0 0; text-transform:uppercase; position:relative; line-height:1; animation:up .5s .2s forwards; opacity:0; font-weight:600; text-shadow:0 0 5px rgba(0,0,0,0.2) }
#sub_visual h2:after { height:2px; width:60px; background:#fff; position:absolute; left:50%; bottom:-20px; margin-left:-30px; content:""; animation:scale .5s .5s forwards; opacity:0 }

#snb { border-bottom:1px solid #e4e4e4; display: none; }
#snb .depth1 { margin:0 0 0 1px }
#snb .depth1 > li { width:calc(100%/3 + .9px); margin:0 0 0 -1px; float:left; border:1px solid #e4e4e4; border-top:0; border-bottom:0; height:60px; line-height:60px; font-weight:500; font-size:1.2em; padding:0 20px; position:relative; color:#bbb; background:#f6f6f6 }
#snb .depth1 > li > a { display:block; color:#bbb }
#snb .depth1 > li .arrow { position:absolute; right:20px; top:0; font-size:14px; }
#snb .depth1 > li .arrow.on { font-size:1.3em }
#snb .depth1 > li:nth-child(3) { color:#222; background:#fff; cursor:pointer }
#snb .depth1 > li.last { background:#fff; color:#222 }
#snb .depth1 ul { position:absolute; width:calc(100% + 2px); background:#fff; border:1px solid #ddd; left:-1px; z-index:20; display:none }
#snb .depth1 ul li a { height:50px; line-height:50px; font-size:0.9em; color:#888; padding-left:20px; font-weight:400; border-top:1px solid #e0e0e0; display:block }
#snb .depth1 ul li:hover a { background:#f6f6f6 }
#snb .depth1 ul li.on a { background:#f0f0f0; color:#222 }
#snb .depth1 ul li:first-child a { border:0 }

#contents { margin:65px 0 0 0 }
#contents p { word-break:keep-all }

.container_title { font-size:2.8em; line-height:1; font-weight:700; margin:0 0 55px 0; text-align:center; position:relative; padding-top:20px }
.container_title:before { content:""; width:46px; height:3px; background:#222; position:absolute; top:0; left:50%; margin-left:-23px }

/* 그누보드 수정 */
#bo_w #wr_2, #bo_w #wr_4, #bo_w #wr_6 { margin-left:1% }
#bo_list .td_name { width:150px; text-align:center }
#bo_list .td_datetime { width:120px }
.btn_bo_sch, .btn_more_opt { padding:0 10px; height:35px }
.tbl_head01 td, .tbl_head01 th { font-size:1.1em; padding:15px 10px !important; height:40px }
.bo_tit { font-weight:500 }
#bo_list .bo_tit .new_icon { background:#f39800; color:#fff; font-size:0.7em; font-weight:500; vertical-align:2px }
#bo_list .bo_tit .fa-lock { background:#54585d; color:#fff; width:16px; height:16px; font-size:14px; line-height:16px; border:0; vertical-align:1px }
.tbl_wrap table { border-top:2px solid #666 }
#bo_list .td_num2 { width:60px }
#bo_v_title .bo_v_tit { font-size:1.5em }
#bo_v_con { font-size:1.1em }
.bo_vc_w .btn_submit, .mbskin .btn_submit { font-weight:500 }
#bo_v .com_info { margin:10px 0 0 0 }
#bo_v .com_info dl:after { content:""; display:block; clear:both }
#bo_v .com_info dl {border-top:1px solid #e0e0e0 }
#bo_v .com_info dt, #bo_v .com_info dd { float:left; border-bottom:1px solid #e0e0e0; line-height:34px; height:36px; font-size:1.05em; padding-left:20px }
#bo_v .com_info dt { width:15%; font-weight:500; background:#f4f4f4; }
#bo_v .com_info dd { width:35%; font-weight:400 }
#bo_v .com_info dd.full { width:85% }
.btn_cke_sc { line-height:20px }
.btn_cke_sc_close { background:#fff; border:1px solid #ddd; border-radius:3px; padding:5px 15px 6px 15px }
#bo_list tbody tr:hover {border-left:0}
#bo_w .bo_w_tit #btn_autosave { top:3px; right:3px }
#bo_w .btn_cancel { color:#fff; font-weight:500 }
#fregister p { font-weight:500; background:#fff; color:#222; border:1px solid #ccc }
#fregister p:before { display:none }
.chk_li { padding-left:7px; display:inline-block; vertical-align:top; margin-top:-4px }
.chk_li + .tooltip_icon { vertical-align:top; margin-top:-8px}
.reg_btn_submit { color:#fff !important; font-weight:500 }
#sns_login .txt { font-weight:500 }
#bo_cate { font-size:0; margin-left:1px; text-align:center }
#bo_cate li { margin:0 0 0 -1px; padding:0 }
#bo_cate a { font-size:.95rem; border-radius:0; margin:0; min-width:150px; text-align:center; height:50px; line-height:46px; padding:0 20px; border:1px solid #e0e0e0; color:#aaa; font-weight:400 }
#bo_cate a:hover { background:#f4f4f4; color:#222 }
#bo_cate #bo_cate_on { background:#fff; color:#222; border-color:#222; position:relative; z-index:1; box-shadow:none; font-weight:500 }
#bo_w #wr_2, #bo_w #wr_4, #bo_w #wr_6 { margin-left:0 }
#bo_v_act { margin:30px 0 50px 0 }
.btn_bo_user .btn_admin, .btn_cm_opt { padding:0 10px; color:inherit }
#bo_v_info .sv_member, #bo_v_info .sv_guest, #bo_v_info .member, #bo_v_info .guest ,#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest{ font-weight:500; font-size:1.1em; margin:0 0 5px; display:inline-block }
.bo_tit .cnt_cmt { font-size:10px !important; font-family:arial; background:none !important; color:#999 !important; font-weight:normal !important }
.all_chk.chk_box input[type="checkbox"] + label span { top:3px }
#bo_v_desc { font-size:1.1em }
.new_win .btn_submit, .new_win .btn_close { font-weight:500; font-size:1em }
.new_win .win_desc { border:1px solid #666; background:#fff; color:#222; font-weight:500; text-align:center }
.new_win .win_desc:after { display:none }
.gall_row .box_clear { clear:none }
#bo_v_act { margin:60px 0 !important }
#bo_v_share { text-align:center; padding:40px 0 }
#bo_v_sns { text-align:center; float:none; display:inline-block }
#bo_v_sns li { width:auto; float:none; display:inline-block; text-align:center }
#bo_v_sns li a { width:60px; height:60px; line-height:60px; border-radius:50%; padding:0; text-align:center; display:inline-block !important }
#bo_v_sns li img { margin:0 }
#bo_v_sns li span { display:none }
#bo_v_share .btn { width:60px; height:60px; line-height:1.2; border-radius:50%; font-size:12px; padding:0; text-align:center; display:inline-block }
#bo_v_share .btn i { display:block; font-size:1.5em; margin:10px 0 3px }
#faq_sch .btn_submit { font-weight:500 }
#faq_sch { margin-bottom:30px }
.cmt_btn span.total { font-weight:400; font-size:0.9em; color:#999 }
.cmt_btn span.total b { font-size:1.5em }
.more_opt li button, .more_opt li a { font-weight:500 }
.bo_notice td { background:#f3f6f7 !important; border-bottom: 1px solid #ecf0f1; }
.bo_notice .notice_icon { color:#457088 }
#bo_v_img, #bo_v_img .fotorama__wrap { overflow:hidden }
.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img { transition-property:opacity; transition-timing-function:linear; transition-duration: 1ms; previous value = 0.3s }
#sch_res_detail { margin:0 0 20px }
#sch_res_detail .sch_wr { width:calc(100% - 480px) }
#sch_res_detail .frm_input { width:calc(100% - 93px) }
#sch_res_ov { background:#fff; border:1px solid #ddd; margin:0 0 20px }
#sch_res_ov h2 strong { color:#d43434 }
#sch_res_board { font-size:0; margin-left:1px; text-align:center }
#sch_res_board li { margin:0 0 0 -1px; padding:0 }
#sch_res_board a { font-size:.95rem; border-radius:0; margin:0; min-width:150px; text-align:center; height:50px; line-height:46px; padding:0 20px; border:1px solid #e0e0e0; color:#aaa; font-weight:400 }
#sch_res_board a:hover { background:#f4f4f4; color:#222 }
#sch_res_board .sch_on { background:#fff; color:#222; border-color:#222; position:relative; z-index:1; box-shadow:none; font-weight:500 }
.sch_word { background:#eee; color:#222 }
.sch_res_list h2 { margin:25px 0 12px 0 }
.sch_more { display:none }

.new_win #win_title { text-align:center; border-bottom:1px solid #ccc; padding:0 20px; line-height:46px; height:48px }
.new_win .new_win_con { margin-top:10px }

#ctt { margin:0; padding:0 }
#ctt_con { padding:0; margin:0; line-height:1.5; font-size:1.16em }
#faq_wrap li { font-size:1.1em }
.video_area { position:relative; height:0; padding-top:56.25% }
.video_area iframe { width:100%; height:100%; position:absolute; left:0; top:0 }

/* Sub page */
#ctt_con h2.title { font-size:1.5em; font-weight:700; line-height:1; padding:13px 0 30px; letter-spacing:-1px; position:relative }
#ctt_con h2.title:before { content:""; display:block; width:40px; height:3px; background:#222; position:absolute; left:0; top:0 }

#ctt_con.sub01_01 .sec01:after { clear:both; content:""; display:block }
#ctt_con.sub01_01 .sec01 > div { float:left; width:calc(100% - 450px) }
#ctt_con.sub01_01 .sec01 h2 { font-size:2em; line-height:1.35; font-weight:300; letter-spacing:-1px; margin:0 0 30px }
#ctt_con.sub01_01 .sec01 h2 strong { font-weight:700 }
#ctt_con.sub01_01 .sec01 h3 { font-size:1.3em; margin:30px 0 5px 0; font-weight:700; letter-spacing:-1px }
#ctt_con.sub01_01 .sec01 p { margin:0 0 20px }
#ctt_con.sub01_01 .sec01 .img01 { float:right; width:400px }
#ctt_con.sub01_01 .sec01 .img01 p { text-align:right; line-height:1; margin:18px 0 0 0 }
#ctt_con.sub01_01 .sec01 .img01 p strong { font-size:1.2em }
#ctt_con.sub01_01 table { border-top:2px solid #666 }
#ctt_con.sub01_01 th, #ctt_con.sub01_01 td { border-bottom:1px solid #e0e0e0; padding:12px; text-align:left }
#ctt_con.sub01_01 th { background:#f4f4f4; padding-left:20px; width:160px }

#ctt_con.sub01_02 { text-align:center }
#ctt_con.sub01_02 .tab_menu { text-align:center; margin:0 }
#ctt_con.sub01_02 .tab_menu ul { margin:0 }
#ctt_con.sub01_02 .tab_menu li { width:calc(100%/3) }
#ctt_con.sub01_02 .tab_menu a { font-size:38px; font-weight:400; line-height:1; display:block; padding:20px 0; font-family:Frank Ruhl Libre; border:0; border-bottom:1px solid #eee  }
#ctt_con.sub01_02 .tab_menu a:hover { color:#222; background:#fff }
#ctt_con.sub01_02 .tab_menu a small { font-size:15px; display:block; text-align:center; margin:0 0 8px 0; font-weight:400; color:#bbb; font-family:noto sans kr }
#ctt_con.sub01_02 .sec01:after { clear:both; content:""; display:block }
.history_list { }
.history_list > ul > li { width:47%; float:right; margin-top:60px }
.history_list > ul > li:nth-child(odd) { float:left }
.history_list li li { margin:10px 0 0 0; line-height:1.3; background:url(../img/dot01.png) no-repeat 0 7px; padding-left:12px; text-align:left }
.history_list li li span { font-weight:600; vertical-align:0; margin-right:3px }
.history_list h3 { font-size:2em; font-weight:400; font-family:Frank Ruhl Libre }
.history_list .img { margin:5px 0 0 0 }
.history_list .img img { border-radius:10px }
.history_list li ul { margin-top:20px }

#ctt_con.sub01_03 .os_mac.root_daum_roughmap { font-family:noto sans kr !important }
#ctt_con.sub01_03 .root_daum_roughmap .cont .section { margin:0 !important }

/* 서브 비주얼 이미지 */
#sub_visual.sub10 { background-image:url(../img/sub01_top.png) }
#sub_visual.sub20 { background-image:url(../img/sub02_top.png) }
#sub_visual.sub30 { background-image:url(../img/sub03_top.png) }
#sub_visual.sub40 { background-image:url(../img/sub04_top.png) }
#sub_visual.sub50 { background-image:url(../img/sub05_top.png) }
#sub_visual.sub60 { background-image:url(../img/sub01_top.png) }
#sub_visual.sub70 { background-image:url(../img/sub01_top.png) }
#sub_visual.sub80 { background-image:url(../img/sub01_top.png) }
#sub_visual.sub90 { background-image:url(../img/sub01_top.png) }


* { margin:0; padding:0; list-style:none;}
	a { color:inherit; text-decoration: none; color: #fff; }
	body, html { height: 100%; background-color: #fff; word-break: keep-all; }
	h2 { font-size: 50px; vertical-align: top;}
	h3 { font-size: 30px; vertical-align: top;}
	h4 { font-size: 25px; }
	h5 { font-size: 18px; font-weight: 300; }
	h6 { font-size: 16px; font-weight: 400; }
	p { font-size: 14px; vertical-align: top;}











 



