@charset "UTF-8";
@import url("base.css");

.head_section {
    width: 100%;
    padding-top: 112px;
    overflow: hidden;
}

.head_wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 112px;
    padding-top: 50px;
    box-sizing: border-box;
    background-color: #fff;
}
.head_wrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #ececec;
}
.head_wrap > .header {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 44px;
    letter-spacing: normal;
}
.head_wrap > .header .logo {
    float: none;
    display: block;
    width: 178px;
    height: 44px;
    margin-right: 60px;
    text-indent: -9999px;
    background: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/2022/images/assets/header_logo@2x.png") 0 0 no-repeat;
    background-size: 100% auto;
}
.head_wrap > .header .logo a {
    display: block;
    height: 100%;
}
.head_wrap > .header a {
    letter-spacing: normal;
}
.head_wrap > .header > .nav {
    float: none;
    overflow: visible;
    display: flex;
    margin-top: 16px;
}
.head_wrap > .header > .nav > li {
    z-index: 2;
    position: relative;
}
.head_wrap > .header > .nav > li + li {
    margin-left: 28px;
}
.head_wrap > .header > .nav > li > a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px; /* 150% */
    letter-spacing: -0.16px;
    color: #595959;
    margin-top: 8px;
    padding-bottom: 8px;
}
.head_wrap > .header > .nav > li > a.clicked {
    color: #5055b1;
    font-weight: 700;
}
.head_wrap > .header > .nav > li > a.ad_introduce {
    padding-right: 20px;
}
.head_wrap > .header > .nav > li > a.ad_introduce:after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("https://contents.kyobobook.co.kr/advrcntr/adbook/static/image/common/ui/ico_chev_down_16.png") no-repeat;
    background-size: 16px 16px;
}
.head_wrap > .header > .nav > li > a.ad_manage {
    padding-right: 20px;
    position: relative;
}
.head_wrap > .header > .nav > li > a.ad_manage:after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("https://contents.kyobobook.co.kr/advrcntr/adbook/static/image/common/ui/ico_chev_down_16.png") no-repeat;
    background-size: 16px 16px;
}
.head_wrap > .header > .nav > li div.sub_list {
    /*display: none;*/
    position: fixed;
    left: 0;
    top: 91px;
    z-index: 1;
}
.head_wrap > .header > .nav > li > div.sub_list ul.sub_mn {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.head_wrap > .header > .nav > li > div.sub_list ul.sub_mn li {
    position: relative;
}
.head_wrap > .header > .nav > li > div.sub_list ul.sub_mn li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 11px;
    width: 1px;
    height: 8px;
    background-color: #b2b2b2;
}
.head_wrap > .header > .nav > li > div.sub_list ul.sub_mn li:nth-child(1):before,
.head_wrap > .header > .nav > li > div.sub_list ul.sub_mn li > a:after {
    display: none;
}
.head_wrap > .header > .nav > li:nth-child(1) div.sub_list ul.sub_mn li:nth-child(1) {
    padding-left: 259px;
}
.head_wrap > .header > .nav > li:nth-child(2) div.sub_list ul.sub_mn li:nth-child(1) {
    padding-left: 382px;
}
.head_wrap > .header > .nav > li:nth-child(3) div.sub_list ul.sub_mn li:nth-child(1) {
    padding-left: 518px;
}
.head_wrap > .header > .nav > li > div.sub_list ul.sub_mn li a {
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.2;
    text-align: left;
    color: #8e8e8e;
}
.head_wrap > .header > .nav > li > div.sub_list ul.sub_mn li a:hover {
    color: #3a40a7;
}
.head_wrap > .header > .nav > li:hover div.sub_list {
    /*display: block;*/
    height: auto;
    transition: height 0.3s ease-out;
}
.head_wrap > .header > .nav > li:hover div.sub_list ul.sub_mn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #ececec;
}
.head_wrap > .header > .nav > li .lnb {
    display: none;
    position: absolute;
    left: 0;
    top: 34px;
    box-sizing: border-box;
    width: 160px;
    padding: 20px;
    border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    color: #000;
}
.head_wrap > .header > .nav > li .lnb .lnb_group + .lnb_divider {
    margin: 12px 0;
    border-top: 1px solid #eaeaea;
}
.head_wrap > .header > .nav > li .lnb .lnb_title {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.14px;
    margin-bottom: 16px;
}
.head_wrap > .header > .nav > li .lnb .lnb_list .lnb_item + .lnb_item {
    margin-top: 8px;
}
.head_wrap > .header > .nav > li .lnb .lnb_list .lnb_item a {
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    display: inline-block;
    border-bottom: 1px solid transparent;
}
.head_wrap > .header > .nav > li .lnb .lnb_list .lnb_item a:hover {
    border-bottom: 1px solid #000;
}
.head_wrap > .header > .nav > li:hover .lnb {
    display: block;
}
.head_wrap > .header > .nav > li:hover > a.ad_introduce:after,
.head_wrap > .header > .nav > li:hover > a.ad_manage:after {
    transform: rotateX(180deg);
}
.head_wrap > .header > .login {
    position: absolute;
    right: 0;
    top: 11px;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 24px;
}
.head_wrap > .header > .login li {
    position: relative;
    padding: 0 11px;
}
.head_wrap > .header > .login li:last-child {
    padding: 0;
}
.head_wrap > .header > .login li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #b2b2b2;
}
.head_wrap > .header > .login li:nth-child(1):before, .head_wrap > .header > .login li:last-child:before {
    display: none;
}
.head_wrap > .header > .login li a {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #595959;
    /* 개별로 다르게 줄 부분만 여기서 */
}
.head_wrap > .header > .login li a em {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.head_wrap > .header > .login li a.btn_login, .head_wrap > .header > .login li a.btn_logout {
    display: block;
    min-width: 45px;
    box-sizing: border-box;
    padding: 0 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 12px;
    line-height: 24px;
    color: #000;
    text-align: center;
}
.head_wrap > .header > .login li a.btn_login {
    /* 로그인 전용 스타일 */
}
.head_wrap > .header > .login li a.btn_logout {
    /* 로그아웃 전용 스타일 */
}

/* old */
/* button */
.btn_area {
    text-align: center;
}

.submit.btn_area {
    margin-top: 45px;
}
.submit.btn_area .btn_grey_m {
    background-color: #808080;
}
.submit.btn_area .btn_greybd {
    border-color: #808080;
    line-height: 16px;
    padding-top: 11px;
    width: 120px;
    height: 27px;
}

.btn_bluel {
    display: block;
    background-color: #397cd4;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    padding-top: 15px;
    width: 265px;
    height: 35px;
    text-align: center;
}

.btn_bluel_s {
    display: inline-block;
    background-color: #397cd4;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 10px;
    /*text-align: center;*/
}

.btn_blue {
    display: block;
    background-color: #236dcc;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    padding-top: 15px;
    /*width:325px;*/
    height: 35px;
    text-align: center;
}

.btn_blue_m {
    display: inline-block;
    background-color: #236dcc;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    padding-top: 12px;
    width: 120px;
    height: 28px;
    text-align: center;
}

.btn_grey_m {
    display: inline-block;
    background-color: #9b9b9b;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    padding-top: 12px;
    width: 120px;
    height: 28px;
    text-align: center;
}

.btn_blue_s {
    display: inline-block;
    background-color: #236dcc;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    padding: 7px 12px;
    /*text-align: center;*/
}

.btn_grey_s {
    display: inline-block;
    background-color: #9b9b9b;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    padding: 7px 12px;
    /*text-align: center;*/
}

.btn_blue_ss {
    display: inline-block;
    background-color: #236dcc;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 12px;
    /*text-align: center;*/
}

.btn_grey_ss {
    display: inline-block;
    background-color: #9b9b9b;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 12px;
    /*text-align: center;*/
}

.btn_bluebd {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #397cd4;
    color: #397cd4;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    padding-top: 13px;
    width: 150px;
    height: 42px;
    text-align: center;
}

.btn_bluebd_s {
    display: inline-block;
    background-color: #fff;
    border: 2px solid #397cd4;
    color: #397cd4;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 12px;
    /*text-align: center;*/
}

.btn_bluebg_s {
    display: inline-block;
    background-color: #236dcc;
    border: 1px solid #236dcc;
    color: #fff !important;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 12px;
    text-decoration: none !important;
    /*text-align: center;*/
}
.btn_bluebg_s.search {
    /*width:42px;*/
    margin-left: 5px;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
}

.btn_greybd {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #aeaeae;
    color: #787878;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    padding-top: 21px;
    width: 100px;
    height: 36px;
    text-align: center;
}

.btn_greybd_s {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #aeaeae;
    color: #787878;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 12px;
    /*text-align: center;*/
}

.btn_greybd_s2 {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #777;
    color: #797979;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 22px;
    /*text-align: center;*/
}

.btn_greybg_s {
    display: inline-block;
    background-color: #9b9b9b;
    border: 1px solid #9b9b9b;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 12px;
    /*text-align: center;*/
}

.btn_dgrey_s {
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    padding: 3px 5px 1px;
    color: #fff;
    background-color: #707070;
    border: 1px solid #555;
}

.btn_lgrey_s {
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    padding: 3px 5px 1px;
    color: #fff !important;
    background-color: #acacac;
    border: 1px solid #a4a4a4;
}

.btn_bluebd_ss {
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    padding: 3px 5px 1px;
    color: #236dcc;
    background-color: #fff;
    border: 1px solid #236dcc;
}

.btn_greybg_s.search {
    /*width:42px;*/
    margin-left: 5px;
    padding: 4px 20px;
    color: #fff;
    text-decoration: none;
}

.ico_q {
    display: inline-block;
    width: 14px;
    text-align: center;
    background-color: #236dcc;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
}

.ico_a,
.ico_info {
    display: inline-block;
    width: 14px;
    text-align: center;
    background-color: #818181;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
}

.hr {
    display: block;
    height: 50px;
    border: 0 none;
}

/* 리스트 기능 */
.list_button_wrap {
    width: 100%;
    text-align: center;
}
.list_button_wrap .list_paging,
.list_button_wrap .list_button {
    display: inline-block;
}

/* 리스트 버튼 */
.list_button {
    margin-top: 15px;
    text-align: right;
}

/* 리스트 페이징 */
.list_paging {
    margin-top: 15px;
}
.list_paging .btn_prev,
.list_paging .btn_next {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 10px;
    padding: 8px 4px;
}
.list_paging ul {
    display: inline;
}
.list_paging ul li {
    display: inline;
}
.list_paging ul li a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    padding: 0 3px;
    min-width: 18px;
    height: 24px;
    text-align: center;
    font-weight: bold;
    color: #444;
    line-height: 24px;
}
.list_paging ul li a:hover, .list_paging ul li a:focus {
    border-color: #ddd;
}
.list_paging ul li strong a {
    border-color: #ddd;
    color: #f84450;
}

/* contents */
.contents {
    padding-top: 55px;
    padding-bottom: 55px;
    font-size: 12px;
}
.contents h2 {
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
    font-size: 21px;
    line-height: 22px;
    letter-spacing: -1px;
}
.contents h2 strong {
    color: #236dcc;
    font-weight: bold;
}
.contents h2 span {
    color: #5a5a5a;
    font-size: 16px;
    font-weight: lighter;
}
.contents .box_login > h2 {
    color: #333;
    font-weight: bold;
    font-size: 19px;
    line-height: 21px;
    letter-spacing: -1px;
    text-align: center;
}
.contents h3 {
    margin-bottom: 12px;
    font-size: 16px;
    color: #5a5a5a;
}

/* headline */
.title_bar:after {
    content: "";
    clear: both;
    display: block;
}
.title_bar h2 {
    float: left;
}
.title_bar .btn_lgrey_s {
    float: right;
    margin-top: 10px;
}

