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 { position: relative; height: 520px;}
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.inner_wrap > div.list_wrap { margin-top: 50px; }
section > div.inner_wrap > div.list_wrap > div.rolling_nav > img { width: 100px; 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; }

.prev_view {
       z-index: 999;
       font-size: 0;
       line-height: 0;
       left: 0px;
       position: absolute;
       top: 50%;
       display: block;
       width: 30px;
       height: 30px;
       padding: 0;
	   margin-left: 10px;
       -webkit-transform: translate(0, -50%);
       -ms-transform: translate(0, -50%);
       transform: translate(0, -50%);
       cursor: pointer;
       color: transparent;
       border: none;
       outline: none;
       background-image: url(../images/prev.png);
       background-size: 100% 100%;
       background-position: center;
       background-repeat: no-repeat;
   }
   .next_view {
       z-index: 9;
       font-size: 0;
       line-height: 0;
       right: 0px;
       position: absolute;
       top: 50%;
       display: block;
       width: 30px;
       height: 30px;
       padding: 0;
	   margin-right: 10px;
       -webkit-transform: translate(0, -50%);
       -ms-transform: translate(0, -50%);
       transform: translate(0, -50%);
       cursor: pointer;
       color: transparent;
       border: none;
       outline: none;
       background-image: url(../images/next.png);
       background-size: 100% 100%;
       background-position: center;
       background-repeat: no-repeat;
   }
    .rolling_bar{
        position: relative;
    }
    .black_bar{
        background-color:rgba(0,0,0,0.5);
        color:#fff;
        position: absolute;
        bottom:0;
        font-size: 14px;
        width: 100%;
        text-align: center;
        padding: 5px;
    }
}

