@charset "utf-8";

@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');
 }

@font-face { font-family: 'GmarketSansBold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'GmarketSansMedium'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'GmarketSansLight'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.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:noto sans kr, dotum, sans-serif; color:#222; height:100%; font-weight:300; font-size:0.85em;  }
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: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:noto sans kr, 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_only { display:block !important }
.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 }
.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:1200px; margin:0 auto; position:relative }

#header {margin-top:-100px; height:100px; position:fixed; width:100%; z-index:100; color:#fff; background:#fff; transition:all .3s }
#header a {  }
#header h1 { float:left; background-image:url(../img/ci.png); font-size:0; width:284px; height:73px; margin-top:15px;}
#header h1 a { width:284px; height:73px; background-size:100%;display:inline-block;}
#header .gnb { float:right; margin:25px 40px 0 30px }
#header .gnb .depth1 {font-family: 'GmarketSansMedium'; float:left; padding:0 0px; width:180px; position:relative }
#header .gnb .depth1:nth-child(2) {width:160px;}
#header .gnb .depth1:nth-child(3) {width:190px;}
#header .gnb .depth1 > a {color:#000; display:inline-block; height:45px; line-height:45px; font-size:22px; letter-spacing:-1px;}
#header .gnb .depth1 ul { padding-top:0; transition:all .3s; height:0; overflow:hidden }
#header .gnb .depth2 > a { display:inline-block; font-weight:400; font-size:1.05em; line-height:1.4; padding:7px 0;letter-spacing:-1px; }
#header .btn_user { float:right; margin:35px 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.9em; padding:0 12px; text-transform:uppercase; letter-spacing:.5px; margin-left:-1px; text-align:center; margin-top:-1px; color:rgba(0,0,0,0.5); background:#fff }
#header .user a:hover { color:#222 }
#header .user.on { opacity:1 }
#header .user.on a { height:40px }
#header .gnb .depth1 > a:before { background:#518acd; margin-top:50px; content:""; height:3px; left:0px; position: absolute; width:0%; transition:0.3s; }
#header .gnb .depth1:hover > a:before { width:50px; }

#header.down { background:#fff; height:350px }
#header.down a { color:rgba(0,0,0,0.7) }
#header.down h1 a { background-position:0 -65px }
#header.down .gnb .depth1 { overflow:hidden }
#header.down .gnb .depth1 > a { margin-bottom:25px; color:#333; }
#header.down .gnb .depth1:hover > a { color:rgba(0,0,0,1) }
#header.down .gnb .depth1 ul { height:auto; overflow:visible  }
#header.down .gnb .depth2 > a:hover { color:#518acd }

#header.on { background:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.2) }
#header.on a { color:#333;}
#header.on h1 a { background-position:0 -65px }

#footer { padding:40px 0; margin:0px 0 0 0; background:#fff; border-top:1px solid #e7e7e7; }
#footer h1 { float:left }
#footer h1 a { text-indent:-9000px; font-size:0; width:284px; height:73px; background-image:url(../img/ci.png); background-position:0 29px; display:block; overflow:hidden; background-size:100% }
#footer nav { position:absolute; right:0; top:0 }
#footer nav li { float:left; margin:0 0 0 17px; }
#footer .f_left { margin:0 0 0 0px; color:#666;}
#footer dt, #footer dd { display:inline-block }
#footer dd { margin:0 20px 0 5px }
#footer .copyright { margin:10px 0 0 0 }
#footer #top_btn { border:0; background:rgba(0,0,0,0.5); font-size:30px; color:#fff; right:30px; bottom:30px }
#footer #top_btn:hover { background:rgba(0,0,0,1) }
#footer #top_btn i { vertical-align:2px }

#main_visual {margin-top:100px; height:calc(510px); text-align:center; color:#fff; font-family:nanumsquare; position:relative; z-index:1 }
#main_visual .bx-wrapper { border:0; box-shadow:none; background:transparent; height:100%; margin-bottom:0 }
#main_visual .bx-viewport { height:100% !important }
#main_visual .bx-pager {  }
#main_visual .slider { height:100% }
#main_visual .roll { background-size:cover; height:100%; background-position:center; }
#main_visual .roll_txt {width:1200px; margin:0 auto; text-align:left;}

#main_visual .roll01 { background-image:url(../img/visual01.jpg) }
#main_visual .roll02 { background-image:url(../img/visual02.jpg) }
#main_visual .roll03 { background-image:url(../img/visual03.jpg) }

#main_visual h2 {font-family: 'GmarketSansBold';  line-height:1.2; margin:25vh 0 0 0; letter-spacing:-1px; font-size:35px;  animation:up .5s .8s forwards; opacity:0 }
#main_visual hr { display:inline-block; width:59px; height:2px; background:#fff; margin:36px 0 0 0; animation:scale .5s 1s forwards; opacity:0 }
#main_visual p {font-family: 'GmarketSansMedium'; text-transform: uppercase; letter-spacing:-1px; font-size:30px; line-height:1.4; margin:0px 0 0 0; animation:down .5s 1.4s forwards; opacity:0 }


#main_visual .btn_more { display:inline-block; margin:36px 0 0 0; text-indent:-9000px; font-size:0; width:33px; height:33px; border:1px solid #fff; border-radius:50%; background:url(../img/btn_more.png) no-repeat center; opacity:0; animation:opacity .5s 1.8s forwards }
#main_visual .btn_more:hover { transform:rotate(-90deg); background-color:#000; border-color:#000 }
#main_visual .bx-controls {display:none; position:absolute; bottom:20px; width:100%; text-align:center; z-index:100 }
#main_visual .bx-controls-direction { display:none }
#main_visual .bx-pager { display:inline-block; vertical-align:middle }
#main_visual .bx-pager > div { display:inline-block; }
#main_visual .bx-pager a { text-indent:-9000px; font-size:0; display:inline-block; width:20px; height:20px; border:2px solid #fff; border-radius:50%; margin:0 3px }
#main_visual .bx-pager a.active { background:#fff }
#main_visual .bx-controls-auto { display:inline-block; vertical-align:middle }
#main_visual .bx-controls-auto > div { display:inline-block }
#main_visual .bx-controls-auto a { display:inline-block; height:20px; width:20px; color:#fff; text-indent:-9000px; font-size:0; background-position:center; background-repeat:no-repeat; margin:0 5px }
#main_visual .bx-controls-auto a.bx-start { background-image:url(../img/btn_play.png) }
#main_visual .bx-controls-auto a.bx-stop { background-image:url(../img/btn_pause.png) }
#main_visual .bx-controls-auto a.active { display:none }



