@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

body { background-color: #efeeec; -webkit-text-size-adjust: 100%; }

/* LAYOUT */
#wrap { overflow: hidden; }
#header { position: fixed; width: 100%; left: 0; top: 0; background-color:#fff; z-index: 10; }
#container { position:relative; margin-top: 100px; }
#footer { overflow: hidden; position: relative; background-color: #ffffff; border-top: 1px solid #e4e4e4; }

/* HEADER */
#header > .head { position: relative; width: 1440px; height: 100px; margin: 0 auto; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition: all 0.3s ease; transition:all 0.3s ease; }
#header > .head h1 { margin:0; padding:30px 0 0; line-height: 0; }

#header > .head .header_lnb { position:absolute; top:6px; right:0; }
#header > .head .header_lnb ul { padding:0;margin:0; }
#header > .head .header_lnb li {list-style: none;padding:0;margin:0 0 0 10px;float: left; }

#header > .head > .gnb { position: absolute; height:60px; right: 0; top: 43px; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition: all 0.3s ease; transition:all 0.3s ease; }
#header > .head > .gnb > ul { margin: 0; padding: 0; }
#header > .head > .gnb > ul > li { list-style: none; position: relative; float: left; padding-left: 45px; }
#header > .head > .gnb a,
#header > .head > .gnb a:hover { font-family: 'Noto Sans KR', sans-serif; font-size: 16px; line-height: 16px; font-weight: 400; color: #000000; }
#header > .head > .gnb:after{ content:""; display:block; clear:both; /* height:0; visibility:hidden; */}

#header > .head > .gnb .smenu { display:none; position:absolute; width:162px; left:-10px; top:57px; padding:0 0 30px 0; border-left:2px solid #dedede; border-right:2px solid #dedede; border-bottom:2px solid #dedede; background-color:#ffffff; z-index:21; }
#header > .head > .gnb .smenu ul { margin:0; padding:0; }
#header > .head > .gnb .smenu li { list-style:none; float:none; width:100%; height:30px; padding-left:0; background:none; }
#header > .head > .gnb .smenu li:first-child { height:20px; }
#header > .head > .gnb .smenu a { padding-left:16px; font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; color:#383838; font-size:12.5px; line-height:30px; font-weight:normal; display:block; }
#header > .head > .gnb .smenu a:hover { color:#000000; background-color:#dfdfdf; }
#header > .head > .gnb .smenu .smenu_bar { height:4px; margin:-4px 48px 0 48px; background-color:#dfdfdf; }

#header > .head > .gnb_btn { position: absolute; width: 30px; right: 0; top: 36px; cursor: pointer; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition: all 0.5s ease; transition:all 0.5s ease; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; visibility: hidden; }
#header > .head > .gnb_btn img { width: 100%; }

#header > .head > .gnb_m_bg { position:fixed; overflow-y:auto; width:100%; height:100vh; left:0; top:0; background-color:rgba(0,0,0,0.6); -webkit-overflow-scrolling:touch; z-index:99999; display:none; }
#header > .head > .gnb_m { position:fixed; overflow-y:auto; width:85%; height:100vh; left:-100%; top:0; margin-right:15%; background-color:#20aae3; opacity:0; -webkit-overflow-scrolling:touch; z-index:99999; }
#header > .head > .gnb_m .head { height:55px; background-color:#fff; }
#header > .head > .gnb_m .head .gnb_btn_close { position:absolute; right:20px; top:16px; width:20px; cursor:pointer; }
#header > .head > .gnb_m .head .gnb_btn_close img { width:100%; }

#header > .head > .gnb_m .list { position:relative; margin-bottom:100px; -webkit-overflow-scrolling:touch; }
#header > .head > .gnb_m .list ul { margin:0; padding:0; }
#header > .head > .gnb_m .list li { position:relative; list-style:none; min-height:42px; border-bottom:1px solid #3db5e7; cursor:pointer; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition: all 0.5s ease; transition:all 0.5s ease; }
#header > .head > .gnb_m .list .list_title { margin:0 0 0 30px; font-family:'Noto Sans KR'; color:#ffffff; line-height:11px; font-size:11px; line-height:42px; font-weight:500; letter-spacing:1px; }
#header > .head > .gnb_m .list .list_blet { position:absolute; width:8px; height:12px; right:14px; top:15px; background-image:url(../images/inc/m_blet.png); background-repeat:no-repeat; background-size:contain; }

#header > .head > .gnb_m .list li.select { background-color:#080d16; }
#header > .head > .gnb_m .list li.select .list_title { color:#20aae3; }
#header > .head > .gnb_m .list li.select .list_title span { color:#20aae3; }
#header > .head > .gnb_m .list li.select .list_blet { background-image:url(../images/inc/m_blet_ov.png); }

#header > .head > .gnb_m .list .sub_list { background-color:#63c4eb; display:none; }
#header > .head > .gnb_m .list .sub_list ul { margin:0; padding:0; }
#header > .head > .gnb_m .list .sub_list li { padding:0 0 0 30px; list-style:none; border-top:1px solid #75cbed; border-bottom:none; font-family:'Noto Sans KR'; color:#080d16; line-height:11px; font-size:11px; line-height:42px; font-weight:500; letter-spacing:0; }
#header > .head > .gnb_m .list:after { content:""; clear:both; display:block; }

/* CONTAINER */
#container > .area { overflow: hidden; position: relative; width: 1440px; margin: 0 auto; }

#container > .area .slide { margin-top: 50px; }
#container > .area .slide ul { margin: 0; padding: 0; }
#container > .area .slide li { position: relative; line-height: 0; }
#container > .area .slide img.pc { display: block; }
#container > .area .slide img.mobile { display: none; }
#container > .area .slide .box {position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
#container > .area .slide .box .outer { display:table; position:relative; width:100%; height: 100%; }
#container > .area .slide .box .outer .inner { display:table-cell; position:relative; width:100%; vertical-align:middle; text-align: center; }
#container > .area .slide .box .outer .inner h2 { margin: 0; font-family: 'Noto Sans KR', sans-serif; font-size: 50px; line-height: 50px; font-weight: 300; color: #fff; letter-spacing: -1px; text-align: center; -moz-text-shadow:0 2px 2px rgba(0,0,0,0.2); -webkit-text-show:0 2px 2px rgba(0,0,0,0.2); text-shadow:0 2px 2px rgba(0,0,0,0.2); -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition: all 0.3s ease; transition:all 0.3s ease; }
#container > .area .slide .box .outer .inner h2 strong { font-family: 'Noto Sans KR', sans-serif; font-size: 50px; line-height: 50px; font-weight: 500; letter-spacing: -1px; }
#container > .area .slide .box .outer .inner p { margin: 22px 0 0; font-family: 'Noto Sans KR', sans-serif; font-size: 16px; line-height: 24px; font-weight: 200; color: #fff; text-align: center; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition: all 0.3s ease; transition:all 0.3s ease; }
#container > .area .slide .box .outer .inner .line01 { position: absolute; width: 88px; height: 2px; right: 25%; top: 170px; background-color: rgba(255,255,255,0.5); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
#container > .area .slide .box .outer .inner .line02 { position: absolute; width: 88px; height: 2px; left: 25%; top: 390px; background-color: rgba(255,255,255,0.5); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

#container > .area .slide .btn_more { position: absolute;  width: 176px; height: 46px; right: 20px; bottom: 20px; text-align: center; background-color: rgba(0,0,0,0.1); border: 1px solid #cfd3d6; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -moz-border-radius:2px; -webkit-border-radius:2px;  border-radius:2px; z-index: 2001; }
#container > .area .slide .btn_more a,
#container > .area .slide .btn_more a:hover { font-family: 'Noto Sans KR', sans-serif; font-size: 14px; line-height: 44px; font-weight: 100; color: #fff; text-align: center; display: block; }

#container > .area .service { margin-top: 20px; }
#container > .area .service ul { margin: 0; padding: 0; }
#container > .area .service li { position: relative; list-style: none; float: left; width: 33.33333%; background-color: #ffffff; cursor: pointer; }
#container > .area .service li:nth-child(2) { background-color: #f5f5f5; border-left: 1px solid #ebebeb; border-right: 1px solid #ebebeb; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
#container > .area .service .thum { overflow: hidden; width: 270px; margin: 43px auto 0; text-align: center; line-height: 0; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition: all 0.3s ease; transition:all 0.3s ease; }
#container > .area .service h2 { margin: 25px 0 0; font-family: 'Noto Sans KR', sans-serif; font-size: 20px; line-height: 20px; font-weight: 400; color: #000000; text-align: center; letter-spacing: -2px; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition: all 0.3s ease; transition:all 0.3s ease; }
#container > .area .service p { margin: 7px 0 40px; font-family: 'Nanum Gothic', 'NanumGothic', '나눔고딕'; font-size: 13px; line-height: 20px; color: #333333; text-align: center; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition: all 0.3s ease; transition:all 0.3s ease; }
#container > .area .service .thum_bg { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0,0,0,0.5); opacity:0; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition: all 0.5s ease; transition:all 0.5s ease; }
#container > .area .service li:hover .thum_bg { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity:1.0; opacity:1.0; }
#container > .area .service .thum_bg span { position: absolute; display: block; width: 114px; height: 6px; left: 50%; top: 50%; margin-left: -57px; margin-top: -3px; background-color: #fff; -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition: all 0.3s ease; transition:all 0.3s ease; }
#container > .area .service .thum_bg span.v1 { width: 6px; height: 114px; left: 50%; top: 50%; margin-left: -3px; margin-top: -57px; }
#container > .area .service li:hover .thum_bg span { -ms-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
#container > .area .service:after{ content:""; display:block; clear:both; /* height:0; visibility:hidden; */}

#container > .area .article { margin-top: 20px; }
#container > .area .article ul { margin: 0; padding: 0; }
#container > .area .article li { position: relative; list-style: none; float: left; width: 32.66666%; min-height: 220px; margin-left: 1%; cursor: pointer; }
#container > .area .article li:first-child { margin-left: 0; }
#container > .area .article li.notice { background-color: #404654; }
#container > .area .article li.notice .thum { position: absolute; left: 13.19148%; top: 81px; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition: all 0.3s ease; transition:all 0.3s ease; }
#container > .area .article li.notice p { margin: 0 12% 0 28%; font-family: 'Nanum Gothic'; font-size: 13px; line-height: 20px; color: #bdbfc4; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition: all 0.3s ease; transition:all 0.3s ease; }
#container > .area .article li.notice p strong { display: block; margin: 62px 0 12px 0; font-family: 'Nanum Gothic'; font-size: 15.5px; line-height: 20px; color: #fff; font-weight: 400; letter-spacing: -0.5px; }
#container > .area .article li.notice .more { position: relative; margin: 12px 12% 0 28%; font-family: 'Nanum Gothic'; font-size: 13px; line-height: 13px; color: #93eacf; font-weight: normal; }
#container > .area .article li.notice .more span { display: inline-block; vertical-align: middle; }
#container > .area .article li.notice .more span.v1 { position: absolute; width: 9px; height: 1px; left: 75px; top: 8px; background-color: #93eacf; }
#container > .area .article li.notice .more span.v2 { position: absolute; width: 1px; height: 9px; left: 79px; top: 4px; background-color: #93eacf; }

#container > .area .article li.money { background: url(../images/main/money_thum.png) no-repeat right; background-color: #599bcf; }
#container > .area .article li.money h2 { margin: 62px 12% 12px 10%; font-family: 'Nanum Gothic'; font-size: 15.5px; line-height: 15.5px; color: #fff; font-weight: 700; }
#container > .area .article li.money p { margin: 0 30% 0 10%; font-family: 'Nanum Gothic'; font-size: 13px; line-height: 20px; color: #deebf5; background-color: rgba(89,155,207,0.9); }
#container > .area .article li.money .more { position: relative; margin: 12px 12% 0 10%; font-family: 'Nanum Gothic'; font-size: 13px; line-height: 13px; color: #93eacf; font-weight: normal; }
#container > .area .article li.money .more span { display: inline-block; vertical-align: middle; }
#container > .area .article li.money .more span.v1 { position: absolute; width: 9px; height: 1px; left: 75px; top: 8px; background-color: #93eacf; }
#container > .area .article li.money .more span.v2 { position: absolute; width: 1px; height: 9px; left: 79px; top: 4px; background-color: #93eacf; }

#container > .area .article li.customer { background: url(../images/main/customer_thum.png) no-repeat 90%; background-color: #ffffff; cursor: default; }
#container > .area .article li.customer h2 { margin: 45px 0 0 10%; font-family: 'Nanum Gothic'; font-size: 18px; line-height: 18px; color: #000; font-weight: 700; }
#container > .area .article li.customer p { margin: 10px 0 0 10%; font-family: 'Nanum Gothic'; font-size: 14px; line-height: 24px; color: #898884; font-weight: 700; }
#container > .area .article li.customer p i { display: block; }
#container > .area .article li.customer .tel { margin: 10px 0 0 10%; font-family: 'Noto Sans KR', sans-serif; font-size: 15px; line-height: 24px; color: #169cfb; font-weight: 500; }
#container > .area .article li.customer .tel a,
#container > .area .article li.customer .tel a:hover { font-family: 'Noto Sans KR', sans-serif; font-size: 15px; line-height: 24px; color: #169cfb; font-weight: 500; }
#container > .area .article:after{ content:""; display:block; clear:both; /* height:0; visibility:hidden; */}

#container > .area .partner { margin: 20px 0 50px; }
#container > .area .partner ul { margin: 0; padding: 0; }
#container > .area .partner li { list-style: none; float: left; line-height: 0; }
#container > .area .partner:after{ content:""; display:block; clear:both; /* height:0; visibility:hidden; */}

/* SUB CONTAINER */
#container .sub_slide { position: relative; height:250px; margin-top:100px; background: url(../images/inc/sub_spot.png) no-repeat center top; text-align:center; line-height:0; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition: all 0.5s ease; transition:all 0.5s ease; }
#container .sub_slide span { position: absolute; width:100%; left:0; top:0; font-family: 'Noto Sans KR', sans-serif; font-size: 54px; line-height: 250px; color: #fff; font-weight: 400; }

#sub_container { display:table; position: relative; width: 1440px; margin: 0 auto; background-color:#fff; }
#sub_container > #side { display: table-cell; overflow: hidden; vertical-align: top; width: 15.416666%; border-left: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9;-webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition: all 0.5s ease; transition:all 0.5s ease; }
#sub_container > #side .left_title { margin-top: 60px; font-family: 'Noto Sans KR', sans-serif; font-size: 24px; line-height: 24px; color: #444444; font-weight: 500; text-align: center; }
#sub_container > #side .left_title_bar { height: 2px; margin: 26px 20px 0; background-color: #444444; }
#sub_container > #side .left_menu { margin-top: 20px; }
#sub_container > #side .left_menu ul { margin: 0; padding: 0; }
#sub_container > #side .left_menu li { position: relative; list-style: none; height: 40px; }
#sub_container > #side .left_menu a { padding-left: 25px; font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; font-size: 13px; line-height: 40px; color: #666666; display: block; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition: all 0.3s ease; transition:all 0.3s ease; }
#sub_container > #side .left_menu a:hover { font-weight: bold; color: #fff; background-color: #0155ad; }
#sub_container > #side .left_menu .dot { position: absolute; right: 35px; top: 18px; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition: all 0.3s ease; transition:all 0.3s ease; }
#sub_container > #side .left_menu .dot span { position: absolute; display: block; height: 1px; background-color: #b9b9b9; }
#sub_container > #side .left_menu .dot span.v1 { width: 7px; left: 0; top: 0; }
#sub_container > #side .left_menu .dot span.v2 { width: 5px; left: 1px; top: 1px; }
#sub_container > #side .left_menu .dot span.v3 { width: 3px; left: 2px; top: 2px; }
#sub_container > #side .left_menu .dot span.v4 { width: 1px; left: 3px; top: 3px; }
#sub_container > #side .left_menu li:hover .dot { right: 33px; top:22px; -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }
#sub_container > #side .left_menu li:hover .dot span { background-color: #fff; }
#sub_container > #side .left_menu:after{ content:""; display:block; clear:both; /* height:0; visibility:hidden; */}
#sub_container > #side .left_menu > ul > li.selected {color:#0070bd; font-weight:bold;}
#sub_container > #side .left_menu > ul > li.selected a,
#sub_container > #side .left_menu > ul > li.selected a:hover { padding-left: 25px; font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; font-size: 13px; line-height: 40px; font-weight: bold;  color: #fff; background-color: #0155ad; display: block; }
#sub_container > #side .left_menu > ul > li.selected .dot { right: 33px; top:22px; -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }
#sub_container > #side .left_menu > ul > li.selected .dot span { background-color: #fff; }

#sub_container > #side .banner_tel { height: 59px; margin: 30px 0 100px; background-color: #f8f8f8; border-top: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; font-family: 'Noto Sans KR', sans-serif; font-size: 20px; line-height: 58px; color: #676f77; font-weight: 600; text-align:center; letter-spacing: -1px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
#sub_container > #side .banner_tel a,
#sub_container > #side .banner_tel a:hover { font-family: 'Noto Sans KR', sans-serif; font-size: 20px; line-height: 58px; color: #676f77; font-weight: 600; letter-spacing: -1px; }

#sub_container > #content { display: table-cell; padding:0 2.777777%; vertical-align: top; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition: all 0.5s ease; transition:all 0.5s ease; }
#sub_container > #content > .lnb { position:absolute; right:2.777777%; top:20px; }
#sub_container > #content > .lnb ul { margin:0; padding:0; }
#sub_container > #content > .lnb li { list-style:none; float:left; padding-left:24px; background:url(../images/inc/sub_lnb_bar.png) no-repeat 10px 2px; line-height:12px; }
#sub_container > #content > .lnb li:first-child { padding-left:0; background:none; }
#sub_container > #content > .lnb a,
#sub_container > #content > .lnb a:hover { font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; color:#616161; font-size:12px; line-height:12px; }
#sub_container > #content > .lnb img { margin-top:2px; }

#sub_container > #content > .title { position:relative; margin:42px 0 0 0; padding-top:11px; font-family: 'Noto Sans KR', sans-serif; font-size:28px; line-height:28px; color:#393939; font-weight: 500; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition: all 0.3s ease; transition:all 0.3s ease;  }
#sub_container > #content > .title .title_dot_v1 { position:absolute; width:9px; height:4px; left:0; top:0; background-color:#0d6ba7; }
#sub_container > #content > .title .title_dot_v2 { position:absolute; width:26px; height:4px; left:9px; top:0; background-color:#62bbd9; }

#sub_container > #content > .content_area { position:relative; margin:40px 0 50px 0; }

/* FOOT */
#footer > .area { position: relative; width: 1440px; margin: 44px auto 0; }
#footer > .area .foot_menu { }
#footer > .area .foot_menu ul { margin: 0; padding: 0; }
#footer > .area .foot_menu li { list-style: none; float: left; padding-left: 21px; background: url(../images/inc/footer_bar.png) no-repeat 10px 2px; }
#footer > .area .foot_menu li:first-child { padding-left: 0; background: none; }
#footer > .area .foot_menu a,
#footer > .area .foot_menu a:hover { font-family: 'Nanum Gothic'; font-size: 12px; line-height: 14px; font-weight: 800; color: #5f5f5f; }
#footer > .area .foot_menu:after{ content:""; display:block; clear:both; /* height:0; visibility:hidden; */}

#footer > .area .copyright { margin: 10px 0 40px 0; }
#footer > .area .copyright ul { margin: 0; padding: 0; }
#footer > .area .copyright li { list-style: none; float: left; padding-left: 21px; margin-bottom: 5px; background: url(../images/inc/footer_bar.png) no-repeat 10px 2px; font-family: 'Nanum Gothic'; font-size: 12px; line-height: 14px; color: #848484; }
#footer > .area .copyright li:first-child { padding-left: 0; background: none; }
#footer > .area .copyright li.v1 { clear: both;  padding-left: 0; background: none; }
#footer > .area .copyright:after{ content:""; display:block; clear:both; /* height:0; visibility:hidden; */}


@media screen and (max-width:1480px) {
	/* HEADER */
	#header > .head { width: auto; margin: 0 20px; }
	
	/* CONTAINER */
	#container > .area { width: auto; margin: 0 20px; }
	
	#container > .area .slide .box .outer .inner h2 { font-size: 40px; line-height: 40px;  }
	#container > .area .slide .box .outer .inner h2 strong { font-size: 40px; line-height: 40px; }
	#container > .area .slide .box .outer .inner .line01 { display: none; }
	#container > .area .slide .box .outer .inner .line02 { display: none; }
	
	#container > .area .partner { margin: 20px 20px 50px; }
    
    /* SUB CONTAINER */
	#sub_container { width: 97%; margin:0 1.5%; }
    
	/* FOOT */
	#footer > .area { width: auto; margin: 44px 20px 0; }
}

@media screen and (max-width:1100px) {
	/* CONTAINER */
	#container > .area .article li.notice .thum { opacity: 0; visibility: hidden; }
	#container > .area .article li.notice p { margin: 0 10% 0 10%; }
	#container > .area .article li.notice p strong { margin-top:50px; font-size: 15.5px; line-height: 20px; }
	#container > .area .article li.notice .more { margin: 12px 10% 0 10%; }

	#container > .area .article li.money { background: none; background-color: #599bcf; }
	#container > .area .article li.money h2 { margin: 50px 10% 12px 10%; }
	#container > .area .article li.money p { margin: 0 10% 0 10%; }

	#container > .area .article li.customer { background: url(../images/main/customer_thum.png) no-repeat 90% 110px; background-size: 30%; background-color: #ffffff; cursor: default; }
	#container > .area .article li.customer p i { display: none; }
	
	/* FOOT */
	#footer > .area .foot_menu ul { text-align: center; font-size: 0; }
	#footer > .area .foot_menu li { display: inline-block; float: none; }

	#footer > .area .copyright ul { text-align: center; font-size: 0; }
	#footer > .area .copyright li { display: inline-block; float: none; background: none; }

}

@media screen and (max-width:994px) {
	/* CONTAINER */
	#container > .area .service .thum { width: 90%; margin: 20px auto 0; text-align: center; line-height: 0; }
	#container > .area .service .thum img { width: 100%; }
	#container > .area .service h2 { font-size: 18px; line-height: 18px; }
	#container > .area .service p { margin: 10px 10px 30px; font-size: 13px; letter-spacing: -1px; }
	
    /* SUB LAYOUT */
    #container .sub_slide { height:200px; background-size: cover; }
	#container .sub_slide span { font-size: 48px; line-height: 190px; }
    
    #sub_container { display:block; overflow:hidden; width: auto; margin:0; }
    #sub_container > #side { display:none; }
    #sub_container > #content { display: block; width:auto; padding:0; margin:0 20px; }
    #sub_container > #content > .title { font-size:26px; line-height:26px; }

}

@media screen and (max-width:768px) {
	/* HEADER */
	#header > .head > .gnb { opacity: 0; visibility: hidden; }
	#header > .head > .gnb_btn { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity:1.0; opacity:1.0; visibility: visible; }
	
	#header > .head .header_lnb { display:none; /*position:absolute; top:34px; right:50px;*/ }
	
	/* CONTAINER */
	#container > .area .slide .box .outer .inner h2 { font-size: 36px; line-height: 36px; }
	#container > .area .slide .box .outer .inner h2 strong { font-size: 36px; line-height: 36px; }
	#container > .area .slide .box .outer .inner p { font-weight: 300; }

	#container > .area .slide .btn_more { display: none; }
	
	#container > .area .service .thum_bg { display: none; }

}

@media screen and (max-width:480px) {
	/* HEADER */
	#header > .head { height: 60px; }
	#header > .head h1 { width: 120px; padding:16px 0 0; }
	#header > .head h1 img { height: 26px; }
	#header > .head > .gnb_btn { width: 22px; top: 21px; }
	
	#header > .head .header_lnb { display:none; /*position:absolute; top:16px; right:40px;*/ }
	
	/* CONTAINER */
	#container { margin-top: 60px; }
	
	#container > .area .slide { margin-top: 30px; }
	#container > .area .slide img.pc { display: none; }
	#container > .area .slide img.mobile { display: block; }
	#container > .area .slide .box .outer .inner h2 { font-size: 20px; line-height: 20px; }
	#container > .area .slide .box .outer .inner h2 strong { font-size: 20px; line-height: 20px; }
	#container > .area .slide .box .outer .inner p { margin: 10px 0 0; font-size: 14px; line-height: 20px; }
	#container > .area .slide .box .outer .inner p i { display: block; }

	#container > .area .service li { width: 100%; }
	#container > .area .service li:nth-child(2) { border-left: none; border-right: none; }
	#container > .area .service h2 { font-weight: 500; }

	#container > .area .article li { width: 100%; min-height: 10px; margin-left: 0; }
	#container > .area .article li.notice p { margin: 0 10% 0 10%; }
	#container > .area .article li.notice p strong { margin-top: 30px; }
	#container > .area .article li.notice .more { position: relative; margin: 12px 10% 30px 10%; }

	#container > .area .article li.money { background: url(../images/main/money_thum.png) no-repeat 150px; background-color: #599bcf; }
	#container > .area .article li.money h2 { margin: 30px 10% 12px 10%; font-weight: 500; }
	#container > .area .article li.money p { margin: 0 10% 0 10%; }
	#container > .area .article li.money .more { margin: 12px 10% 30px 10%; }

	#container > .area .article li.customer { background: url(../images/main/customer_thum.png) no-repeat 90% 100px; background-size: 20%; background-color: #ffffff; }
	#container > .area .article li.customer h2 { margin: 40px 10% 0 10%; }
	#container > .area .article li.customer p { margin: 10px 10% 0 10%; }
	#container > .area .article li.customer p i { display: block; }
	#container > .area .article li.customer .tel { margin: 10px 10% 40px 10%; }
	
    /* SUB LAYOUT */
    #container .sub_slide { height:120px; margin-top:60px; }
	#container .sub_slide span { font-size: 26px; line-height: 115px; }
    #sub_container > #content { margin:0 15px; }
    #sub_container > #content > .title  {margin:30px 0 0 0; font-size:20px; line-height:20px; }
    #sub_container > #content > .lnb { display:none; }
    #sub_container > #content > .content_area { margin:20px 0 50px 0; }
}

@media screen and (max-width:320px) {
	/* CONTAINER */
	#container > .area { margin: 0 10px; }
	
	#container > .area .slide { margin-top: 20px; }
	/* FOOT */
	#footer > .area { margin: 30px 5px 0; }
}