/* 상단 검색포함한 박스 */
.box_top_search {
    /*padding: 20px 0 20px 80px;*/
    padding: 20px 0;
    border: 3px solid #dadada;
    background-color: #f7f7f7;
    margin-bottom: 30px;
}
.box_top_search .admin {
    width: 865px;
    margin: 0 auto;
    position: relative;
}
.box_top_search .admin:after {
    content: "";
    clear: both;
    display: block;
}

.search_area {
    float: left;
}
.search_area label,
.search_area select {
    float: left;
}

.date_3ea {
    float: left;
}
.date_3ea li {
    float: left;
}

.pick_date {
    float: left;
}

.search_area {
    width: 638px;
    /* background-color:red */
    border-right: 1px solid #c6c6c6;
}
.search_area label {
    min-width: 50px;
    color: #333;
    font-weight: bold;
    line-height: 24px;
    margin-left: 45px;
    margin-right: 15px;
}

.search_date:after {
    content: "";
    clear: both;
    display: block;
}

.search_product:after {
    content: "";
    clear: both;
    display: block;
}
.search_product label,
.search_product select.input_type {
    margin-top: 15px;
}

.search_option label,
.search_option .input_type,
.search_option select.input_type {
    margin-top: 15px;
}

.date_3ea {
    border: 1px solid #c6c6c6;
    border-right: none;
}
.date_3ea li {
    width: 80px;
    border-right: 1px solid #c6c6c6;
    height: 25px;
}
.date_3ea li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #808080;
    line-height: 25px;
    background-color: #fff;
}
.date_3ea li.on a {
    color: #fff;
    background-color: #808080;
}

.pick_date {
    margin-left: 15px;
}
.pick_date .ui-datepicker-trigger {
    margin-left: 5px;
}

.input_type {
    width: 80px;
    height: 23px;
    font-size: 11px;
    color: #808080;
}
.input_type.hasDatepicker {
    text-align: center;
}

select.input_type {
    font-size: 12px;
    height: 27px;
}

.search_option input.input_type {
    width: 390px;
    margin-left: 5px;
}

.box_top_search .btn_area {
    position: absolute;
    right: 99px;
    top: 50%;
    margin-top: -20px;
    /*border-left:1px solid #c6c6c6; height:81px;*/
    /*padding:33px 0 0 25px;*/
}
.box_top_search .btn_area input.btn_blue_m {
    border: none;
    padding-top: 0;
    width: 100px;
    height: 40px;
}

/* 데이타 데이블 */
.list_adbook {
    width: 100%;
}
.list_adbook table {
    width: 100%;
}
.list_adbook .btn_area.align_right {
    margin-bottom: 15px;
    text-align: right;
}
.list_adbook .btn_area.align_right a {
    padding: 5px 10px;
}
.list_adbook .btn_area.align_right a.download {
    width: auto;
}
.list_adbook .btn_area.align_right a.print {
    width: 56px;
}
.list_adbook .btn_area.align_right select {
    width: 100px;
}
.list_adbook .btn_area.align_left {
    margin-bottom: 15px;
    text-align: left;
}
.list_adbook .btn_area.align_left a {
    padding: 5px 10px;
}
.list_adbook table {
    border-top: 2px solid #333;
    border-bottom: 1px solid #333;
}
.list_adbook table th {
    color: #797979;
}
.list_adbook table td {
    color: #797979;
}
.list_adbook table td a {
    color: #797979;
}
.list_adbook table th,
.list_adbook table td {
    /*height:50px;*/
    padding: 10px 0;
    border-left: 1px solid #d3d3d3;
    word-break: keep-all;
    vertical-align: middle;
    /*letter-spacing: -1px;*/
}
.list_adbook table th.first,
.list_adbook table td.first {
    border-left: none;
}
.list_adbook table th {
    color: #333;
    font-weight: bold;
    background-color: #f8f8f8;
}
.list_adbook table th span {
    padding-left: 5px;
    font-weight: bold;
    color: #ff0000;
}
.list_adbook table th .sort_date {
    border-top: 1px solid #d3d3d3;
    margin-top: -10px;
    margin-bottom: -2px;
    padding-top: 8px;
}
.list_adbook table th a {
    color: #333;
}
.list_adbook table th a .ico_sort {
    display: inline-block;
    width: 6px;
    height: 100%;
    padding-left: 0;
    background-image: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/common/ico_arr_sort.gif");
    background-position: 0 50%;
    background-repeat: no-repeat;
    text-indent: -99999px;
}
.list_adbook table td {
    /*position: relative;*/
    border-top: 1px solid #d3d3d3;
    text-align: center;
}
.list_adbook table td span {
    margin-left: 5px;
}
.list_adbook table td .valid_check {
    display: inline-block;
    /*font-size: 11px;*/
    color: #ff0000;
}
.list_adbook table td.last {
    border-bottom: 1px solid #333;
}
.list_adbook table tr.last td {
    border-bottom: 1px solid #333;
}
.list_adbook table td a {
    text-decoration: underline;
}

.tooltip {
    text-decoration: underline;
}