.main_slide { position: relative; padding:50px 0 0px; }
.slide_title {text-align:center; padding-bottom:50px;}
.main_slide h3 {font-size:13px; color:rgba(126,199,236,0.4); font-family: 'GmarketSansMedium'; letter-spacing:3px;}
.main_slide h4 {font-size:25px; color:#7ec7ec; font-family: 'GmarketSansMedium'; letter-spacing:-1px;}
.main_slide h4 span {font-family: 'GmarketSansBold';}
.main_slide > img { display: block; margin: 0 auto; }
.main_slide .txt-box { text-align:left; position: absolute; width: 46%; bottom: 0; right: 0; padding:0; z-index: 10; background:rgba(255,255,255,0.85); } 
.main_slide .txt-box > .number { display:block; font-size:33px; font-family: 'GmarketSansBold'; color:#7ec7ec; padding:30px 40px 0; }
.main_slide .txt-box > .tit { display: block; font-size:22px; color:#303030; font-family: 'GmarketSansBold'; padding: 0px 40px 10px; } 
.main_slide .txt-box > p { font-size:15px; font-weight:500; color:#303030; padding: 0px 38px 30px; letter-spacing:-1px; }
.main_slide .txt-box > p > span { display:block; line-height:20px; }
.main_slide .txt-box > .a-box { text-align:right;  height:85px; }
.main_slide .txt-box > .a-box a { display:inline-block; width:85px; height:85px; }
.main_slide .txt-box a.prev { background: url('/theme/inet/img/ico_prev.png')no-repeat center center; }
.main_slide .txt-box a.next { background: url('/theme/inet/img/ico_next.png')no-repeat center center; }
.main_slide .txt-box .pc { display:block; }
.main_slide .txt-box .mobile { display:none; }

.main_slide .slick-slide .txt-box { opacity: 0; }
.main_slide .slick-current .txt-box { opacity: 1; }

.slider { width: 100%; margin: 0px auto; }
.slick-list { padding: 0px 340px !important; } 
.slick-slide { position: relative !important; margin: 0px 30px; height:auto; }
.slick-slide > div > div { display:block !important;  background-repeat: no-repeat; background-position: center center; padding-bottom: 58%; }
.slick-prev:before,
.slick-next:before { color: black; }
.slick-slide { transition: all ease-in-out .3s; opacity: 1; }
.slick-active { opacity: 1; }
.slick-current { opacity: 1; }
.slick-slide .caption { position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1; }
.slick-active .caption { display:none; }

@media all and (max-width:1900px) {
	.slick-list { padding: 0px 500px !important; } 
	.slick-slide > div > div { background-position: left center; background-size:100% 100%; }
	.main_slide .txt-box > p { word-break: keep-all; }
	.main_slide .txt-box > p > span { display: inline; }
}
@media all and (max-width:1600px) {
	.main_slide .txt-box > p { font-size: 15px; padding: 0px 40px 70px; }
	.main_slide .txt-box > .a-box { position: absolute; bottom: 0; width: 100%; height: 60px; }
	.main_slide .txt-box > .a-box a { width: 60px; height: 60px; }
	.slick-list { padding: 0px 200px !important; } 
	.slick-slide > div > div { background-position: left center; background-size:auto 100%; }

}
@media all and (max-width:1400px) {

	.slick-list { padding: 0px 300px !important; } 
}
@media all and (max-width:1199px) {
	.main_slide .txt-box > .number { font-size: 33px; }
	.main_slide .txt-box > .tit { font-size: 20px; }
	.main_slide .txt-box > p { font-size: 18px; padding: 0px 40px 70px; }
	.main_slide .txt-box > p > span { display: inline; line-height:28px; }
	.main_slide .txt-box > .a-box { position: absolute; bottom: 0; width: 100%; height: 55px; }
	.main_slide .txt-box > .a-box a { width: 55px; height: 55px; }
	.slick-list { padding: 0px 0px !important; } 
	
}
@media all and (max-width:991px) {
	.main_slide > img { display:none; }
	.main_slide .txt-box { height:100%; }
	.main_slide .txt-box > .tit { font-size: 25px; }
	.main_slide .txt-box > .number { font-size: 50px; padding: 10px 40px 0; }
	.main_slide .txt-box > .tit { font-size: 28px; font-weight: 700; padding: 0px 40px 10px; }
	.main_slide .txt-box > .a-box { position: absolute; bottom: 0; width: 100%; height: 60px; }
	.main_slide .txt-box > .a-box a { width: 60px; height: 60px; }
	.main_slide .txt-box > p { font-size: 18px; }
	.main_slide .txt-box > p > span { display:inline; line-height: 28px; }

	.slick-list { padding: 0px 0px !important; } 
	.slick-slide > div > div { background-position: left center; background-size:auto 100%; }
}
@media all and (max-width:768px) {
	.main_slide { padding: 30px 0 0; }
	.slide_title {padding-bottom:30px;}
	.main_slide h3 {font-size:11px;}
	.main_slide h4 {font-size:25px; }
	.main_slide::before { display:none; }
	.main_slide .txt-box { width: 100%; height:80px; }
	.main_slide .txt-box > p, .main_slide .txt-box > .a-box { display:none; }
	.main_slide .txt-box .pc { display:none; }
	.main_slide .txt-box .mobile { display:block; font-size:20px; color:#7ec7ec;}
	.main_slide .txt-box .mobile i { font-size:20px; color:#7ec7ec;}
	.main_slide .txt-box > .number { display: inline-block; font-size: 26px; padding: 0px 20px 0 15px; height:80px; line-height: 80px; }
	.main_slide .txt-box > .tit { display: inline-block; font-size: 20px; padding: 0; height:80px; line-height: 80px; }
	.main_slide .txt-box .mobile, .main_slide .txt-box > p > a { float: right; display: inline-block; height:80px; line-height: 80px; font-size:14px; color:#666; }

	.slick-slide { margin: 0px 0px; }
	.slick-list { padding: 0px 0px !important; } 
	.slick-slide > div > div { display:block !important;  background-repeat: no-repeat; background-position: left center; background-size:auto 80%; padding-bottom: 300px; }

}

@media all and (max-width:480px) {
	.main_slide .txt-box { width: 100%; height:70px; }
	.main_slide .txt-box > .number, .main_slide .txt-box .mobile, .main_slide .txt-box > p > a, .main_slide .txt-box > .tit { height:70px; line-height: 70px; }
}


#main_contents { position:relative; margin-top:40px; margin-bottom:40px; padding:60px 0; background:url(../img/bbs_bg.jpg) center top no-repeat;}

.main_bbs { width:33%; float:left }
.main_bbs h2 {float:left; font-family: 'GmarketSansMedium';  font-size:25px; letter-spacing:-1px; line-height:1; padding:0 0 15px }
.main_bbs h2 span { font-family: 'GmarketSansBold';  color:#f9c53e}

.main_online { width:33%; float:left }
.main_online h2 {float:left; font-family: 'GmarketSansMedium';  font-size:25px;  letter-spacing:-1px; line-height:1;padding:0 0 15px }
.main_online h2 span { font-family: 'GmarketSansBold';  color:#f9c53e}

.pic_li_lt { float:none; padding:0; width:100%; position:static }
.pic_li_lt .lat_title { display:none }
.pic_li_lt li { position:relative; padding:0 3px; margin:0 }
.pic_li_lt li:first-child .lt_img { display:none }
.pic_li_lt li .pic_li_tit { font-weight:400; font-size:15px; vertical-align:top; width:calc(100% - 10px); padding:10px 15px; margin-bottom:3px; background:#fff; border:1px solid #e2e2e2; }
.pic_li_lt li .pic_li_tit:hover { padding-left:15px; color:#166eb2 }
.pic_li_lt .lt_info .lt_nick { display:none }
.pic_li_lt .lt_info { display:inline-block }
.pic_li_lt .lt_info .lt_date { position:absolute; top:10px; right:3px; width:60px; text-align:right }
.pic_li_lt .lt_more {padding-left:5px; top:0px; font-size:22px; color:#f9c53e;}
.pic_li_lt .lt_more:hover { transform:rotate(-90deg) }
.pic_li_lt .empty_li { line-height:200px }

.main_cs { width:33%; float:right; position:relative;  }
.main_cs ul li {border-radius:10px; overflow:hidden; width:285px;  padding:22px 20px; margin-bottom:20px;}
.main_cs ul li span {float:left; }
.main_cs ul li dl {float:left; padding:0 10px;}
.main_cs ul li dt {  font-family: 'GmarketSansBold'; font-size:24px;}
.main_cs ul li dd {font-size:15px; font-weight:500; letter-spacing:-.5px;}
.main_cs ul li p {float:right; padding-top:5px;}

.kakao {background:#ffe900;}
.main_cs ul li.kakao dt {color:#232323;}
.main_cs ul li.kakao dd {color:#5c5c5c;}
.main_cs ul li.kakao p {color:#f9c53e; font-size:25px;}

.blog {background:#46c53b;}
.main_cs ul li.blog dt {color:#fff;}
.main_cs ul li.blog dd {color:#fff;}
.main_cs ul li.blog p {color:#fff; font-size:25px;}

@media all and (max-width:640px) {
	#main_contents {padding:30px 20px; margin-bottom:0px; background:url(../img/bbs_bg.jpg) left top no-repeat;}
	.main_bbs h2 { font-size:23px;}
	.main_online { width:100%; float:none; margin-top:20px;}
	.main_online h2 { font-size:23px;}

	.main_cs ul li {width:100%; }
}


.main_customer {overflow:hidden; margin-bottom:40px;}
.main_customer .info_box {float:left; width:75%;  font-size:0;}
.main_customer .info_box .box {display:inline-block; vertical-align:top; width:33.3333%; height:378px; padding:20px 20px; box-sizing:border-box; }
.main_customer .info_box .box h4 {padding:30px 0; font-family: 'GmarketSansbold'; font-size:25px; color:#fff; letter-spacing:-0.025em; }
.main_customer .info_box .box p {font-size:0; letter-spacing:-4px; margin-bottom:8px; }
.main_customer .info_box .box p b {white-space: pre; font-family: 'GmarketSansMedium'; display:inline-block; vertical-align:top; width:90px; height:34px; border:1px solid #fff; box-sizing:border-box; font-size:15px; color:#fff; border-radius:50px; letter-spacing:-0.025em; line-height:32px; text-align:center;}
.main_customer .info_box .box p span { font-family: 'GmarketSansMedium'; display:inline-block; vertical-align:top; width:calc(100% - 90px); padding-left:10px; font-size:17px; color:#fff; letter-spacing:-1px; box-sizing:border-box; padding-top:5px; }
.main_customer .info_box .box p span i {font-family: 'GmarketSansLight'; font-size:13px; font-style:normal; display:block;}
.main_customer .info_box .box p.desc { font-family: 'GmarketSansLight'; font-size:12px; color:#fff; letter-spacing:-1px; padding-top:10px; }
.main_customer .info_box .box p.call_number {font-size:32px; font-family: 'GmarketSansbold'; color:#fff; letter-spacing:-1px;}
.main_customer .info_box .box p.call_txt {font-size:18px; font-family: 'GmarketSansLight'; color:#fff; letter-spacing:-.5px; padding-left:155px; margin-top:-10px;}

.main_customer .info_box .box ul {border-top:1px solid #fad268; margin-top:0px; text-align:center;}
.main_customer .info_box .box ul h3 {font-size:25px; font-family: 'GmarketSansbold'; color:#fff; letter-spacing:-0.5px; padding-top:20px;}
.main_customer .info_box .box ul li {font-size:17px; font-family: 'GmarketSansMedium'; color:#fff; letter-spacing:-1px; line-height:22px; padding-top:10px;}
.main_customer .info_box .box ul dl dd {font-size:16px; font-family: 'GmarketSansMedium'; color:#fff; letter-spacing:-1px; line-height:22px; text-align:left;}
.main_customer .info_box .box ul dl {margin-top:20px;}
.main_customer .info_box .box ul dl dd:before {content: ""; position:absolute; width:4px; height:4px; background:#ff9000; text-align:left; margin-left:-10px; margin-top:7px;}

.main_customer .map_box {float:right; width:25%; height:378px; box-sizing:border-box;}
.main_customer .map_box .root_daum_roughmap_landing {width:100%; height:100%; }


.main_customer .blue {background:#7ec7ec;}
.main_customer .green {background:#a1c542;}
.main_customer .yellow {background:#f9c53e;}


@media all and (max-width:1200px){
	.main_customer .info_box {float:none; width:100%; }
	
	.main_customer .info_box .box.type02 {border:0 none; border-top:1px solid #586064; border-bottom:1px solid #586064; }
	.main_customer .info_box .box:last-of-type {padding-bottom:0; }
	.main_customer .info_box .box:first-of-type {padding-top:0; }
	.main_customer .map_box {float:none; width:100%;}
}

@media all and (max-width:1000px){
	.main_customer .info_box {float:none; width:100%; }
	.main_customer .info_box .box h4 { font-size:20px;}
	.main_customer .info_box .box p b {font-size:13px; width:70px; }
	.main_customer .info_box .box p span {font-size:12px;}
	.main_customer .info_box .box.type02 {border:0 none; border-top:1px solid #586064; border-bottom:1px solid #586064; }
	.main_customer .info_box .box p.call_number {font-size:25px; }
	.main_customer .info_box .box p.call_txt {font-size:14px;padding-left:115px; margin-top:-10px;}
	.main_customer .info_box .box:last-of-type {padding-bottom:0; }
	.main_customer .info_box .box:first-of-type {padding-top:0; }
	.main_customer .info_box .box ul h3 {font-size:20px;}
	.main_customer .info_box .box ul dl dd {font-size:13px;}
	.main_customer .info_box .box ul li {font-size:13px;line-height:15px;}

	.main_customer .map_box {float:none; width:100%;}
}

@media all and (max-width:750px){
	.main_customer {margin-bottom:0px;}
	.main_customer .info_box .box {display:block; max-width:500px; width:100%; margin:0 auto; padding:30px 20px;  height:auto;}
	.main_customer .info_box .tit_box {border-radius:80px; }
	.main_customer .info_box .tit_box h3 {display:block; padding-right:0; }
	.main_customer .info_box .tit_box h3:before {display:none; }
	.main_customer .info_box .tit_box p {padding-left:0; }
	.main_customer .info_box .box ul {padding-bottom:30px;}
	.main_customer .info_box .box p b {font-size:15px; width:90px; }
	.main_customer .info_box .box p span {font-size:15px;}
}

.w1200 {width:1200px; margin:0 auto;}

@media screen and (max-width:1150px) {
	.w1200 {width:100%;}
}

.pc_only { display:block !important }

#sub_visual {margin-top:100px; height:217px; background-position:center; background-size:cover; background-color:#000; }
#sub_visual h2 {font-family: 'GmarketSansBold'; text-align:center; font-size:30px;letter-spacing:-.5px; color:#fff; padding:10px 0 0 0; text-transform:uppercase; position:relative; line-height:1; animation:up .5s .2s forwards; opacity:0 }
#sub_visual p { font-family: 'GmarketSansLight';text-align:center; font-size:13px; letter-spacing:3px; color:#fff; padding:90px 0 0 0; text-transform:uppercase; position:relative; line-height:1; animation:up .5s .2s forwards; opacity:0 }

#contents { margin:0px 0 0 0 }
#contents p { word-break:keep-all }

#left_area { float:none; width:100%; margin-top:0px; border-bottom:1px solid #eee; }
.left_snb {text-align:center; }
.left_snb h2 {background:#4cc4cd; color:#fff; font-size:1.7em; text-align:center; line-height:1;  text-transform:uppercase; font-weight:600; position:relative;  border-bottom:0px solid #5ac9d1; }
.left_snb li {font-family: 'GmarketSansMedium'; display:inline-block;width: calc(100% /5 - 10px); text-align:center; }
.left_snb li a {color:#7d7d7d; display:block; padding:30px 7px; font-size:18px; position:relative; letter-spacing:-1px}
.left_snb ul li a:before {content:''; position:absolute; right:0; top:50%; width:2px; height:12px; background-color:#eeeeee; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); }
.left_snb ul li:last-of-type a:before {display:none; }
.left_snb li:hover a:after { width:10px; }
.left_snb li:hover a { color:#7ec7ec;}
.left_snb li.on a { border-bottom:3px solid #7ec7ec; color:#7ec7ec;}


.left_cs { margin-top:28px }
.left_cs h2 {letter-spacing:-1px; font-weight:700; font-size:1.8em; line-height:1; margin:0 0 15px; border-bottom:1px solid #666; padding-bottom:15px }
.left_cs .tel {font-family: 'GmarketSansBold'; font-weight:700; color:#2d3691; font-size:1.5em; padding-left:3px }
.left_cs .time { font-weight:500; padding-left:3px }
.left_cs .info { padding-left:3px; line-height:1; margin-top:7px }
.left_cs dl { margin-top:13px; padding-left:3px }
.left_cs dt, .left_cs dd { font-family: 'GmarketSansMedium'; color:#686868; display:inline-block; margin:2px 0 }
.left_cs dt { width:18px }
.left_cs dd { width:calc(100% - 23px); font-weight:400; color:#666 }
.left_cs .banner { margin-top:15px }
.left_cs .banner li { float:left; width:50%; margin-left:-1px }
.left_cs .banner li a { display:block; padding:20px 0; line-height:1.3; font-weight:400; font-size:1.1em; text-align:center; border:1px solid #e0e0e0;  }
.left_cs .banner li a i { display:block; font-size:1.36em; margin:0 0 8px }
.left_cs .banner li a:hover { background:#54585d; color:#fff; border-color:#54585d; position:relative; z-index:1 }

#right_area { float:none; width:100%; margin-top: 0px; }
.container_title { font-family: 'GmarketSansMedium'; text-align:center;  font-size:33px; line-height:1; color:#282828; letter-spacing:-1.5px; font-weight:500; margin:50px 0 20px 0 }

/* 그누보드 수정 */
#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 }

.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 }
#bo_v iframe { max-width: 100%; }

/* 서브 상단 이미지 */
#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/sub06_top.png) }
#sub_visual.sub70 { background-image:url(../img/sub07_top.png) }


h3.common_tit {font-family: 'GmarketSansMedium'; text-align:center; font-size: 20px;color: #717171;line-height: 1.2; letter-spacing:-1px;}

span.blue {color:#3b99cc;}
span.pink {color:#ef98c2;}
span.green {color:#9bd042;}

.doctor_con{margin-top: 0px; }
.doctor_con ul{margin: 70px 0 30px;}
.doctor_con li{overflow:hidden;}
.doctor_con li > div{float: left;width: 50%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.doctor_con li:nth-of-type(2n) > div{float: right;}
.doctor_con .img{}
.doctor_con .img img{width: 100%;}
.doctor_con .txt{ transform: rotate(-0.03deg); padding: 30px 50px;}
.doctor_con .txt h4{font-family: 'GmarketSansBold'; font-size: 20px;color: #f9c53e;line-height: 1.2;}
.doctor_con .txt p{margin-top: 20px;font-size: 15px;color: #6d6d6d;font-weight: 400;line-height: 25px;letter-spacing: -1px;-ms-word-break: keep-all;word-break: keep-all;}

.doctor_con .txt dl {margin-top:10px; background:#fafafa; border-radius:5px; padding:20px;}
.doctor_con .txt dl dt {font-size:18px; font-weight:600; padding-bottom:5px;}
.doctor_con .txt dl dd {font-size:14px; font-weight:400; color: #6d6d6d; margin-left:10px;}
.doctor_con .txt dl dd:before {content: ""; position:absolute; width:3px; height:3px; background:#f9c53e; text-align:left; margin-left:-10px; margin-top:10px;}

@media all and (max-width:1200px){
	.doctor_con li + li{margin-top: 40px;}
	.doctor_con li > div{width: 100%;height: auto;}
	.doctor_con li > div,
	.doctor_con li:nth-of-type(2n) > div{float:none;}
	.doctor_con .txt{width: 90%;margin: -100px auto 0;border-bottom: 2px solid #7ec7ec;position:relative;background-color: #fff;}
}

@media all and (max-width:640px){
	h3.common_tit {font-size: 15px; padding:0 40px;}

	.doctor_con{margin-top: 9.375vw;}
	.doctor_con ul{margin: 6.25vw 0 23.4375vw;}
	.doctor_con li + li{margin-top: 6.25vw;}
	.doctor_con .txt{padding: 12.5vw 7.8125vw; margin: -40px auto 0;}
	.doctor_con .txt h4{font-size:18px;}
	.doctor_con .txt p{font-size: 13px;line-height:20px;}
}



.sub_customer {overflow:hidden; margin-bottom:40px;}
.sub_customer .info_box { font-size:0;}
.sub_customer .info_box .box {display:inline-block; vertical-align:top; width:33.3333%; height:378px; padding:20px 20px; box-sizing:border-box; }
.sub_customer .info_box .box h4 {padding:30px 0; font-family: 'GmarketSansbold'; font-size:25px; color:#fff; letter-spacing:-0.025em; }
.sub_customer .info_box .box p {font-size:0; letter-spacing:-4px; margin-bottom:8px; }
.sub_customer .info_box .box p b {white-space: pre; font-family: 'GmarketSansMedium'; display:inline-block; vertical-align:top; width:90px; height:34px; border:1px solid #fff; box-sizing:border-box; font-size:15px; color:#fff; border-radius:50px; letter-spacing:-0.025em; line-height:32px; text-align:center;}
.sub_customer .info_box .box p span { font-family: 'GmarketSansMedium'; display:inline-block; vertical-align:top; width:calc(100% - 90px); padding-left:10px; font-size:17px; color:#fff; letter-spacing:-1px; box-sizing:border-box; padding-top:5px; }
.sub_customer .info_box .box p span i {font-family: 'GmarketSansLight'; font-size:13px; font-style:normal; display:block;}
.sub_customer .info_box .box p.desc { font-family: 'GmarketSansLight'; font-size:12px; color:#fff; letter-spacing:-1px; padding-top:10px; }
.sub_customer .info_box .box p.call_number {font-size:32px; font-family: 'GmarketSansbold'; color:#fff; letter-spacing:-1px; text-align:center;}
.sub_customer .info_box .box p.call_txt {font-size:18px; font-family: 'GmarketSansLight'; color:#fff; letter-spacing:-.5px; padding-left:200px; margin-top:-10px;}
.sub_customer .info_box .box p.call_txt2 {font-size:16px; font-family: 'GmarketSansMedium'; color:#fff; letter-spacing:-.5px; text-align:center; margin-top:20px;}

.sub_customer .info_box .box ul {border-top:1px solid #fad268; margin-top:0px; text-align:center;}
.sub_customer .info_box .box ul h3 {font-size:25px; font-family: 'GmarketSansbold'; color:#fff; letter-spacing:-0.5px; padding-top:20px;}
.sub_customer .info_box .box ul li {font-size:17px; font-family: 'GmarketSansMedium'; color:#fff; letter-spacing:-1px; line-height:22px; padding-top:10px;}
.sub_customer .info_box .box ul dl dd {font-size:16px; font-family: 'GmarketSansMedium'; color:#fff; letter-spacing:-1px; line-height:22px; text-align:left;}
.sub_customer .info_box .box ul dl {margin-top:20px;}
.sub_customer .info_box .box ul dl dd:before {content: ""; position:absolute; width:4px; height:4px; background:#ff9000; text-align:left; margin-left:-10px; margin-top:7px;}

.sub_customer .blue {background:#7ec7ec;}
.sub_customer .green {background:#a1c542;}
.sub_customer .yellow {background:#f9c53e;}

@media all and (max-width:1200px){
	.sub_customer .info_box {width:calc(100% - 160px); }
}

@media all and (max-width:1100px){
	.sub_customer .info_box {float:none; width:100%; }
	.sub_customer .info_box .box {display:block; max-width:400px; width:100%; margin:0 auto; padding:30px 20px;  height:auto;}
	.sub_customer .info_box .box.type02 {border:0 none; border-top:1px solid #586064; border-bottom:1px solid #586064; }
	.sub_customer .info_box .box:last-of-type {padding-bottom:0; }
	.sub_customer .info_box .box:first-of-type {padding-top:0; }
	.sub_customer .map_box {float:none; width:100%;}
}
@media all and (max-width:1000px){
	.sub_customer {margin-bottom:0px;}
	.sub_customer .info_box .tit_box {border-radius:80px; }
	.sub_customer .info_box .tit_box h3 {display:block; padding-right:0; }
	.sub_customer .info_box .tit_box h3:before {display:none; }
	.sub_customer .info_box .tit_box p {padding-left:0; }
	.sub_customer .info_box .box ul {padding-bottom:30px;}
	.sub_customer .info_box .box p.call_txt {padding-left:170px; }
	.sub_customer .info_box .box p.call_txt2 {padding-bottom:50px;}

}



.subject_con {margin-top:30px; padding:60px 0 10px; background-color:#f7fafb; }
.subject_con .sub_tit {font-family: 'GmarketSansMedium'; text-align:center;  font-size:33px; line-height:1; color:#282828; letter-spacing:-1.5px; font-weight:500; margin:0px 0 20px 0}
.subject_con ul {margin:50px 0; font-size:0; letter-spacing:-4px; }
.subject_con ul li {position:relative; display:inline-block; vertical-align:top; width:calc(20% - 15px); min-height:180px; padding:55px 10px 0; margin-right:15px; border:1px solid #eeeeee; background-color:#fff; box-sizing:border-box; text-align:center; }
.subject_con ul li:nth-of-type(5) {margin-right:0; }
.subject_con ul li i {font-family: 'GmarketSansMedium'; position:absolute; left:50%; top:-18px; width:166px; height:37px; background-color:#3bbdf7; border-radius:40px; font-size:10px; font-weight:500; color:#ffffff; letter-spacing:0.2em; line-height:37px; font-style:normal; text-align:center; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); }
.subject_con ul li h5 {font-family: 'GmarketSansMedium'; margin:0; font-size:17px; color:#222222; letter-spacing:-0.05em; }
.subject_con ul li .hr {width:24px; height:1px; margin:15px auto; background-color:#a0a0a0; }
.subject_con ul li p {font-size:14px; font-weight:300; color:#666666; letter-spacing:-0.05em; line-height:30px; }

@media all and (max-width:800px){
	.subject_con ul li {width:100%; margin-right:0; margin-bottom:40px; }
	.subject_con .sub_tit { font-size:25px; }
}
@media all and (max-width:640px){
	.subject_con {padding:50px 0 0px; }
}	



.tour_con01 {padding:0px 0 50px; text-align:center;  font-size:0; letter-spacing:-4px;}
.tour_con01 .sub_desc {padding-bottom:45px; }
.tour_con01 .sub_desc b{font-size:34px;}
.tour_con01 .top_box{padding-top:35px;}
.tour_con01 .top_box:after{content:''; display:table; clear:both;}
.tour_con01 .left_box{float:right; width:100%;}
.tour_con01 .left_box .tour_slide{}
.tour_con01 .left_box .tour_slide .slick-slide{position:relative;}
.tour_con01 .left_box .tour_slide .slick-slide img{width:100%;}
.tour_con01 .left_box .tour_slide .slick-slide .text{position:absolute; left:0; bottom:0; width:100%; font-size:20px; font-weight:normal; letter-spacing:-0.05em; color:#222222; text-align:center; background:rgba(255,255,255,0.8); padding:25px 0;}
.tour_con01 .right_box{float:right; width:240px; box-sizing:border-box; padding-left:20px;}
.tour_con01 .right_box ul{}
.tour_con01 .right_box ul li{box-sizing:border-box; border:1px solid #efefef; border-bottom:0;}
.tour_con01 .right_box ul li:last-of-type{border-bottom:1px solid #efefef;}
.tour_con01 .right_box ul li a{display:block; padding:37px 0; font-size:20px; font-weight:300; letter-spacing:-0.05em; color:#666666; text-align:center;}
.tour_con01 .right_box ul li.on a{background:#27b0f4; color:#fff;}

.tour_con01 .bot_box{margin-top:25px; position:relative;}
.tour_con01 .bot_box .tour_pager{padding:0 30px; box-sizing:border-box;}
.tour_con01 .tour_pager .slick-slide{display:block; position:relative;}
.tour_con01 .tour_pager .slick-slide img{width:100%;}
.tour_con01 .tour_pager .slick-slide:hover:before{content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.26) url('/img/gallery_thumbs_img.png') no-repeat center;}

.tour_con01 .bot_box .swiper-button-prev{width:31px; height:100%; background: url('../img/ico_prev.png') no-repeat center center ; left:0; top:0; -webkit-transform:translateY(0); -moz-transform:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0); transform:translateY(0); margin-top:0;}
.tour_con01 .bot_box .swiper-button-prev:after{display:none;}
.tour_con01 .bot_box .swiper-button-next{width:31px; height:100%; background: url('../img/ico_next.png') no-repeat center center ; right:0; top:0; -webkit-transform:translateY(0); -moz-transform:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0); transform:translateY(0); margin-top:0;}
.tour_con01 .bot_box .swiper-button-next:after{display:none;}

.tour_con01 .tour_pager .slick-next{right:-30px; top:0; width:31px; height:100%; background: url('../img/ico_next.png') no-repeat center center;  -webkit-transform:translateY(0); -moz-transform:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0); transform:translateY(0);}
.tour_con01 .tour_pager .slick-prev{left:-30px; top:0; width:31px; height:100%; background: url('../img/ico_prev.png') no-repeat center center;  -webkit-transform:translateY(0); -moz-transform:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0); transform:translateY(0);}
.tour_con01 .tour_pager .slick-next:before,.tour_con01 .tour_pager .slick-prev:before{display:none;}


@media all and (max-width:1000px){
	.tour_con01 .left_box{float:none; width:100%;}
	.tour_con01 .right_box{float:none; width:100%; padding-left:0;}
	.tour_con01 .right_box ul{font-size:0; letter-spacing:-4px; margin-bottom:50px;}
	.tour_con01 .right_box ul li{display:inline-block; vertical-align:top; width:33.3333%; border-bottom:1px solid #efefef; border-right:0;}
	.tour_con01 .right_box ul li:nth-of-type(3n){border-right:1px solid #efefef; }
	.tour_con01 .right_box ul li:nth-of-type(n +4){border-top:0;}
}
@media all and (max-width:640px){
	.tour_con01 p.desc br {display:none; }
}




.contact_con02 {padding:50px 0; }
.contact_con02 .map_img {float:left; width:50%;}
.contact_con02 .map_box {display:inline-block; width:50%; height:460px; box-sizing:border-box; vertical-align:top;}
.contact_con02 .map_box .root_daum_roughmap_landing {width:100%; height:100%; }
.contact_con02 ul {position:relative; z-index:10; margin-top:-130px; font-size:0; letter-spacing:-4px; }
.contact_con02 ul li {position:relative; display:inline-block; vertical-align:top; width:50%; min-height:230px; padding:45px 50px 45px 200px; background-color:#f9c53e; box-sizing:border-box; }
.contact_con02 ul li:before {content:''; position:absolute; left:0; top:0; width:200px; height:100%; background:url('../img/contact_subway.png') no-repeat center center; }
.contact_con02 ul li i {font-size:16px; font-weight:bold; color:rgba(255,255,255,0.7);; letter-spacing:0.8em; font-style:normal; }
.contact_con02 ul li p {padding-top:5px; font-size:18px; font-weight:bold; color:#ffffff; letter-spacing:-0.05em; word-break:keep-all; line-height:28px; padding-bottom:10px;}
.contact_con02 ul li.type02 {background-color:#7ec7ec; }
.contact_con02 ul li.type02:before {background:url('../img/contact_map.png') no-repeat center center;  }
.contact_con02 ul li.type02 i {color:#d2f2ff; }
.contact_con02 ul li.type02 p {color:#ffffff; }

.contact_con02 h3 {font-size:30px; font-family: 'GmarketSansMedium'; text-align:center; padding-bottom:40px;}
.contact_con02 .parking_img {float:left; width:50%;}
.contact_con02 .parking_txt {display:inline-block; width:50%; height:325px; box-sizing:border-box; vertical-align:top; padding:45px 50px 45px 50px; background-color:#f6f6f6; }
.contact_con02 .parking_txt p {padding-top:5px; font-size:17px; color:#333; font-weight:500; letter-spacing:-1px; word-break:keep-all; line-height:28px; padding-bottom:10px;}
.contact_con02 .parking_txt p span {color:#7ec7ec;}

@media all and (max-width:1200px){
	.contact_con02 .map_box {padding:0 30px; }
}
@media all and (max-width:1000px){
	.contact_con02 .map_box {height:400px; }
	.contact_con02 ul { }
	.contact_con02 ul li {display:block; width:100%; margin:0 auto; padding:30px 50px 30px 100px;}
	.contact_con02 ul li:before {width:100px; background:url('../img/contact_subway.png') no-repeat center center / 60% auto; }
	.contact_con02 ul li.type02:before {background:url('../img/contact_map.png') no-repeat center center / 60% auto;  }
}

@media all and (max-width:640px){
	.contact_con02 {padding:30px 0 0 0; }
	.contact_con02 .map_img {float:none; width:100%;}
	.contact_con02 .map_box {display:block; width:100%; height:460px; box-sizing:border-box; vertical-align:top;}
	.contact_con02 ul li {min-height:auto;}
	.contact_con02 ul li i {font-size:13px;}
	.contact_con02 ul li p { font-size:16px;}

	.contact_con02 h3 {font-size:25px;}
	.contact_con02 .parking_img {float:none; width:100%;}
	.contact_con02 .parking_txt {display:block; width:100%;}
	.contact_con02 .parking_txt p { font-size:16px;}
}


/* inline_box */
.inline_box_type {position:relative; margin:50px 0 0px; font-size:0; letter-spacing:-4px; }
.inline_box_type:before {content:''; z-index:10; position:absolute; left:50%; top:-16px; width:32px; height:32px; background-color:#fff; transform-origin:left center; transform:rotate(45deg) translateX(-50%); }
.inline_box_type .img_box {display:inline-block; vertical-align:top; width:50%; }
.inline_box_type .img_box img {width:100%; }
.inline_box_type .txt_box {position:relative; display:inline-block; vertical-align:top; width:50%; padding-bottom:49.6%; background:linear-gradient(42deg,#8acbeb,#68dcfd); }
.inline_box_type .txt_box > div {z-index:10; position:absolute; left:0; top:0; width:100%; height:100%; padding:60px 40px 0 40px; box-sizing:border-box; }
.inline_box_type .txt_box i {display:block; font-size:60px; font-weight:bold; color:#9ae3ff; font-style:normal; line-height:1; }
.inline_box_type .txt_box h4 {font-family: 'GmarketSansMedium'; margin:0; padding-left:30px; font-size:30px; font-weight:500; color:#ffffff; letter-spacing:-0.05em; box-sizing:border-box; }
.inline_box_type .txt_box .hr {width:40px; height:1px; margin:30px 0 15px; background-color:#fff; }
.inline_box_type .txt_box p {font-size:16px; font-weight:300; color:#ffffff; letter-spacing:-0.05em; line-height:30px; word-break:keep-all; }

.inline_box_type .mar30 {padding-bottom:35%;}
.inline_box_type .mar60 {padding-bottom:65%;}
.inline_box_type .txt_box .mar50 {margin-top:30px;}

@media all and (max-width:1200px){
	.inline_box_type .txt_box > div {padding:40px 20px 0 20px; }
}	
@media all and (max-width:1000px){
	.inline_box_type:before {display:none; }
	.inline_box_type .img_box {width:100%; }
	.inline_box_type .txt_box {width:100%; padding-bottom:0; }
	.inline_box_type .txt_box > div {position:static; padding:40px 20px; }
	.inline_box_type .txt_box i {font-size:35px;}
	.inline_box_type .txt_box h4 {font-size:20px;}
	.inline_box_type .txt_box p {font-size:15px;  line-height:25px;}
}


.sub_tit {text-align:center; }
.sub_tit h3 {font-size:30px; font-weight:bold; color:#222222; letter-spacing:-0.05em; line-height:40px; }
.sub_tit p {font-family: 'GmarketSansMedium'; padding-top:20px; font-size:18px; font-weight:500; color:#444444; letter-spacing:-0.05em; line-height:30px; word-break:keep-all; }
.sub_tit span {font-size:40px; color:#7ec7ec;}

@media all and (max-width:1000px){
	.sub_tit p br {display:none; }
}

@media all and (max-width:640px){
	.sub_tit p {font-size:16px; line-height:25px;}
}

/* sub_tit03 */
.sub_tit03 {}
.sub_tit03 h4 {font-family: 'GmarketSansMedium'; position:relative; margin:0; padding-left:30px; font-size:22px; color:#222222; letter-spacing:-0.05em; box-sizing:border-box;}
.sub_tit03 h4:before {content:''; position:absolute; left:0; top:15px; width:20px; height:3px; background-color:#7ec7ec; }
.sub_tit03 p {padding-top:30px; font-size:18px; font-weight:300; color:#666666; letter-spacing:-0.05em; line-height:30px; word-break:keep-all; }
@media all and (max-width:1000px){
	.sub_tit03 p br {display:none; }
}

@media all and (max-width:640px){
	.sub_tit03 h4 { font-size:18px;}
}


.sub_con01 {padding:60px 0; background-color:#f7fafb; }
.sub_con01 .txt_box {overflow:hidden; text-align:center; }
.sub_con01 .txt_box h4 {font-family: 'GmarketSansMedium'; position:relative; margin-top:45px; text-align:center; font-size:25px; color:#7ec7ec; letter-spacing:-0.05em; }
.sub_con01 .txt_box h4:before {content:''; position:absolute; left:0; top:50%; width:100%; height:1px; background-color:#a0a0a0; }
.sub_con01 .txt_box h4 span {z-index:10; position:relative; display:inline-block; vertical-align:top; padding:0 30px; background-color:#f7fafb; }
.sub_con01 .txt_box h4 b {font-size:30px; font-weight:bold; color:#3bbdf7; }
.sub_con01 .txt_box i {display:block; padding-top:30px; text-align:center; font-size:50px; font-weight:500; color:#cecece; letter-spacing:-0.05em; font-style:normal; line-height:1; }
.sub_con01 .txt_box p {font-size:16px; font-weight:300; color:#666666; letter-spacing:-0.05em; text-align:center; }


.sub_con02 {padding:0px 0; }
.sub_con02 .sub_tit03 {padding-top:50px; }
.sub_con02 ul {font-size:0; letter-spacing:-4px; }
.sub_con02 ul li {position:relative; display:inline-block; vertical-align:top; width:calc(20% - 12px); min-height:210px; border:1px solid #eeeeee; margin-top:65px; margin-right:10px; padding:70px 20px 0; box-sizing:border-box; text-align:center; }
.sub_con02 ul li:nth-of-type(5) {margin-right:0; }
.sub_con02 ul li i {position:absolute; left:50%; top:-30px; width:60px; height:60px; background-color:#7ec7ec; border-radius:50%; font-size:18px; font-weight:bold; color:#fff; letter-spacing:-0.05em; line-height:60px; text-align:center; font-style:normal; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); }
.sub_con02 ul li h5 {font-size:20px; font-weight:500; color:#222222; letter-spacing:-0.05em; }
.sub_con02 ul li p {font-size:15px; font-weight:300; color:#666666; letter-spacing:-0.05em; line-height:20px; word-break:keep-all; }


.subtable { width:90%; margin:20px 0;border-top:2px solid #000; }
.subtable tr th {text-align:center; background:#f6f6f6; color:#333;  font-size:14px; font-weight:500; padding:10px 0; width:20%; border:1px solid #ddd;}
.subtable tr td {border-bottom:1px solid #dbdbdb; padding:5px; background:#fff; line-height:26px; color:#35363a; text-align:center;font-size:14px; font-weight:300; letter-spacing:-0.03em; border:1px solid #ddd;}

.subtable2 { width:100%; margin:20px auto; border-top:2px solid #d7a154; }
.subtable2 tr th {background:#fef8ef; color:#333; border:1px solid #dbdbdb; font-size:16px; font-weight:500; padding:10px 20px; }
.subtable2 tr td {text-align:center; border:1px solid #dbdbdb; padding:15px; background:#fff; line-height:26px; color:#35363a; font-size:16px; font-weight:300; letter-spacing:-0.03em;}



@media all and (max-width:800px){
	.sub_con02 ul li {width:100%; margin-right:0; min-height:auto; padding:50px 20px 40px; }
}	
@media all and (max-width:640px){
	.sub_con01 {padding:40px 0; }
	.sub_con01 .txt_box p {font-size:15px;}
	.sub_con02 {padding:50px 0; }
	.sub_con02 ul li p br {display:none; }

}	



.age_con {padding:0px 0; }
.age_con .sub_tit03 {padding-top:50px; }
.age_con ul {font-size:0; letter-spacing:-4px; }
.age_con ul li {position:relative; vertical-align:top; border:1px solid #eeeeee; margin-top:65px; padding:70px 20px 0; box-sizing:border-box; text-align:center; }
.age_con ul li:nth-of-type(2) {margin-right:0; }
.age_con ul li i {position:absolute; left:50%; top:-30px; width:60px; height:60px; background-color:#7ec7ec; border-radius:50%; font-size:18px; font-weight:bold; color:#fff; letter-spacing:-0.05em; line-height:60px; text-align:center; font-style:normal; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); }
.age_con ul li h5 {font-family: 'GmarketSansMedium'; font-size:20px; font-weight:500; color:#222222; letter-spacing:-0.05em; padding-bottom:10px; }
.age_con ul li p {font-size:15px; font-weight:300; color:#666666; letter-spacing:-0.05em; line-height:20px; word-break:keep-all; padding-bottom:50px;}

@media all and (max-width:800px){
	.age_con ul li {width:100%; margin-right:0; min-height:auto; padding:50px 20px 40px; }
}	
@media all and (max-width:640px){
	.age_con {padding:0px 0; }
	.age_con ul li p {font-size:14px;}

}	



.info .con02 .inner{position:relative; margin-bottom:50px;}
.info .con02 .inner .right:after{content:""; display:block; clear:both;}
.info .con02 .inner .right .txt_box{padding:40px 0 0 0px; position:relative; z-index:1;text-align:center; }
.info .con02 .inner .right .txt_box b.t_line{position:relative;}
.info .con02 .inner .right .txt_box h3{font-family: 'GmarketSansMedium'; display:inline-block; font-size:35px; letter-spacing:-0.05em; color:#333; line-height:1; border-bottom:1px solid #3bbdf7; padding-bottom:5px;}
.info .con02 .inner .right .txt_box h3 span{font-size:35px; color:#3bbdf7;}
.info .con02 .inner .right .txt_box > p{display:block; font-size:20px; font-weight:500; letter-spacing:-0.075em; line-height:1; color:#333; padding:17px 0 5px;}
.info .con02 .inner .right .txt_box ul{margin-top:50px; margin-bottom:0;}
.info .con02 .inner .right .txt_box ul li:after{content:""; display:block; clear:both;}
.info .con02 .inner .right .txt_box ul li{margin-bottom:30px; line-height:1; border-bottom:1px dotted #cfcfcf; padding-bottom:20px;}
.info .con02 .inner .right .txt_box ul li:last-of-type{margin-bottom:0;}
.info .con02 .inner .right .txt_box ul li b{float:left; vertical-align:top; font-size:20px; color:#7ec7ec; margin-right:12px;}
.info .con02 .inner .right .txt_box ul li p{float:left; width:calc(100% - 41px); text-align:left; font-size:17px; font-weight:500; letter-spacing:-0.05em; color:#737373;}
.info .con02 .inner .right .txt_box ul li p span {font-size:14px; color:#7ec7ec; display:block; padding-top:7px;}

@media all and (max-width:1200px){
	.info .con02{padding-bottom:93px; text-align:center;}
	.info .con02 .inner > img{display:none;}
	.info .con02 .inner .right > img{float:none; display:none;}
	.info .con02 .inner .right .txt_box h3{margin:0 auto; text-align:center;}
	.info .con02 .inner .right .txt_box{float:none; padding:93px 0 0 0;}
	.info .con02 .inner .right .txt_box > p{display:block; margin:0 auto;}
	.info .con02 .inner .right .txt_box ul{width:600px; margin:50px auto 0; text-align:left;}

	.info .con02 .inner{height:auto !important;}

}

@media all and (max-width:1000px){
	.info .con02 .inner .right .txt_box h3{font-size:35px;}
	.info .con02 .inner .right .txt_box h3 span{font-size:35px;}
	.info .con02 .inner .right .txt_box > p{font-size:40px; }
}

@media all and (max-width:640px){
	.info .con02{padding-bottom:3.53125vw;}
	.info .con02 .inner .right .txt_box{padding:14.53125vw 0 0 0;}
	.info .con02 .inner .right .txt_box h3{font-size:23px; padding-bottom:0.78125vw;}
	.info .con02 .inner .right .txt_box h3 span{font-size:23px;}
	.info .con02 .inner .right .txt_box > p{font-size:4.25vw; line-height:20px;}
	.info .con02 .inner .right .txt_box ul{width:93.75vw; margin:7.8125vw auto 0;}
	.info .con02 .inner .right .txt_box ul li{margin-bottom:3.125vw;}
	.info .con02 .inner .right .txt_box ul li img{width:4.21875vw; margin-right:2.1875vw;}
	.info .con02 .inner .right .txt_box ul li p{width:calc(100% - 41px); font-size:4.0625vw; line-height:18px;}
}