@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');
 }
*/

/* 
 * Nanum Gothic (Korean) http://www.google.com/webfonts/earlyaccess
 */

@font-face {
    font-family: 'SpoqaHanSansNeo-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* reset */
* { padding:0; margin:0 }
*, :after, :before { -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box; }
html { overflow-y:scroll; height:100% }
body { font-family: 'SpoqaHanSansNeo-Regular',  dotum, sans-serif; line-height:1.4; color:#222; height:100%; font-weight:300; font-size:0.85em; letter-spacing:-.5px }
img { max-width:100% }

ul, ol { list-style:none }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img { border:0 }
h1, h2, h3, h4, h5, h6 { font-weight:500; font-size:1em; font-family:Malgun Gothic, noto sans kr }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block }

label, input, button, select, img { vertical-align:middle }
input, button, textarea, select { font-size:1em; font-family:Malgun Gothic, dotum, sans-serif }
input[type=text], input[type=password], input[type=date] { padding:0 5px; border:1px solid #ddd; color:#222; line-height:34px; height:36px; }
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#bbb }
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder { color:#bbb }
input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, textarea:-moz-placeholder { color:#bbb }
input[type=text], input[type=password], input[type=submit], input[type=image], button {border-radius:3px;font-size:1em;-webkit-appearance:none}

input[type=text],input[type=password], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
}
input[type=text]:focus,input[type=password]:focus,  textarea:focus,select:focus {
-webkit-box-shadow:  0 0 5px #9ed4ff;
-moz-box-shadow:  0 0 5px #9ed4ff;
box-shadow: 0 0 5px #9ed4ff;
border: 1px solid #558ab7 !important;
}

button { cursor:pointer; outline:none }
select { border:1px solid #ddd; height:36px; padding:0 0 0 9px; cursor:pointer; color:#222; }
.styled_select { height:36px; overflow:hidden; border:1px solid #ddd; background:#fff; display:inline-block; border-radius:3px; vertical-align:middle; position:relative }
.styled_select i { position:absolute; right:10px; text-align:center; height:34px; line-height:32px; top:0; font-size:14px }
.styled_select select { background:transparent; height:34px; border:0; -webkit-appearance: none; outline:none; padding-right:40px; width:100%; vertical-align:top; position:relative; z-index:1 }
.styled_select select:disabled { cursor:default; background:#f0f0f0 }
.styled_select select::-ms-expand { display:none }
hr { display:none; background:#ddd; border:none; height:1px }
a, a:link, a:visited { text-decoration:none; color:#222; -webkit-tap-highlight-color : transparent }
a, .btn { transition:all .3s }
strong, b, th { font-weight:500; }
table { width:100%; border-collapse:collapse; border-spacing:0 }
caption { display:none; font-size:0; line-height:0 }
textarea {color:#222; font-size:1em; line-height:1.5; border:1px solid #ddd; padding:10px; width:100%; border-radius:3px; vertical-align:top }
address { font-style:normal }

/* 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 }
.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:Malgun Gothic; 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 }

#header > .wrap {
  width: 80%;
}
.wrap { width:100%; margin:0 auto; position:relative }
.wrap_1903 { width:1903px; margin:0 auto; position:relative }

.wrap .logo h1 { left: 50%; top: 0;  position: absolute}

#hd_wrapper>.hd_top {
  background-color: #FFFFFF;
  z-index: 9999;
  position: relative;
  height: 59px;
  text-align: center;
  display: flex;
  align-items: center;
}

#hd_wrapper>.hd_top> .m_user {
  position: fixed;
  right: 50px;
}

#hd_wrapper>.hd_top> .user.on {
  right: 50px;
}

#hd_wrapper>.hd_top> .m_logo {
  text-align: center;
  margin-left: 8px;
}

#hd_wrapper>.hd_top>a>img {
  height: 45px;
}

.mobile_view { display: none}
@media all and (max-width:767px){
	.pc_view {display: none}
	.mobile_view {display: block; text-align: center;}
	.wrap_1903 { width:100%; margin:0 auto; position:relative }
	#header .wrap h1 { left: 29%; top: 0; height: 50px; position: absolute}
	#header .wrap h1 img { width: 100%; height: 40px;}
	}



#header { height: auto; position:fixed; width:100%; z-index:100; color:#fff; transition:all .3s; top:120px; background: #FFFFFF; z-index: 9999999;}
#header.mov_btm {top:215px;}
#header a { color:#5C5C5C }
#header h1 { float:left; line-height:98px }
#header .gnb { float:left; margin:0; transition:all .3s; height: 50px; }
#header .gnb .depth1 { float:left; padding:0 20px; position:relative; }
#header .gnb .depth1 > a { display:inline-block; height:60px; line-height:60px; font-size:1.3em; font-weight:700;letter-spacing: -1px; }
#header .gnb .depth1 ul { padding-top:0; transition:all .3s; height:0; overflow:hidden }
#header .gnb .depth2 > a { color: #372C23; font-weight:500; font-size:0.9rem; line-height:1.7; padding:7px 0;letter-spacing: -1px; }
#header .btn_user { float:right; margin:18px 0 0 0; display:block; font-size:19px }
#header .user { position:absolute; right:-35px; top:80px; width:80px; opacity:0; transition:all .3s }
#header .user a { border:1px solid #ddd; display:block; height:0; line-height:37px; font-size:0.95em; padding:0 12px; text-transform:uppercase; margin-left:-1px; text-align:center; margin-top:-1px; color:rgba(255,255,255,0.50); background:#EDEDED; font-weight:400 }
#header .user a:hover { color:#E0E0E0 }
#header .user.on { opacity:1 }
#header .user.on a { height:40px }
#header .sns { float:right; margin:37px 13px 0 0 }
#header .sns li { float:left; margin:0 3px }
#header .sns li a { width:50px; height:50px; display:block; 
	overflow:hidden; 
}
#header .btn_search { float:right; margin:34px 20px 0 0; display:block; font-size:19px }


/* 2023-05-25 추가 */
.top_bn {width:100%; height: 95px; text-align: center;background-color: #12154c;background-image: url('../img/pc_bn_bg.jpg');background-repeat: no-repeat;background-size: auto 100%;background-position: center;display: flex;justify-content: center;align-items: center;}

.top_bn img.pc_view {height: 100%; width: auto; max-width: 1120px;}

@media (max-width: 767px) {
  .top_bn {background-image: url('../img/mobile/mo_bn_bg.jpg'); height: 65px;background-size: cover;}
  #header.mov_btm {top:65px;}
}
/* 2023-05-25 추가 */



.hd_sch_wr { display:none; margin:0; padding:0 }
.hd_sch_wr.on { display:block; position:fixed; left:0; top:0; width:100%; height:100%; z-index:101 }
.hd_sch_wr .box { width:400px; background:#fff; left:50%; top:50%; transform:translate(-50%, -51%); position:absolute; }
.hd_sch_wr .bo_sch_bg { background:rgba(0,0,0,0.7); width:100%; height:100% }
.hd_sch_wr header { background:#4c525c; text-align:center; color:#fff; font-size:1.25em; font-weight:500; line-height:48px; height:50px }
.hd_sch_wr header .btn_close { width:25px; height:25px; position:absolute; right:10px; top:0; border:0; background:transparent; display:inline-block; border-radius:0; font-size:0 }
#hd_sch { border-radius:0; padding:20px }
#hd_sch #sch_stx { background:#fff; border:1px solid #ddd; width:calc(100% - 50px); color:#222; border-radius:5px 0 0 5px; border-right:0; font-size:1.05em }
#hd_sch #sch_submit { width:50px;background:#fff; border:1px solid #ddd; color:#222; border-radius:0 5px 5px 0; border-left:0 }
#hd_sch #sch_submit i {vertical-align:2px }

.nav_top {width: 100%; height: 120px;top: 0; text-align: center; margin: 0 auto;background: #fff; position: fixed; z-index: 1000;border-bottom: 1px solid #eee;transition:all .3s}
.nav_top.mov_btm {top:95px;}

.nav_top_con {list-style: none; margin: 0 auto; width: 100%; top: 35px; position: relative; z-index: 10000}

.nav_top.on {transition:all .3s; top: -200px;}

@media screen and (max-width : 768px) {
	.nav_top {display: none}
  .nav_top.mov_btm {top:75px;}
}


#header.on { box-shadow:0 1px 3px rgba(0,0,0,0.2); height:60px; top: 0px; }
#header.on h1 { line-height:60px }
/* #header.on a { color:#fff } */
#header.on h1 a { background-position:0 -42px }
#header.on .gnb { margin-top:0px }
#header.on .btn_user { margin-top:18px }
#header.on .btn_search { margin-top:26px }
#header.on .user { top:70px }
#header.on .sns { margin-top:28px }
#header.on .sns li a { background-position:0 -24px }

/*1차메뉴 펼쳐질때 펼쳐지는 박스 높이값 */
#header.down { background:#ffffff; height: 120px;}
#header.down a { color: #777; }
#header.down h1 a { background-position:0 -42px }
#header.down .gnb .depth1 { overflow:hidden }
#header.down .gnb .depth1 > a { margin-bottom:10px }
#header.down .gnb .depth1:hover > a { color:#454037 }
#header.down .gnb .depth1 ul { height:auto; overflow:visible  }
/* #header.down .gnb .depth2 > a:hover { color:#464646 } */
#header.down .sns li a { background-position:0 -24px }



@media all and (max-width:1024px){
	#header {top: 0; background: #FFFFFF}
	#header a { color:#4B4B4B }#header .gnb .depth1 { float:left; padding:0 15px; position:relative; }
	#header .gnb .depth1:nth-of-type(2) { float:none;padding:0 25px; position:relative; }
	#header .gnb .depth1:nth-of-type(3) { float:none; padding:0 25px; position:relative; }
	#header .gnb .depth1:nth-of-type(3) { float:none; padding:0 25px; position:relative; }
	#header .gnb .depth2 > a { color: #FFFFFF; font-weight:500; font-size:0.9rem; line-height:2.4; padding:7px 0;letter-spacing: -1px; }
	#header.down { background:rgba(255,255,255,0.00); height:300px }
}

/* footer */

#footer { padding:20px 0; margin:0px 0 0 0; background:#ffffff; color:#999;}
#footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 1rem auto;
}
#footer_top_ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3em;
}
#footer_top_ul li:first-child { 
  margin-right: 2rem;
}
#footer_top_ul li:nth-child(2) { 
  margin-right: 2rem;
}
#border_p {
  border-bottom: 2px solid #bbbbbb;
}
#footer_container {
  max-width: 1400px;
  margin: 1rem auto;
}
#footer_con_ul li:first-child b {
  font-weight: bold;
  font-size: 1.3em;
}
#footer_con_ul li:first-child {
  color: #3c3c3c;
}
#footer_con_ul li {
  margin-bottom: 1rem;
  font-size: 1.1em;
}

@media screen and (max-width : 1180px) {
	#footer_top {
		max-width: 950px;
	}
  #footer_top .footer_logo {
    width: 200px;
  }
  #footer_top_ul {
    font-size: 1.4em;
  }
  #footer_container {
    max-width: 950px;
  }
  #footer_con_ul li b, #footer_con_ul li:last-child {
    font-size: 1.3em;
  }
  #footer_con_ul li {
    font-size: 1.1em;
    line-height: 0.9em;
  }
}