.list_adbook table td a.btn_lgrey_s {
    text-decoration: none;
}
.list_adbook div.default {
    padding: 90px 0;
    text-align: center;
    border-top: 2px solid #333;
    border-bottom: 1px solid #333;
    color: #797979;
    font-weight: bold;
    background-color: #f8f8f8;
}
.list_adbook table td strong {
    font-weight: bold;
}
.list_adbook table .progress td.state strong {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.list_adbook table .progress td.num strong {
    font-weight: lighter;
}
.list_adbook table .progress.on {
    background-color: #f4f9fd;
}
.list_adbook table .progress.on td.num strong, .list_adbook table .progress.on td.state strong {
    font-weight: bold;
    color: #236dcc;
}
.list_adbook table .progress.on td.first {
    background-color: #fff;
}
.list_adbook table .progress.on td.first strong {
    color: #797979;
}
.list_adbook .total td.first {
    /*height:67px;*/
    color: #333;
    font-weight: bold;
    background-color: #f4f9fd;
}
.list_adbook .total td.sum {
    color: #ff0000;
    font-weight: bold;
}

/* 장바구니 */
.box_top_search h3 {
    margin-bottom: 15px;
    text-align: center;
}
.box_top_search span.desc {
    display: block;
    margin-top: 3px;
    padding-left: 100px;
    font-size: 11px;
}

.camp_option {
    /*margin-left:195px;*/
    margin-left: 271px;
    margin-bottom: 15px;
}
.camp_option label {
    font-weight: bold;
    color: #333;
    margin-right: 5px;
}
.camp_option input[type=text] {
    width: 270px;
}
.camp_option input[type=radio] {
    margin-top: -1px;
}
.camp_option select {
    width: 272px;
}
.camp_option div.valid_check {
    display: inline-block;
    margin-left: 8px;
}
.camp_option div.valid_check .valid {
    color: #236dcc;
}
.camp_option div.valid_check .error {
    color: #ff0000;
}

.list_adbook .cart_total {
    margin-top: 20px;
}

.cart_total {
    box-sizing: border-box;
    /*width: 950px;*/
    width: 1200px;
}
.cart_total dt {
    box-sizing: border-box;
}

.cart_sum dl {
    /*width: 950px;*/
    width: 1200px;
}

.cart_total {
    border: 1px solid #236dcc;
    color: #333;
    text-align: center;
}
.cart_total .cart_sum {
    background-color: #e9f3fb;
    border-bottom: 1px solid #236dcc;
}
.cart_total .cart_sum:after {
    content: "";
    clear: both;
    display: block;
}
.cart_total .cart_sum dt,
.cart_total .cart_sum dd {
    float: left;
    padding: 10px 0;
    font-weight: bold;
}
.cart_total .cart_sum dt {
    width: 279px;
    padding: 10px 0;
    border-right: 1px solid #236dcc;
}
.cart_total .cart_sum dd {
    width: 668px;
}
.cart_total .cart_total_sum {
    background-color: #f4f9fd;
    padding: 22px 0;
    font-size: 18px;
}
.cart_total .cart_total_sum dt,
.cart_total .cart_total_sum dd,
.cart_total .cart_total_sum .price {
    font-weight: bold;
}
.cart_total .cart_total_sum dt,
.cart_total .cart_total_sum dd {
    display: inline-block;
}
.cart_total .cart_total_sum .price {
    font-size: 20px;
    color: #ff0000;
}

.list_adbook.larger table th,
.list_adbook.larger table td {
    padding: 13px 0;
}
.list_adbook.larger table th.row {
    vertical-align: middle;
}
.list_adbook.larger table td.row {
    height: 27px;
}
.list_adbook.larger table td.row .input_type {
    height: 23px;
    padding-left: 10px;
}
.list_adbook.larger table td.row select.input_type {
    height: 26px;
}

/* 정보변경 */
.txt_desc {
    width: 96%;
    margin: 0 auto 20px auto;
}
.txt_desc strong {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333333;
}

.list_adbook.larger2 table {
    border-top: 1px solid #d3d3d3;
    border-bottom-color: #d3d3d3;
}
.list_adbook.larger2 table th,
.list_adbook.larger2 table td {
    padding-top: 10px;
    height: 30px;
    /*padding: 10px 0; line-height: 20px;*/
}
.list_adbook.larger2 table th.row {
    vertical-align: middle;
}
.list_adbook.larger2 table td.row .input_type {
    height: 23px;
}
.list_adbook.larger2 table td.row select.input_type {
    height: 26px;
}
.list_adbook.larger2 table th label.em,
.list_adbook.larger2 table th span.em {
    color: #236dcc;
}

.tab_my_info {
    height: 45px;
    margin-bottom: 38px;
    background: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/common/bg_tab2.gif") 0 0 repeat-x;
}
.tab_my_info:after {
    content: "";
    clear: both;
    display: block;
}
.tab_my_info ul {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.tab_my_info ul li {
    float: left;
    width: 190px;
}
.tab_my_info ul li a {
    display: block;
    position: relative;
    border: solid 2px #dadada;
    border-bottom: 0;
    background-color: #f7f7f7;
    height: 41px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 41px;
    overflow: hidden;
    margin-right: -2px;
}
.tab_my_info ul li a:hover {
    border: solid 2px #333;
    border-bottom: solid 2px #fff;
    background-color: #fff;
    line-height: 41px;
}
.tab_my_info ul li .active {
    border: solid 2px #333;
    border-bottom: solid 2px #fff;
    background-color: #fff;
    font-size: 14px;
    color: #222;
    line-height: 41px;
    overflow: hidden;
    z-index: 1;
}
.tab_my_info ul li .active:hover {
    border: solid 2px #333;
    border-bottom: solid 2px #fff;
    background-color: #fff;
    font-size: 14px;
    color: #222;
    line-height: 41px;
}

/*도서명 툴팁*/
.list_adbook table td .tooltip {
    position: relative;
    cursor: pointer;
}
.list_adbook table td .tooltip span {
    display: block;
    width: 100%;
    margin-left: 0;
}
.list_adbook table td .tooltip .inner {
    position: absolute;
    left: -18px;
    top: 15px;
    z-index: 1;
    padding-top: 7px;
    background-image: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/common/arr_tooltip.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.list_adbook table td .tooltip .inner .txt {
    display: block;
    min-width: 100px;
    padding: 10px 3px 7px 5px;
    box-sizing: border-box;
    text-align: center;
    font-size: 11px;
    background-color: #fffde1;
    border: 1px solid #e1dda2;
    border-top: none;
}
.list_adbook .check_pw {
    position: relative;
}
.list_adbook .check_pw .tooltip {
    position: absolute;
    left: 0;
    top: 29px;
    text-decoration: none;
    cursor: auto;
}
.list_adbook .check_pw .tooltip span {
    display: block;
    width: auto;
}
.list_adbook .check_pw .tooltip .inner {
    display: block;
    position: static;
    padding-top: 7px;
    background-image: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/common/arr_tooltip.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.list_adbook .check_pw .tooltip .inner .txt {
    display: block;
    /*min-width:100px;*/
    padding: 5px 10px;
    font-size: 11px;
    background-color: #fffde1;
    border: 1px solid #e1dda2;
    border-top: none;
}

/*비밀번호 확인시*/
/* 로그인 */
.blind {
    display: none;
}

.box_login {
    width: 425px;
    margin: 0 auto;
    padding: 44px 0 46px;
    border: 3px solid #dadada;
    box-sizing: border-box;
    background-color: #fff;
}
.box_login h3 {
    margin-bottom: 22px;
    text-align: center;
}

.adbook_login {
    width: 325px;
    margin: 0 auto;
}

.input_type.login {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    text-align: left;
    box-sizing: border-box;
    font-size: 12px;
    background-color: #ededed;
    margin-bottom: 10px;
}

.check_info {
    padding: 15px 0;
}
.check_info:after {
    content: "";
    clear: both;
    display: block;
}
.check_info .id_check {
    float: left;
}
.check_info .id_check input {
    margin: 0 4px 0 0;
    /*border: 1px solid #aeaeae;*/
}
.check_info .cmf_login {
    float: right;
}

.find_info {
    width: 100%;
    overflow: hidden;
    padding-top: 23px;
    border-top: 1px solid #d3d3d3;
}
.find_info ul {
    width: 110%;
    margin-left: -12px;
}
.find_info ul li {
    display: inline-block;
    padding: 0 8px 0 12px;
    background-image: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/common/bg_line2.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
}

/* 로그인 관련 팝업 */
/* 문의하기 */
.box_top_search .qna {
    width: 565px;
    /*margin-left:150px;*/
    margin: 0 auto;
}
.box_top_search .qna:after {
    content: "";
    clear: both;
    display: block;
}

.search_input {
    float: left;
    width: 372px;
    margin: -3px 11px 0 11px;
}
.search_input .input_type {
    width: 360px;
    height: 18px;
    border: 1px solid #dadada;
    padding: 7px 5px;
    font-size: 14px;
    line-height: 18px;
    background: #fff url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/common/ico_search.gif") no-repeat 345px center;
}

.box_top_search .qna .search_area {
    border-right: 0;
}

.search_area .txt_guide {
    display: block;
    padding-top: 10px;
    text-align: center;
}

.btn_blue_s.search {
    width: 45px;
    padding: 6px 12px;
    /*color: #fff;*/
}

/* padding값 공통으로 수정하기  */
.list_adbook table th.row,
.list_adbook table td.row {
    text-align: left;
    padding-left: 24px;
}
.list_adbook table th.row {
    vertical-align: top;
}
.list_adbook table th.row.first {
    border-bottom: 1px solid #d3d3d3;
}
.list_adbook table th.row.last {
    border: none;
}
.list_adbook table td.row .input_type {
    /* height:16px; line-height: 16px; */
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.list_adbook table td.row2 {
    text-align: left;
    padding-left: 28px;
    background-color: #f8f8f8;
    color: #616161;
    font-weight: bold;
}

.input_type_textarea {
    height: 160px;
    border: 1px solid #c6c6c6;
    color: #808080;
}

.input_file {
    position: relative;
}
.input_file .input_type {
    width: 150px;
}
.input_file .label_upload {
    display: inline-block;
    padding: 2px 8px 0;
    background-color: #acacac;
    border: 1px solid #a4a4a4;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
}
.input_file .file_upload {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
}
.input_file .file_del {
    display: inline-block;
    padding: 2px 8px 0;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #666666;
    font-size: 11px;
    line-height: 14px;
}

/* 공지사항 */
.list_adbook table .notice {
    font-weight: bold;
    color: #616161;
}
.list_adbook table .title {
    text-align: left;
    padding-left: 24px;
}
.list_adbook table .title a {
    text-decoration: none;
}

.search_notice {
    text-align: center;
    margin-top: 37px;
}
.search_notice select.input_type {
    height: 27px;
    margin-bottom: -2px;
}

.list_adbook .notice_detail {
    text-align: left;
    padding: 28px 22px;
    line-height: 16px;
}
.list_adbook .btn_area {
    margin-top: 25px;
}
.list_adbook .btn_area.view_list {
    text-align: right;
}
.list_adbook .btn_area a {
    text-align: center;
}

/* faq */
.box_top_search .qna.faq .search_input {
    position: relative;
    padding-left: 100px;
}
.box_top_search .qna.faq .search_input label {
    position: absolute;
    left: -12px;
    top: 4px;
}

.list_adbook .tab_faq {
    margin-bottom: 38px;
}
.list_adbook .tab_faq li {
    width: 120px;
}
.list_adbook .list_faq dt {
    padding: 9px 0 11px 60px;
    border-bottom: solid 1px #dadada;
    background: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/common/icons.png") 25px -192px no-repeat;
    font-size: 12px;
    color: #616161;
    font-weight: bold;
}
.list_adbook .list_faq dt a {
    color: #616161;
    line-height: 18px;
}
.list_adbook .list_faq dd {
    display: none;
    border-bottom: solid 1px #dadada;
    padding: 9px 0 11px 60px;
    background: #f7f7f7 url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/common/icons.png") 25px -293px no-repeat;
    font-size: 12px;
    color: #797979;
    line-height: 17px;
}

.tab_faq {
    height: 33px;
    background: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/common//bg_tab.gif") 0 0 repeat-x;
}
.tab_faq:after {
    content: "";
    clear: both;
    display: block;
}
.tab_faq ul {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-left: -1px;
}
.tab_faq ul li {
    float: left;
}
.tab_faq ul li a {
    display: block;
    position: relative;
    border-right: solid 1px #dadada;
    height: 31px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 31px;
    overflow: hidden;
    margin-left: -1px;
}
.tab_faq ul li a:hover {
    border: solid 1px #333;
    border-bottom: solid 1px #fff;
    background: #fff;
    line-height: 31px;
}
.tab_faq ul li .active {
    border: solid 1px #333;
    border-bottom: solid 1px #fff;
    background: #fff;
    font-size: 12px;
    color: #222;
    line-height: 31px;
    overflow: hidden;
}
.tab_faq ul li .active:hover {
    border: solid 1px #333;
    border-bottom: solid 1px #fff;
    background: #fff;
    font-size: 12px;
    color: #222;
    line-height: 31px;
}

/*캠페인 계약상태*/
.list_adbook.larger table td.row .input_type.state {
    font-weight: bold;
    font-size: 11px;
    color: #ff0000;
}
.list_adbook.larger table td.row span.state {
    margin-right: 10px;
    font-weight: bold;
    color: #ff0000;
}
.list_adbook .tip_info {
    position: relative;
    display: inline-block;
}
.list_adbook .tip_info .ico {
    display: inline-block;
    width: 14px;
    height: 17px;
    background: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/common/icons.png") 0 2px no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}
.list_adbook .tip_info .tooltip {
    display: none;
    position: absolute;
    left: -41px;
    top: 20px;
    text-decoration: none;
    cursor: auto;
    width: 456px;
}
.list_adbook .tip_info .tooltip span {
    display: block;
    width: auto;
}
.list_adbook .tip_info .tooltip .inner {
    display: block;
    position: static;
    padding-top: 7px;
    padding-left: 0;
    background-image: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/common/arr_tooltip.png");
    background-repeat: no-repeat;
    background-position: 83% 0;
}
.list_adbook .tip_info .tooltip .inner .txt {
    display: block;
    font-weight: lighter;
    color: #797979;
    /*min-width:100px;*/
    padding: 10px 15px;
    font-size: 11px;
    background-color: #fffde1;
    border: 1px solid #e1dda2;
    border-top: none;
}
.list_adbook .tip_info .tooltip .inner .txt strong {
    font-weight: bold;
}
.list_adbook .tip_info .tooltip .inner .txt dl {
    margin-top: 8px;
}
.list_adbook .tip_info .tooltip .inner .txt dl:after {
    content: "";
    clear: both;
    display: block;
}
.list_adbook .tip_info .tooltip .inner .txt dl dt,
.list_adbook .tip_info .tooltip .inner .txt dl dd {
    float: left;
}
.list_adbook .tip_info .tooltip .inner .txt dl.state dt {
    width: 10%;
}
.list_adbook .tip_info .tooltip .inner .txt dl.state dd {
    width: 90%;
}
.list_adbook .tip_info .tooltip .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: lighter;
    font-size: 15px;
    color: #7f7b48;
    cursor: pointer;
}

/*layer_notice*/
.layer_notice {
    position: absolute;
    right: 50%;
    margin-right: -600px;
    top: 91px;
    width: 380px;
    border: 1px solid #888888;
    background-color: #fff;
    overflow: hidden;
    z-index: 99;
}

.list_adbook_wrap .layer_notice {
    right: 0;
    margin-right: 0;
    top: 45px;
}

.layer_notice .title {
    color: #fff;
    background-color: #206bc8;
    padding-left: 25px;
    font-weight: bold;
    font-size: 14px;
    line-height: 38px;
}
.layer_notice .conts {
    padding: 30px 25px 10px;
}
.layer_notice .conts ul li {
    margin-bottom: 20px;
    padding-left: 20px;
    background: #fff url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/common/icons.png") no-repeat 0 -100px;
    font-size: 12px;
    color: #525252;
}
.layer_notice .conts ul li strong {
    font-weight: bold;
}
.layer_notice .conts ul li a {
    color: #525252;
}
.layer_notice .box_close {
    width: 100%;
    border-top: 1px solid #888888;
    background-color: #f5f5f5;
}
.layer_notice .box_close:after {
    content: "";
    clear: both;
    display: block;
}
.layer_notice .box_close a {
    float: left;
    width: 50%;
    text-align: center;
    color: #5a5a5a;
    padding: 8px 0;
    border-left: 1px solid #888888;
    margin-left: -1px;
}

/*popup_container*/
.modal_wrap {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.popup_container {
    position: relative;
    border: 1px solid #888888;
    background-color: #fff;
    margin: 150px auto 0;
}
.popup_container .btn_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/common/btn_close.gif") 50% 50% no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}

.popup_header {
    color: #fff;
    background-color: #206bc8;
    padding-left: 25px;
}
.popup_header h1 {
    font-weight: bold;
    font-size: 14px;
    line-height: 38px;
}

.popup_contents {
    padding: 30px 25px;
}
.popup_contents h2 {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #525252;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.popup_contents ol {
    list-style: decimal;
    padding-left: 15px;
}
.popup_contents ol li {
    line-height: 18px;
    margin-bottom: 20px;
}
.popup_contents .desc {
    margin-top: 5px;
    font-size: 11px;
}
.popup_contents ol li span.desc {
    display: block;
    margin: 12px 0 0 2px;
    color: #a1a1a1;
    line-height: 14px;
}
.popup_contents .popup_style .desc {
    word-break: keep-all;
}
.popup_contents .desc .cfm {
    color: #ff0000;
}
.popup_contents ol li .btn_dgrey_s {
    margin-top: 6px;
    /* display:block; text-align:center; padding:3px 0 1px; width:85px; */
}
.popup_contents .btn_area {
    margin-top: 18px;
}

.info_connect {
    padding-top: 15px;
}
.info_connect:after {
    content: "";
    clear: both;
    display: block;
}

.connect_charge {
    float: left;
    font-weight: bold;
}
.connect_charge dt {
    margin-bottom: 10px;
}
.connect_charge dd {
    font-weight: bold;
    font-size: 11px;
    line-height: 14px;
}
.connect_charge a {
    color: #236dcd;
}

.info_connect .btn_area {
    width: 130px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    float: right;
    margin-right: 15px;
    margin-top: 0;
}
.info_connect .btn_area a {
    width: 130px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-bottom: 5px;
}

/* 테이블 */
table.popup_style {
    width: 100%;
    border-top: 1px solid #99bddd;
    border-bottom: 1px solid #99bddd;
    font-size: 11px;
    table-layout: fixed;
}
table.popup_style th {
    line-height: 30px;
    background: #f8f8f8;
    font-weight: bold;
    color: #1770b5;
    text-align: left;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    vertical-align: middle;
    text-indent: 15px;
}
table.popup_style th.first {
    border-top: none;
}
table.popup_style td {
    padding: 4px 0 4px 10px;
    border-top: 1px solid #e4e4e4;
    color: #666;
}
table.popup_style td.first {
    border-top: none;
}
table.popup_style td.border {
    border-left: 1px solid #e4e4e4;
}
table.popup_style .input_type {
    height: 18px;
}
table.popup_style select.input_type {
    height: 23px;
    vertical-align: bottom;
}
table.popup_style .center {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
}

.btn_area.row {
    margin-top: 30px;
}

/* 팝업 아이디찾기 */
.popup_contents .check_id_pw .input_type {
    width: 155px;
}
.popup_contents .num .input_type {
    width: 75px;
}

.check_id_pw {
    padding-bottom: 20px;
    background: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/common/bg_dot.gif") 0 bottom repeat-x;
}

.popup_contents .cellphone .input_type {
    width: 55px;
}

.txt_guide2 {
    margin-top: 18px;
}
.txt_guide2 li {
    font-size: 11px;
    line-height: 14px;
    color: #666666;
}

.check_id_pw .defalut {
    width: 100%;
    padding: 23px 0;
    text-align: center;
    border-top: 1px solid #99bddd;
    border-bottom: 1px solid #99bddd;
    font-weight: bold;
}
.check_id_pw .defalut strong {
    font-weight: bold;
    color: #397cd4;
}
.check_id_pw .defalut span {
    display: block;
    font-weight: lighter;
    margin-top: 5px;
}
.check_id_pw .h_time {
    padding-left: 3px;
    font-size: 11px;
}
.check_id_pw .desc {
    margin-top: 5px;
    word-break: keep-all;
}

table.popup_style td .btn_dgrey_s {
    height: 13px;
    line-height: 15px;
    padding: 2px 5px 3px;
    margin-top: 5px;
    /*line-height:16px; padding: 0 5px;*/
}

.box_guide {
    margin-top: 60px;
    background-color: #f5f5f5;
    padding: 30px 60px;
}
.box_guide .h_title {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #555555;
}
.box_guide ul {
    margin-top: 18px;
}
.box_guide ul li {
    font-size: 12px;
    line-height: 18px;
    color: #7a7a7a;
}
.box_guide dl dt strong {
    display: block;
    margin-top: 22px;
    font-weight: bold;
}
.box_guide ol {
    margin: 10px 0 0 15px;
    list-style: decimal;
    padding-left: 15px;
}
.box_guide ol li {
    line-height: 18px;
}

/* 광고 구매 */
.list_adbook.larger3 table th.row {
    padding-top: 17px;
}
.list_adbook.larger3 table td.row .input_type {
    height: 23px;
}
.list_adbook.larger3 table td.row select.input_type {
    height: 26px;
}
.list_adbook table td.row_extend {
    padding: 0;
    /*vertical-align:baseline;*/
    vertical-align: top;
}
.list_adbook table td.row_extend .box_inner .inner_th {
    display: block;
    margin: 0;
    padding: 15px 0;
    line-height: 16px;
    border-bottom: 1px solid #d3d3d3;
    color: #333;
    font-weight: bold;
    background-color: #f8f8f8;
}
.list_adbook table td.row_extend .box_inner div {
    margin: 20px auto 0;
    width: 430px;
    overflow: hidden;
}
.list_adbook table td.row_extend .box_inner div img {
    max-width: 430px;
}

.check_period {
    margin-top: 15px;
    padding-right: 24px;
    min-height: 380px;
}
.check_period table {
    border-top: 1px solid #d3d3d3;
    border-bottom-color: #d3d3d3;
}
.check_period table th,
.check_period table td {
    border: 1px solid #d3d3d3;
    text-align: center;
    color: #888;
    padding: 7px 0;
}
.check_period table th {
    background-color: #f8f8f8;
}
.check_period .btn_area {
    margin-top: 20px;
}
.check_period .btn_area a {
    color: #9b9b9b;
    text-decoration: none;
}

.list_adbook.larger3 .default {
    width: 100%;
    border: 1px solid #2a72ce;
    background-color: #f4f9fd;
}
.list_adbook.larger3 .default strong {
    display: block;
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -1px;
}
.list_adbook.larger3 .default div.error {
    padding-top: 150px;
    background: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/common/error.gif") 50% 0 no-repeat;
}
.list_adbook.larger3 .default div.error strong {
    color: #1d70d0;
}
.list_adbook.larger3 .default span {
    display: block;
    font-weight: lighter;
}

/* 소재 등록 수정 페이지 */
.title_bar.hr {
    border-bottom: 2px solid #000;
    /*margin-bottom:40px;*/
}

.list_adbook.simple h3 {
    margin-top: 40px;
}
.list_adbook.simple table {
    border-top: 1px solid #d3d3d3;
    border-bottom-color: #d3d3d3;
}
.list_adbook.simple table th,
.list_adbook.simple table td {
    text-align: left;
    padding: 6px 0 6px 24px;
    line-height: 20px;
}
.list_adbook.simple table th {
    border-bottom: 1px solid #d3d3d3;
}
.list_adbook.simple table th.first {
    border-left: 0;
}
.list_adbook.simple table th.first2 {
    border-top: 1px solid #d3d3d3;
}
.list_adbook.simple table td input[type=text] {
    font-size: 11px;
    padding: 3px 10px;
}
.list_adbook.simple .input_file {
    position: relative;
}
.list_adbook.simple .input_file input[type=text] {
    width: 270px;
}
.list_adbook.simple .input_file .file_del {
    background-color: #acacac;
    border: 1px solid #a4a4a4;
    color: #fff;
    font-size: 11px;
}
.list_adbook.simple .input_file .file_del_inr {
    position: absolute;
    left: 272px;
    top: 3px;
    background-color: #fff;
    border: 0;
    width: 14px;
    height: 14px;
    padding-left: 5px;
    color: #666666;
    font-size: 12px;
    line-height: 14px;
}
.list_adbook.simple .input_file .label_upload {
    line-height: 13px;
    padding: 3px 8px 1px;
}
.list_adbook.simple table td .btn_lgrey_s {
    margin-left: 1px;
    margin-right: 15px;
    text-decoration: none;
    vertical-align: middle;
}

.input_doc {
    position: relative;
    display: inline-block;
}

.list_adbook.simple input[type=text] {
    line-height: 14px;
}

.input_doc > .btn_del {
    position: absolute;
    right: 1px;
    top: 4px;
    width: 14px;
    height: 14px;
    padding-left: 5px;
    background-color: #fff;
    border: 0;
    color: #666666;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
}

.add_banner {
    margin-bottom: 5px;
    /* vertical-align: bottom;*/
}
.add_banner .banner {
    display: inline-block;
}
.add_banner .file_del {
    margin-bottom: 10px;
}

/* 19-07-29 */
/* 이용약관 */
.list_prov {
    position: relative;
}
.list_prov .prov {
    width: 100%;
    height: 530px;
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 35px;
    border: 1px solid #d3d3d3;
    background-color: #f9f9f9;
    letter-spacing: 1px;
    line-height: 18px;
}
.list_prov .btn_area a {
    width: 50px;
    text-align: center;
}
.list_prov .btn_area.top {
    position: absolute;
    right: 0;
    top: -40px;
}
.list_prov .btn_area.bottom {
    padding: 15px 0;
    text-align: right;
}
.list_prov .prov h5 {
    display: block;
    font-weight: bold;
    color: #236dcc;
}
.list_prov .prov h6 {
    display: block;
    margin-top: 15px;
    font-weight: bold;
    color: #000;
}

/*.list_prov .prov {width:100%; height:600px;overflow-y:scroll; padding:35px; box-sizing: border-box; border:1px solid #d3d3d3; background-color: #f9f9f9; letter-spacing:1px; line-height:18px;}*/
/* 광고주 신규가입 */
.list_adbook.simple2 h3 {
    margin-top: 40px;
}
.list_adbook.simple2 table {
    border-top: 1px solid #d3d3d3;
    border-bottom-color: #d3d3d3;
}

.list_prov .tabs {
    /*width:948px;*/
    border: 1px solid #d3d3d3;
    border-bottom: none;
    height: 48px;
    padding-top: 24px;
    overflow: hidden;
}
.list_prov .tabs:after {
    content: "";
    display: block;
    clear: both;
}
.list_prov .tabs a {
    float: left;
    height: 20px;
    /* padding:5px 28px 0; */
    padding: 5px 27px 0;
    border-right: 1px solid #d3d3d3;
}
.list_prov .tabs a.last {
    border-right: none;
}
.list_prov .tabs a.active {
    font-weight: bold;
    color: #000;
}

.tab_container {
    padding: 35px;
    border: 1px solid #d3d3d3;
    background-color: #f9f9f9;
    height: 110px;
    overflow-y: scroll;
}

.list_adbook.simple2 .prov {
    width: 860px;
    padding: 0;
    border: none;
    background-color: none;
    height: auto;
    overflow: visible;
}

.box_submit {
    margin-top: 45px;
    text-align: center;
}
.box_submit label {
    font-weight: bold;
    color: #000;
}
.box_submit .btn_area {
    margin-top: 15px;
}

/* new footer */
/* html{background:none !important;} */
#footer {
    font-size: 12px;
    margin-top: 70px;
    background: #f5f5f5 url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/common/bg_footer3.gif") 0 0 repeat-x;
}
#footer .footer_con {
    width: 950px;
    margin: 0 auto;
    padding: 0 30px 30px;
    background: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/common/bg_footer3.gif") 0 0 repeat-x;
    color: #666;
}
#footer .footer_con:after {
    content: "";
    display: block;
    clear: both;
}
#footer .footer_con strong {
    font-weight: bold !important;
}
#footer .footer_con .logo_area {
    clear: both;
    padding-top: 21px;
}
#footer .footer_con .shortcut_list {
    float: right;
    width: 150px;
    height: 44px;
}
#footer .footer_con .shortcut_list .btn_open {
    padding-top: 15px;
    padding-bottom: 13px;
    border: 1px solid #6d6d6d;
    background: #6d6d6d url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/common/arr_shortcut2.png") no-repeat right 0;
    color: #fff;
    font-weight: bold;
    padding-right: 27px;
    text-align: center;
    text-transform: uppercase;
}
#footer .footer_con .shortcut_list ul {
    bottom: 43px;
}
#footer .footer_con .shortcut_open .btn_open {
    background-position: right -44px;
}
#footer .footer_con .member_area {
    float: left;
    height: 44px;
    width: 800px;
    background-color: #8b8b8b;
    line-height: 15px;
}
#footer .footer_con .member_area li {
    float: left;
    padding: 16px 14px 0 15px;
    height: 28px;
    text-align: center;
    background: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/common/line_footer.gif") no-repeat left center;
}
#footer .footer_con .member_area li:first-child {
    background-image: none;
    padding-left: 14px;
}
#footer .footer_con .member_area a {
    text-decoration: none;
    color: #f1f0f0;
}
#footer .footer_con .member_area a:hover {
    text-decoration: underline;
    color: #fff;
}
#footer .footer_con .click_footer {
    float: left;
    width: 460px;
    margin: 18px 0 0 0;
}
#footer .footer_con .click_footer address {
    font-size: 11px;
    line-height: 18px;
}
#footer .footer_con .click_footer address a {
    text-decoration: underline;
    color: #666;
}
#footer .footer_con .click_footer address a:hover {
    text-decoration: underline;
    color: #3c5fe1;
}
#footer .footer_con .click_footer address .copy {
    margin-top: 10px;
}

