/* only subpage */
body {
    /* border-top: 3px solid #3e3e3e; */
}

#wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.inner {
    max-width: 918px;
    width: 100%;
}

#header .inner {
    /* border-bottom: 1px solid #e9e9e9; */
}

.logo img {}

ul.top_btn {
    max-width: 440px;
    width: 100%;
    margin-left: 45px;
}

ul.top_btn li {
    width: 25%;
    float: left;
    border-left: 1px solid #e7e7e7;
}

ul.top_btn li:last-child {
    border-right: 1px solid #e7e7e7;
}




/***********************************gnb******************************/
#container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    /* margin-bottom: 45px; */
}

#container .inner {
    position: relative;
}


#nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 249px;
    height: 100%;
    background: #f7f7f7;
    border-right: 1px solid #e9e9e9;
}

#nav .gnb li {
    background: white;
}

#nav .gnb li a {
    display: block;
    font-size: 15px;
    padding: 7px 0 7px 17px;
    text-decoration: none;
    line-height: 30px;
    font-weight: bold;
    cursor: pointer;
}

#nav .gnb li a.depth1 {
    position: relative;
}

#nav .gnb li a.depth1:after {
    content: url(../images/menu_op.png);
    transform: rotate(90deg);
    position: absolute;
    /*right: 18px;*/
    top: 50%;
    margin-top: -4px;
    transition: 0.3s;
}

#nav .gnb li.on {
    background: #ededed;
}

#nav .gnb li.on a.depth1:after {
    transform: rotate(0deg);
    top: 50%;
    margin-top: -2px;
}

#nav .gnb li.on ul li {
    height: 42px;
}

#nav .gnb li.on ul li.line {
    height: 64px;
}

#nav .gnb li.on ul li.line a {
    line-height: 24px;
}

#nav .gnb li ul li {
    background: #f7f7f7;
    overflow: hidden;
    height: 0;
    transition: 0.3s;
}

#nav .gnb li ul li a {
    font-size: 12px;
    color: #777777;
    font-weight: inherit;
    padding-left: 30px;
}

#nav .gnb li a.blue_line {
    border-left: 3px solid #208ec8;
    color: #208ec8;
}

#nav .gnb li a.orange_line {
    border-left: 3px solid #ec8f1a;
    color: #ec8f1a;
}

#nav .gnb li a.pink_line {
    border-left: 3px solid #d70453;
    color: #d70453;
}

#nav .gnb li a.green_line {
    border-left: 3px solid #7cbd43;
    color: #7cbd43;
}

#nav .gnb li:first-child ul li a.on,
#nav .gnb li:first-child ul li a:hover {
    color: #208ec8;
}

#nav .gnb li:nth-child(2) ul li a.on,
#nav .gnb li:nth-child(2) ul li a:hover {
    color: #ec8f1a;
}

#nav .gnb li:nth-child(3) ul li a.on,
#nav .gnb li:nth-child(3) ul li a:hover {
    color: #d70453;
}

#nav .gnb li:last-child ul li a.on,
#nav .gnb li:last-child ul li a:hover {
    color: #7cbd43;
}



/**********content***********/

#content {
    max-width: 1000px;
    min-height: 760px;
    width: 100%;
    /*    padding:50px 15px 0 15px;*/
    padding: 50px 0 0 0;
    /*margin-left: 300px;*/
    text-align: justify;
    font-size: 13px;
    line-height: 23px;
}

#content .title {
    background: #f7f7f7;
}

#content .title.blue_line {
    border-left: 3px solid #208ec8;
}

#content .title.orange_line {
    border-left: 3px solid #ec8f1a;
}

#content .title.pink_line {
    border-left: 3px solid #d70453;
}

#content .title.green_line {
    border-left: 3px solid #7cbd43;
}

#content .title h3 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
}

#content .sub_title1,
#content .sub_title2,
#content .sub_title3,
#content .sub_title4 {
    position: relative;
    font-size: 17px;
    line-height: 1.5;
    padding-left: 24px;
}

