div.inner_wrap { width: 320px; margin: 0 auto; }

header { position: fixed; width: 100%; height: 75px; z-index: 1000; background: #fff; }
header > div.util_menu { width: 100%; height: 25px; text-align: right; background-color: #ff844a; }
header > div.util_menu > div { float: right; }
header > div.util_menu > div.ico_call > p.img { padding-right: 10px; }
header > div.util_menu > div.ico_call > p.img > img { width: 19px; height: 19px; margin-top: 3px;}
header > div.util_menu > div.pn > p.txt { padding-rsight: 10px; padding-top: 4px; font-family: "NanumSquareEB"; font-size: 1.125em; color: #fff;  }
header > div.inner_wrap > div.logo_zone { float: left; width: 320px; padding-top: 5px; }
header > div.inner_wrap > div.logo_zone > h1 { float: left; }
header > div.inner_wrap > div.logo_zone > h1 > a.logo { display: block; width: 150px; height: 40px; margin-top: 5px; margin-left: 85px; background: url("../images/logo.png") no-repeat; background-size: 150px auto; text-indent: -99999em; }
header > div.inner_wrap > div.logo_zone > h1 > a.btn_toggle { display: block; width: 22px; height: 22px; background: url("../images/menu.png") no-repeat; background-size: 22px auto; text-indent: -99999em; margin-top: 12px; margin-left: 63px; }

header > div.inner_wrap > nav { display: block; position: fixed; left: 0; top: 75px; z-index: 100; width: 100vw; height: calc(100vh - 66px); border-top: 1px solid #4e3c20; background: rgba(0, 0, 0, 0.7); transform: translateX(100%); transition: transform 0.2s; }
header > div.inner_wrap > nav > ul { overflow: scroll; width: 80%; height: 100%; margin-left: 80px; background: #fff; }
header > div.inner_wrap > nav > ul > li { width: 100%; }
header > div.inner_wrap > nav > ul > li > a { display: block; width: 100%; padding: 15px 20px; font-family: 'NotoSansKR-Bold'; font-size: 18px; color: #333; background-image: url("../images/btn_nav_T_on.png"); background-repeat: no-repeat; background-size: 14px 8px; background-position: 91% center; }
header > div.inner_wrap > nav > ul > li > ul { display: none; width: 100%; background: #eee; }
header > div.inner_wrap > nav > ul > li > ul > li { width: 100%; }
header > div.inner_wrap > nav > ul > li > ul > li > a { display: block; width: 100%; padding: 15px 20px 15px 30px; font-size: 16px; color: #333; }

div.route  { position: relative; padding-top: 62px; background: #e5e5e5; color: #333; }
div.route > div.inner_wrap > p { padding-top: 28px; padding-bottom: 12px; font-size: 14px; color: #666; }
div.route > div.inner_wrap > p > a { padding: 0 5px; }

section > h4 { margin-top: 50px; font-size: 14px; font-family: "NanumSquareL"; color: #666; text-align: center; }
section > h2 { margin-top: 20px; font-size: 40px; font-family: "NanumSquareL"; color: #ff844a; text-align: center; letter-spacing: 5px; }
section > div.bg { position: relative; height: 1800px; margin-top: 50px; background: #f4f0ee; }
section > div.bg > div.inner_wrap > div.list > ul { position: absolute; margin-top: 50px; }
section > div.bg > div.inner_wrap > div.list > ul > li { width: 320px; padding-bottom: 30px; display: flow-root; background: #fff; box-shadow: 2px 2px 5px #ccc; margin-bottom:20px; }
section > div.bg > div.inner_wrap > div.list > ul > li > ul > li { float: left; }
section > div.bg > div.inner_wrap > div.list > ul > li > ul > li:first-child { padding-top: 10px; padding-left: 10px; }
section > div.bg > div.inner_wrap > div.list > ul > li > ul > li:last-child > ul > li:first-child { margin-top: 40px; margin-left: 30px; font-family: "NotoSansKR-Bold"; color: #ff844a; font-size: 20px; }
section > div.bg > div.inner_wrap > div.list > ul > li > ul > li:last-child > ul > li:first-child > span.txt_01 { font-family: "NotoSansKR-Bold"; color: #ff844a; font-size: 20px; padding-left: 5px; }
section > div.bg > div.inner_wrap > div.list > ul > li > ul > li:last-child > ul > li:first-child > span.txt_02 {  font-family: "NotoSansKR-Regular"; font-size: 18px; padding-left: 5px; }
section > div.bg > div.inner_wrap > div.list > ul > li > ul > li:last-child > ul > li:last-child { margin-top: 20px; margin-left: 30px; line-height: 30px; font-size: 14px; font-family: "NotoSansKR-Regular"; }
section > div.bg > div.inner_wrap > div.list > ul > li > ul > li > img { width: 300px; height: auto; }

footer { width: 100%; height: 210px; background-color: #333; }
footer > div.inner_wrap > div.info > div { float: left; }
footer > div.inner_wrap > div.info > div.txt { margin-top: 20px; font-family: "NanumSquareB"; }
footer > div.inner_wrap > div.info > div.txt > p.sub { padding-top: 5px; color: #69696a; font-size: 14px; }
footer > div.inner_wrap > div.info > div.logo { margin-top: 30px; }
footer > div.inner_wrap > div.info > div.logo > p > img { width: 100px; height: auto; }

}