.shortcut_list {
    position: relative;
    width: 133px;
    height: 20px;
    text-align: left;
}
.shortcut_list .btn_open {
    border: 1px solid #707070;
    background: #fff url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/common/arr_shortcut.png") no-repeat right 0;
}
.shortcut_list a {
    display: block;
    height: 14px;
    padding: 3px 4px 1px;
    font: 12px/14px/dotum;
    color: #666;
    background-color: #fff;
    text-decoration: none;
}
.shortcut_list a:hover {
    color: #666;
}
.shortcut_list ul {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    bottom: 19px;
    _width: 131px;
    border: 1px solid #707070;
    background-color: #fff;
}
.shortcut_list ul li.on a {
    background-color: #dedede;
    color: #212121;
}
.shortcut_list ul li a:hover, .shortcut_list ul li a:active, .shortcut_list ul li a:focus {
    background-color: #dedede;
    color: #212121;
}

.shortcut_top ul {
    top: 0;
    bottom: auto;
}
.shortcut_top .btn_open {
    background-position: right -20px;
}
.shortcut_top ul {
    top: 19px;
    bottom: auto;
}
.shortcut_top.shortcut_open .btn_open {
    background-position: right 0;
}

.shortcut_open .btn_open {
    background-position: right -20px;
}
.shortcut_open ul {
    display: block;
}