#content .sub_title1:before,
#content .sub_title2:before,
#content .sub_title3:before,
#content .sub_title4:before {
    position: absolute;
    top: 3px;
    left: 0;
}

#content .sub_title1:before {
    content: url(../images/sub_title1.png);
}

#content .sub_title2:before {
    content: url(../images/sub_title2.png);
}

#content .sub_title3:before {
    content: url(../images/sub_title3.png);
    ;
}

#content .sub_title4:before {
    content: url(../images/sub_title4.png);
}

.gray_bg {
    background: #f7f7f7;
    padding: 20px 20px 14px 20px;
}

.blue_bg {
    background: #eff8ff;
    padding: 30px 20px 10px 20px;
    line-height: 27px;
}


.dash {
    position: relative;
    padding-left: 10px;
}

.dash:before {
    content: "-";
    position: absolute;
    left: 0px;
}

.circle {
    position: relative;
    padding-left: 11px;
}

.circle:before {
    content: "ÃƒÂ¢Ã¢â‚¬â€Ã‚Â¦";
    position: absolute;
    left: -1px;
}

.dot {
    position: relative;
    padding-left: 10px;
}

.dot:before {
    content: "Ãƒâ€šÃ‚Â·";
    position: absolute;
    left: 0px;
}

.star {
    position: relative;
    padding-left: 10px;
}

.star:before {
    content: "*";
    position: absolute;
    left: 0px;
    font-size: 15px;
}

.star2 {
    position: relative;
    padding-left: 15px;
}

.star2:before {
    content: "**";
    position: absolute;
    left: 0px;
    font-size: 15px;
    letter-spacing: -0.2em;
}

.q_mark {
    position: relative;
    padding-left: 15px;
}

.q_mark:before {
    content: "ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â»";
    position: absolute;
    left: 0px;
    top: -2px;
    font-size: 15px;
}


.l_padding {
    padding-left: 10px;
}

table.tbl_type th,
table.tbl_type td {
    vertical-align: middle !important;
}



dl {
    position: relative;
    margin-bottom:5px; 
}

dt {
    position: absolute;
    left: 0;
    font-weight:normal;
}

dt,
dd {
    padding-bottom: 5px;
}


