@charset "utf-8";

/* sub */
#sub {
    
}

#sub #container {
    /*  background:#f8f8f8; padding:95px 0 140px; */
}

#sub .sub_tit {
    display: block;
    padding-bottom: 32px;
    font-size: 48px;
    line-height: 58px;
    color: #1c1b20;
    letter-spacing: -0.05em;
    font-weight: 700;
    border-bottom: 3px solid #1c1b20;
}

/* 설문 */
.sub_survey {
    background: #f8f8f8;
}

.sub_survey .layout {
    max-width: 1080px;
}

.sub_survey .layout .box {
    padding: 15px 20px 24px;
    font-size: 0;
}

.sub_survey .layout .box strong.tit {
    display: block;
    margin-bottom: 15px;
    padding-left: 33px;
    font-size: 20px;
    line-height: 30px;
    color: #1c1b20;
    letter-spacing: -0.05em;
    font-weight: 700;
    background: url('../images/icon/icon_check.png') no-repeat left center;
}

.sub_survey .layout .box input[type="text"] {
    padding: 14px 27px;
    height: 64px;
    border: 3px solid #e8e8e8;
    border-radius: 4px;
    background: #fff;
    font-size: 16px;
    line-height: 28px;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    font-family: "NanumSquareRound", sans-serif;
}

.sub_survey .layout .box select {
    padding: 0 0 0 14px;
    height: 64px;
    border: 3px solid #e8e8e8;
    border-radius: 4px;
    background: #fff;
    font-size: 16px;
    line-height: 28px;
    box-sizing: border-box;
    outline: none;
    font-family: "NanumSquareRound", sans-serif;
}

.sub_survey .layout .box .job_select select {
    width: 48%;
    padding-left: 27px;
    box-sizing: border-box;
}

.sub_survey .layout .box .job_select select:disabled {
    background: #e8e8e8;
}

.sub_survey .layout .box .job_select #part_2_change_form {
    margin-left: 10px;
}

.sub_survey .layout .box .email_form {
    font-size: 0;
}

.sub_survey .layout .box .email_form input[type="text"] {
    width: 30%;
}

.sub_survey .layout .box .email_form span {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    font-size: 16px;
    line-height: 64px;
    color: #666;
    text-align: center;
}

.sub_survey .layout .box .email_form select {
    width: 30%;
    margin-left: 6px;
}

.sub_survey .layout .box span.ck_box {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 60px;
}

.sub_survey .layout .box span.ck_box > input[type="checkbox"] {
    position: relative;
    top: -1px;
    vertical-align: middle;
}

.sub_survey .layout .box span.ck_box:not(#cssbrowser)>input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
}

.sub_survey .layout .box span.ck_box:not(#cssbrowser)>input[type="checkbox"] + label {
    display: inline-block;
    cursor: pointer;
    padding-left: 32px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.05em;
    position: relative;
    font-family: "NanumSquareRound", sans-serif;
}

.sub_survey .layout .box span.ck_box:not(#cssbrowser)>input[type="checkbox"] + label:after {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: url('../images/icon/chk.png') no-repeat 0 ;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .2s cubic-bezier(0,0,.01,.98);
    -webkit-transition: all .2s cubic-bezier(0,0,.01,.98);
    -moz-transition: all .2s cubic-bezier(0,0,.01,.98);
}

.sub_survey .layout .box span.ck_box:not(#cssbrowser)>input[type="checkbox"]:checked + label:after {
    background-image: url('../images/icon/chk_on.png')
}

.sub_survey .layout .box span.ck_box input[type="text"] {
    display: none;
    width: 280px;
    margin-left: 18px;
}

.sub_survey .layout .box .check_wrap span.ck_box:not(#cssbrowser)>input[type="checkbox"] + label {
    line-height: 64px;
}

.sub_survey .layout .box .check_wrap span.ck_box:not(#cssbrowser)>input[type="checkbox"] + label:after {
    top: 20px;
}

.sub_survey .layout .box .term_agree {
    text-align: center;
    padding: 24px 0 0;
}

.sub_survey .layout .box .term_agree label {
    font-family: "MICEGothic", sans-serif !important;
    font-size: 18px !important;
}

.sub_survey .layout .box .term_txt {
    width: 100%;
    height: 240px;
    box-sizing: border-box;
    border: 3px solid #e8e8e8;
    padding: 20px 27px;
    font-size: 18px;
    line-height: 28px;
    font-family: "NanumSquareRound", sans-serif;
    background: #fff;
    border-radius: 4px;
    overflow-y: auto;
}

.sub_survey .layout .down_box {
    font-size: 0;
    margin-top: 50px;
    text-align: center;
}

.sub_survey .layout .down_box a {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    padding: 28px 0;
    width: 340px;
    box-sizing: border-box;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    background: #fff;
    letter-spacing: -0.05em;
}

.sub_survey .layout .down_box a span {
    padding-left: 50px;
}