.shortcut_auto {
    display: inline-block;
    width: auto;
}
.shortcut_auto .btn_open {
    padding-right: 20px;
}

/* 19-07-26 add */
.list_adbook table th a .ico_sort2 {
    display: inline-block;
    width: 6px;
    height: 100%;
    padding-left: 0;
    background-image: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/ico_arr_sort2.gif");
    background-position: 0 50%;
    background-repeat: no-repeat;
    text-indent: -99999px;
}

/* 19-08-20 add */
.table_wrap {
    margin-bottom: 20px;
}
.table_wrap h3 {
    font-size: 12px;
}

.popup_contents .table_wrap .input_type {
    width: 155px;
}

table.popup_style td .check_pw {
    position: relative;
    position: relative;
}
table.popup_style td .check_pw .valid_check {
    display: inline-block;
    /*font-size: 11px;*/
    color: #ff0000;
}
table.popup_style td .check_pw .tooltip {
    position: absolute;
    left: 0;
    top: 23px;
    text-decoration: none;
    cursor: auto;
}
table.popup_style td .check_pw .tooltip span {
    display: block;
    width: auto;
}
table.popup_style td .check_pw .tooltip .inner {
    display: block;
    position: static;
    padding-top: 7px;
    background-image: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/common/arr_tooltip.png");
    background-repeat: no-repeat;
    background-position: 56% 0;
}
table.popup_style td .check_pw .tooltip .inner .txt {
    display: block;
    /*min-width:100px;*/
    padding: 5px 10px;
    font-size: 11px;
    background-color: #fffde1;
    border: 1px solid #e1dda2;
    border-top: none;
}

.box_guide a {
    text-decoration: underline;
}
.box_guide a.bstrong {
    color: #236dcc;
}
.box_guide a.btn_dgrey_s {
    text-decoration: none;
}

.process_steps .txt_info {
    font-size: 0;
    line-height: 0;
    color: transparent;
}

/* 19-08-23 */
/* 매장 대표 전화번호 레이어어 */
.phone_num table {
    width: 390px;
    border: 1px;
    font-size: 13px;
    line-height: 30px;
}
.phone_num table th,
.phone_num table tr,
.phone_num table td {
    font-size: 13px;
    line-height: 30px;
}
.phone_num tr {
    border-bottom: 1px solid #d2cfcf !important;
}
.phone_num .top th {
    background: #f4f9fd;
    border-top: 1px solid #91b4d2 !important;
    border-bottom: 1px solid #91b4d2 !important;
    color: #397cd4;
    font-weight: bold;
}
.phone_num .top th:last-child {
    border-right: 0 !important;
}
.phone_num th {
    background: #f5f5f5;
    color: #393939;
    font-weight: bold;
    border-right: 1px solid #d2cfcf !important;
}
.phone_num td {
    width: 134px;
    padding-left: 35px;
    letter-spacing: 1px;
}

/* 19-08-27 */
#telPopup .popup_container {
    margin-top: -90px;
}

/* 19-09-02 */
.list_adbook table td.row_extend .box_inner div img {
    width: auto;
    max-height: 435px;
}

.popup_contents .num .input_type {
    width: 70px;
}

.input_doc > .btn_del {
    background-color: none;
}

.list_adbook table td span.btn_bluebd_ss, .list_adbook table td span.btn_lgrey_s {
    cursor: pointer;
}
.list_adbook table td .input_doc a {
    text-decoration: none;
}
.list_adbook table td.row_extend .box_inner a.btn_greybd_s2 {
    margin-top: 10px;
    text-decoration: none;
}

/*.list_adbook table td.row_extend .box_inner a {display: block; text-decoration:none;}
.list_adbook table td.row_extend .box_inner .btn_greybd_s2 {margin-top: 10px;}*/
/* 19-09-18 */
.box_top_search .search_area .btn_blue_s.search {
    text-align: center;
}

.list_adbook table td.row_extend .box_inner div.location_default {
    padding-top: 120px;
    margin-bottom: 20px;
}
.list_adbook table td.row_extend .box_inner div.location_default p {
    width: 400px;
    margin: 0 auto 15px;
    line-height: 18px;
}
.list_adbook table td.row_extend .box_inner a.btn_greybg_s {
    line-height: 16px;
    padding: 5px 22px;
    color: #fff;
    text-decoration: none;
}
.list_adbook table td select.input_type[disabled] {
    background-color: #c7c7c7;
}
.list_adbook.larger table td.row .state_hold {
    display: inline-block;
    padding-left: 25px;
}
.list_adbook.larger table td.row .state_hold .search.btn_bluebg_s {
    vertical-align: middle;
}
.list_adbook table td .valid,
.list_adbook table td a.ad_link_url {
    color: #236dcc;
}
.list_adbook table td .sort_event {
    color: #333;
}

/* 19-11-04 */
/* 20-02-10 */
.pick_date.inner {
    margin-left: 0;
}