.subtit {font-size: 32px;text-align: center;font-weight: 700;color: #454545;margin-top: 70px;margin-bottom: 30px;}



.more {
    display: block;
    height: 30px;
    background: url(../images/plus.png) no-repeat;
    background-position: 96% 55%;
    width: 90%;
    margin: 0 auto;
    border-top: solid 1px #e1e1e1;
    padding: 20px 0;
    height: 70px;
}

.board {
    display: block;
    /* border-top: solid 1px #e1e1e1; */
    margin: 0 auto;
    width: 93.5%;
    padding: 10px 0;
    /*    background: url(/images/plus.png) no-repeat;*/
    background-position: 96% 10%;
    /* height: 100%; */
    /* min-height: 2900px; */
    line-height: 27px;
    margin-bottom: 20px;
}

.blind {
   display: block;
   height: 26px;
   /* background: url(../images/plus.png) no-repeat; */
   /* background-position: 95% 45%; */
   width: 90%;
   margin: 0 auto;
   padding: 20px 30px 46px 0;
   border-top: solid 1px #e1e1e1;
}

/* 노란색 */
table.tbl{border-top: 1px solid #e1e1e1;width:100%;border-bottom: 1px solid #e1e1e1;margin-bottom:20px;}
table.tbl td,table.tbl th{border-bottom:1px solid #dfdfdf;border-right:1px solid #dfdfdf;line-height:1.8em;padding:.5em .7em;background-color: #fff9ed;font-size: 13px;color: #666666;vertical-align: middle;}
table.tbl thead th{background: #fbaf18;text-align:center;border-bottom: 1px solid #e1e1e1;border-right: 1px solid #e1e1e1;color: #454545;font-size: 13px;font-weight: 500;vertical-align: middle;}
table.tbl tbody th{background:#f7f7f7;text-align:center;}
table.tbl tfoot th,table.tbl tfoot td{background:#f1f1f1;}
table.tbl td:last-child,table.tbl th:last-child{border-right:none;}


/* 핑크색 */
table.tbl2{border-top: 1px solid #e1e1e1;width:100%;}
table.tbl2 td,table.tbl2 th{border-bottom:1px solid #dfdfdf;border-right:1px solid #dfdfdf;line-height:1.8em;padding:.5em .4em;background-color: #fff3f8;font-size: 13px;color: #666666;vertical-align: middle;}
table.tbl2 thead th{background: #d70453;text-align:center;border-bottom: 1px solid #e1e1e1;border-right: 1px solid #e1e1e1;color: #fff;font-size: 13px;font-weight: 500;vertical-align: middle;}
table.tbl2 tbody th{background:#f7f7f7;text-align:center;}
table.tbl2 tfoot th,table.tbl2 tfoot td{background:#f1f1f1;}
table.tbl2 td:last-child,table.tbl2 th:last-child{border-right:none;}


.plsum {color: #454545;font-size: 20px;position: relative;width: 93.5%;margin: 5px auto;padding: 20px 0;cursor: pointer;}
.plsum:last-child {color: #454545;font-size: 20px;position: relative;/* width: 90%; */margin: 10px auto;padding: 20px 0;/* border-top: solid 1px #e1e1e1; *//* border-bottom: solid 1px #e1e1e1; */}
.plimg {/* position: absolute; */top: 12.5%;/* padding-right: 30px; */}

.rotimg { transform: rotate( -45deg ); transition: all ease 0.5s; position: absolute; top: 35%; right: 5%;}
.rotsum { color: #faaf18;font-size: 20px; margin: 0 30px; margin-bottom: 30px; position: relative; }

.disap { display: none; }

.px16 { font-size: 16px; font-weight: 500; }

/*.more {
  display:block;
  width: 55px;
  height: 16px;
  background-image:url('https://s.pstatic.net/static/www/img/2017/sp_nav_v170523.png');
  background-position: 0 -78px;
}

.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}

.more:hover, .close:hover {
  cursor:pointer;
}

.close {
  display:block;
  background-image:url('https://s.pstatic.net/static/www/img/2017/sp_nav_v170523.png');
  width: 42px;
  height: 16px;
  background-position: -166px -78px;
}

.board {
  font-family:'ÃƒÂ«Ã‚ÂÃ¢â‚¬Â¹ÃƒÂ¬Ã¢â‚¬ÂºÃ¢â€šÂ¬';
  font-size:13px;
  position:absolute;
  top:30px;
  width:410px;
  height:135px;
  background:pink;
  visibility:hidden;
  }*/

  /***********footer**********/
  #footer {
    background: #242428;
    max-width: 1000px;
    width: 100%;
}

#footer .inner {
    position: relative;
}

#footer .inner div {
    color: #ffffff !important;
    line-height: 22px;
    padding: 38px 15px 50px 15px;
    font-size: 12px;
}

.up_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.68;
}

.layer1 {
    margin: 0;
    padding: 0;
    width: 500px;
}

.heading {
    /* margin: 1px; */
    /* color: #fff; */
    /* padding: 3px 10px; */
    cursor: pointer;
    position: relative;
    /* background-color:#c30; */
}
.content {
    /* padding: 5px 10px; */
    /* background-color:#fafafa; */
}
p {/* padding: 5px 0; */}

.long {height: 565px;}


@media only screen and (max-width: 992px) {

    #content {
        margin: 80px 0 0 0;
        padding: 40px;
        max-width: 992px;
    }

}

@media only screen and (max-width: 768px) {

    .gray_bg {
        padding: 15px;
    }

}

@media only screen and (max-width: 425px) {

    #content {
        padding: 20px;
    }
    .long { height: 745px; }

}


@media only screen and (max-width: 360px) {

    #content {
        padding: 20px;
    }
    .long { height: 800px; }

}