@media screen and (max-width : 968px) {
	#footer_top {
		max-width: 800px;
	}
  #footer_top .footer_logo {
    width: 170px;
  }
  #footer_top_ul {
    font-size: 1.2em;
  }
  #footer_container {
    max-width: 800px;
    text-align: left;
  }
  #footer_con_ul {
    margin-bottom: 3rem;
  }
  #footer_con_ul li b {
    font-size: 1.1em;
    margin-top: 2em;
  }
  #footer_con_ul li {
    font-size: 0.9em;
  }
  #footer_con_ul li:first-child {
    margin-top: 1.8rem;
  }
  #footer_con_ul li:nth-child(3), #footer_con_ul li:nth-child(4) {
    color: #333;
  }
  #footer_con_ul li:last-child {
    font-size: 0.8em;
  }
}

@media screen and (max-width : 768px) {
  #footer_top_ul {
    font-size: 1em;
  }
  #footer_top_ul li:first-child { 
    margin-right: 0;
  }
}


.youtube-background { background: #000; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -99; }
.youtube-foreground, .youtube-background iframe { position: absolute;  top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; }
@media (min-aspect-ratio: 16/9) {
  .youtube-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .youtube-foreground { width: 400%; left: -150%; }
}

.main_about { position:relative; overflow:hidden; padding:150px 0 }
.main_about .bg { width:100%; height:100%; position:fixed; background:url(../img/main_about_bg.png) no-repeat center top; background-size:cover; top:0; z-index:-1 }
.main_about .img { float:left; width:55%; position:relative }
.main_about .img img:last-child { position:absolute; right:30px; top:300px }
.main_about .text { float:right; width:40%; }
.main_about .text h2 { font-size:90px; font-weight:300; line-height:1; margin:0 0 60px -80px }
.main_about .text h2 strong { font-weight:700 }
.main_about .text h3 { font-size:28px; letter-spacing:-1px; font-weight:600; margin:0 0 30px }
.main_about .text p { font-size:19px; color:rgba(0,0,0,0.7); line-height:1.4; margin:0 0 25px }
.main_about .btn_area a { width:144px; height:38px; line-height:36px; text-align:center; display:inline-block; border-radius:19px; background:transparent; font-size:18px; border:1px solid #666; margin:15px 10px 0 0  }
.main_about .btn_area a:hover { background:#333; color:#fff; border-color:#333 }
.main_about dl dt { font-size:24px; font-weight:700; margin:60px 0 10px 0; line-height:1 }
.main_about dl dd { font-weight:700; font-size:40px; line-height:1 }
.main_about dl dd small { font-size:20px; margin:0 0 0 5px; display:inline-block; vertical-align:3px }

.main_product { background:#f0f0f0; padding:80px 0 }
.main_product h2 { text-align:center; line-height:1; font-size:34px; font-weight:700; text-transform:uppercase; letter-spacing:-1px; margin:0 0 30px }
.main_product .tab_menu { text-align:center }
.main_product .tab_con { margin-top:40px }
.main_product .lt_more { display:none }
.main_product .prd_slider > div { width:calc(100%/4) !important }
.main_product .tab_menu p { padding: 5px 25px; font-size: .9rem; border-left:1px solid #ccc; border-right:1px solid #ccc; display: inline-block}

.pic_lt { position:relative; margin:0; padding:0 10px; background:transparent }
.pic_lt .touchslider { position:relative; overflow:hidden; min-height:302px !important }
.pic_lt li { padding:0; border:1px solid #ddd; background:#fff }
.pic_lt li:before { content:""; box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0); position:absolute; width:100%; height:100%; z-index:-1; transition:all .3s }
.pic_lt li:hover:before { box-shadow:0 5px 16px 0 rgba(0, 0, 0, 0.2) }
.pic_lt li .lt_img { position:relative; background:#ddd }
.pic_lt li .lt_img span { position:absolute; left:50%; top:50%; line-height:1; font-weight:500; color:#fff; background:none; transform:translate(-50%); text-transform:uppercase; font-size:1.2em }
.pic_lt .lat_title { display:none }
.pic_lt .ts-controls button { position:absolute; top:50%; margin-top:-29.5px; left:-80px; background:url(../img/slide_left_b.png); width:30px; height:59px; border:0; text-indent:-9000px; font-size:0 }
.pic_lt .ts-controls button.ts-next { left:auto; right:-80px; background:url(../img/slide_right_b.png) }
.pic_lt li .lt_name { font-size:1.43em; font-weight:700 ; border-top:1px solid #e0e0e0; padding:15px 18px; letter-spacing:-1px }
.pic_lt li .lt_name a { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:block; width:100% }
.pic_lt li .lt_img { margin:0; }
.pic_lt .lt_info { display:none }

.main_bbs { background:#fff; padding:80px 0 }
.main_bbs section { float:left; width:calc(100%/3 - 26.7px); margin:0 20px; position:relative; }
.main_bbs section:first-child { margin-left:0 }
.main_bbs section:last-child { margin-right:0 }

.lat .lat_title { font-size:1.4em; line-height:1; font-weight:600; margin:0 0 15px; min-height:19px }
.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:1px solid #666 }
.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 { position:absolute; top:0; right:0; 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 { 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 { position:relative; background-position:center; background-size:cover; background-color:#FBFBFB; }
#sub_visual h2 {display: none;text-align:center; font-size:3.5em; color:#fff; padding:14rem 0 0 0; text-transform:uppercase; position:relative; line-height:1; animation:up .5s .2s forwards; opacity:0; font-weight:600 }
#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 }*/
#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: 180px 0 40px 0; }
#contents_1903 { margin: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 }

.sub01_01 {padding-top: 50px !important;}
.sub02 {padding-top: 250px !important;}
.sub02_01 {padding-top: 250px;;}







@media screen and (max-width : 1024px) {
}





/* 그누보드 수정 */
#bo_v {margin: 0 auto;}
#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:2.5em; font-weight: 600; line-height: 2.5em; }
#bo_v_con { font-size:1.1em;text-align: center; }
.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;text-align: center; }
.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img { transition-property:opacity; transition-timing-function:linear; transition-duration: 1ms; }
#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/sub0101_top.jpg); top: 180px;} */
#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) }

.sub0101_bg, .sub0102_bg { 
  padding-bottom: 250px;
  position: relative;
}
.sub0101_icon {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(52%, 80%);
  opacity: 0;
  width: 125vh;
}
.sub0101_icon.fade_up {
  animation: sub0101fadeInDown 1.5s 1.5s forwards;
}
.sub0102_icon {
  position: absolute;
  bottom: 12%;
  left: 58%;
  transform: translate(-78%, -200%);
  opacity: 0;
  width: 50%;
}
.sub0102_icon.fade_up {
  animation: sub0301fadeInDown 1.5s 1.5s forwards;
}
.sub0103_bg { 
  padding-bottom: 50px;
  position: relative;
}
.sub0103_02_bg { 
  padding-bottom: 150px;
  position: relative;
}
.sub0103_icon {
  position: absolute;
  top: 30%;
  right: 50%;
  transform: translate(52%, 80%);
  opacity: 0;
  width: 140vh;
}
.sub0103_icon.fade_up {
  animation: sub0101fadeInDown 1.5s 1.5s forwards;
}
.sub0103_02_icon {
  position: absolute;
  top: -23%;
  right: 50%;
  transform: translate(52%, 80%);
  opacity: 0;
  width: 115vh;
}
.sub0103_02_icon.fade_up {
  animation: sub0101fadeInDown 2.5s 2.5s forwards;
}

#move_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 5rem auto;
}

#common_foot { width: 100%; height: 980px; position: relative; margin-top: 50px;}
#common_foot .common_foot_wrap { width: 1420px; background: #fff; margin: 0 auto; }
#common_foot .common_foot_wrap>div { float: left; display: block; margin-right: 10px;  }
#common_foot .common_foot_wrap>div li {display: block;}

.toplink {display: block}
.toplink li { display:inline ; width: 50%; float : left;}

.fourlink {display: block; width: 100%; margin: 0 auto; background: #fff; padding: 15px; text-align: center}
.fourlink li { display:inline ; width: 25%; float : left;}


/* #sitemap { height:340px; position:relative; width:100%; z-index:100; color:#fff; transition:all .3s; background: #f1f1f1; text-align: center; border-bottom: 1px solid #dcdcdc;}
#sitemap a { color:#343434 }
#sitemap h1 { float:left; line-height:98px }
#sitemap .gnb {width: 1400px; margin:0 auto; transition:all .3s; height: 50px; }
#sitemap .gnb .depth1 { float:left; padding:0 15px; position:relative; }
#sitemap .gnb .depth1:nth-of-type(2) { float:left; padding:0 10px; position:relative; }
#sitemap .gnb .depth1:nth-of-type(3) { float:left; padding:0 5px; position:relative; }
#sitemap .gnb .depth1:nth-of-type(3) { float:left; padding:0 5px; position:relative; }

#sitemap .gnb .depth1 > a { display:inline-block; height:60px; line-height:60px; font-size:1.5em; font-weight:500;letter-spacing: -1px; }
#sitemap .gnb .depth1 ul { padding-top:0; transition:all .3s; height:0; overflow:inherit}
#sitemap .gnb .depth2 > a { color: #2F2F2F; font-weight:500; font-size:0.9rem; line-height:1.7; padding:7px 0;letter-spacing: -1px; } */


.nav-bar {
	position:fixed;
	top:40%;
	right:0;
	width:105px;
	text-align:center;
	border-right:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	z-index:999999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
}

.nav-bar li { margin : 0px}

.nav-bar.active {
  visibility: visible;
  opacity: 1;
  top: 60px;
}

@media screen and (max-width:768px) {
	.nav-bar { display: none}
}


.main_center_3btn { width: 1390px; margin: 40px auto;}
.main_center_3btn ul li { padding :0;  display: inline; text-align: center; }

@media screen and (max-width : 768px) {
.main_center_3btn { width: 100%; margin: 15px auto;}
.main_center_3btn ul li { width: 32%; padding :0;  display: inline-block; text-align: center; }
	
	
}

.main_pal_01 {position: relative;top: 0;left: 0;width: 100%; min-width: 1300px;height: 440px;background: url(/theme/misomoa_kim/img/main/bg_pal_01.jpg) no-repeat 50% 0;
    background-attachment: fixed;margin: 100px 0 400px 0;}
.main_pal_01_text { width:100%; margin:0 auto; text-align:right; padding-top:0px; 
/*	right: 5%; */
	position: relative; top: -115px;}

.main_pal_02 {position: relative;top: 0;left: 0;width: 100%; min-width: 1300px;height: 440px;background: url(/theme/misomoa_kim/img/main/bg_pal_02.jpg) no-repeat 50% 0;
    background-attachment: fixed;margin: 100px 0 320px 0;}
.main_pal_02_text { width:100%; margin:0 auto; text-align:right; padding-top:0px; 
/*	right: 5%; */
	position: relative; top: 350px;}


/*서브 상단 패럴렉스 배경과 타이틀 효과 */

.sub_pal {position: relative;top: 0;left: 0;width: 100%; min-width: 1300px;height: 700px;background: url(/theme/misomoa_kim/img/sub/sub_top_bg.jpg) no-repeat 50% 0%;
    background-attachment: fixed;margin: 0px 0 0px 0;}
.sub_pal_text { width:100%; margin:0 auto; text-align:center; padding-top:0px; position: relative; 
	top: -100px;
	margin-top: -200px
	}
.sub_pal_text li:nth-of-type(1) { font-size : 35px; color: rgba(212,212,212,0.70); font-weight: 700; 
	text-shadow: 1px 1px 5px #4a4a4a;}
.sub_pal_text li:nth-of-type(2) { font-size : 70px;  color: #FFFFFF; font-weight: 700; font-family: 'Malgun Gothic', sans-serif !important; 
	text-shadow: 1px 1px 10px #5d5151;}



.sub2_pal {position: relative;top: 0;left: 0;width: 100%; min-width: 1300px;height: 700px;background: url(/theme/misomoa_kim/img/sub/sub2_top_bg.jpg) no-repeat 50% 0%;
    background-attachment: fixed;margin: 0px 0 0px 0;}
.sub2_pal_text { width:100%; margin:0 auto; text-align:center; padding-top:0px; position: relative; 
	top: -100px;
	margin-top: -200px
	}
.sub2_pal_text li:nth-of-type(1) { font-size : 35px; color: rgba(212,212,212,0.70); font-weight: 700; font-family: 'Malgun Gothic', sans-serif !important; 
	text-shadow: 1px 1px 5px #4a4a4a;}
.sub2_pal_text li:nth-of-type(2) { font-size : 70px;  color: #FFFFFF; font-weight: 700; font-family: 'Malgun Gothic', sans-serif !important; 
	text-shadow: 1px 1px 10px #5d5151;}



.sub3_pal {position: relative;top: 0;left: 0;width: 100%; min-width: 1300px;height: 700px;background: url(/theme/misomoa_kim/img/sub/sub3_top_bg.jpg) no-repeat 50% 0%;
    background-attachment: fixed;margin: 0px 0 0px 0;}
.sub3_pal_text { width:100%; margin:0 auto; text-align:center; padding-top:0px; position: relative; 
	top: -100px;
	margin-top: -200px
	}
.sub3_pal_text li:nth-of-type(1) { font-size : 35px; color: rgba(212,212,212,0.70); font-weight: 700; font-family: 'Malgun Gothic', sans-serif !important; 
	text-shadow: 1px 1px 5px #4a4a4a;}
.sub3_pal_text li:nth-of-type(2) { font-size : 70px;  color: #FFFFFF; font-weight: 700; font-family: 'Malgun Gothic', sans-serif !important; 
	text-shadow: 1px 1px 10px #5d5151;}




.sub4_pal {position: relative;top: 0;left: 0;width: 100%; min-width: 1300px;height: 700px;background: url(/theme/misomoa_kim/img/sub/sub4_top_bg.jpg) no-repeat 50% 0%;
    background-attachment: fixed;margin: 0px 0 0px 0;}
.sub4_pal_text { width:100%; margin:0 auto; text-align:center; padding-top:0px; position: relative; 
	top: -100px;
	margin-top: -200px
	}
.sub4_pal_text li:nth-of-type(1) { font-size : 35px; color: rgba(212,212,212,0.45); font-weight: 700; font-family: 'Malgun Gothic', sans-serif !important; 	text-shadow: 1px 1px 5px #4a4a4a;}
.sub4_pal_text li:nth-of-type(2) { font-size : 70px;  color: #FFFFFF; font-weight: 700; font-family: 'Malgun Gothic', sans-serif !important; 
	text-shadow: 1px 1px 10px #5d5151;}





.sub5_pal {position: relative;top: 0;left: 0;width: 100%; min-width: 1300px;height: 700px;background: url(/theme/misomoa_kim/img/sub/sub5_top_bg.jpg) no-repeat 50% 0%;
    background-attachment: fixed;margin: 0px 0 0px 0;}
.sub5_pal_text { width:100%; margin:0 auto; text-align:center; padding-top:0px; position: relative; 
	top: -100px;
	margin-top: -200px
	}
.sub5_pal_text li:nth-of-type(1) { font-size : 35px; color: rgba(212,212,212,0.70); font-weight: 700; font-family: 'Malgun Gothic', sans-serif !important; 
	text-shadow: 1px 1px 5px #4a4a4a;}
.sub5_pal_text li:nth-of-type(2) { font-size : 70px;  color: #FFFFFF; font-weight: 700; font-family: 'Malgun Gothic', sans-serif !important; 
	text-shadow: 1px 1px 10px #5d5151;}




.sub6_pal {position: relative;top: 0;left: 0;width: 100%; min-width: 1300px;height: 700px;background: url(/theme/misomoa_kim/img/sub/sub6_top_bg.jpg) no-repeat 50% 0%;
    background-attachment: fixed;margin: 0px 0 0px 0;}
.sub6_pal_text { width:100%; margin:0 auto; text-align:center; padding-top:0px; position: relative; 
	top: -85px;
	margin-top: -160px
	}
.sub6_pal_text li:nth-of-type(1) { font-size : 35px; color: rgba(212,212,212,0.70); font-weight: 700; font-family: 'Malgun Gothic', sans-serif !important; 
	text-shadow: 1px 1px 5px #4a4a4a;}
.sub6_pal_text li:nth-of-type(2) { font-size : 70px;  color: #FFFFFF; font-weight: 700; font-family: 'Malgun Gothic', sans-serif !important; 
	text-shadow: 1px 1px 10px #5d5151;}

/* @media screen and (max-width : 768px) {
	.sub6_pal {position: relative;top: 0;left: 0;width: 100%; height: 700px;background: url(/theme/misomoa_kim/img/sub/sub6_top_bg.jpg) no-repeat 50% 0%;
    background-attachment: fixed;margin: 0px 0 0px 0;}
	.sub6_pal_text { width:100%; margin:0 auto; text-align:center; padding-top:0px; position: relative; 
		top: -15px;
		margin-top: -140px
		}
	.sub6_pal_text li:nth-of-type(1) { font-size : 1rem; color: rgba(212,212,212,0.70); font-weight: 700; font-family: 'Malgun Gothic', sans-serif !important; 
		text-shadow: 1px 1px 5px #4a4a4a;}
	.sub6_pal_text li:nth-of-type(2) { font-size : 2rem;  color: #FFFFFF; font-weight: 700; font-family: 'Malgun Gothic', sans-serif !important; 
		text-shadow: 1px 1px 10px #5d5151;}
	#sub_visual.sub10 { background-image:url(../img/sub01_top.png); top:0px; }
} */








.sub7_pal {position: relative;top: 0;left: 0;width: 100%; min-width: 1300px;height: 700px;background: url(/theme/misomoa_kim/img/sub/sub7_top_bg.jpg) no-repeat 50% 0%;
    background-attachment: fixed;margin: 0px 0 0px 0;}
.sub7_pal_text { width:100%; margin:0 auto; text-align:center; padding-top:0px; position: relative; 
	top: -100px;
	margin-top: -200px
	}
.sub7_pal_text li:nth-of-type(1) { font-size : 35px; color: rgba(212,212,212,0.70); font-weight: 700; font-family: 'Malgun Gothic', sans-serif !important; 
	text-shadow: 1px 1px 5px #4a4a4a;}
.sub7_pal_text li:nth-of-type(2) { font-size : 70px;  color: #FFFFFF; font-weight: 700; font-family: 'Malgun Gothic', sans-serif !important; 
	text-shadow: 1px 1px 10px #5d5151;}

/* @media screen and (max-width : 768px) {
	.sub7_pal {position: relative;top: 0;left: 0;width: 100%; height: 700px;background: url(/theme/misomoa_kim/img/sub/sub7_top_bg.jpg) no-repeat 50% 0%;
    background-attachment: fixed;margin: 0px 0 0px 0;}
	.sub7_pal_text { width:100%; margin:0 auto; text-align:center; padding-top:0px; position: relative; 
		top: -15px;
		margin-top: -140px
		}
	.sub7_pal_text li:nth-of-type(1) { font-size : 1rem; color: rgba(212,212,212,0.70); font-weight: 700; font-family: 'Malgun Gothic', sans-serif !important; 
		text-shadow: 1px 1px 5px #4a4a4a;}
	.sub7_pal_text li:nth-of-type(2) { font-size : 2rem;  color: #FFFFFF; font-weight: 700; font-family: 'Malgun Gothic', sans-serif !important; 
		text-shadow: 1px 1px 10px #5d5151;}
	#sub_visual.sub10 { background-image:url(../img/sub01_top.png); top:0px; }
} */


#part_map {
  width: 100%;
}

.mobile_main_visual { width: 100%; height: 100%; position: relative;}
.m_clear { clear: both}

	.sub04_tab { width: 1560px; margin: 0 auto; text-align: center; margin-top: 3px;}
	.sub04_tab li { display: inline; float: left; }
	@media screen and (max-width : 648px) {
		.sub04_tab { width: 100%; margin: 0 auto; text-align: center; margin-top: 0px;}
		.sub04_tab li { display: inline;width: 33.3333333%; float: left; }
	}


.MTLA02_2dan {width:696px;height: 426px;padding: 10px; margin-left: 0; background-color: #464646;}

	@media screen and (max-width : 980px) {
	.MTLA02_2dan{width:auto;height: auto;float: left;padding: 0px; margin-left: 0;padding: 5px; background-color: #464646;}
	}

  #main_top {
      padding: 180px 0 0 0
      }

      #main_top>.swiper-container-horizontal>.swiper-pagination-bullets,
      .swiper-pagination-custom,
      .swiper-pagination-fraction {
        bottom: 20px;
      }

      #main_top .titleText {
        font-size: 4.4em;
        color: #fff;
        font-weight: 700;
        text-align: center;
        padding: 40px 0 50px 0;
      }

      #main_top .moreText {
        font-size: 2.4em;
        color: #5a9ac6;
        font-weight: 300;
        text-align: center;
        padding: 20px 40px;
        border: 2px solid #5a9ac6;
        margin: 50px auto;
        width: 320px
      }


      #main_top .swiper-container {
        width: 100%;
        max-width: 1903px;
        height: auto;
        border: 0px solid silver;
        border-radius: 0px;
        box-shadow: 0 0 0px #ccc inset;
        text-align: center;
      }

      #main_top .swiper-slide {
        text-align: center;
        display: flex;
        /* 내용을 중앙정렬 하기위해 flex 사용 */
        align-items: center;
        /* 위아래 기준 중앙정렬 */
        justify-content: center;
        /* 좌우 기준 중앙정렬 */
      }

      #main_top .swiper-slide img {
        width: 100%;
        box-shadow: 0 0 0px #555;
      }

      #main_top .swiper-button-next,
      .swiper-container-rtl .swiper-button-prev {
        background-image: url(<?php echo G5_THEME_IMG_URL; ?>/bx_right.svg);
        right: 120px;
        left: auto;
        z-index: 9999;
      }

      #main_top .swiper-button-prev,
      .swiper-container-rtl .swiper-button-next {
        background-image: url(<?php echo G5_THEME_IMG_URL; ?>/bx_left.svg);
        left: 120px;
        right: auto;
        z-index: 9999;
      }

      #main_top .swiper-pagination-bullet-active {
        opacity: 1;
        background: #262262;
      }


      @media screen and (max-width : 768px) {

      }
      @media screen and (max-width : 968px) {
        #mobile_main_visual .swiper-pagination-bullet-active {
          opacity: 1;
          background: #262262;
        }
  
      }

.margin_left {
  margin-left: 12%;
}

.license_img_bg {
  position: relative;
  z-index: 999999;
}
.license_img {
    width: 30vw;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999999;
    transform: translate(-112%, 60%);
    opacity: 0;
}
.license_img.fade_up {
  animation: smallfadeInDown 1s 1s forwards;
}

/* sub0102 */
.tabWrap {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #d7d7d7;
}
.tabWrap::after {
  clear: both;
  content: "";
  display: block;
}
.tab_tt {
  position: relative;
  margin: 0 auto;
  width: 1500px;
}
.tab_tt::after {
  clear: both;
  content: "";
  display: block;
}
.tab_tt ul {
  width: 100%;
}
.tab_tt ul li {
  height: 59px;
  text-align: center;
  position: relative;
  float: left;
  width: 14%;
}
.tab_tt ul li.active a p {
  color: #fff;
  background: #01a1dd;
  transition: 1s;
}
.tab_tt ul li::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #01a1dd;
  transition: 1s;
  z-index: 1;
}
.tab_tt ul li a p {
  line-height: 60px;
}
.tab_title {
  font-weight: 600;
  font-size: 1rem;
  color: #777;
  transform: skew(-0.05deg);
  transition: .3s;
}

/* sub0102 / */

#move_nav_mobile ul {
  padding: 30px 5px;
  margin: 0 auto;
}
#move_nav_mobile ul li {
  display: flex;
  width: 100%;
  justify-content: center;
}
#move_nav_mobile ul li a:nth-child(1) {
  margin: 5px;
  opacity: 0.7;
  transition: 0.5s;
}
#move_nav_mobile ul li a:nth-child(2) {
  margin: 5px;
  opacity: 0.7;
  transition: 0.5s;
}
#move_nav_mobile ul li a:hover {
  opacity: 1;
  transition: 0.5s;
}

/* sub0201 */
.main-bn {
  width:100%;
  height:90vh;
  position:relative;
}

.main-bn > .slider > .slides > .bn {
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  opacity:0;
  visibility:hidden;
  transition:opacity 1s, visibility 1s;
}

.main-bn > .slider > .slides > .bn.active {
  opacity:1;
  visibility:visible;
}

/* 메인 배너 내부 텍스트 */
.main-bn > .slider > .slides > .bn > .inner-txt {
  width:700px;
  height:350px;
  background-color:rgba(0,0,0,.6);
  position:absolute;
  left:90px;
  bottom:290px;
  color:#000;
  box-sizing:border-box;
  padding:55px 0 0 50px;
  letter-spacing:0.05rem;
}

.main-bn > .slider > .slides > .bn > .inner-txt > .tt {
  font-size:60px;
}

.main-bn > .slider > .slides > .bn > .inner-txt > .st {
  font-size:24px;
  margin-left:28px;
}

.main-bn > .slider > .slides > .bn > .inner-txt > p {
  font-size:18px;
  margin:45px 0;
}

.main-bn > .slider > .slides > .bn > .inner-txt > span {
  position:absolute;
  top:-40px;
  left:10px;
  font-size:28px;
}

/* 자세히 보기 및 예약하기 */
.main-bn > .slider > .slides > .bn > .inner-txt > div {
  width:130px;
  height:45px;
  text-align:center;
}

.main-bn > .slider > .slides > .bn > .inner-txt > .view {
  background-color:#292929;
  margin-right:27px;
}

.main-bn > .slider > .slides > .bn > .inner-txt > .reserve {
  background-color:#a50000;
}


.main-bn > .slider > .slides > .bn > .inner-txt > div > a {
  display:block;
  line-height:45px;
  transition:color .3s;
}

.main-bn > .slider > .slides > .bn > .inner-txt > div > a:hover {
  color:#afafaf;
}

/* 슬라이더 페이지 버튼 */
.main-bn > .slider > .page-btns {
  position:absolute;
  left:680px;
  bottom: 140px;
}

.main-bn > .slider > .page-btns > .page-btn {
  color:#000;
  display:inline-block;
  cursor:pointer;
border: none;
background: none;
margin: -8px 1px 0 1px;
}

.main-bn > .slider > .page-btns > .next-btn {
  margin-left:60px;
}

.main-bn > .slider > .page-btns > .page-btn > p {
  display:block;
  font-size:20px;
}

/* 슬라이더 페이지 번호 */
.main-bn > .slider > .page-btns > .page-no {
  position:absolute;
  top:-3px;
  left:50%;
  transform:translateX(-50%);
}

.main-bn > .slider > .page-btns > .page-no > span {
  display:inline-block;
  color:#000;
  font-size:18px;
}
.main-bn > .slider > .page-btns > .page-no > .total-slide-no,  .main-bn > .slider > .page-btns > .page-no > .slash {
color: #9c9c9c !important;
}
.main-bn > .slider > .page-btns > .page-no > .slash {
padding: 0 0.5rem;
}
/* mobile Slide */
.main-bn2 {
  width:100%;
  height:15vw;
  position:relative;
}

.main-bn2 > .slider > .slides > .bn {
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  opacity:0;
  visibility:hidden;
  transition:opacity 1s, visibility 1s;
}

.main-bn2 > .slider > .slides > .bn.active {
  opacity:1;
  visibility:visible;
}

/* 메인 배너 내부 텍스트 */
.main-bn2 > .slider > .slides > .bn > .inner-txt {
  width:700px;
  height:350px;
  background-color:rgba(0,0,0,.6);
  position:absolute;
  left:90px;
  bottom:290px;
  color:#000;
  box-sizing:border-box;
  padding:55px 0 0 50px;
  letter-spacing:0.05rem;
}

.main-bn2 > .slider > .slides > .bn > .inner-txt > .tt {
  font-size:60px;
}

.main-bn2 > .slider > .slides > .bn > .inner-txt > .st {
  font-size:24px;
  margin-left:28px;
}

.main-bn2 > .slider > .slides > .bn > .inner-txt > p {
  font-size:18px;
  margin:45px 0;
}

.main-bn2 > .slider > .slides > .bn > .inner-txt > span {
  position:absolute;
  top:-40px;
  left:10px;
  font-size:28px;
}
/* sub02 / */

/* sub04 */
.sub04_01 {
  text-align: center;
}
.sub0401_bg, .sub0402_bg, .sub0402_05_bg, .sub0403_bg{ 
  position: relative;
}
.sub0401_icon, .sub0402_icon, .sub0403_icon{
  position: absolute;
  bottom: 14%;
  left: 65%;
  transform: translate(-78%, -200%);
  opacity: 0;
  width: 60%;
}
.sub0402_icon, .sub0403_icon{
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-78%, -200%);
  opacity: 0;
  width: 43%;
}
.sub0402_05_icon {
  position: absolute;
  bottom: 14.5%;
  left: 50%;
  transform: translate(-78%, -200%);
  opacity: 0;
  width: 43%;
}
.sub0401_icon.fade_up, .sub0402_icon.fade_up, .sub0402_05_icon.fade_up, .sub0403_icon.fade_up{
  animation: sub0301fadeInDown 1.5s 1.5s forwards;
}

/* sub04 끝 */

/* sub06 */
.sub06_04 {
  text-align: center;
}

.sub0602_bg, .sub0603_bg, .sub0604_bg{ 
  position: relative;
}
.sub0602_icon{
  position: absolute;
  bottom: 18%;
  left: 57%;
  transform: translate(-78%, -200%);
  opacity: 0;
  width: 50%;
}
.sub0603_icon, .sub0604_icon{
  position: absolute;
  bottom: 7%;
  left: 58%;
  transform: translate(-78%, -200%);
  opacity: 0;
  width: 50%;
}
.sub0602_icon.fade_up, .sub0603_icon.fade_up, .sub0604_icon.fade_up{
  animation: sub0301fadeInDown 1.5s 1.5s forwards;
}

/* sub06 끝 */

/* 동영상 삽입 */
.video-wrap{
	position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.video-wrap iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 비급여 수가 버튼 추가 */

.price_title {
  font-size: 3rem;
  text-align: center;
  margin: 3rem auto 4rem;
  font-weight: 900;
  color: #171c60;
}
.price_wrap {
  width: 80%;
  margin:  0 auto 4rem;
}