.sub_survey .layout .down_box a.btn01 {
    color: #ff5851;
    border: 3px solid #ff5851;
    color: #ff5851;
}

.sub_survey .layout .down_box a.btn01 span {
    background: url('../images/btn/btn_down_red.png') no-repeat left center;
}

.sub_survey .layout .down_box a.btn02 {
    color: #414a6b;
    border: 3px solid #414a6b;
    color: #414a6b;
}

.sub_survey .layout .down_box a.btn02 span {
    background: url('../images/btn/btn_down_blue.png') no-repeat left center;
}

/* 음원다운 */
.sub_album .layout {
    max-width: 1080px;
    padding: 80px 0 140px;
}

.sub_album .layout .top {
    margin-bottom: 30px;
}

.sub_album .layout .top .tab_box {
    font-size: 0;
    display: inline-block;
    border: 3px solid #b49a85;
    box-sizing: border-box;
}

.sub_album .layout .top .tab_box a {
    display: inline-block;
    width: 194px;
    font-size: 20px;
    line-height: 58px;
    color: #b49a85;
    text-align: center;
    font-weight: 700;
}

.sub_album .layout .top .tab_box a.on {
    background: #b49a85;
    color: #fff;
}

.sub_album .layout .top:after {
    content: '';
    display: block;
    clear: both;
}

.sub_album .layout .top a.total_down {
    float: right;
    display: inline-block;
    width: 220px;
    height: 65px;
    background: url('../images/btn/album_btn_back.png') no-repeat center;
    text-align: center;
    font-size: 18px;
    line-height: 65px;
    color: #fff;
    font-weight: 700;
}

.sub_album .layout .top a.total_down span {
    padding-left: 30px;
    background: url('../images/btn/album_down_btn01.png') no-repeat left center;
}

.sub_album .layout .btm {
    border-top: 3px solid #1c1b20;
    font-size: 0;
}

.sub_album .layout .btm:after {
    content: '';
    display: block;
    clear: both;
}

.sub_album .layout .btm .box {
    display: table;
    width: 50%;
    float: left;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    box-sizing: border-box;
}

.sub_album .layout .btm .box:nth-of-type(2n) {
    border-right: 0;
}

.sub_album .layout .btm .box > div {
    display: table-cell;
    vertical-align: middle;
    height: 86px;
}

.sub_album .layout .btm .box > div.num {
    width: 65px;
    text-align: center;
}

.sub_album .layout .btm .box > div.tit {
    padding: 0 10px;
}

.sub_album .layout .btm .box > div.down {
    width: 90px;
}

.sub_album .layout .btm .box span {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    letter-spacing: -0.05em;
    font-family: "NanumSquareRound", sans-serif;
}

.sub_album .layout .btm .box p {
    font-size: 22px;
    line-height: 32px;
    color: #1c1b20;
    font-weight: 700;
}

.sub_album .layout .btm .box a {
    display: block;
    height: 86px;
    background: url('../images/btn/down_btn01.png') no-repeat center;
    text-indent: -9999px;
}

/* 개인정보처리방침 */
.privacy {
    background: #f8f8f8;
    padding: 95px 0 140px;
}

.privacy .layout {
    max-width: 1080px;
}

.privacy .layout .policy_box {
    padding-top: 25px;
    font-family: "NanumSquareRound", sans-serif;
}

/*전자상거래 표준약관*/
.yg {
    line-height: 22px;
    word-break: keep-all
}

.yg h2 {
    margin-top: 70px;
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.yg h3 {
    margin-top: 40px;
    margin-bottom: 0.5em;
    font-size: 18px;
    font-weight: 700;
    color: #444;
}

.yg h4 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #555;
}

.yg p {
    margin: 0.5em 0;
}

.yg dl {
    overflow: hidden;
    margin: 0;
}

.yg dt,.yg dd {
    float: left;
}

.yg_nav {
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    display: none;
}

.yg_nav a {
    color: #0078bc;
    font-size: 14px;
}

.yg_nav li {
    list-style: none;
}

.fly_w > li > ul > li {
    position: relative;
    padding-left: 30px;
}

.fly_w > li > ul > li:before {
    content: '-';
    position: absolute;
    top: 0;
    left: 18px;
}

.fly_w > li > ol > li {
    padding-left: 18px;
}

.fly_w > li > ol > li > ol {
    padding-left: 18px;
}

.fly_w > li a {
    color: #ff3838
}

.yg_table {
    overflow: hidden;
}

.yg_table table {
    width: 50%;
    border-top: 2px solid #666;
    float: left;
}

.yg_table table:first-child {
    border-right: 1px solid #ddd;
}

.yg_table thead th {
    text-align: center;
    color: #333;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    background: #f2f2f2;
}

.yg_table tbody th {
    border-bottom: 1px solid #ddd;
    color: #333;
    padding: 5px 20px;
    font-weight: 500
}

.yg_table tbody td {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}
