@charset "utf-8";



@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; }

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');

/* 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: 'Nanum Gothic', 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: 'Nanum Gothic', sans-serif; }
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: 'Nanum Gothic', 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:-105px; height:105px; position:fixed; width:100%; z-index:100; color:#242424; background:#fff; transition:all .3s }
#header a { color:#242424 }
#header h1 { float:left; padding-top:0px;}
#header h1 a { font-size:0; width:71px; height:105px; background-image:url(../img/ci.png); display:inline-block; vertical-align:middle; overflow:hidden; background-size:100% }
#header .gnb { float:right; margin:25px 100px 0 30px }
#header .gnb .depth1 { float:left; padding:0 0px; width:175px; position:relative }
#header .gnb .depth1 > a {display:inline-block; height:45px; line-height:45px; font-size:20px; font-weight:600; 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:0px; top:35px; }
#header .user ul {font-size:0;}
#header .user ul li {display:inline-block;  font-size:12px; margin-left:-1px; font-weight:500; padding:5px 3px; }
#header .user a { color:#6e6e6e; }
#header .user a:hover { color:#222 }
#header .user.on a { height:40px }
#header .gnb .depth1 > a:before { background:#0d4a9a; 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:290px }
#header.down a { color:#484848;}
#header.down .gnb .depth1 { overflow:hidden }
#header.down .gnb .depth1 > a {color:#000; margin-bottom:25px }
#header.down .gnb .depth1:hover > a { color:#000; }
#header.down .gnb .depth1 ul { height:auto; overflow:visible  }
#header.down .gnb .depth2 > a:hover { color:#0d4a9a }
#header.on { background:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.2) }
#header.on a { color:#484848; }
#footer { padding:10px 0; margin:0px 0 0 0; background:#fff; }
#footer h1 { float:left }
#footer h1 a { text-indent:-9000px; font-size:0; width:200px; height:29px; 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_center {text-align:center; margin:0 0 0 0px; color:#3a3a3a; }
#footer dt, #footer dd { display:inline-block }
#footer dd { margin:0 10px 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:105px; height:calc(830px); text-align:center; color:#fff; 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-weight:600; line-height:1.2; letter-spacing:2px; margin:22vh 0 0 0; font-size:40px;  animation:up .5s .8s forwards; opacity:0 }
#main_visual h2 span {color:#00258f;}
#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-weight:600; letter-spacing:-1px; font-size:30px; line-height:1.4; margin:20px 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 }


.section-inbox {background:#001654 url('../img/icon_bg.jpg') center top no-repeat;  padding:100px 0;}
 
.page-title { text-align:center; line-height:1.2; letter-spacing:-1px; }
.page-title h3 { font-size:40px; color:#fff; font-weight:600; text-align:center; line-height:1.2; letter-spacing:-1px; }
.page-title p { padding-top:10px; font-size:20px; font-weight:300; line-height:1.3; color:#666; }
.page-title.wht { color:#fff;}
.page-title.main.wht p { color:#fff; }


@media screen and (max-width:640px){
	.section-inbox {padding:60px 0;}
	.page-title h3 { font-size:30px; }
	.page-title u {font-size:25px; }
	.page-title p { font-size:15px; padding-top:10px; }

}

.logo-icons-box { text-align:center; margin:0 auto; }
.logo-icons-box .logobox { margin-top:30px;  }
.logo-icons-box .icons-list {font-size:0; margin-top:30px; }
.logo-icons-box .icons-list ul { margin-top:50px; }
.logo-icons-box .icons-list ul li { display:inline-block; vertical-align:top; width:25%; box-sizing:border-box; border-right:1px solid rgba(255,255,255,0.3); }
.logo-icons-box .icons-list ul li:last-of-type { border-right:0;  }
.logo-icons-box .icons-list ul li p { font-size:20px; color:#fff; font-weight:300; padding-top:20px;  }

@media screen and (max-width:750px){
	.logo-icons-box .icons-list ul li { width:50%; padding:5% 0; border-bottom:1px solid rgba(255,255,255,0.3);}
	.logo-icons-box .icons-list ul li:nth-of-type(2n) { border-right:0;  }
	.logo-icons-box .icons-list ul li:nth-of-type(3) { border-bottom:0px solid rgba(255,255,255,0.3);}
	.logo-icons-box .icons-list ul li:nth-of-type(4) { border-bottom:0px solid rgba(255,255,255,0.3);}

	.logo-icons-box .icons-list { margin-top:0px; }

	.logo-icons-box .logobox { margin-top:50px; }
	.logo-icons-box .icons-list ul { padding-left:7%; padding-right:7%;  }
	.logo-icons-box .icons-list ul li p { font-size:15px; padding-top:10px;  }
}


.mainConWrap {overflow:hidden; background:url('../img/business_bg.jpg') center top no-repeat; padding-bottom:100px;}
.mainConWrap .main_section {position:relative; padding:70px 0 100px 0;}
.mainConWrap .main_section.bg {background:#f5f5f5;}
.mainConWrap .main_titleArea {margin-bottom:55px; opacity: 0; filter:alpha(opacity=0); -mox-opacity:0;}
.mainConWrap .main_titleArea h3 {margin-bottom:15px; font-size:40px; font-weight:600; color:#222; line-height:1;}
.mainConWrap .main_titleArea h3 span {color:#00258f;}
.mainConWrap .main_titleArea p {font-size:20px; word-break:keep-all;}
.mainConWrap .main_titleArea .btn_more02 {margin-top:50px;}
.mainConWrap .active .main_titleArea {opacity: 1; filter:alpha(opacity=1); -mox-opacity:1; -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;}
.mainConWrap h4.Title {margin-bottom:30px; font-size:24px; font-weight:600; line-height:1;}

.mainConWrap #business .business_con {float:left; position:relative; width:47%; padding-left:50px; box-sizing:border-box; opacity: 0; filter:alpha(opacity=0); -mox-opacity:0; -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; transform:translateY(80px);-webkit-transform:translateY(80px);}
.mainConWrap #business .business_con.right {float:right; width:50%; margin-top:-105px; padding-top:20px; padding-right:20px; background:url('/images/main/business_bg.png') no-repeat right top; background-size:calc(100% - 70px);}
.mainConWrap #business h4.tt {position:absolute; top:0; left:30px; font-size:24px; letter-spacing:-1px; font-weight:600; color:#222; white-space: nowrap; text-transform:uppercase; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);  -ms-transform: rotate(90deg); -ms-transform-origin: none; -ms-writing-mode:sideways-lr; *writing-mode:sideways-lr; -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; -o-transform-origin: 0 0; transform-origin: 0 0;}
.mainConWrap #business h4.tt span {position:relative; padding-right:68px;}
.mainConWrap #business h4.tt span:after {content:''; position:absolute; top:50%; right:0; width:48px; height:1px; background:#222; transform:translateY(-50%);}
.mainConWrap #business .business_con.right h4.tt {top:18px; left:35px;} 
.mainConWrap #business .slide_con {width:100%;}
.mainConWrap #business .slide_con a {position:relative; display:block; overflow:hidden;}
.mainConWrap #business .slide_con img {width:100%; -ms-transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); -webkit-transition: all 2s; -moz-transition: all 2s; -o-transition: all 2s; transition: all 2s;}
.mainConWrap #business .slide_con .TxtArea {position:absolute; left:0; bottom:20%; width:100%; padding:0 6%; color:#fff; z-index:10; box-sizing:border-box;}
.mainConWrap #business .slide_con .TxtArea strong {display:block; font-size:30px; font-weight:600; line-height:1; transform:translateY(50%);}
.mainConWrap #business .slide_con .TxtArea p {padding-top:10px; font-size:18px; word-break:keep-all; transform:translateY(50%);}

.mainConWrap #business.active .business_con {opacity: 1; filter:alpha(opacity=1); -mox-opacity:1; transform:translateY(0);-webkit-transform:translateY(0);}
.mainConWrap #business.active .business_con.left {transition-delay:.2s;-webkit-transition-delay:.2s;}
.mainConWrap #business.active .business_con.right {transition-delay:.4s;-webkit-transition-delay:.4s;}

@media only screen and (max-width:640px){
	.mainConWrap .main_titleArea {margin-bottom:6vw;}
	.mainConWrap .main_titleArea h3 {font-size:8vw;}
	.mainConWrap .main_titleArea p {font-size:4vw ;}
	.mainConWrap .main_titleArea .btn_more02 {margin-top:5%;}
	.mainConWrap .main_section {padding:15% 0;}
	.mainConWrap h4.Title {font-size:4.5vw;}

	.mainConWrap #business {margin-left:3%; padding-bottom:20%;}
	.mainConWrap #business .business_con {float:none; width:85%; padding-left:7%;}
	.mainConWrap #business h4.tt {left:4.5vw; font-size:4vw; font-weight:700;}
	.mainConWrap #business .business_con.right {width:90%; margin-top:15%; padding-top:3%; padding-right:3%; background-size:88%;}
	.mainConWrap #business .business_con.right h4.tt {top:4%; left:4vw;}
	.mainConWrap #business .slide_con .TxtArea {padding:0 4%;}
	.mainConWrap #business .slide_con .TxtArea strong {font-size:20px;}
	.mainConWrap #business .slide_con .TxtArea p {padding-top:0px; font-size:15px; line-height:1.4;}
}




.main_con05 {position:relative; }
.main_con05 .map_box {position:absolute; left:50%; top:0; width:100%; height:100%; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); }
.main_con05 .map_box .root_daum_roughmap_landing {width:100%; height:100%; }
.main_con05 .inner {text-align:right; width:1200px; margin:0 auto;}
.main_con05 .txt_box {z-index:100; position:relative; display:inline-block; vertical-align:top; width:420px; margin:30px 0; text-align:center; }
.main_con05 .txt_box .top_box {width:100%; padding:40px 50px; background:rgba(255,255,255,0.8); box-sizing:border-box; text-align:left; }
.main_con05 .txt_box .top_box h3 {position:relative; margin-bottom:5px; padding-top:15px; font-size:18px; color:#373737; letter-spacing:-0.045em;  font-family: 'GmarketSansMedium'; }
.main_con05 .txt_box .top_box span {display:block; position:relative; margin-bottom:25px; padding-top:5px; font-size:16px; font-weight:300; color:#373737; letter-spacing:-1px; font-style:normal;}
-moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); }
.main_con05 .txt_box .top_box ul {margin-bottom:0; }
.main_con05 .txt_box .top_box ul li { font-size:20px; font-weight:300; color:#373737; }
.main_con05 .txt_box .top_box p { font-size:35px; color:#00258f; letter-spacing:-0.045em; line-height:22px; padding-bottom:20px; font-family: 'GmarketSansMedium'; }


@media all and (max-width:1000px){
	.main_con05 .inner {text-align:center; width:100%; margin:0 auto;}
	.main_con05 .map_box {position:static; -webkit-transform:translateX(0); -moz-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0); transform:translateX(0); }
	.main_con05 .txt_box {width:100%; margin:0 0; margin-top:-30px; }
}

@media all and (max-width:640px){
	.main_con05 {margin-top:30px;}
	.main_con05 .txt_box .top_box span {font-size:15px;}
	.main_con05 .txt_box .top_box ul li {font-size:17px;}
	.main_con05 .txt_box .top_box p { font-size:25px;}
	.main_con05 .txt_box .top_box p i img {width:38px;}
}



#main_contents { position:relative; margin-top:50px; margin-bottom:50px; z-index:1 }
.main_gallery { background:#fff; margin-top:0px; margin-bottom:10px }
.main_gallery h2 { text-align:center; line-height:1; font-size:2em; font-weight:700; text-transform:uppercase; letter-spacing:-1px; padding:45px 0 30px 0 }
.main_gallery .tab_menu { text-align:center }
.main_gallery .tab_con { margin-top:40px }
.main_gallery .lt_more { display:none }
.main_gallery .prd_slider > div { width:calc(100%/5) !important }
.main_gallery .tab_menu p { padding: 12px 25px; font-size: .9rem; border-left:1px solid #e0e0e0; border-right:1px solid #e0e0e0; display: inline-block}

.pic_lt { position:relative; margin:0; padding:0 10px }
.pic_lt #touchSlider { position:relative; overflow:hidden; min-height:302px !important }
.pic_lt li { padding:0; border:0px solid #e0e0e0; }
.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 { width:40%; float:left }
.main_bbs > section { position:relative; margin:40px 0 0 0 }
.main_bbs > section:first-child { margin:0 }
.main_bbs h2 { font-size:2em; font-weight:700; letter-spacing:-1px; line-height:1; border-bottom:1px solid #898989; padding:0 0 15px }

.pic_li_lt { float:none; padding:0; width:100%; position:static }
.pic_li_lt .lat_title { display:none }
.pic_li_lt li { position:relative; border-bottom:1px solid #e0e0e0; 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:1.3em; vertical-align:top; width:calc(100% - 60px); padding:30px 15px; }
.pic_li_lt li .pic_li_tit:before {content: ""; position:absolute; width:6px; height:6px; background:#c1c1c1; border-radius:10px; text-align:left; margin-left:-15px; margin-top:7px;}
.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 { position:absolute; top:8px; right:0; text-indent:-9000px;  font-size:0; background:url(../img/btn_more_b.png) no-repeat center; width:20px; height:20px; display:block }
.pic_li_lt .lt_more:hover { transform:rotate(-90deg) }
.pic_li_lt .empty_li { line-height:100px }

.main_cs { width:53%; float:right; position:relative }
.root_daum_roughmap { width:100% !important; border:0 !important; padding:0 !important }
.root_daum_roughmap .wrap_map { width:100%; height:440px !important }
.main_cs .root_daum_roughmap .wrap_controllers { border:0 !important; background:#fff !important }
.main_cs .root_daum_roughmap .map_border { display:none !important }



.w1200 {width:1200px; margin:0 auto; position:relative}
.w1400 {width:1400px; margin:0 auto; position:relative}


@media screen and (max-width:1150px) {

.w1200 {width:100%;}
.w1400 {width:100%;}

}


.pc_only { display:block !important }

#sub_visual {margin-top:105px; height:235px; background-position:center; background-size:cover; background-color:#000; }
#sub_visual h2 { text-align:center; font-size:35px; font-weight:600; letter-spacing:-1px; color:#fff; padding:110px 0 0 0; text-transform:uppercase; position:relative; line-height:1; animation:up .5s .2s forwards; opacity:0 }
#sub_visual p {text-align:center; font-size:17px; letter-spacing:-1px; color:#fff; padding:13px 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; text-align:center;}
.left_snb { }
.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; padding:60px 0; border-bottom:0px solid #5ac9d1; }
.left_snb li {transform: rotate(-0.03deg); display:inline-block; padding:0 10px; text-align:center; margin-bottom:3px;}
.left_snb li a {color:#1e1e1e; display:block; padding:10px 7px; font-size:18px; font-weight:600; position:relative; letter-spacing:-.5px}
.left_snb li:hover a:after { width:10px; }
.left_snb li:hover a { }
.left_snb li.on a {border-top:5px solid #0d4a9a; color:#0d4a9a; font-weight:500; }

.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:50px; text-align:center;}
.container_title {font-size:30px; font-weight:600; letter-spacing:-0.05em; line-height:1; color:#222; position:relative; z-index:1; display:inline-block; padding:0 10px;; margin:20px auto 50px;}
.container_title:before{content:""; display:block; width:100%; height:22px; background:#e2eaf5; position:absolute; left:0; bottom:-5px; z-index:-1;}

/* 그누보드 수정 */
#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 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 {min-height:490px; background:url(../img/com_bg.gif) no-repeat center top; }
#ctt_con.sub01_01 .sec01:after { clear:both; content:""; display:block; }
#ctt_con.sub01_01 .sec01 > div {text-align:center;}
#ctt_con.sub01_01 .sec01 h2 { font-size:1.3em; 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.15em; margin:30px 0 5px 0; font-weight:700; letter-spacing:-1px }
#ctt_con.sub01_01 .sec01 p {font-size:1.2em; font-weight:400; margin:0 0 20px; color:#313131; letter-spacing:-1px; line-height:28px;}
#ctt_con.sub01_01 .sec01 .img01 { float:right; width:300px }
#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 .tab_menu { text-align:center; margin:0 0 50px }
#ctt_con.sub01_02 .tab_menu li { width:calc(100%/3) }
#ctt_con.sub01_02 .tab_menu a { font-size:21px; font-weight:700; border-left:0; border-right:0; font-family:arial; width:100% }
#ctt_con.sub01_02 .tab_menu a:hover { background:#fff; color:#222 }
#ctt_con.sub01_02 .sec01:after { clear:both; content:""; display:block }
.history_slogun { float:left; width:320px }
.history_slogun header { margin:0 0 20px; animation:down .7s forwards; opacity:0 }
.history_slogun h2 { font-size:1.5em; font-weight:700; letter-spacing:-1px; line-height:1; }
.history_slogun img { border-radius:0 30px; animation:up .7s .3s forwards; opacity:0 }
.history_slogun p { margin:15px 0 0 0; line-height:1.4 }
.history_list { float:right; width:calc(100% - 390px) }
.history_list > ul > li { margin:30px 0 0 0; animation:left .7s .6s forwards; opacity:0 }
.history_list > ul > li:first-child { margin:0 }
.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 }
.history_list li li span { font-weight:500; vertical-align:0; margin-right:3px }
.history_list h3 { font-size:1.7em; font-weight:700; font-family:arial }