.list_adbook table td .inner_table table {
    width: 764px;
    border: none;
    margin: -14px -24px -13px -24px;
}
.list_adbook table td .inner_table table th {
    padding: 10px 0 10px 24px;
}
.list_adbook table td .inner_table table td {
    padding: 4px 0 4px 24px;
    color: #333;
}
.list_adbook table td .inner_table table td.first {
    background-color: #f8f8f8;
}
.list_adbook table td .input_file {
    position: relative;
    margin-bottom: 10px;
}
.list_adbook table td .input_file input[type=text] {
    width: 270px;
    height: 27px;
    line-height: 25px;
    text-indent: 20px;
    text-align: left;
    box-sizing: border-box;
    font-size: 12px;
    background-color: #ededed;
}
.list_adbook table td .input_file .file_del {
    background-color: #acacac;
    border: 1px solid #a4a4a4;
    color: #fff;
    font-size: 11px;
}
.list_adbook table td .input_file .file_del_inr {
    position: absolute;
    left: 250px;
    top: 7px;
    border: 0;
    width: 14px;
    height: 14px;
    padding-left: 5px;
    color: #666666;
    font-size: 12px;
    line-height: 14px;
}
.list_adbook table td .input_file .label_upload {
    line-height: 13px;
    padding: 3px 8px 1px;
}
.list_adbook table td .tooltip.ad_num_title span.num {
    padding: 10px 0;
    margin: -10px 0;
}
.list_adbook table td .tooltip.ad_num_title .inner {
    position: absolute;
    left: -160px;
    top: 25px;
    width: 420px;
    z-index: 1;
    padding-top: 7px;
    background-image: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/images/common/arr_tooltip.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.list_adbook table td .tooltip.ad_num_title .inner .txt {
    display: block;
    min-width: 200px;
    padding: 10px 3px 7px 5px;
    box-sizing: border-box;
    text-align: center;
    font-size: 11px;
    background-color: #fffde1;
    border: 1px solid #e1dda2;
    border-top: none;
}
.list_adbook table td .tooltip.ad_num_title .inner ul {
    width: 100%;
    padding: 10px 3px 7px 5px;
    box-sizing: border-box;
    text-align: left;
    font-size: 11px;
    background-color: #fffde1;
    border: 1px solid #e1dda2;
    border-top: none;
}
.list_adbook table td .tooltip.ad_num_title .inner ul li a {
    display: block;
    /*width:250px;height: 18px;*/
    line-height: 18px;
    /*text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; white-space:nowrap; word-wrap:normal;*/
}
.list_adbook th span.align_l {
    display: block;
    width: 39px;
    padding-left: 0;
    color: #333;
}
.list_adbook th div.align_l {
    margin-left: -18px;
}
.list_adbook th .tip_info.pbtm {
    float: right;
    width: 14px;
}
.list_adbook th .tip_info.pbtm .ico {
    position: absolute;
    right: 0;
    top: -25px;
}
.list_adbook .tip_info.pbtm .tooltip {
    width: 366px;
    left: -314px;
    top: 0px;
    text-align: left;
}
.list_adbook .tip_info.pbtm .tooltip .inner {
    background-position: 29% 0;
}
.list_adbook .tip_info.pbtm .tooltip .inner .txt dl.state dt {
    width: 12%;
}
.list_adbook .tip_info.pbtm .tooltip .inner .txt dl.state dd {
    width: 88%;
}

/* 20-06-22 수정 */
/* 20-06-22 수정 */
.hiddenList {
    display: none;
}

.more {
    width: 100%;
    margin: 13px 0 -13px -24px;
}
.more button {
    display: block;
    width: 764px;
    height: 35px;
    padding-right: 24px;
    background-color: #f8f8f8;
    border: none;
    border-top: 1px solid #d3d3d3;
    font-weight: bold;
    color: #9b9b9b;
}

.attached_file {
    margin-bottom: 10px;
    text-decoration: underline;
}

.list_adbook table td a.btn_greybd_s {
    text-decoration: none;
}
.list_adbook td .desc {
    font-size: 11px;
}
.list_adbook table th.rows {
    border-left: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.list_adbook table th.rows.last {
    border: none;
    border-left: 1px solid #d3d3d3;
}
.list_adbook.larger table th.row {
    border-top: 1px solid #d3d3d3;
}

/* 20-04-20 */
.join_agree_check {
    text-align: left;
    font-weight: normal;
}
.join_agree_check label {
    position: static;
}
.join_agree_check .box_title {
    padding: 14px 19px 10px;
    border: 1px solid #e0edf3;
    background-color: #eff8fd;
    color: #333;
}
.join_agree_check .box_content {
    padding: 10px 19px;
    border: 1px solid #efefef;
    border-top: none;
    background-color: #f8f8f8;
    color: #666;
}
.join_agree_check .box_content ul li {
    margin-top: 10px;
}
.join_agree_check .box_content ul li:first-child {
    margin-top: 0;
}
.join_agree_check .box_content ul li label {
    font-weight: normal;
}

/* 21-10-14 */
.main_right > div.box_down {
    padding: 26px 30px;
}
.main_right .box_down:after {
    content: "";
    clear: both;
    display: block;
}
.main_right .box_down .box_ink,
.main_right .box_down .box_inpark {
    float: left;
    width: 160px;
}
.main_right .box_down .box_ink {
    padding-right: 10px;
    border-right: 1px solid #8f8f8f;
}
.main_right .box_down .box_inpark {
    margin-left: 7px;
}
.main_right .box_down .box_ink a {
    width: 100%;
}
.main_right .box_down > div a.btn_bluebd:nth-child(1) {
    margin-bottom: 7px;
}
.main_right .box_notice .more {
    width: 43px;
    right: 30px;
    top: 20px;
}

/* 21-10-19 */
/* 22-03-15 */
.container.wide .layer_notice {
    /*top: 0; margin-right: -514px;*/
    right: 50%;
    margin-right: -614px;
}

.layer_notice .box_close a {
    font-size: 12px;
}

/* old */
.container.wide02 {
    width: 100%;
    /*margin-top:91px;*/
}
.container.wide02 .main_visual {
    width: 100%;
    height: 666px;
    box-sizing: border-box;
    background: #6a71fb url("https://contents.kyobobook.co.kr/advrcntr/adbook/static/image/common/assets/bg_rolling.jpg") no-repeat;
    background-size: cover;
}

.swiper-slide div.visual_box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.swiper-slide div.visual_box .inner_txt {
    width: 450px;
}
.swiper-slide div.visual_box .inner_txt p {
    display: block;
    width: 100%;
    margin: 150px 0 0;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -0.5px;
    text-align: left;
    color: #fff;
    word-break: keep-all;
}
.swiper-slide div.visual_box .inner_txt span {
    display: block;
    width: 100%;
    height: 62px;
    margin: 35px 0 70px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: -0.2px;
    text-align: left;
    color: #fff;
    word-break: keep-all;
}
.swiper-slide div.visual_box .inner_txt a {
    display: block;
    width: 174px;
    height: 48px;
    margin: 70px 225px 0 1px;
    padding-top: 15px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 24px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: -0.32px;
    text-align: center;
    color: #4c67a8;
}
.swiper-slide div.visual_box .img_visual {
    width: 652px;
    height: 700px;
    margin-top: 50px;
}

.container.wide02 .main_contents {
    width: 100%;
    padding: 0;
}
.container.wide02 .main_contents div .title {
    margin-bottom: 58px;
    font-size: 50px;
    line-height: 0.8;
    letter-spacing: -3px;
    text-align: center;
    color: #333;
}
.container.wide02 .main_contents div.guide_download .title {
    color: #fff;
}
.container.wide02 .main_contents .introduce .title {
    display: none;
}
.container.wide02 .main_contents div .title .text_symbol {
    font-weight: lighter;
}
.container.wide02 .main_contents .introduce {
    padding: 105px 0 65px;
    background-color: #ecf0f7;
}
.container.wide02 .main_contents .introduce ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.container.wide02 .main_contents .introduce ul li {
    padding-bottom: 40px;
}

.container.wide02 .main_visual.v2 .swiper {
    width: 1200px;
}
.container.wide02 .main_visual.v2 .swiper-slide div.visual_box {
    overflow: hidden;
    width: 935px;
}
.container.wide02 .main_visual.v2 .swiper-slide div.visual_box .inner_txt {
    width: 400px;
    text-align: left;
}
.container.wide02 .main_visual.v2 .swiper-slide div.visual_box .inner_txt p {
    font-size: 48px;
    font-weight: 700;
    line-height: 66px; /* 137.5% */
    letter-spacing: -0.48px;
}
.container.wide02 .main_visual.v2 .swiper-slide div.visual_box .inner_txt span {
    height: auto;
    margin: 48px 0 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.18px;
    color: rgba(255, 255, 255, 0.7);
}
.container.wide02 .main_visual.v2 .swiper-slide div.visual_box .inner_txt a {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 48px 0 0 0;
    padding: 0 14px 0 16px;
    border-radius: 22px;
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.14px;
}
.container.wide02 .main_visual.v2 .swiper-slide div.visual_box .inner_txt a .ico_chev_right_16 {
    vertical-align: top;
    margin-top: 11px;
    margin-left: 2px;
}
.container.wide02 .main_visual.v2 .swiper-slide div.visual_box .img_visual {
    width: 475px;
    height: 426px;
    margin-top: 120px;
}

.ad_content {
    position: relative;
    width: 580px;
    height: 260px;
    padding: 60px 46px 58px 60px;
    box-sizing: border-box;
    border-radius: 16px;
    border: solid 1px #eaeaea;
    background-color: #fff;
    transition: all 0.5s ease;
}
.ad_content:hover {
    box-shadow: 0 10px 20px 0 rgba(51, 51, 51, 0.1);
    transform: translateY(-8px);
}
.ad_content strong {
    display: block;
    width: 290px;
    height: 45px;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.17;
    letter-spacing: -0.3px;
    text-align: left;
    color: #333;
    word-break: keep-all;
}
.ad_content p {
    display: block;
    width: 290px;
    height: 72px;
    /*margin: 25px 0 0;*/
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.16px;
    text-align: left;
    color: #777;
    word-break: keep-all;
}
.ad_content .image_box {
    position: absolute;
    right: 46px;
    top: 66px;
    width: 160px;
    height: 128px;
    object-fit: contain;
}
.ad_content .image_box img.icon {
    width: 100%;
}

/* main contents guide_download */
.container.wide02 .main_contents div.guide_download {
    width: 100%;
    /*height: 635px;*/
    padding: 133px 0 120px 0;
    box-sizing: border-box;
    background: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/2022/images/assets/bg_main_04.png") 50% 0 no-repeat, linear-gradient(to bottom, #5055b1, #6e9de3);
}

.guide_download ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.guide_download ul li {
    padding-bottom: 40px;
}
.guide_download ul li a {
    position: relative;
    display: block;
    width: 586px;
    height: 85px;
    padding: 27px 60px 0;
    box-sizing: border-box;
    border-radius: 16px;
    background-color: #fff;
    font-size: 24px;
    color: #575757;
}
.guide_download ul li a i {
    position: absolute;
    right: 60px;
    top: 26px;
    width: 28px;
    height: 33px;
    background: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/2022/images/assets/i_download.png") 0 0 no-repeat;
    background-size: 100% auto;
}
.guide_download ul li a:hover {
    background-color: #5055b1;
    color: #fff;
}
.guide_download ul li a:hover i {
    background: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/2022/images/assets/i_download.png") 0 0 no-repeat;
    background-size: 100% auto;
}

.promote {
    height: 1100px;
    padding-top: 135px;
    box-sizing: border-box;
}

.ad_display {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.ad_display .animation {
    position: relative;
    width: 755px;
    /* width:963px; overflow: hidden;*/
}
.ad_display .animation .swiper {
    margin-top: 90px;
    /*margin-left: 26px;*/
}
.ad_display .animation .ad_slide_frame {
    position: absolute;
    left: -14px;
    top: 0;
    z-index: 4;
}
.ad_display .animation ul.ad_slide {
    position: absolute;
    left: -14px;
    top: 0;
    /*left:26px; top:90px;*/
    display: flex;
}
.ad_display .txt {
    width: 313px;
    height: 224px;
    /*margin: 286px 15px 0 0;*/
    box-sizing: border-box;
    font-size: 40px;
    line-height: 1.35;
    letter-spacing: -0.8px;
    text-align: left;
    color: #333;
    word-break: keep-all;
    /*position: absolute; right:0; top:0;*/
}
.ad_display .txt em {
    font-weight: 600;
}

.ad_slide li:nth-child(1) {
    /*width:321px;*/
    width: 440px;
    z-index: 3;
}
.ad_slide li:nth-child(2) {
    width: 354px;
    /*margin-left: -46px;*/
    padding-top: 77px;
    /*width:290px;*/
    z-index: 2;
}
.ad_slide li:nth-child(3) {
    width: 270px;
    /*padding-top: 35px;*/
    padding-top: 112px;
    /*width:200px; padding-top: 35px;*/
    z-index: 1;
}
.ad_slide li img {
    width: 100%;
    /*box-shadow: 0 10px 20px 0 rgba(51, 51, 51, 0.1);*/
}

/*.swiper-slide-active { width:321px; z-index: 3; }
.swiper-slide-next { z-index: 2;}*/
/*transition*/
.ad_display .animation .ad_slide_frame {
    margin-top: 50px;
    transition: all 0.5s 0s ease;
    opacity: 0;
}

.ad_slide li:nth-child(2) {
    opacity: 0;
    margin-left: -208px;
    /*margin-top:127px;*/
    transition: all 0.7s 0.2s ease;
}
.ad_slide li:nth-child(3) {
    opacity: 0;
    margin-left: -202px;
    /*margin-top:127px;*/
    transition: all 0.7s 0.4s ease;
}

.ad_display .txt {
    opacity: 0;
    margin: 356px 15px 0 0;
    transition: all 0.9s 0s ease;
}
.ad_display.on .animation ul.ad_slide li:nth-child(2) {
    opacity: 1;
    margin-left: -128px;
    /*margin-top:77px;*/
    /*margin-top:-12px;*/
}
.ad_display.on .animation ul.ad_slide li:nth-child(3) {
    opacity: 1;
    margin-left: -122px;
    /*margin-top:77px;*/
}
.ad_display.on .txt {
    margin-top: 286px;
    opacity: 1;
}

.news {
    width: 100%;
    /*height: 595px;*/
    /*margin: 160px 0 146px;*/
    padding: 133px 0 149px 0;
    box-sizing: border-box;
    background-color: #fff;
}
.news .inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.news ul {
    /*width:1200px;
      margin: 0 auto;*/
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.news ul li {
    padding-right: 27px;
}
.news ul li a {
    display: block;
}

.news_content {
    width: 280px;
    height: 175px;
    padding: 35px 87px 30px 30px;
    box-sizing: border-box;
    border-radius: 16px;
    border: solid 1px #eaeaea;
    background-color: #fff;
    transition: all 0.5s ease;
}
.news_content:hover {
    box-shadow: 0 10px 20px 0 rgba(89, 89, 89, 0.1);
    transform: translateY(-8px);
}
.news_content strong {
    display: block;
    /*height: 74px;
      margin-bottom: 21px;*/
    height: 69px;
    margin-bottom: 26px;
    font-size: 16px;
    color: #595959;
}
.news_content span {
    font-size: 13px;
    color: #767676;
}

.link_more {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 15px;
    font-size: 15px;
    color: #595959;
    background: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/2022/images/assets/arw_more@2x.png") right 5px no-repeat;
    background-size: auto 11px;
}

.help {
    width: 100%;
    color: #575757;
    background: #f7f7f7;
}
.help .inner {
    width: 1200px;
    margin: 0 auto;
    height: 460px;
    padding: 98px 0 36px 670px;
    box-sizing: border-box;
    background: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/2022/images/assets/img_help.png") 105px 60px no-repeat;
}
.help strong {
    display: block;
    font-size: 35px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 17px;
    color: #333;
}
.help p.txt_info {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
}
.help p.txt_info em {
    font-weight: 500;
}
.help ul.contact {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.help ul.contact li {
    line-height: 24px;
}
.help ul.contact .group {
    display: inline-block;
    width: 64px;
    margin-right: 16px;
    position: relative;
}
.help ul.contact .group:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 2px;
    height: 16px;
    background-color: #333;
    vertical-align: top;
}
.help .contact a {
    color: #5055b1;
}
.help .contact .dv_gap {
    display: inline-block;
    padding: 0 5px;
}

/* sub */
.title_visual {
    width: 100%;
    height: 200px;
    padding-top: 50px;
    box-sizing: border-box;
}
.title_visual h2 {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}
.title_visual span {
    display: block;
    margin-top: 8px;
    text-align: center;
    height: 24px;
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
}
.title_visual.ad_guide {
    background-image: linear-gradient(100deg, #3c74be 19%, #5055b1 81%);
}
.title_visual.ad_notice {
    background-image: linear-gradient(101deg, #5055b1 23%, #2b308d 78%);
}
.title_visual.ad_intro_01 {
    background: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/2022/images/assets/bg_ad_intro_01.png") 50% 0 no-repeat, linear-gradient(100deg, #32367f 19%, #5055b1 81%);
    margin-bottom: 30px;
}
.title_visual.ad_intro_02 {
    background: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/2022/images/assets/bg_ad_intro_02.png") 50% 0 no-repeat, linear-gradient(100deg, #32367f 19%, #5055b1 81%);
    margin-bottom: 30px;
}
.title_visual.ad_intro_03 {
    background: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/2022/images/assets/bg_ad_intro_03.png") 50% 0 no-repeat, linear-gradient(100deg, #32367f 19%, #5055b1 81%);
    margin-bottom: 30px;
}
.title_visual.ad_intro_04 {
    background: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/2022/images/assets/bg_ad_intro_04.png") 50% 0 no-repeat, linear-gradient(100deg, #32367f 19%, #5055b1 81%);
    margin-bottom: 30px;
}
.title_visual.ad_intro_05 {
    background: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/2022/images/assets/bg_ad_intro_05.png") 50% 0 no-repeat, linear-gradient(100deg, #32367f 19%, #5055b1 81%);
    margin-bottom: 30px;
}
.title_visual.ad_intro_06 {
    background: #6a71fb url("https://contents.kyobobook.co.kr/advrcntr/adbook/static/image/common/assets/bg_ad_intro_06.png") 50% 0 no-repeat;
    margin-bottom: 0;
    padding-top: 54px;
    min-height: 220px;
    background-size: cover;
}
.title_visual.ad_intro_06 h2 {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px; /* 150% */
    letter-spacing: -0.4px;
}
.title_visual.ad_intro_06 span {
    display: block;
    padding-top: 8px;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.14px;
    opacity: 0.8;
}

.ad_list_wrap {
    width: 100%;
    padding: 18px 0 14px;
    box-sizing: border-box;
    opacity: 0.9;
    background-color: #fff;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 1;
    /*  탭 영역 */
}
.ad_list_wrap.fix {
    position: fixed;
    top: 112px;
    left: 0;
}
.ad_list_wrap .ad_list_menu {
    width: 1200px;
    margin: 0 auto 15px;
}
.ad_list_wrap .ad_list_menu ul {
    width: 100%;
}
.ad_list_wrap .ad_list_menu ul li {
    position: relative;
    display: inline-block;
    margin-right: 23px;
}
.ad_list_wrap .ad_list_menu ul li:after {
    content: "";
    display: block;
    position: absolute;
    right: -14px;
    bottom: 15px;
    width: 3px;
    height: 3px;
    background-color: #000;
}
.ad_list_wrap .ad_list_menu ul li:last-child:after {
    display: none;
}
.ad_list_wrap .ad_list_menu ul li a {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #d5d5d5;
}
.ad_list_wrap .ad_list_menu ul li.on a {
    color: #000;
}
.ad_list_wrap .ad_list {
    width: 1200px;
    margin: 0 auto;
}
.ad_list_wrap .ad_list ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.ad_list_wrap .ad_list ul li {
    display: block;
    margin-right: 6px;
    margin-bottom: 6px;
}
.ad_list_wrap .ad_list ul li a {
    display: block;
    color: #595959;
    height: 36px;
    padding: 8px 11px 0;
    box-sizing: border-box;
    border-radius: 18px;
    border: solid 1px #eaeaea;
    background-color: #fff;
    font-size: 13px;
}
.ad_list_wrap .ad_list ul li.on a {
    color: #000;
    border-color: #000;
    font-weight: 600;
}
.ad_list_wrap .tab_wrap {
    display: flex;
    width: 1200px;
    margin: 0 auto 30px;
    border-bottom: 1px solid #000;
}
.ad_list_wrap .tab_item {
    min-width: 160px;
    line-height: 44px;
    padding: 0 18px;
    border: 1px solid #d0d0d0;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    color: #767676;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    position: relative;
}
.ad_list_wrap .tab_item.active {
    background: #fff;
    color: #111;
    border-color: #111;
    font-weight: 500;
}
.ad_list_wrap .tab_item.active:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background-color: #fff;
    z-index: 2;
}
.ad_list_wrap.v2 {
    opacity: 1;
    padding: 10px 0;
    top: 0;
}
.ad_list_wrap.v2.fix {
    top: 112px;
}
.ad_list_wrap.v2 .ad_list {
    display: none;
}
.ad_list_wrap.v2 .ad_list.active {
    display: block;
}
.ad_list_wrap.v2 .ad_list ul {
    gap: 8px;
}
.ad_list_wrap.v2 .ad_list ul li {
    margin: 0;
}
.ad_list_wrap.v2 .ad_list ul li a {
    border-radius: 24px;
    background: #f7f7f7;
    padding: 0 14px;
    text-align: center;
    height: auto;
    color: var(--Text-Gray-gray-800, #595959);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.14px;
}
.ad_list_wrap.v2 .ad_list ul li.on a {
    background: #292929;
    color: #fff;
}

.menu_wrap {
    width: 100%;
    height: 90px;
}

.menu_inner {
    position: fixed;
    top: 91px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 64px;
    background: #5055b1;
}

ul.admin_menu_list {
    width: 1200px;
    height: 64px;
    margin: 0 auto;
    padding: 21px 0 0 234px;
    box-sizing: border-box;
    background: #5055b1;
}
ul.admin_menu_list li {
    position: relative;
    display: inline-block;
    padding: 0 30px;
}
ul.admin_menu_list li:last-child {
    padding: 0 0 0 14px;
}
ul.admin_menu_list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 1px;
    height: 8px;
    background-color: #fff;
}
ul.admin_menu_list li:first-child:before, ul.admin_menu_list li:last-child:before {
    display: none;
}
ul.admin_menu_list li a {
    font-size: 16px;
    letter-spacing: -0.16px;
    color: #fff;
}
ul.admin_menu_list li a.btn_cart {
    font-weight: bold;
    color: #5055b1;
    padding: 4px 15px;
    border-radius: 15px;
    background-color: #fff;
}

.contents {
    padding: 0;
}
.contents .inner {
    padding: 80px 0;
}

.ad_guide + .inner {
    padding-top: 0;
}
.ad_guide + .inner .bg_wrap {
    background: #f5f6f7;
}

.list_adbook_wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.list_adbook_wrap .list_adbook {
    width: 100%;
}
.list_adbook_wrap .list_adbook table {
    width: 100%;
}

.contents .list_adbook_wrap h2 {
    margin: 0 auto 20px;
}

.list_adbook_wrap .box_top_search {
    width: 1200px;
}

.desc_bar {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    /*margin-bottom: 44px;*/
}
.desc_bar h3 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.6px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}
.desc_bar h3 span {
    margin-left: 14px;
    font-size: 13px;
    line-height: 1.46;
    letter-spacing: -0.26px;
    text-align: left;
    color: #595959;
}

.ad_layout {
    padding-top: 125px;
    padding-bottom: 95px;
    word-break: keep-all;
}
.ad_layout:last-child {
    padding-bottom: 180px;
}
.ad_layout .ad_visual {
    width: 100%;
}
.ad_layout .ad_visual img {
    width: 100%;
}
.ad_layout .desc_bar {
    display: block;
    position: relative;
    margin-top: 40px;
}
.ad_layout .desc_bar h3 {
    height: 50px;
}
.ad_layout .desc_bar .btn_buy_ad {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 50px;
    box-sizing: border-box;
    padding-top: 14px;
    border-radius: 6px;
    background-color: #5055b1;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.ad_layout .desc_bar .stxt {
    display: block;
    margin-top: 6px;
    font-size: 16px;
    color: #595959;
}
.ad_layout.mok {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 138px;
}
.ad_layout.mok .ad_visual {
    width: 740px;
}
.ad_layout.mok .desc_bar {
    width: 460px;
    margin-left: 60px;
    height: auto;
}
.ad_layout.mok .desc_bar h3 {
    height: auto;
    margin-bottom: 18px;
}
.ad_layout.mok .desc_bar .btn_buy_ad {
    position: static;
    display: block;
    margin-top: 80px;
}
.ad_layout.v2 {
    padding-top: 80px;
    padding-bottom: 0;
}
.ad_layout.v2:first-child {
    padding-top: 60px;
}
.ad_layout.v2 .ad_visual {
    min-height: 300px;
    overflow: hidden;
    background-color: #eaecee;
}
.ad_layout.v2 .desc_bar {
    overflow: hidden;
    height: auto;
    margin-top: 0;
    margin-bottom: 32px;
}
.ad_layout.v2 .desc_bar h3 {
    height: auto;
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px; /* 135.714% */
    letter-spacing: -0.28px;
}
.ad_layout.v2 .desc_bar .stxt {
    margin-top: 12px;
    font-size: 16px;
    color: #595959;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
    padding-right: 134px;
}
.ad_layout.v2 .desc_bar .stxt.smaller {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.14px;
    color: #767676;
}
.ad_layout.v2 .desc_bar .btn_buy_ad {
    top: auto;
    bottom: 0;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 20px;
    line-height: 44px;
    border-radius: 8px;
    background: #5055b1;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.14px;
}
.ad_layout.v2 .desc_bar .btn_ad_ask {
    cursor: default;
    position: absolute;
    right: 0;
    bottom: 0;
}

.ad_list_wrap.v2.add_tab + .ad_layout.v2 {
    padding-top: 185px;
}

/* sub contents intro - package */
.tel_box {
    width: 200px;
    height: 50px;
    padding: 14px 22px;
    box-sizing: border-box;
    border-radius: 6px;
    border: solid 1px #a3a3a3;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    /*font-stretch: normal;
     font-style: normal;*/
    line-height: 1.47;
    letter-spacing: -0.3px;
    text-align: center;
    color: #575757;
}

.desc_bar .tel_box {
    position: absolute;
    right: 0;
    top: 0;
}

.table_adbook {
    width: 100%;
    margin-bottom: 130px;
    /*margin: 0 auto 130px;*/
}
.table_adbook:last-child {
    margin-bottom: 0;
    padding-bottom: 180px;
}
.table_adbook.package {
    margin-top: 44px;
}
.table_adbook.package table {
    width: 100%;
}
.table_adbook table caption {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    position: static;
}
.table_adbook.store {
    margin-top: 44px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.table_adbook table {
    border-top: 1px solid #bfbfbf;
}
.table_adbook.store table {
    width: 390px;
}
.table_adbook table th {
    padding: 11px 0 10px;
    border: 1px solid #5055b1;
    border-bottom: none;
    background-color: #5055b1;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}
.table_adbook table td {
    padding: 12px 0 12px 0;
    vertical-align: middle;
    border: 1px solid #bfbfbf;
    border-top: none;
    font-size: 15px;
    line-height: 1.2;
    color: #575757;
}
.table_adbook.package table td {
    padding: 12px 0 12px 66px;
}
.table_adbook.store table td {
    padding: 14px 0 14px 21px;
    color: #595959;
}
.table_adbook table td.fst_td {
    box-sizing: border-box;
    background-color: #ecf0f7;
    color: #5055b1;
}
.table_adbook.package table td.fst_td {
    padding-left: 50px;
    border-left: 1px solid #575757;
    border-bottom: 1px solid #575757;
    font-weight: bold;
}
.table_adbook.store table td.fst_td {
    padding-left: 32px;
    font-size: 16px;
    font-weight: 500;
}
.table_adbook.store table td.lst_td {
    padding-left: 15px;
    background-color: #f5f6f7;
}
.table_adbook.package table td.bd_btm_dark {
    border-bottom: 1px solid #575757;
}
.table_adbook.package table td.pay {
    color: #ec1f2d;
}
.table_adbook.package table td.ad_cost {
    padding-left: 105px;
}
.table_adbook.package table td:last-child {
    border-right: 1px solid #575757;
    padding-left: 57px;
}

/*.table_adbook {
  margin-bottom: 130px;
}*/
/* sub contents guide_download */
.container.wide02 .contents div.guide_download {
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 156px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.container.wide02 .contents div.guide_download ul {
    width: 586px;
    flex-direction: column;
}
.container.wide02 .contents div.guide_download ul li a {
    box-shadow: 0 10px 20px 0 rgba(51, 51, 51, 0.1);
}

.contents .process_steps {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 191px;
}

.box_guide_02 {
    display: flex;
    width: 1200px;
    margin: 100px auto 0;
    padding: 35px 140px;
    box-sizing: border-box;
    background-color: #e7e8ea;
    border-radius: 16px;
}
.box_guide_02 .h_title {
    position: relative;
    width: 285px;
    margin-right: 30px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}
.box_guide_02 .h_title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    width: 2px;
    height: 90px;
    background-color: #cdcdce;
}
.box_guide_02 .h_title span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 18px;
    font-weight: 500;
}
.box_guide_02 ol.txt_guide {
    width: 634px;
    list-style: decimal;
    padding-left: 15px;
    font-size: 16px;
}
.box_guide_02 ol.txt_guide li {
    color: #333;
    line-height: 1.56;
}
.box_guide_02 ol.txt_guide li::marker {
    font-weight: bold;
}

/*
.box_guide_02 ul {margin-top:18px;}
.box_guide_02 ul li{font-size:12px;line-height:18px; color:#7a7a7a;}
.box_guide_02 dl dt strong {display: block; margin-top: 22px; font-weight: bold;}
*/
.process_steps .guideDownload {
    position: absolute;
    right: 50%;
    display: flex;
}
.process_steps .guideDownload a {
    display: block;
    width: 46%;
    height: 100%;
    margin: 0 6px;
    font-size: 0;
    line-height: 0;
}
.process_steps .guideDownload.link01 {
    top: 124px;
    margin-right: -292px;
    width: 120px;
    height: 40px;
}
.process_steps .guideDownload.link02 {
    top: 359px;
    margin-right: -517px;
    width: 700px;
    height: 62px;
}
.process_steps .guideDownload.link03 {
    bottom: 871px;
    margin-right: -517px;
    width: 700px;
    height: 62px;
}
.process_steps .guideDownload.link01 a {
    width: 100%;
    height: 100%;
    margin: 0;
}

/* btn_top */
.container.wide02 .btn_top {
    display: none;
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 44px;
    height: 44px;
    border: none;
    background: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/2022/images/assets/top_arrow@2x.png") 0 0 no-repeat;
    background-size: 100% auto;
    transition: all 0.5s ease-out;
    z-index: 100;
    cursor: pointer;
}
.container.wide02 .btn_top.v2 {
    width: 34px;
    height: 34px;
    background: url("https://contents.kyobobook.co.kr/advrcntr/adbook/static/image/common/ui/btn_round.png") 0 0 no-repeat;
    background-size: 100% auto;
}

/* footer */
.footer_wrapper .footer_body {
    padding: 40px 0 50px;
    border-top: 1px solid #eaeaea;
}
.footer_wrapper .footer_inner {
    width: 1200px;
    margin: 0 auto;
}
.footer_wrapper .footer_body .logo_box {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.footer_wrapper .footer_body .logo_box .logo_link {
    width: 168px;
    height: 48px;
    display: block;
}
.footer_wrapper .footer_body .logo_box .logo_link img {
    width: 100%;
}
.footer_wrapper .footer_body .logo_box .family_site_box {
    position: relative;
    width: 206px;
}
.footer_wrapper .footer_body .logo_box .family_site_box .btn_family_site {
    position: relative;
    width: 100%;
    height: 44px;
    padding: 0 22px;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 22px;
    text-align: left;
    box-sizing: border-box;
    -webkit-transition: background-color 0.23s, border-color 0.23s;
    -moz-transition: background-color 0.23s, border-color 0.23s;
    -ms-transition: background-color 0.23s, border-color 0.23s;
    -o-transition: background-color 0.23s, border-color 0.23s;
    transition: background-color 0.23s, border-color 0.23s;
}
.footer_wrapper .footer_body .logo_box .family_site_box .btn_family_site .text {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.01em;
}
.footer_wrapper .footer_body .logo_box .family_site_box .btn_family_site:after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    display: block;
    width: 8px;
    height: 4px;
    margin-top: -2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 4px;
    background-image: url("https://contents.kyobobook.co.kr/advrcntr/ink/html/adbook/2022/images/assets/arw_familysite_more@2x.png");
    -webkit-transition: transform 0.23s;
    -moz-transition: transform 0.23s;
    -ms-transition: transform 0.23s;
    -o-transition: transform 0.23s;
    transition: transform 0.23s;
}
.footer_wrapper .footer_body .logo_box .family_site_box.active.animated .btn_family_site {
    background-color: #fff;
    border-color: #000;
}
.footer_wrapper .footer_body .logo_box .family_site_box.active.animated .btn_family_site:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.footer_wrapper .footer_body .logo_box .family_site_box .family_site_list {
    display: none;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 206px;
    padding: 20px 22px;
    border: 1px solid #d5d5d5;
    border-radius: 20px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-transition: opacity 0.23s, bottom 0.23s;
    -moz-transition: opacity 0.23s, bottom 0.23s;
    -ms-transition: opacity 0.23s, bottom 0.23s;
    -o-transition: opacity 0.23s, bottom 0.23s;
    transition: opacity 0.23s, bottom 0.23s;
    z-index: 1;
}
.footer_wrapper .footer_body .logo_box .family_site_box.active .family_site_list {
    display: block;
    opacity: 0;
}
.footer_wrapper .footer_body .logo_box .family_site_box.active.animated .family_site_list {
    opacity: 1;
    display: block;
    bottom: 48px;
}
.footer_wrapper .footer_body .logo_box .family_site_box .family_site_list .family_site_item {
    display: block;
}
.footer_wrapper .footer_body .logo_box .family_site_box .family_site_list .family_site_item .family_site_link {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.01em;
    color: #595959;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.footer_wrapper .footer_body .logo_box .family_site_box .family_site_list .family_site_item .family_site_link:hover {
    color: #000;
    text-decoration: underline;
}
.footer_wrapper .footer_body .footer_contents_wrap {
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.footer_wrapper .footer_body .footer_contents_wrap .footer_contents_left {
    flex: 1;
}
.footer_wrapper .footer_body .footer_contents_wrap .footer_contents_left .footer_menu_box {
    margin-top: 2px;
}
.footer_wrapper .footer_body .footer_contents_wrap .footer_contents_left .footer_menu_box .footer_menu_list {
    font-size: 0;
}
.footer_wrapper .footer_body .footer_contents_wrap .footer_contents_left .footer_menu_box .footer_menu_list .footer_menu_item {
    display: inline-block;
    vertical-align: top;
}
.footer_wrapper .footer_body .footer_contents_wrap .footer_contents_left .footer_menu_box .footer_menu_list .footer_menu_item .footer_menu_link {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.01em;
    font-weight: 500;
    color: #595959;
}
.footer_wrapper .footer_body .footer_contents_wrap .footer_contents_left .footer_menu_box .footer_menu_list .footer_menu_item + .footer_menu_item:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 4px 12px 0;
    background-color: #d5d5d5;
    vertical-align: top;
}
.footer_wrapper .footer_body .footer_contents_wrap .footer_contents_left .footer_menu_box .footer_menu_list .footer_menu_item.privacy .footer_menu_link {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}
.footer_wrapper .footer_body .footer_contents_wrap .footer_contents_left .footer_info_box {
    margin-top: 20px;
    font-size: 0;
}
.footer_wrapper .footer_body .footer_contents_wrap .footer_contents_left .footer_info_box .info_text {
    display: inline-block;
    margin-top: 4px;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.01em;
    color: #595959;
    vertical-align: top;
}
.footer_wrapper .footer_body .footer_contents_wrap .footer_contents_left .footer_info_box .gap {
    content: "";
    display: inline-block;
    width: 1px;
    height: 9px;
    margin: 8px 6px 0;
    background-color: #d5d5d5;
    vertical-align: top;
}
.footer_wrapper .footer_body .footer_contents_wrap .footer_contents_left .footer_info_box .info_text.call {
    font-weight: 700;
}
.footer_wrapper .footer_body .footer_contents_wrap .footer_contents_left .footer_info_box .info_text + .btn_footer_link {
    margin-left: 4px;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #9ca3af;
    padding: 0 4px;
    color: #1f2937;
}
.footer_wrapper .footer_body .footer_contents_wrap .footer_contents_left .copyright {
    margin-top: 23px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #767676;
}
.footer_wrapper .footer_body .footer_contents_wrap .footer_contents_right {
    margin-left: auto;
}

.ad_inquiry {
    padding: 100px 0;
}
.ad_inquiry .inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}
.ad_inquiry .ad_inquiry_title {
    display: block;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px; /* 137.5% */
    letter-spacing: -0.32px;
}
.ad_inquiry .ad_inquiry_content {
    display: flex;
    align-items: center;
    gap: 40px;
    color: #595959;
    font-size: 14px;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.14px;
}
.ad_inquiry .ad_inquiry_content .ad_inquiry_info .ad_inquiry_text + .ad_inquiry_text {
    margin-top: 4px;
}
.ad_inquiry .ad_inquiry_content .ad_inquiry_rows .ad_inquiry_row .ad_inquiry_key {
    display: inline-block;
    min-width: 60px;
    position: relative;
}
.ad_inquiry .ad_inquiry_content .ad_inquiry_rows .ad_inquiry_row .ad_inquiry_key:after {
    position: absolute;
    right: 0;
    top: 6px;
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #ccc;
    margin: 0 8px;
    vertical-align: middle;
}
.ad_inquiry .ad_inquiry_content .ad_inquiry_rows .ad_inquiry_row .ad_inquiry_val {
    color: #444;
    min-width: 0;
}
.ad_inquiry .ad_inquiry_content .ad_inquiry_rows .ad_inquiry_row .ad_inquiry_val .ad_inquiry_link {
    color: #5055b1;
    text-decoration: none;
}
.ad_inquiry .ad_inquiry_content .ad_inquiry_rows .ad_inquiry_row .ad_inquiry_val .ad_inquiry_link:hover {
    text-decoration: underline;
}
.ad_inquiry .ad_inquiry_content .ad_inquiry_rows .ad_inquiry_row .ad_inquiry_val .ad_inquiry_link + .ad_inquiry_link::before {
    content: " · ";
    color: #8a8a8a;
    margin: 0 6px;
}

.adv_steps {
    font-size: 16px;
    color: #000;
}
.adv_steps .adv_steps_inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}
.adv_steps .adv_category {
    flex: 1 1 0;
    background: #f7f7f7;
    border-radius: 16px;
    padding: 32px 36px 36px;
    box-sizing: border-box;
}
.adv_steps .adv_category .adv_category_header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px; /* 150% */
    letter-spacing: -0.2px;
}
.adv_steps .adv_category .adv_category_header .adv_category_number {
    box-sizing: border-box;
    display: inline-block;
    min-width: 28px;
    border-radius: 8px;
    background: #5055b1;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    padding: 0 10px;
    text-align: center;
}
.adv_steps .adv_category .adv_category_header .adv_category_title {
    font-size: 20px;
    font-weight: 700;
}
.adv_steps .adv_category .adv_step_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.adv_steps .adv_category .adv_step_list .adv_step_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 42px;
    padding: 8px 0;
    border-bottom: 1px solid #e6e6e6;
}
.adv_steps .adv_category .adv_step_list .adv_step_item:last-child {
    border-bottom: 0;
}
.adv_steps .adv_category .adv_step_list .adv_step_item .adv_step_text strong {
    font-weight: 500;
}
.adv_steps .adv_category .adv_step_list .adv_step_item .btn_link {
    flex: 0 0 auto;
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.12px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #000;
}
.adv_steps .adv_category .adv_step_list .adv_step_item .btn_link {
    vertical-align: top;
    margin-top: 6px;
}

.consult_wrap {
    padding: 40px 0;
    color: #000;
}
.consult_wrap .consult_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    max-width: 700px;
    margin: 0 auto;
}
.consult_wrap .consult_img {
    width: 246px;
    height: 246px;
}
.consult_wrap .consult_img img {
    display: block;
    width: 100%;
    height: auto;
}
.consult_wrap .consult_text {
    flex: 1;
}
.consult_wrap .consult_title {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px; /* 135.714% */
    letter-spacing: -0.28px;
}
.consult_wrap .consult_desc {
    display: block;
    padding-top: 20px;
    color: #767676;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.18px;
}
.consult_wrap .btn_consult {
    margin-top: 40px;
    min-width: 164px;
}