/*About, Freelance Wrap ID*/
#ctt_con { font-size: 15px; color:#000;}
#container_title.About span {color:#fff;} /*class이름은 '제목'과 동일*/
#container_title.Freelance {display: none;} 
.ctt_admin { position: absolute; top:20px; right:20px; z-index: 999; padding: 5px 15px; border-radius: 17px; background: #000;} /*내용수정 버튼*/
.ctt_admin a {color: #fff;}
@media screen and (max-width:900px){
    .ctt_admin {display: none;}
}



/*About: common*/
/*PC: 120px-title-45px-content-70px*/
/*MO:  60px-title-45px-content-35px*/
.about_tit {width: 100%; margin-top: 120px; text-align: center;}
.about_tit.a1 {margin-top: 100px; }
.about_tit img{display: inline-block; width: 38px; margin-bottom:7px}
.about_tit span{display:block; width: 100%; font-size: 20px; font-weight: 600;letter-spacing: 1px;}
.about_tit2 {margin-top:70px; padding-top:120px}
.Experiences_BG {padding-bottom: 70px}
.Experiences {max-width: 1000px; margin: 0 auto;}
h1 {display: none}/*About page header hide*/
@media screen and (max-width:900px){
    .about_tit {margin-top: 60px}
    .about_tit.a1 {margin-top: 45px; }
    .about_tit2 {display: none;}
    .about_tit img {width: 23px}
    .about_tit span {font-size: 18px;}
    .Experiences {padding-top:60px}
    .Experiences_BG {padding-bottom: calc(35px + 20px)}
}

/*Freelance*/
.fl_top_bg {background:#f5f5f5; padding-bottom: 100px}
.fl_box_1 {max-width: 1200px; margin: 0 auto; position: relative; padding:55px 30px 100px 300px; position: relative}
.fl_box_1_t {background: #fff; padding:50px 30px 40px 30px; position: absolute; top: 100px; left: 50px;}
.fl_box_1_t h4{ font-size: 30px; text-transform: uppercase; position: relative;}
.fl_box_1_t h4:after {display: block; content: ""; width: 30px; height: 3px; background: #000; position: absolute; top:-8px; left: 0;}
.fl_box_1_t h5{ font-size: 18px; line-height:25px; font-weight:300; margin:30px 0; }
.fl_box_1_t h5 > span{ display: block;}
.fl_box_1_t h5 span span {display: inline-block; position: relative;}
.fl_box_1_t h5 span span:after {display: block; content: ""; width: 100%; height: 1px; background: #000; position: absolute; bottom:2px; left: 0;}
.fl_box_1 img {width: 100%;}
.fl_box_2 {max-width: 1200px; margin: 0 auto;}
.fl_box_2:after, 
.fl_box_2_2:after,
.pf_img_list ul:after,
.fl_bottom dl:after{ content:""; display:block; clear:both; }
.fl_box_2 > div {float:left;}
.fl_box_2_1 {width: 300px; font-size: 0}
.fl_box_2_1 a{display: inline-block; width: 200px; height: 40px; line-height: 38px; border:1px solid #000; text-align: center; transition: all .3s ease-in-out; font-size: 15px;}
.fl_box_2_1 a:first-child {margin-bottom:10px;}
.fl_box_2_1 a:hover {background: #000; color: #fff;}
.fl_box_2_2 {width: calc(100% - 300px)}
.fl_box_2_2 p {width: 50%; float:left; font-size: 15px; font-weight: 300; line-height: 25px; word-break: keep-all;}
.fl_box_2_2 p span {display: block;}
.fl_box_2_2 p:nth-child(1) {padding-right: 30px;}
.fl_box_2_2 p:nth-child(2) {padding-left: 30px;}

.pf_img_list {position: relative; max-width: 1200px; margin:100px auto 50px auto; }
.pf_img_list > ul > li{float:left; padding:0 1px; width: 25%; margin-top:2px;}
.pf_img_list img {width: 100%;}

.fl_bottom {max-width: 1200px; margin:50px auto; border:1px solid rgba(0,0,0,0.2);}
.fl_bottom dl {padding:30px 0 15px 0}
.fl_bottom dt, .fl_bottom dd {float: left; font-weight: 15px; line-height: 25px; margin-bottom: 15px; }
.fl_bottom dt{width: 300px; text-align: right; padding-right: 50px;font-weight:500;}
.fl_bottom dd{width: calc(100% - 300px);font-weight: 300;}
.fl_bottom dd span {display: block;}

@media screen and (max-width:1300px){
    .fl_box_1 {padding:55px 0 100px 350px;}
    .fl_box_1_t {left:80px;}
    .fl_box_2_1 {width: 350px;}
    .fl_box_2_1 a {margin-left:70px}
    .fl_box_2_2 {width: calc(100% - 350px)}
    .fl_box_2_2 p:nth-child(1) {padding:0 50px 0 0;}
    .fl_box_2_2 p:nth-child(2) {padding:0 50px 0 0;}
    
    .pf_img_list {margin:50px;}
    .fl_bottom {margin:50px;}
    .fl_bottom dt{width: 250px; }
    .fl_bottom dd{width: calc(100% - 250px); padding-right: 100px}
}
@media screen and (max-width:1000px){
    .fl_box_1 {padding:55px 0 100px 300px;}
    .fl_box_1_t {left:50px;}
    .fl_box_2_1 {width: 300px;}
    .fl_box_2_1 a {margin-left:50px}
    .fl_box_2_2 {width: calc(100% - 300px)}
    
    .pf_img_list > ul > li{width:33.3333%;}
    .fl_bottom { margin:50px;}
    .fl_bottom dl {padding:30px 30px 15px 30px}
    .fl_bottom dt{width: 100px; padding:0; text-align: left}
    .fl_bottom dd{width: calc(100% - 100px); padding-right: 0}
}
@media screen and (max-width:850px){
    .fl_box_1 {padding:0 0 50px 230px;}
    .fl_box_1_t {top:30px;left:50px;}
    .fl_box_1_t h5 span span:after {opacity: .3}
    .fl_box_2_1 {width: 230px;}
    .fl_box_2_1 a {margin-left:30px; width: 160px; background: #000; color: #fff;}
    .fl_box_2_2 {width: calc(100% - 230px)}
    .fl_box_2_2 p {font-size: 13px;}
    .fl_box_2_2 p:nth-child(1) {padding:0 30px 0 0;}
    .fl_box_2_2 p:nth-child(2) {padding:0 30px 0 0;}
    .fl_top_bg {padding-bottom: 50px} 
    .fl_bottom dt, .fl_bottom dd {font-size: 13px;}
}
@media screen and (max-width:740px){
    .fl_box_2 > div {float:none;}
    .fl_box_2_1 {width: 100%; text-align: center;}
    .fl_box_2_1 a:nth-child(1){margin: 0 25px 30px 0}
    .fl_box_2_1 a:nth-child(2){margin: 0 0 30px 25px}
    .fl_box_2_2 {width: 100%}
    .fl_box_2_2 p:nth-child(1) {padding:0 25px 0 50px;}
    .fl_box_2_2 p:nth-child(2) {padding:0 50px 0 25px;}
}
@media screen and (max-width:650px){
    .fl_box_1 {padding:0; margin-bottom:50px}
    .fl_box_1_t {left: inherit; right:0; top:initial; bottom:20px; padding:40px 20px 30px 20px}
    .fl_box_1_t h4 {font-size: 20px}
    .fl_box_1_t h4:after {height: 1px}
    .fl_box_1_t h5 {font-size: 13px; margin:10px 0 0 0; line-height: 20px}
    .fl_box_2_2 p:nth-child(1) {padding:0 15px 0 30px;}
    .fl_box_2_2 p:nth-child(2) {padding:0 30px 0 15px;}
    .fl_bottom { margin:30px;}
}
@media screen and (max-width:600px){
    .fl_box_2_1 a:nth-child(1){margin: 0 10px 30px 0}
    .fl_box_2_1 a:nth-child(2){margin: 0 0 30px 10px}
    .fl_box_2_2 p {width: 100%; float:none;}
    .fl_box_2_2 p:nth-child(1) {padding:20px 30px 30px 30px;}
    .fl_box_2_2 p:nth-child(2) {padding:0 30px 0 30px;}
    
    .pf_img_list {margin:30px;}
    .pf_img_list > ul > li{width:50%;}
}
@media screen and (max-width:450px){
    .fl_bottom {border:0 none; margin:0 0 30px 0}
}



/*About: Profile*/
.Profile {width: 100%; height: 455px; background: #555da6;
background: -moz-linear-gradient(-45deg, #555da6 13%, #5896c0 60%, #5896c0 60%, #555da6 100%); 
background: -webkit-linear-gradient(-45deg, #555da6 13%,#5896c0 60%,#5896c0 60%,#555da6 100%); 
background: linear-gradient(135deg, #555da6 13%,#5896c0 60%,#5896c0 60%,#555da6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555da6', endColorstr='#555da6',GradientType=1 );overflow: hidden; position: relative;}
.Profile:after {display: block; content: ""; width: 100%; height:29px; background: url(http://codediver.dothome.co.kr/PFimg/0/Layout_wave.png); position: absolute; bottom:0; left: 0;}
.profile_con {width: 100%; height: 100%; position: absolute; top:0; left: 0; z-index: 1;}
.profile_con > div {display: block; height: 450px; text-align: center; font-size: 0;}
.profile_con > div:before { display: inline-block; width: 0; height:100%; content: ""; vertical-align: middle;}
.profile_img {display: inline-block; vertical-align: middle; position: relative; margin-right: 35px;}
.profile_img:after {display: block; content: ""; position: absolute; top:-180px; right:20px; background: url(http://codediver.dothome.co.kr/PFimg/0/Wave_pattern.svg)no-repeat; width: 409px; height: 409px; z-index: -1; opacity: .2;}
.profile_img:before {display: block; content: ""; position: absolute; top:-5px; right:33px; background: url(http://codediver.dothome.co.kr/PFimg/0/long_wave_bg3.png)no-repeat; width: 516px; height: 272px; }
.profile_img img {width: 200px}
.profile_img span {display: inline-block; position: absolute; bottom:-21px; right:13px; color:#fff; font-size: 35px; font-weight: 600;}
.profile_img span:after{display: block; content: ""; position: absolute; bottom:-10px; right:0; background: url(http://codediver.dothome.co.kr/PFimg/0/wave2.svg)no-repeat; width:41px; height: 14px; opacity:.5;}

.profile_txt {display: inline-block; vertical-align: middle; font-size: 15px; color:#fff; text-align: left; margin-left: 35px; position: relative;margin-top: 20px}
.profile_txt:after {display: block; content: ""; position: absolute; bottom:-280px; right:-250px; background: url(http://codediver.dothome.co.kr/PFimg/0/Wave_pattern.svg)no-repeat; width: 276px; height: 276px; z-index: -1; opacity: .2;}
.profile_txt dl {width: 330px; clear: both;}
.profile_txt dt{font-weight: 600;line-height: 35px; width: 100px; float: left;}
.profile_txt dd{font-weight: 300;line-height: 35px; width: 230px; float: left;color:#fff; text-decoration: none;}
.profile_txt dd a {color:#fff;}
@media screen and (max-width:900px){
    #container_title.About {padding-top: 30px}
    .Profile {height: 315px; }
    .Profile:after {background-size:45px; height: 15px}
    .profile_con > div {height: 315px;}
    .profile_img {margin-right:15px;}
    .profile_img:after {top:-106px; right:34px; width: 197px; height: 197px;}
    .profile_img:before {display: none;}
    .profile_img img {width: 121px}
    .profile_img span {bottom:-36px; right:19px; font-size: 25px; }
    .profile_img span:after{ bottom:-12px; width:29px; }
    .profile_txt {width: 280px; margin-left:15px; font-size: 14px; }
    .profile_txt:after {display: none;}
    .profile_txt dt {width:70px; line-height: 30px}
    .profile_txt dd {line-height: 30px; width: 210px;}
}
@media screen and (max-width:600px){
    .profile_img {margin-right:10px;}
    .profile_txt {margin-left:10px; }
}
@media screen and (max-width:550px){
    .profile_txt {width: 270px; font-size: 13px;margin-left: 0}
    .profile_img {display: none;}
}


/*About: Technical Skills*/
.Technical_Skills {width: 100%; text-align: center; font-size: 0; margin-top: 45px;}
.ts_box{ display: inline-block; width: 358px; height: 522px; border: 1px solid #e9e8e8; padding:55px; position: relative}
.ts_box:after, .ts_box:before {display: block; content: ""; position: absolute;}
.ts_box.desig{ margin-right: 30px;}
.ts_box.desig:after {background: url(http://codediver.dothome.co.kr/PFimg/0/wave1.svg)no-repeat; width:67px; height: 22px; bottom:60px; left:-33px; transform: rotate(-90deg); opacity: .5;}
.ts_box.devel{ margin-left: 30px;}
.ts_box.devel:after {background: url(http://codediver.dothome.co.kr/PFimg/0/wave3.svg)no-repeat; width:67px; height: 22px; top:40px; right:-50px; opacity: .3;}
.ts_box.devel:before {width: 34px; height: 34px; border:4px solid #5896c0; border-radius: 50%; top:3px; right:-70px;opacity: .5;}
.ts_box h5{font-size: 20px; font-weight: 600;}
.ts_box h5 img{display:inline-block; width: 33px; height: 31px; margin-bottom:10px}
.ts_box p{font-size: 15px; line-height: 30px; font-weight: 300; margin-top:15px}
.ts_box span{display: block;}
.ts_level{margin-top: 35px}
.ts_level li {height: 35px; line-height: 35px; font-size: 0; position: relative;}
.ts_level li span {display:inline-block;}
.five_star_tit {width: 60%; font-size:15px; text-align: left; }
.five_stars {width:40%; font-size: 0; text-align: right;}
.five_stars span {width: 12px; height: 12px; background:#5896c0; margin-left:6px; }
.five_stars span.off {background: #a6c0d2;}
.Tools_Icon {text-align: center; margin-top: 15px}
.Tools_Icon img{ width: 20px; height: 20px; opacity: .9; margin-right: 5px;}
@media screen and (max-width:900px){
    .Technical_Skills {padding: 0 15px;}
    .ts_box.desig, .ts_box.devel {margin:0}
    .ts_box.desig {border-right:0 none;}
    .ts_box {height: auto}
    .ts_box:after, .ts_box:before {display: none}
    .ts_box h5{font-size: 16px;}
    .ts_box p{font-size: 13px; line-height: 25px;}
    .ts_level {margin-top: 20px}
    .ts_level li { height: 25px; line-height: 25px;}
    .five_star_tit {width: 90px; font-size: 14px; }
    .five_stars { width: 70px}
    .five_stars span {width:9px; height:9px; margin-left: 5px}
    .ts_level li .NMM{display: none;}
}
@media screen and (max-width:750px){
    .ts_box {width: 50%;}  
}
@media screen and (max-width:650px){
    .ts_box {padding:40px}
}
@media screen and (max-width:600px){
    .ts_box {padding:30px}
}
@media screen and (max-width:560px){
    .Tools_Icon {display: none;}
}
@media screen and (max-width:500px){
    .Tools_Icon {display: none;}
    .ts_box {width: 100%; padding:25px 15px}
    .ts_box.desig {border-right:1px solid #e9e8e8; border-bottom: 0 none;}
    .five_star_tit {width: 120px}
}


/*About: Experiences*/
.Experiences_BG {background: #f2f2f2;}
.Experiences {margin-top: 25px;}
.Experiences:after { content:""; display:block; clear:both; } 
.tl_wrap {width: 50%; float:left; padding:20px 20px 0 20px;}
.tl_wrap h3 {display: inline-block; padding:0 10px 0 0; color:#000; font-size: 15px; letter-spacing: 1px; font-weight:600;}
.tl_wrap h3 img {width: 23px; margin-right: 10px;}
.tl_wrap.work h3 img {width:18px; margin-left: 2px }
.tl li{ width: 100%; height: auto;  padding-left: 10px; position: relative;}
.tl li div {height: 100%; position: relative; padding:15px 0; }
.tl li div:after { display: block; content: ""; width:1px; height: 100%; position: absolute; top:0; left:0; background: #000; opacity: .3;} 
.tl li div:before { display: block; content: ""; width:7px; height: 7px; position: absolute; top:31px; left:-3px; background: #555da6; border-radius: 50%;z-index: 1} 
.tl li div > span {display:block; height: 100%; }
.tl li div .middle {display: inline-block; }
.tl li div .middle span {display: block}
.tl li .date {width: 120px; position: absolute; top:25px; left: 0; padding:0 0 0 20px; font-size: 14px; font-weight: 600; color:#000; letter-spacing: 1px;}
.tl li .li_con {width: 100%; padding:10px 10px 10px 120px;  }
.t1 { font-size: 15px; font-weight: 600; color:#000; letter-spacing: 1px; position: relative}
.t2 { font-weight: 600; color:#3f436a; font-size: 14px; margin: 10px 0 2px 0; }
.t3 { font-size: 15px; font-weight:300; color:#000; line-height: 20px}
.Kor_con .t1 {letter-spacing: 0; font-size: 16px}
.Kor_con .t3 {font-weight: normal;color: #666;}
.tl_wrap.work .t1:after {display: block; content: ""; width:31px; height:5px; background:url(http://codediver.dothome.co.kr/PFimg/0/wave4.svg)no-repeat; position: absolute; top:-7px; left: 0; opacity: .5;}
/*First / Last*/
.tl li.first div {padding:50px 0 15px 0}
.tl li.last div {padding:15px 0 50px 0}
.tl li.first div:before { top:66px; } /*dot +35*/
.tl li.first .date {top:60px;} /*Year +35*/
/*PAST Point=.Last*/
.pastPoint:after {display: block; content: ""; width: 7px; height: 7px; position: absolute; bottom: 0; left:7px; background: #9d9d9d; border-radius: 50%;}
.pastPoint:before {display: block; content: "PAST"; position: absolute; bottom:-7px; left:28px; color:#9d9d9d; font-weight: 600; font-size: 15px;}
@media screen and (max-width:900px){
    .tl_wrap {width: 100%; float: none; padding: 0 20px 0 20px; text-align: center;}
    .tl_wrap.work {margin-top: 50px}
    .tl_wrap h3 {display: block; font-size: 18px; padding: 0; background: #f2f2f2; }
    .tl_wrap h3 span {display: block; padding-bottom:10px}
    .tl_wrap h3 img {margin:0;}
    .tl li {padding:0}
    .tl li div:after {left: 50%;}
    .tl li div:before {left: calc(50% - 3px); top:6px;}
    .tl li div .date .middle {background: #f2f2f2; z-index: 1; position: relative; padding: 3px 0; margin-top: -2px}
    .tl li .li_con {padding: 0;}
    .tl li:nth-child(even) .li_con {text-align: right;padding-right: calc(50% + 55px)}
    .tl li:nth-child(odd) .li_con {text-align: left; padding-left: calc(50% + 55px)}
    .tl li .date {top:15px;padding: 0; left: calc(50% - 60px);}
    .tl li.first .date {top:50px;}
    .tl_wrap.work .t1:after {display: none;}
    .tl li.first div:before {top:41px;}
    .t2, .t3 {font-size: 13px;}
    .pastPoint:after {left: calc(50% - 3px);}
    .pastPoint:before {left:calc(50% - 15px); bottom: -17px; font-size: 13px;}
}
@media screen and (max-width:450px){
    .tl li .date {font-size: 12px; width: 74px; left: calc(50% - 37px);}
    .tl li:nth-child(even) .li_con {padding-right: calc(50% + 40px)}
    .tl li:nth-child(odd) .li_con {padding-left: calc(50% + 40px)}
    .t1 { font-size: 14px; }
    .t2 { font-size: 12px; }
    .t3 { font-size: 12px; line-height: 18px}
}