#ctt_con.sub01_03 .os_mac.root_daum_roughmap { font-family:noto sans kr !important }
#ctt_con.sub01_03 .root_daum_roughmap .cont .section { margin:0 !important }


/* 서브 상단 이미지 */
#sub_visual.sub10 { background-image:url(../img/sub01_top.png) }
#sub_visual.sub20 { background-image:url(../img/sub02_top.png) }
#sub_visual.sub30 { background-image:url(../img/sub03_top.png) }
#sub_visual.sub40 { background-image:url(../img/sub04_top.png) }
#sub_visual.sub50 { background-image:url(../img/sub05_top.png) }
#sub_visual.sub60 { background-image:url(../img/sub06_top.png) }
#sub_visual.sub70 { background-image:url(../img/sub07_top.png) }


.sbin-txt {overflow:hidden; font-size:17px; text-align:left; color:#525252; letter-spacing:-1px; font-weight:300; padding-top:35px; line-height:1.8; }
.sbin-txt h4 {font-size:28px; padding-bottom:20px; font-weight:600;}
.sbin-txt span {float:right;}

.bar-list-area { font-size:0;  }
.bar-list-area ul {  }
.bar-list-area ul li { position:relative; }
.bar-list-area ul li + li { margin-top:22px; }
.bar-list-area ul li b { position:absolute; left:0; top:4px; padding-left:18px;  font-size:18px; color:#525252; font-weight:600; line-height:1;}
.bar-list-area ul li b:after { content:''; position:absolute; left:0; top:0; width:4px; height:17px; border-radius:3px; background:#5081c5;}
.bar-list-area ul li p {text-align:left;  font-size:17px; color:#666; font-weight:300; padding-left:160px;  line-height:1.5;}

.bar-list-area.rbt ul li + li { margin-top:15px; }

.supportcenter-section1 {position:relative;	 padding-bottom:54px;  }
.supportcenter-section1 > i { position:absolute; right:10%; bottom:0px; width:100vw; height:404px; background:#f5f5f5; }
.supportcenter-section1 .bar-list-area { padding-top:68px; }

.abs-img-contain { position:relative;  font-size:0;}
.abs-img-contain .cont { padding-right:615px; }
.abs-img-contain .img { position:absolute; top:40px; right:0;  }


@media screen and (max-width:1230px){
	.abs-img-contain .cont { padding-right:455px; }
	.abs-img-contain .img { text-align:right;  }
	.abs-img-contain .img img { width:73%;  }
}


@media screen and (max-width:1024px){
	.abs-img-contain .cont { padding-right:0; }
	.abs-img-contain .sbin-txt { padding-right:375px;  }
	.abs-img-contain .img img {  width:57%;  }
}

@media screen and (max-width:740px){
	.abs-img-contain .sbin-txt { padding-right:0; padding-top:0px; font-size:15px;}

	.abs-img-contain .img { position:relative; top:auto; right:auto;  margin-top:30px; }
	.abs-img-contain .img img { width:80%;  }

	.supportcenter-section1 { padding-bottom:40px;  }
	.supportcenter-section1 .bar-list-area { padding-top:50px;  }

	.bar-list-area ul li b { font-size:14px; padding-left: 12px; }
	.bar-list-area ul li b:after { width:3px; height:15px;  }
	.bar-list-area ul li p { font-size:15px;  padding-left:115px; }
	.bar-list-area ul li p u { font-size:14px; padding:0 5px; }
	.bar-list-area ul li + li {margin-top:13px;  }
}

@media screen and (max-width:640px){
	.abs-img-contain .img img { width:100%;  }
	.supportcenter-section1 > i { right:0px;  }
}



.history_con01{padding:0px 0 50px; text-align:left;}
.history_con01 .main_tit{margin:0 0 40px;}
.history_con01 dl{width:50%; margin-left:auto; box-sizing:border-box; padding-left:55px; box-sizing:border-box; position:relative; padding-bottom:45px;}
.history_con01 dl:before{content:''; position:absolute; left:0; top:0; width:1px; height:100%; background:#dcdcdc}
.history_con01 dl:after{content:''; position:absolute; width:16px; height:16px; left:-8px; top:6px; border:4px solid #0d4a9a; background:#fff; border-radius:50%; z-index:5;}
.history_con01 dl:nth-of-type(1):before{top:16px; height:calc(100% - 16px)}
.history_con01 dl dt{font-size:28px; font-weight:500; letter-spacing:-0.045em; color:#0d4a9a; line-height:1; box-sizing:border-box; position:relative; font-family: 'GmarketSansMedium'; }
.history_con01 dl dt:after{content:''; position:absolute; left:-60px; top:50%; width:40px; height:1px; background:#dcdcdc; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%); z-index:1;}
.history_con01 dl dd{padding-top:25px;}
.history_con01 dl ul li{font-size:0; letter-spacing:-4px; box-sizing:border-box;}
.history_con01 dl ul li + li{margin-top:10px;}
.history_con01 dl ul li .day{display:inline-block; vertical-align:top; width:30px; font-size:18px; font-weight:500; letter-spacing:-0.045em; color:#0d4a9a; line-height:28px; font-family: 'GmarketSansMedium'; }
.history_con01 dl ul li .desc{display:inline-block; vertical-align:top; width:calc(100% - 50px); font-size:18px; font-weight:300; letter-spacing:-0.045em; color:#555555; line-height:28px; padding-left:0px; box-sizing:border-box; word-break:keep-all;}
.history_con01 dl ul li i {display:block; padding-top:10px;}
.history_con01 dl:nth-of-type(even){margin-left:0; padding-left:0; padding-right:60px; text-align:right;}
.history_con01 dl:nth-of-type(even):before{left:auto; right:-1px;}
.history_con01 dl:nth-of-type(even):after{left:auto; right:-8px;}
.history_con01 dl:nth-of-type(even) dt{color:#004ea2;}
.history_con01 dl:nth-of-type(even) dt:after{left:auto; right:-52.5px;}
.history_con01 dl:nth-of-type(even) ul li:after{content:''; display:table; clear:both;}
.history_con01 dl:nth-of-type(even) ul li .day{float:right;}
.history_con01 dl:nth-of-type(even) ul li .desc{float:right; padding-left:0; padding-right:0px;}

@media all and (max-width:1000px){
	.history_con01 dl{width:100%; }
	.history_con01 dl:nth-of-type(even){padding-right:0; padding-left:55px; text-align:left;}
	.history_con01 dl:nth-of-type(even):before{left:0; right:auto;}
	.history_con01 dl:nth-of-type(even):after{right:auto; left:-8px;}
	.history_con01 dl:nth-of-type(even) dt:after{right:auto; left:-60px;}
	.history_con01 dl:nth-of-type(even) ul li .day{float:none;}
	.history_con01 dl:nth-of-type(even) ul li .desc{float:none; padding-left:15px; padding-right:0;}
	.history_con01 dl ul li .desc {font-size:16px; line-height:20px;}
}


.location_con {position:relative; height:500px; }
.location_con .map_box {position:absolute; left:50%; top:0; width:100%; height:100%; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); }
.location_con .map_box .root_daum_roughmap_landing {width:100%; }
.location_con .inner {text-align:right; width:1200px; margin:0 auto;}
.location_con .txt_box {position:relative; display:inline-block; vertical-align:top; width:420px; margin:80px 50px; text-align:center; }
.location_con .txt_box .top_box {width:100%; padding:40px 50px; background:rgba(255,255,255,0.8); box-sizing:border-box; text-align:left; }
.location_con .txt_box .top_box h3 {position:relative; margin-bottom:5px; padding-top:15px; font-size:18px; color:#373737; letter-spacing:-0.045em;  font-family: 'GmarketSansMedium'; }
.location_con .txt_box .top_box span {display:block; position:relative; margin-bottom:25px; padding-top:5px; font-size:20px; font-weight:400; color:#373737; letter-spacing:-1px; font-style:normal;}
-moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); }
.location_con .txt_box .top_box ul {margin-bottom:0; }
.location_con .txt_box .top_box ul li { font-size:20px; font-weight:300; color:#373737; }
.location_con .txt_box .top_box p { font-size:25px; color:#00258f; letter-spacing:-0.045em; line-height:22px; padding-bottom:20px; font-family: 'GmarketSansMedium'; }
.location_con .txt_box .top_box p i img {width:38px;}

@media all and (max-width:1000px){
	.location_con {position:relative; height:auto; }
	.location_con .inner {text-align:center; width:100%; margin:0 auto;}
	.location_con .map_box {position:static; -webkit-transform:translateX(0); -moz-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0); transform:translateX(0); }
	.location_con .txt_box {width:100%; margin:0 0; margin-top:-30px; }
}

@media all and (max-width:640px){
	.location_con {margin-top:30px;}
	.location_con .txt_box {margin-top:0px;}
	.location_con .txt_box .top_box span {font-size:17px;}
	.location_con .txt_box .top_box ul li {font-size:15px;}
	.location_con .txt_box .top_box p { font-size:23px;}
	.location_con .txt_box .top_box p i img {width:30px;}
}



.business_con01 .business_box .w1200 {position:relative; }
.business_con01 .business_box {padding:0px 0; text-align:right;}
.business_con01 .business_box .img_box {display:inline-block; vertical-align:top; width:57.334%; box-shadow:16px 16px 24px rgba(0,0,0,0.33);}
.business_con01 .business_box .img_box img {width:100%; max-width:100%; }
.business_con01 .business_box .txt_box {position:relative; top:-50px; display:inline-block; vertical-align:top; width:95%; text-align:left; }
.business_con01 .business_box .txt_box h4 {position:relative; display:inline-block; font-size:20px; font-weight:bold; color:#333333; line-height:24px; letter-spacing:-0.05em; }
.business_con01 .business_box .txt_box h4:before {content:''; position:absolute; right:-260px; top:12px; width:224px; height:1px; background-color:#0075bf; }
.business_con01 .business_box .txt_box h4 span {display:block; font-size:26px; color:#0075bf; }
.business_con01 .business_box .txt_box p {margin-top:25px; font-size:16px; font-weight:200; color:#141414; line-height:32px; letter-spacing:-0.05em; word-break:keep-all; }
.business_con01 .business_box .txt_box i {font-family: 'GmarketSansMedium';  font-size:20px;}
.business_con01 .business_box.type02 {text-align:left; }
.business_con01 .business_box.type02 .txt_box {text-align:right; }
.business_con01 .business_box.type02 .txt_box h4:before {right:115%; }


@media all and (max-width:800px){
	.business_con01 .business_box .img_box  {width:100%; margin-bottom:30px; }
	.business_con01 .business_box .txt_box  {width:100%; top:0; text-align:left; }
	.business_con01 .business_box.type02 .txt_box {text-align:left; }
	.business_con01 .business_box .txt_box h4 span {font-size:22px;}
	.business_con01 .business_box .txt_box h4:before {display:none; }
	.business_con01 .business_box .txt_box i { font-size:17px;}
}

.sub_txt {text-align:center; margin-bottom:50px;}
.sub_txt i {display:block; background:#0054a4; text-align:center; color:#fff; width:50px; height:50px; margin:0 auto 10px; padding-top:15px; font-style:normal; font-weight:600;}
.sub_txt h4 {font-size:24px; font-weight:bold; padding-bottom:10px;}
.sub_txt p {font-size:17px; margin-bottom:30px;}

.business_con02 {margin-bottom:60px;}
.business_con02 .arrow_img:after {content: ""; display:block; width:100px; height:100px; background:url(../img/arrow.png) left top no-repeat; margin-top:0px; margin-left:220px;}
.business_con02 ul li {min-height:100px;}
.business_con02 ul li .left_title {float:left; width:45%; background:#0054a4; min-height:100px; border-radius:5px;}
.business_con02 ul li .left_title h3 {font-size:25px; font-weight:bold; text-align:center; padding-top:35px; color:#fff;}
.business_con02 ul li .right_txt {float:right; width:50%; text-align:left;}
.business_con02 ul li .right_txt {padding:33px;  background:#ededed; border-radius:5px;}
.business_con02 ul li .right_txt dl dd {font-size:16px; color:#444444; font-weight:300; line-height:26px; font-weight:bold;}


@media all and (max-width:640px){
	.business_con02 ul li {min-height:auto;}
	.business_con02 ul li .left_title {float:none; width:100%; min-height:80px;}
	.business_con02 ul li .left_title h3 { line-height:80px; padding-top:0px;}
	.business_con02 ul li .right_txt {float:none; width:100%; }
	.business_con02 .arrow_img:after {display:none;}
	.business_con02 .arrow_img {margin:0 auto; display:block; width:100px; height:100px; background:url(../img/arrow.png) center top no-repeat;}
}


.business_line {border:2px dotted #333; width:1200px; margin-bottom:30px; border-radius:100px; height:150px;}

.business_con03 {background:url(../img/business_bg2.jpg) center top no-repeat;}

.history-container { margin-top:50px;  }
.history-container .his-box { position:relative; padding-top:117px; margin-bottom:0px;} 
.history-container .his-box.top {  padding-top:56px;} 
.history-container .his-box > span {font-family: 'GmarketSansMedium'; position:absolute; left:0; top:0; width:100%; display:block; text-align:center; font-size:80px; color:rgba(34,34,34,0.04); font-weight:600; line-height:1; }
.history-container .his-box.top > span { top:0; }
.history-container .his-box > span em { font-family: 'Nunito Sans'; font-weight:900; line-height:1;}
.history-container .his-box .hafl-box {position:relative; z-index:5; font-size:0; float:left; width:50%; margin-bottom:30px;}
.history-container .his-box .hafl-box > div { display:inline-block; vertical-align:top; width:100%; padding:0 35px; box-sizing:border-box;  }
.history-container .his-box .hafl-box .when { text-align:left; line-height:1;	}
.history-container .his-box .hafl-box .when span { display:inline-block; font-size:40px; font-family: 'GmarketSansMedium'; color:#222;  letter-spacing:-1px; margin-top:-10px;}
.history-container .his-box .hafl-box .list { position:relative;  }
.history-container .his-box .hafl-box .list:after { content:'';position:absolute; left:-7px; top:6px; width:15px; height:15px; border-radius:50%; border:2px solid #0d4a9a; background:#fff;}
.history-container .his-box .hafl-box .list:before { content:''; position:absolute; left:0; top:0; width:1px; height:calc(100% - 28px); margin-top:28px;  background:#ccc;}
.history-container .his-box .hafl-box .list ul { padding-top:50px; }
.history-container .his-box .hafl-box .list ul li {text-align:left; position:relative; padding-left:0px; font-size:16px; color:#686868; font-weight:400; letter-spacing:-1px; line-height:1.5;}
.history-container .his-box .hafl-box .list ul li:before {content: ""; position:absolute; width:4px; height:4px; background:#0d4a9a; text-align:left; margin-left:-10px; margin-top:11px; border-radius:50px;}
.history-container .his-box .hafl-box .list ul li + li { margin-top:10px;  }
.history-container .his-box .hafl-box .list ul li span {font-family: 'GmarketSansMedium'; position:absolute; left:0; top:0; font-size:20px; color:#0d4a9a; font-weight:500;  }

.h01 {height:290px;}
.h02 {height:160px;}
.h03 {height:180px;}
.h04 {height:220px;}
.h05 {height:350px;}

@media screen and (max-width:950px){
	.history-container .his-box .hafl-box { float:none; width:100%;  }
	.history-container .his-box .hafl-box .when span { font-size:30px; }
	.history-container .his-box .hafl-box > div { padding:0 40px;  }
	.history-container .his-box .hafl-box .list ul li { font-size:16px;  }
	.history-container .his-box > span { font-size:50px;  }
	.h01 {height:auto;}
	.h02 {height:auto;}
	.h03 {height:auto;}
	.h04 {height:auto;}
	.h05 {height:auto;}
}

@media screen and (max-width:700px){
	.history-container .his-box .hafl-box .when {text-align:left; padding-bottom:30px; }
	.history-container .his-box .hafl-box > div { width:100%; padding:0;  }
	.history-container .his-box .hafl-box .list { padding-left:30px;  }
}


@media screen and (max-width:640px){
	.history-container { margin-top:60px;  }
	.history-container .his-box { padding-top:91px; padding:0 20px; }

	.history-container .his-box .hafl-box .list { padding-left:21px; 	 }
	.history-container .his-box .hafl-box .list ul li { font-size:14px;  }
	.history-container .his-box .hafl-box .list:after { left:-4px; width:8px; height:8px;  border-width:1px;  }
	.history-container .his-box .hafl-box .list:before { margin-top:21px;  }

	.history-container .his-box .hafl-box .list ul li span { font-size:14px;  }
	.history-container .his-box .hafl-box .list ul li { padding-left:15px; } 
	.history-container .his-box .hafl-box .list ul li + li { margin-top:7px;  }
}


	.value_tab{margin-bottom:30px;}
	.value_tab li{float:left;width:25%;box-sizing:border-box;padding:0 15px;text-align:center}
	.value_tab li {display:block;height:70px;box-sizing:border-box;border:4px solid #0d4a9a;border-radius:60px;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;background:#fff}
	.value_tab li dt{transform: rotate(-0.03deg);line-height:70px;color:#333; font-weight:600; font-size:18px; letter-spacing:-1px;}

@media (max-width:1200px){
	.value_tab li{padding:0 5px}
}
@media (max-width:768px){
	.value_tab li{width:100%; margin-bottom:3px;}
}




.about_con04 {}
.about_con04 .inner {padding:100px 0; }
.about_con04 dl {font-size:0; letter-spacing:-4px; }
.about_con04 dl dd ul {margin-top:0px; font-size:0; letter-spacing:-4px; text-align:center; }
.about_con04 dl dd ul li {position:relative; display:inline-block; vertical-align:top; width:calc(25% - 6.66666666667px); margin-right:5px; margin-bottom:30px; padding:15px; box-sizing:border-box; }
.about_con04 dl dd ul li:nth-of-type(4n) {margin-right:0; }
.about_con04 dl dd ul li svg {position:absolute; left:-5px; top:-5px; width:calc(100% + 10px); height:calc(100% + 10px); }
.about_con04 dl dd ul li svg path {stroke:#1a5db4; stroke-width:2; fill:#fff; stroke-dashoffset:100; transition:all 0.8s; -webkit-transition:all 0.8s; -o-transition:all 0.8s; -ms-transition:all 0.8s; -moz-transition:all 0.8s;}
.about_con04 dl dd ul li .txt_box {position:relative; z-index:10; width:100%; padding-bottom:100%; border:1px solid #ddd; box-sizing:border-box; border-radius:50%; background-color:#fff; }
.about_con04 dl dd ul li .txt_box > div {position:absolute; left:0; top:0; width:100%; padding-top:50px; box-sizing:Border-box; border-radius:50%; text-align:center; }
.about_con04 dl dd ul li i {font-size:17px; color:#1a5db4; letter-spacing:-0.04em; font-style:normal; font-weight:bold; font-family: 'Montserrat','NanumSquare', sans-serif; }
.about_con04 dl dd ul li i b {font-weight:800; }
.about_con04 dl dd ul li .hr {width:40px; height:1px; margin:20px auto 30px; background-color:#1a5db4; }
.about_con04 dl dd ul li p {font-size:18px; font-weight:bold; color:#444444; letter-spacing:-0.04em; line-height:1.6; }
.about_con04 dl dd ul li p span {font-size:15px; color:#888888; }

.about_con04.on dl dd ul li:nth-of-type(1) svg path {stroke-dashoffset:75; }

.about_con04 dl dd ul li:nth-of-type(2) svg path {stroke:#0d4a9a; }
.about_con04.on dl dd ul li:nth-of-type(2) svg path {stroke-dashoffset:75; transition-delay:0.2s;}
.about_con04 dl dd ul li:nth-of-type(2) i {color:#0d4a9a; }
.about_con04 dl dd ul li:nth-of-type(2) .hr {background-color:#0d4a9a; }

.about_con04 dl dd ul li:nth-of-type(3) svg path {stroke:#00377e; }
.about_con04.on dl dd ul li:nth-of-type(3) svg path {stroke-dashoffset:75; transition-delay:0.4s;}
.about_con04 dl dd ul li:nth-of-type(3) i {color:#00377e; }
.about_con04 dl dd ul li:nth-of-type(3) .hr {background-color:#00377e; }

.about_con04 dl dd ul li:nth-of-type(4) svg path {stroke:#002556; }
.about_con04.on dl dd ul li:nth-of-type(4) svg path {stroke-dashoffset:75; transition-delay:0.6s;}
.about_con04 dl dd ul li:nth-of-type(4) i {color:#002556; }
.about_con04 dl dd ul li:nth-of-type(4) .hr {background-color:#002556; }

@media all and (max-width:1200px){
	.about_con04 dl dd ul li .txt_box > div {padding-top:30px; }
	.about_con04 dl dd ul li .hr {margin:20px auto; }
}
@media all and (max-width:1000px){
	.about_con04 .inner {padding:70px 0; }
	.about_con04 dl dt {width:100%; }
	.about_con04 dl dd {width:100%; margin-top:30px; }
	.about_con04 dl dd h5 {font-size:34px; }
}

@media all and (max-width:800px){
	.about_con04 dl dd ul li {width:250px; height:250px; margin:0 10px 0px; }
}


.css_con02{margin-top:120px; padding:0 0 60px;}
.css_con02 .inner{background:#fff; margin-top:-100px;}
.css_con02 .inner .text{padding:60px 20px 0; text-align:center;}
.css_con02 .inner .text .hr{width:50px; height:5px ;background:#d9d9d9; border-radius:3px; margin:0 auto 15px}
.css_con02 .inner .text h3{font-size:32px; color:#444; font-weight:600; word-break:keep-all; letter-spacing:-0.045em; font-weight:200; line-height:1.3; margin:0 0 30px;}
.css_con02 .inner .text p{font-size:18px; word-break:keep-all; color:#666666; letter-spacing:-0.045em; font-weight:200; line-height:1.4;}
.css_con02 .inner > .hr{width:100%; height:1px; background:#efefef; margin:60px auto;}
.css_con02 .bot_text{text-align:center;}
.css_con02 .bot_text > i{display:block; margin:40px auto 20px;}
.css_con02 .bot_text > p{font-size:22px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:32px;}
.css_con02 .bot_text > p span{display:inline-block; position:relative; z-index:2;}
.css_con02 .bot_text > p span:before{content:""; width:100%; height:13px; background:#daf4fb; position:absolute; left:0; bottom:0; z-index:-1;}
.css_con02 .bot_text > p b{font-weight:500; color:#444444}
.css_con02 .bot_text ul:after{clear:both; content:""; display:block; height:0; visibility:hidden}
.css_con02 .bot_text ul{font-size:0; letter-spacing:-4px; text-align:center; margin:60px 0 20px; padding:0 80px; box-sizing:border-box;}
.css_con02 .bot_text ul li{display:inline-block; vertical-align:middle; height:250px; background:#0d4a9a; border-radius:30px; position:relative;}
.css_con02 .bot_text ul li:nth-child(1) {width:20%;}
.css_con02 .bot_text ul li.w_con {width:25%;}
.css_con02 .bot_text ul li .text{display:table; width:100%; height:100%; padding:0 0px; box-sizing:border-box; position:relative; z-index:2;}
.css_con02 .bot_text ul li .text .center{display:table-cell; vertical-align:middle; text-align:left;}
.css_con02 .bot_text ul li .text .center h4{font-size:28px; color:#fff; letter-spacing:-0.045em; font-weight:600; margin:0 0 15px; word-break:keep-all;}
.css_con02 .bot_text ul li .text .center h4 b{font-size:22px; color:#222222; font-weight:500;}
.css_con02 .bot_text ul li .text .center p{font-size:17px; color:#666666; letter-spacing:-0.045em; line-height:28px; font-weight:300; margin:0 0 10px; word-break:keep-all;}
.css_con02 .bot_text ul li.w_con .text {margin-left:-20px;}
.css_con02 .bot_text ul li.w_con{background:#fff; height:300px; box-shadow:12px 0px 29px rgba(0,0,0,0.07);}
.css_con02 .bot_text ul li.w_con:before{content:""; width:100%; height:100%; background:#fff; border-radius:30px; position:absolute; left:-40px; top:0; z-index:1; box-shadow:-10px 0 10px rgb(0 0 0 / 3%); transform:skewX(-10deg); -ms-transform:skewX(-10deg); -webkit-transform:skewX(-10deg); -o-transform:skewX(-10deg); -moz-transform:skewX(-10deg); }
.css_con02 .bot_text ul li.w_con .text .center h4 b{font-size:24px; color:#0d4a9a;}
.css_con02 .bot_text .arrow{margin:20px 0;}


@media all and (max-width:1000px){

	.css_con02 .inner .text{padding:30px 20px 0}
	.css_con02 .bot_text > p{word-break:keep-all;}
	.css_con02 .bot_text > p br{display:none}
	.css_con02 .bot_text > p span{display:inline}
	.css_con02 .bot_text > p span:before{display:none}
	.css_con02 .bot_text ul{padding:0;}
	.css_con02 .bot_text ul li{width:100%; height:auto; display:block;}
	.css_con02 .bot_text ul li:nth-child(1) {width:100%;}
	.css_con02 .bot_text ul li.w_con {width:100%;}
	.css_con02 .bot_text ul li .text{padding:30px 20px;}
	.css_con02 .bot_text ul li.w_con{height:auto;}
	.css_con02 .bot_text ul li.w_con .text {margin-left:0px;}
	.css_con02 .bot_text ul li:last-child{height:auto;}
	.css_con02 .bot_text ul li:last-child:before{left:0; top:-25px; box-shadow:0 -10px 10px rgba(0,0,0,0.03); transform:skewY(-10deg); -ms-transform:skewY(-10deg); -webkit-transform:skewY(-10deg); -o-transform:skewY(-10deg); -moz-transform:skewY(-10deg);}


}
@media all and (max-width:767px){
	
	.css_con02 {margin-top:70px;}
	.css_con02 .inner .text h3{font-size:26px;}
}

.Staring{margin-bottom:41px;}
.Staring h3 {text-align:left; font-size:23px;font-weight:600;letter-spacing:-0.72px;color:#0d4a9a; margin-top:30px;}
.Staring_nav{display:flex;justify-content:space-around; padding-top:30px;margin-top:0px;padding-bottom:80px;background:url(../img/staring_line.png) no-repeat 50% 39.5%}
.Staring_nav ul li {font-size:20px; font-weight:600;}
.Staring_nav ul:nth-child(1){position:relative;text-align:-webkit-center}
.Staring_nav ul:nth-child(1):before{content:'';display:block;position:absolute;right:-34px;top:45%;transform:translateY(-50%);background:url(../img/staring_arrow.png) no-repeat 50% 50%;background-size:cover;width:11px;height:22px}
.Staring_nav ul:nth-child(2){position:relative;text-align:-webkit-center}
.Staring_nav ul:nth-child(2):before{content:'';display:block;position:absolute;right:-41px;top:45%;transform:translateY(-50%);background:url(../img/staring_arrow.png) no-repeat 50% 50%;background-size:cover;width:11px;height:22px}
.Staring_nav ul:nth-child(3){position:relative;text-align:-webkit-center}
.Staring_nav ul:nth-child(3):before{content:'';display:block;position:absolute;right:-30px;top:45%;transform:translateY(-50%);background:url(../img/staring_arrow.png) no-repeat 50% 50%;background-size:cover;width:11px;height:22px}
.Staring_nav ul:nth-child(4){position:relative;text-align:-webkit-center}
.Staring_nav ul:nth-child(4):before{ content:'';display:block;position:absolute;right:-30px;top:45%;transform:translateY(-50%);background:none;background-size:cover;width:11px;height:22px}

.Staring_nav ul:first-child li:first-child{background:url(../img/staring_icon01.png) no-repeat 50% 50%;width:207px;height:206px;line-height:298px}
.Staring_nav ul:nth-child(2) li:first-child{background:url(../img/staring_icon02.png) no-repeat 50% 50%;width:207px;height:206px;line-height:298px}
.Staring_nav ul:nth-child(3) li:first-child{background:url(../img/staring_icon03.png) no-repeat 50% 50%;width:207px;height:206px;line-height:298px}
.Staring_nav ul:nth-child(4) li:first-child{background:url(../img/staring_icon04.png) no-repeat 50% 50%;width:207px;height:206px;line-height:298px}
.Staring_nav ul li:first-child{text-align:center; letter-spacing:-0.34px;color:#343434;margin-bottom:20px}
.Staring_nav ul li:last-child{text-align:center;line-height:26px;color:#646464; }

.Inquiry{padding-bottom:20px;padding-top:30px; border-bottom:1px solid #dcdcdc; text-align:left;}
.Inquiry h4{float:left; font-size:23px;font-weight:600; letter-spacing:-0.72px;color:#0d4a9a; margin-right:50px; width:140px; }
.Inquiry p{text-align:left; display:inline-block; font-size:16px; letter-spacing:-0.64px;color:#646464; line-height:24px; padding-top:7px;}
.Inquiry i {font-style:normal; font-size:17px; font-weight:500; color:#fff; background:#0d4a9a; padding:10px 20px; width:200px; text-align:center; margin-top:10px; display:block;}
.Inquiry i a {color:#fff;}

@media all and (max-width:767px){
	.Staring_nav{display:block;background:none;}
	.Staring_nav ul:nth-child(1):before{right:0px;top:45%;background:none;}
	.Staring_nav ul:nth-child(2):before{right:0px;top:45%;background:none;}
	.Staring_nav ul:nth-child(3):before{right:0px;top:45%;background:none;}
	.Staring_nav ul:nth-child(4):before{right:0px;top:45%;background:none;}
	.Inquiry h4{float:none;}
	.Inquiry p{display:block;}
}


.subtable { width:100%;border:1px solid #dbdbdb; margin:0px auto; border-top:2px solid #0d4a9a;}
.subtable tr th {text-align:center; background:#f6f6f6; color:#333;  font-size:16px; font-weight:500; padding:10px 0; width:100px;}
.subtable tr td {border:1px solid #dbdbdb; padding:10px; background:#fff; line-height:22px; color:#35363a; text-align:center;font-size:16px; font-weight:300; letter-spacing:-0.03em;}

@media all and (max-width:767px){
	.subtable tr th {font-size:15px;}
	.subtable tr td {font-size:15px;}
}



@font-face {
    font-family: 'Arita-dotum-Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Arita-dotum-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.sec1 {background:url(../img/management_bg.jpg) center top no-repeat; padding:50px 0 80px;}
.sec2 {background:#eaf0fb; padding:50px 0; margin-top:30px;}

.sub_title1{text-align:center; }
.sub_title1 h4{letter-spacing:-1px; font-size:35px;color:#fff;font-weight:600;word-break:keep-all}
.sub_title1 p {font-size:35px; font-weight:600; letter-spacing:-1px; color:#fff; padding-top:20px;}
.sub_title1 p:before {content: "“"; position:absolute; font-family: 'Arita-dotum-Medium'; font-size:150px; font-weight:100; text-align:left; margin-left:-70px; margin-top:-50px;}
.sub_title1 p:after {content: "”"; position:absolute; font-family: 'Arita-dotum-Medium'; font-size:150px; font-weight:100; text-align:left; margin-left:0px; margin-top:28px;}

.sub_title2{text-align:center; }
.sub_title2 h4{letter-spacing:-1px; font-size:35px;color:#0054a4;font-weight:600;word-break:keep-all}
.sub_title2 p {font-size:35px; font-weight:400; letter-spacing:-1px; color:#0054a4; padding-top:20px; line-height:42px;}
.sub_title2 p span {font-family: 'Arita-dotum-Medium'; font-size:150px;}
.sub_title2 p:before {content: "“"; position:absolute; font-family: 'Arita-dotum-Medium'; font-size:150px; text-align:left; margin-left:-60px; margin-top:8px;}
.sub_title2 p:after {content: "”"; position:absolute; font-family: 'Arita-dotum-Medium'; font-size:150px; text-align:left; margin-left:60px; margin-top:68px;}

.sub_title3{text-align:center; padding-top:80px;}
.sub_title3 h4{margin-left:170px; padding-bottom:20px; letter-spacing:-1px; font-size:35px;color:#0054a4;font-weight:600;word-break:keep-all}

@media all and (max-width:767px){
	.sub_title1 h4{font-size:33px;}
	.sub_title1 p {font-size:22px; }
	.sub_title1 p:before { font-size:100px; font-weight:100; text-align:left; margin-left:-40px; margin-top:-50px;}
	.sub_title1 p:after { font-size:100px; font-weight:100; text-align:left; margin-left:0px; margin-top:28px;}

	.sub_title2 h4{font-size:33px;}
	.sub_title2 p {font-size:17px; }
	.sub_title2 p:before { font-size:100px; font-weight:100; text-align:left; margin-left:-30px; margin-top:0px;}
	.sub_title2 p:after { font-size:100px; font-weight:100; text-align:left; margin-left:0px; margin-top:48px;}

	.sub_title3 h4{font-size:33px; margin-left:130px;}
}

@media all and (max-width:600px){
	.sub_title3 h4{font-size:33px; margin-left:90px;}
}

@media all and (max-width:480px){
	.sub_title3 h4{font-size:33px; margin-left:75px;}
}

@media all and (max-width:420px){
	.sub_title3 h4{font-size:33px; margin-left:65px;}
}

.duty_con01{padding:0px 0; margin-bottom:50px; text-align:left; }
.duty_con01.gray{background:#f9f9f9}
.duty_con01 ul{margin-top:60px;}
.duty_con01 ul > li{background:#e4f3f5; box-sizing:border-box; clip-path: polygon(0 0, 0 100%, 115% 115%, 90% 0); position:relative;}
.duty_con01 ul > li:before{content:""; width:calc(100% - 2px); height:calc(100% - 2px); background:#e4f3f5; clip-path: polygon(0 0, 0 100%, 115% 115%, 90% 0); position:absolute; left:1px; top:1px;}
.duty_con01 ul > li + li{margin-top:20px;}
.duty_con01 ul > li dl{position:relative; z-index:2; padding:20px 100px 40px 40px;}
.duty_con01 ul > li dl:after{clear:both; content:""; display:block; height:0; visibility:hidden}
.duty_con01 ul > li dl dt{width:200px; float:left;}
.duty_con01 ul > li dl dt span{display:inline-block; margin-right:10px; width:50px; height:50px; line-height:50px; text-align:left; border-radius:50%; background:#147bab; color:#fff; font-size:16px; letter-spacing:0em; font-weight:400;}
.duty_con01 ul > li dl dt h4{text-align:left; display:inline-block; font-size:22px; color:#444444; letter-spacing:-0.045em; font-weight:600; line-height:32px; margin:27px 0 0;}
.duty_con01 ul > li dl dt h4:before {content: ""; position:absolute; width:3px; height:16px; background:#129cb0; text-align:left; margin-left:-10px; margin-top:8px;}
.duty_con01 ul > li dl dd{text-align:left; width:calc(100% - 270px); float:left; }
.duty_con01 ul > li dl dd .hr{width:29px; height:2px; background:#e4e4e4; margin:0 0 20px;}
.duty_con01 ul > li dl dd p{padding-top:30px; font-size:20px; color:#0ca4ba; letter-spacing:-0.045em; font-weight:600; word-break:keep-all;}
.duty_con01 ul > li dl dd p + p{margin-top:25px;}
.duty_con01 ul > li dl dd p b{display:block; font-weight:500;}
.duty_con01 ul > li dl dd p a{color:#00a8d2; font-weight:500; font-size:18px;}
.duty_con01 ul > li dl dd p a i{display:inline-block; vertical-align:middle; margin:-4px 0 0 5px;}

.duty_con01 ul > li dl dd ol.s1 {padding-top:10px;}
.duty_con01 ul > li dl dd ol.s1 li{display:inline-block; width:33%; background:#fff; border-radius:5px; text-align:center; padding-left:10px; position:relative; font-size:18px; color:#129cb0; padding:10px 0; letter-spacing:-0.045em; font-weight:600; word-break:keep-all;}
.duty_con01 ul > li dl dd ol.s1 li + li{margin-top:10px;}

.duty_con01 ul > li dl dd ol.s3 {padding-top:10px;}
.duty_con01 ul > li dl dd ol.s3 li{display:inline-block; width:33%; background:#129cb0; border-radius:5px; text-align:center; padding-left:10px; position:relative; font-size:18px; color:#fff; padding:10px 0; letter-spacing:-0.045em; font-weight:600; word-break:keep-all;}
.duty_con01 ul > li dl dd ol.s3 li + li{margin-top:10px;}


.duty_con01 ul > li dl dd ol.s2 li{padding-left:10px; position:relative; text-align:left; font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:400; word-break:keep-all;}
.duty_con01 ul > li dl dd ol.s2 li + li{margin-top:10px;}
.duty_con01 ul > li dl dd ol.s2 li:before{content:"·"; position:absolute; left:0; top:0;}


.duty_con01 ul > li:nth-of-type(2n):before{background:#fff}
.duty_con01 ul > li:nth-of-type(2n) dl dt span{background:#4779a7}
.duty_con01 ul > li:nth-of-type(3n):before{background:#e4f3f5}
.duty_con01 ul > li:nth-of-type(3n) dl dt span{background:#145189}
.duty_con01 ul > li:nth-of-type(4n):before{background:#fff}
.duty_con01 ul > li:nth-of-type(4n) dl dt span{background:#2e4169}

@media all and (max-width:1000px){
	.duty_con01{padding:0px 0;}
	.duty_con01 ul{margin-top:30px;}
	.duty_con01 ul > li{clip-path:none}
	.duty_con01 ul > li:before{clip-path:none}
	.duty_con01 ul > li dl{padding:20px 40px 40px 40px;}
	.duty_con01 ul > li dl dt{width:100%; float:none}
	.duty_con01 ul > li dl dd{width:100%; float:none; margin-top:20px;}
	.duty_con01 ul > li dl dd p{padding-top:0px;}

	.duty_con01 ul > li dl dd ol.s1 li{display:block; width:100%;}
	.duty_con01 ul > li dl dd ol.s3 li{display:block; width:100%;}
}


.vision_con01 {background:url(../img/management_bg.jpg) center top no-repeat; text-align:center; padding:50px 0;}


.license ul li {border:1px solid #ddd; display:inline-block; width: calc(100% /3 - 17px); margin:0 5px;}
.license ul li img {width:100%;}